BizHawk/BizHawk.Client.Common/lua
YoshiRulz 56bba49c3b
Long-promised ApiHawk refactor
In the C# API, methods have been renamed, changed to properties, or made to
return interfaces instead of classes. Some parameters have different defaults.
Very little of the implementation has changed.
Lua API hasn't changed at all, but Comm/Input/SaveState libs are now in
Client.Common (and Comm now delegates to IComm).
2020-02-02 19:38:31 +10:00
..
ClientLibs Long-promised ApiHawk refactor 2020-02-02 19:38:31 +10:00
CommonLibs Long-promised ApiHawk refactor 2020-02-02 19:38:31 +10:00
LuaHelperLibs Long-promised ApiHawk refactor 2020-02-02 19:38:31 +10:00
DelegatingLuaLibrary.cs Long-promised ApiHawk refactor 2020-02-02 19:38:31 +10:00
DelegatingLuaLibraryEmu.cs Long-promised ApiHawk refactor 2020-02-02 19:38:31 +10:00
EnvironmentSandbox.cs misc code cleanups in BizHawk.Client.Common 2017-04-14 14:59:01 -05:00
LuaAttributes.cs cleanup some lua files 2019-11-29 16:35:21 -06:00
LuaDocumentation.cs cleanup some lua files 2019-11-29 16:35:21 -06:00
LuaExamples.cs First pool of examples. 2018-03-04 09:48:38 -08:00
LuaFile.cs Lua Console - use InputRolle, fix all kinds of bugs with using Separators 2019-10-19 09:50:21 -05:00
LuaFileList.cs Enable SA1113 and fix noncompliance 2020-01-25 18:06:50 +10:00
LuaFunctionList.cs LuaRegisteredFunctionsList - override Clear() so that needed clear logic can't be mistakenly not called. Fixes #1763 2019-12-21 17:16:16 -06:00
LuaHelper.cs Use ranges in ApiHawk and Lua 2020-01-13 06:57:24 +10:00
LuaLibraryBase.cs Long-promised ApiHawk refactor 2020-02-02 19:38:31 +10:00
LuaSandbox.cs Improve exception docs in BizHawk.Client.Common 2020-01-02 21:51:27 +10:00
NamedLuaFunction.cs Refactor a lot of lua code to use a LuaFile object instead of a Lua object, and unify some luafile manipulation logic into methods 2019-11-29 15:02:40 -06:00