Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-01 | Fixed warnings in Lua helpers. | madmaxoft | 1 | -1/+1 | |
2014-03-19 | LuaChunkStay: Removed a debugging output. | madmaxoft | 1 | -3/+0 | |
2014-02-10 | Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay(). | madmaxoft | 1 | -26/+120 | |
This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready. | |||||
2014-02-09 | First working version of cLuaChunkStay. | madmaxoft | 1 | -9/+36 | |
It works, but has random failures, probably due to threading issues. | |||||
2014-02-09 | Initial Lua cChunkStay export. | madmaxoft | 1 | -0/+52 | |