summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaChunkStay.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed a few unnessicary includesTycho2014-09-261-0/+1
|
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-20/+28
| | | | This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready.
* First working version of cLuaChunkStay.madmaxoft2014-02-091-7/+14
| | | | It works, but has random failures, probably due to threading issues.
* Initial Lua cChunkStay export.madmaxoft2014-02-091-0/+58