BizHawk/BizHawk.Client.Common/lua
adelikat 12479cbc25 lua implement movie.getcomments() and movie.getsubtitles() 2015-08-04 18:33:22 -04:00
..
EmuLuaLibrary.Bit.cs some misc bug fixes in some lua functions 2015-03-27 23:29:15 +00:00
EmuLuaLibrary.Emu.cs Make the lag counter settable, and expose this functionality in lua 2015-07-09 13:05:30 -04:00
EmuLuaLibrary.Events.cs Fix issue 410 - Lua - don't crash on lua script errors in savestate and frame events 2015-03-28 00:26:10 +00:00
EmuLuaLibrary.GameInfo.cs Lua - gameinfo library - convert to using service injection 2015-01-01 20:08:03 +00:00
EmuLuaLibrary.Genesis.cs Lua - issue 404 - add a Genesis library with the ability to toggle bg layers 2015-03-28 00:42:36 +00:00
EmuLuaLibrary.Joypad.cs Lua: Fixed a bug with analog controls not being cleared 2014-12-07 07:39:01 +00:00
EmuLuaLibrary.MainMemory.cs remove a todo 2015-01-18 17:28:02 +00:00
EmuLuaLibrary.Memory.cs Lua - memory domain - if a domain isn't writable, error when attempting to write to it 2015-01-25 20:20:43 +00:00
EmuLuaLibrary.Movie.cs lua implement movie.getcomments() and movie.getsubtitles() 2015-08-04 18:33:22 -04:00
EmuLuaLibrary.NES.cs refactor IMemorydomains to be a domain list instead of having a domain property, refactor cores to register an IMemoryDomains instead of being one 2015-01-14 21:55:48 +00:00
EmuLuaLibrary.SNES.cs Lua - convert SNES library to service injection system 2015-01-01 20:37:31 +00:00
EmuLuaLibrary.String.cs Lua - add some more documentation, add a method that generates tasvideos wiki markup of the documentation and outputs to a file (method not wired to anything, there to save me tons of time when releasing) 2014-06-03 02:19:13 +00:00
EmuLuaLibrary.UserData.cs lua - implement userdata.containskey() 2015-07-02 14:29:19 -04:00
LuaAttributes.cs move an attribute in Wonderswan core that was on the constructor on accident, added an AttributeTargets attribute on it that would have caught such an error, add AttributeTargets on some other attributes to help clarify their usage 2014-12-13 02:31:31 +00:00
LuaDocumentation.cs Fix some lua documentation 2015-03-23 22:22:02 +00:00
LuaFile.cs fix LuaConsole PWD-related bugs 2014-06-03 02:39:15 +00:00
LuaFileList.cs Lua - fix a relative path bug when saving a lua session 2015-03-03 01:19:38 +00:00
LuaFunctionList.cs Lua - check if memory callbacks are implemented before attempting to remove memory callbacks 2015-01-27 21:48:18 +00:00
LuaHelper.cs A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
LuaLibraryBase.cs tastudio/lua - add onqueryitembg event to the lua library, this is called during each cell's background color drawing callback, and gives the opportunity for lua to override the color. 2015-07-01 19:01:29 -04:00
LuaMemoryBase.cs fix nonsense in ReadByteRange; should fix #463, but havent tested 2015-07-26 19:56:27 -05:00
NamedLuaFunction.cs better catching of error in lua callbacks 2015-01-31 02:25:23 +00:00