Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some emplace_back replacements (#5149) | 12xx12 | 2021-03-07 | 1 | -1/+1 |
| | | | * replace push_back with emplace_back when a new object was created in the function call | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -7/+7 |
| | |||||
* | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | ChunkStay must be disabled while being deleted.ProtoProxy_1.7.2_001 | madmaxoft | 2014-04-12 | 1 | -4/+1 |
| | | | | Fixes #758. | ||||
* | Fixed chunkstays not being removed on auto-delete. | madmaxoft | 2014-04-12 | 1 | -1/+2 |
| | | | | Fixes #837. | ||||
* | Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay(). | madmaxoft | 2014-02-10 | 1 | -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. | madmaxoft | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | Fixed gcc compilation. | madmaxoft | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | Initial ChunkStay code. | madmaxoft | 2014-02-08 | 1 | -0/+136 |