summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSCompact.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove y-coord from chunksLO1ZB2014-08-281-3/+3
|
* Renamed functions and added beacon json saving.Howaner2014-07-311-0/+20
|
* Added a queue for setting chunk data.madmaxoft2014-07-241-2/+3
| | | | Fixes #1196.
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-51/+57
|
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-18/+18
|
* Basic style fixes.madmaxoft2014-07-171-6/+6
|
* Normalized comments.madmaxoft2014-07-171-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 & othersTiger Wang2014-07-071-1/+1
| | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Merge branch 'master' into chunksparsing/structsTycho2014-05-101-12/+12
|\ | | | | | | | | Conflicts: src/Chunk.h
| * Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-12/+12
| |
* | Merge branch 'master' into chunksparsing/structsTycho2014-05-011-2/+9
|\|
| * Merge pull request #948 from jfhumann/staticFixesMattes D2014-04-271-1/+9
| |\ | | | | | | Fixes motivated by Coverity #1
| | * Fix for minor resource leak (CID 43616)jfhumann2014-04-261-1/+9
| | |
| * | Removed unused assignments.archshift2014-04-261-1/+0
| |/
* | Merge branch 'master' into chunksparsing/structsTycho2014-04-271-1/+1
|\| | | | | | | | | | | Conflicts: src/Chunk.cpp src/Chunk.h
| * Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
| |
* | Implemented Chunk Sparsing with segmentsTycho2014-04-261-6/+4
|/
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-5/+5
|
* Fixed a load of format string errorsTycho2014-03-111-5/+5
|
* Removed unused macro from WSSCompactTycho2014-03-101-1/+0
|
* Its a const not a macroTycho2014-03-091-1/+1
|
* Take 5Tycho2014-03-091-1/+1
|
* Take 4Tycho2014-03-091-1/+1
|
* Unsigned types take 3Tycho2014-03-091-1/+1
|
* Fix gcc error attempt 2Tycho2014-03-091-1/+1
|
* Fixed gcc errorTycho2014-03-091-1/+1
|
* Add Flower PotsHowaner2014-03-071-3/+37
|
* Improved code safety for the Compact world storage.Mattes D2014-01-231-104/+72
| | | | That was a huge chunk of smelly code.
* Command block fixes 2andrew2014-01-231-8/+30
|
* Added user setting compression factorTycho2014-01-171-5/+6
|
* Attempt at fixing cChunkDef::Height signedness.madmaxoft2013-12-201-3/+3
|
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
|
* Fixed the remaining derpsAlexander Harkness2013-11-271-2/+2
|
* Further attempts to fix compileTiger Wang2013-11-251-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+1009