summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSCompact.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-12/+12
|
* 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
|/
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
|
* 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