BizHawk/ExternalProjects/NLua/src
Morilli f6c027f10e NLua: remove this[string field] overloads on LuaTable and LuaUserData
- closes #4387

Those overloads try to imitate lua's "a.b" parsing by navigating tables recursively, e.g. `table["a.b"]` == `table.a.b`. This is not what's intended by 100% of the use cases of these overloads, so I've removed them.
2025-07-07 18:26:54 +02:00
..
Exceptions fix all the analyser warnings in NLua 2023-11-16 03:14:47 -08:00
Extensions fix all the analyser warnings in NLua 2023-11-16 03:14:47 -08:00
GenerateEventAssembly try to fix crashes under Mono when calling a cached function with the wrong arguments 2023-11-16 09:08:20 -08:00
Method Throw Lua errors on lua cothread they were done on (instead of the main cothread) 2025-03-01 22:29:55 -08:00
Native Add Void Linux liblua naming method 2025-03-15 01:53:12 -07:00
Properties check-in NLua to main repo 2022-12-17 21:51:10 -08:00
CheckType.cs Improve NLua lua library loading, using C# function pointers. It now no longer depends on BizHawk.BizInvoke/BizHawk.Common. It might be faster too 2023-11-17 19:03:03 -08:00
Lua.cs NLua: remove this[string field] overloads on LuaTable and LuaUserData 2025-07-07 18:26:54 +02:00
LuaBase.cs fix all the analyser warnings in NLua 2023-11-16 03:14:47 -08:00
LuaFunction.cs fix all the analyser warnings in NLua 2023-11-16 03:14:47 -08:00
LuaGlobals.cs Improve NLua lua library loading, using C# function pointers. It now no longer depends on BizHawk.BizInvoke/BizHawk.Common. It might be faster too 2023-11-17 19:03:03 -08:00
LuaTable.cs NLua: remove this[string field] overloads on LuaTable and LuaUserData 2025-07-07 18:26:54 +02:00
LuaThread.cs Improve NLua lua library loading, using C# function pointers. It now no longer depends on BizHawk.BizInvoke/BizHawk.Common. It might be faster too 2023-11-17 19:03:03 -08:00
LuaUserData.cs NLua: remove this[string field] overloads on LuaTable and LuaUserData 2025-07-07 18:26:54 +02:00
Metatables.cs fix nlua build with analyzers 2025-07-07 18:11:06 +02:00
ObjectTranslator.cs Improve NLua lua library loading, using C# function pointers. It now no longer depends on BizHawk.BizInvoke/BizHawk.Common. It might be faster too 2023-11-17 19:03:03 -08:00
ObjectTranslatorPool.cs Fix BHI1007 errors in NLua 2024-10-04 23:52:12 +10:00
ProxyType.cs Improve NLua lua library loading, using C# function pointers. It now no longer depends on BizHawk.BizInvoke/BizHawk.Common. It might be faster too 2023-11-17 19:03:03 -08:00