Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cWorld: Move Initialization from Start to the constructor. | peterbell10 | 2017-10-21 | 1 | -2/+4 |
| | | | | Start now does nothing more than launch the world's threads. | ||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -1/+0 |
| | |||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -23/+23 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -16/+11 |
| | |||||
* | Added a cWorld:PrepareChunk function. | Mattes D | 2014-12-10 | 1 | -9/+38 |
| | | | | | It prepares the chunk - loads or generates it and lights it. The spawn prepare process uses this function. | ||||
* | Rewritten chunk status to specify whether the chunk is in queue. | Mattes D | 2014-09-05 | 1 | -0/+4 |
| | | | | This fixes #1370. | ||||
* | re-add the missing "s" too cChunkCoordsWithBoolList | LO1ZB | 2014-09-03 | 1 | -4/+4 |
| | |||||
* | hopefully the last commit for removing y-coord from chunks. :) | LO1ZB | 2014-09-03 | 1 | -5/+5 |
| | |||||
* | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -7/+56 |
| | | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+113 |