Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WorldStorage: Removed unused callback parameters | Tiger Wang | 2020-08-28 | 1 | -10/+6 |
| | |||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -3/+3 |
| | |||||
* | cWorld Threads: Seperate initialization and thread start. | peterbell10 | 2017-10-21 | 1 | -1/+2 |
| | | | | Prevents nullptr dereferences before Start has been called. | ||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -9/+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 | -12/+12 |
| | |||||
* | Fixed a race condition between chunk loader and generator. | Mattes D | 2015-10-04 | 1 | -4/+6 |
| | | | | | | When using ChunkWorx to generate multiple chunks, the server would sometimes fail an assert because it would generate a chunk even when it was successfully loaded. This was caused by chunks queued in cWorld's m_SetChunkDataQueue and thus being marked as "InQueue" although they were already loaded. Solved by adding a new parameter to chunk coord callbacks specifying whether the operation succeeded or failed, and using that instead of the chunk presence flag to decide whether to generate or not. | ||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -10/+11 |
| | |||||
* | Added a cWorld:PrepareChunk function. | Mattes D | 2014-12-10 | 1 | -3/+3 |
| | | | | | It prepares the chunk - loads or generates it and lights it. The spawn prepare process uses this function. | ||||
* | WorldStorage no longer queues chunks into generator. | Mattes D | 2014-09-05 | 1 | -33/+6 |
| | |||||
* | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -7/+5 |
| | |||||
* | CheckBasicStyle: multi-level indent change. | madmaxoft | 2014-08-04 | 1 | -3/+5 |
| | |||||
* | Fixed a ToLua warning - operator = not supported. | madmaxoft | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | Code style: Fixed braces on separate lines. | madmaxoft | 2014-07-19 | 1 | -2/+3 |
| | |||||
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Removed world-saving log messages. | madmaxoft | 2014-07-04 | 1 | -3/+0 |
| | | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1518 | ||||
* | Added user setting compression factor | Tycho | 2014-01-17 | 1 | -2/+2 |
| | |||||
* | fixed a few remaining issues with worldstorage | Tycho Bickerstaff | 2014-01-02 | 1 | -6/+3 |
| | |||||
* | rewrote queue not to use promises for waits | Tycho Bickerstaff | 2014-01-02 | 1 | -1/+2 |
| | |||||
* | refactored chunk Queue to seperate class | Tycho Bickerstaff | 2013-12-31 | 1 | -5/+23 |
| | |||||
* | Moved json includes to where they are really needed. | madmaxoft | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+135 |