zeromus
|
3417453b43
|
use NLua+KopiLua instead of LuaInterface
|
2017-07-09 23:51:02 -05:00 |
J.D. Purcell
|
b53502eed8
|
Spaces -> tabs.
|
2017-04-15 16:37:30 -04:00 |
adelikat
|
fc59710dab
|
some code cleanup, mostly introducing C#6isms, also add a customized resharper+stylecop settings file in case anyone is using resharper
|
2017-04-10 10:30:05 -05:00 |
zeromus
|
5e89e563d0
|
overhaul lua sandboxing so that each lua script has its own sandbox. elaborate tracking of winform/event ownership to ensure that lua doesnt receive calls without going through the owner's sandbox. add win32-specific speed hacks for currdir set/get at higher speed. There may be bugs in this commit, but I think we're on the right track now.
|
2016-01-31 19:54:55 -06:00 |
zeromus
|
b0ab66801f
|
Revert "comment out feos' sandbox change so things compile"
This reverts commit 418eed6cc5 .
|
2016-01-30 18:28:51 -06:00 |
adelikat
|
418eed6cc5
|
comment out feos' sandbox change so things compile
|
2016-01-30 18:10:23 -05:00 |
feos
|
7409a32658
|
lua: attempt to use sandbox in callbacks.
|
2016-01-30 23:26:27 +03:00 |
adelikat
|
22c62d16a9
|
better catching of error in lua callbacks
|
2015-01-31 02:25:23 +00:00 |
adelikat
|
23f7017651
|
Some code cleanup tinkerings in Client.Common
|
2014-02-03 20:48:01 +00:00 |
adelikat
|
7482cfdc5e
|
a round of code cleanup in Client.Common
|
2013-12-30 01:58:44 +00:00 |
adelikat
|
788aea970e
|
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 |
adelikat
|
ded77beb65
|
Lua - OnInputPoll() - hooked up to the registered lua functions system
|
2013-11-10 19:19:58 +00:00 |
adelikat
|
d7d83c9275
|
move event library to its own object, slight tweak to anonymous function name, double clicking on registered functions dialog invokes the method clicked
|
2013-10-31 16:58:56 +00:00 |
adelikat
|
b2c2de2064
|
lua related code cleanup
|
2013-10-28 20:57:25 +00:00 |
adelikat
|
8b30b4290a
|
Cleanup of Lua stuff - rename LuaImplementation to EmuLuaLibrary, broke all the lua library functions into separate files by library, move nested classes to their own files in client.common
|
2013-10-28 19:13:01 +00:00 |