BizHawk/BizHawk.Client.Common/lua
goyuken 75d39ac60f SNES: connect to new settings system.. everything should work? 2013-12-27 17:59:19 +00:00
..
EmuLuaLibrary.Bit.cs move some lua files to client.common 2013-10-31 23:55:17 +00:00
EmuLuaLibrary.Emu.cs SMS: support new settings infrastructure. this adds enableFM and allowOverclock as sync relevant settings for movie files (but of course, they won't end up in Movie 1.0 files) 2013-12-24 01:06:17 +00:00
EmuLuaLibrary.Events.cs Fix removing of registered functions via Lua console 2013-12-19 01:02:50 +00:00
EmuLuaLibrary.Joypad.cs Move joypad lua library to common, and move some stuff to Global in order to do so 2013-11-01 22:56:55 +00:00
EmuLuaLibrary.MainMemory.cs Refactor MemoryDomains in IEmulator, make a MemoryDomainsList object rather than IList<MemoryDomain>, remove MainMemory from IEmulator and make it a property of this new collection object, also add indexing by name. Refactor cores and tools as needed 2013-11-06 02:15:29 +00:00
EmuLuaLibrary.Memory.cs Move MemoryDomain to its own file, and move the Endian enum into it, also clean up the class a bit, and refactor things as necessary 2013-11-04 02:11:40 +00:00
EmuLuaLibrary.Movie.cs Move the readonly flag from Global to MovieSession 2013-12-03 18:08:45 +00:00
EmuLuaLibrary.NES.cs update our newtonsoft json.net to version 5.0 release 8. this fixes up abstract class handling so that the CoreSettings can work correctly. 2013-12-22 00:44:39 +00:00
EmuLuaLibrary.SNES.cs SNES: connect to new settings system.. everything should work? 2013-12-27 17:59:19 +00:00
LuaDocumentation.cs move some lua files to client.common 2013-10-31 23:55:17 +00:00
LuaFile.cs Lua Console - a round of code cleanup. Some small fixes happened as a result of this cleanup 2013-11-25 00:44:18 +00:00
LuaFileList.cs Lua Console - fix behavior of Save Changes nag, fix deleting of items 2013-11-25 23:38:10 +00:00
LuaFunctionList.cs Fix removing of registered functions via Lua console 2013-12-19 01:02:50 +00:00
LuaLibraryBase.cs move some lua files to client.common 2013-10-31 23:55:17 +00:00
NamedLuaFunction.cs Lua Console - when removing a script, remove its registered function. Currently however, this behavior will only happen if the script is currently running. If you disable it and then remove it, the functions remain. 2013-11-26 01:21:24 +00:00