summaryrefslogtreecommitdiffstats
path: root/src/ChunkStay.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-3/+4
| | | | This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready.
* Fixed ChunkStay initialization.madmaxoft2014-02-081-1/+1
|
* Fixed gcc compilation.madmaxoft2014-02-081-1/+1
|
* Initial ChunkStay code.madmaxoft2014-02-081-0/+136