summaryrefslogtreecommitdiffstats
path: root/src/ChunkStay.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified the doxy-comment format.Mattes D2015-07-311-2/+1
|
* ChunkStay must be disabled while being deleted.ProtoProxy_1.7.2_001madmaxoft2014-04-121-0/+4
| | | | Fixes #758.
* Made cChunkStay's destructor virtual.madmaxoft2014-02-111-1/+1
|
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-16/+11
| | | | 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-1/+1
| | | | It works, but has random failures, probably due to threading issues.
* Initial Lua cChunkStay export.madmaxoft2014-02-091-1/+11
|
* Initial ChunkStay code.madmaxoft2014-02-081-0/+92