Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed functions and added beacon json saving. | Howaner | 2014-07-31 | 1 | -0/+20 |
| | |||||
* | Added a queue for setting chunk data. | madmaxoft | 2014-07-24 | 1 | -2/+3 |
| | | | | Fixes #1196. | ||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -51/+57 |
| | |||||
* | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -18/+18 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -6/+6 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -11/+11 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -1/+1 |
| | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into chunksparsing/structs | Tycho | 2014-05-10 | 1 | -12/+12 |
|\ | | | | | | | | | Conflicts: src/Chunk.h | ||||
| * | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -12/+12 |
| | | |||||
* | | Merge branch 'master' into chunksparsing/structs | Tycho | 2014-05-01 | 1 | -2/+9 |
|\| | |||||
| * | Merge pull request #948 from jfhumann/staticFixes | Mattes D | 2014-04-27 | 1 | -1/+9 |
| |\ | | | | | | | Fixes motivated by Coverity #1 | ||||
| | * | Fix for minor resource leak (CID 43616) | jfhumann | 2014-04-26 | 1 | -1/+9 |
| | | | |||||
| * | | Removed unused assignments. | archshift | 2014-04-26 | 1 | -1/+0 |
| |/ | |||||
* | | Merge branch 'master' into chunksparsing/structs | Tycho | 2014-04-27 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Chunk.h | ||||
| * | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | Implemented Chunk Sparsing with segments | Tycho | 2014-04-26 | 1 | -6/+4 |
|/ | |||||
* | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2014-03-12 | 1 | -5/+5 |
| | |||||
* | Fixed a load of format string errors | Tycho | 2014-03-11 | 1 | -5/+5 |
| | |||||
* | Removed unused macro from WSSCompact | Tycho | 2014-03-10 | 1 | -1/+0 |
| | |||||
* | Its a const not a macro | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Take 5 | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Take 4 | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Unsigned types take 3 | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Fix gcc error attempt 2 | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Fixed gcc error | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Add Flower Pots | Howaner | 2014-03-07 | 1 | -3/+37 |
| | |||||
* | Improved code safety for the Compact world storage. | Mattes D | 2014-01-23 | 1 | -104/+72 |
| | | | | That was a huge chunk of smelly code. | ||||
* | Command block fixes 2 | andrew | 2014-01-23 | 1 | -8/+30 |
| | |||||
* | Added user setting compression factor | Tycho | 2014-01-17 | 1 | -5/+6 |
| | |||||
* | Attempt at fixing cChunkDef::Height signedness. | madmaxoft | 2013-12-20 | 1 | -3/+3 |
| | |||||
* | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -2/+2 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -2/+2 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+1009 |