zeromus
|
c823d6b46a
|
try fixing lua "buffer overflow" stack corruption crash when GC occurs while calling a cfunction
|
2012-06-11 22:15:49 +00:00 |
zeromus
|
3f6127152f
|
build lua differently so that it has at least a prayer at interoperating with plug-in dlls. at least, it can load them. there may be other problems later due to the dlls generally being compiled against a different CRT (vc8) than our lua and luainterface (vc10). we could fix this if we needed to by compiling the CUSTOMIZED lua in vc8 and referencing it from the vc10 luainterface.
|
2012-04-05 01:05:08 +00:00 |
zeromus
|
46a638ee96
|
fix bug in lua coroutines which made error propagation get mixed up and possibly result in a bunch of other subtle bugs
|
2012-03-27 07:25:36 +00:00 |
zeromus
|
e7eb6d8dcd
|
fix input.get
|
2012-03-24 18:39:55 +00:00 |
zeromus
|
0372969f13
|
change lua to use lua coroutines for multiple scripts instead of .net threads
|
2012-03-23 18:24:29 +00:00 |
zeromus
|
f7d0852741
|
build luainterface differently. fix lua poop?
|
2012-03-18 00:05:06 +00:00 |
zeromus
|
14ae31dfbf
|
vs wants to manage copying of lua51.dll itself as a dependency of LuaInterface.dll, and thats why it keeps deleting it sometimes when cleaning it. so move the lua51.dll alongside LuaInterface.dll and let it do the copying
|
2012-03-04 03:15:03 +00:00 |