summaryrefslogtreecommitdiffstats
path: root/src/ChunkStay.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-7/+7
|
* remove y-coord from chunksLO1ZB2014-08-281-1/+1
|
* ChunkStay must be disabled while being deleted.ProtoProxy_1.7.2_001madmaxoft2014-04-121-4/+1
| | | | Fixes #758.
* Fixed chunkstays not being removed on auto-delete.madmaxoft2014-04-121-1/+2
| | | | Fixes #837.
* 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