Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-05 | Prepare ChunkData for BlockState storage (#5105) | Tiger Wang | 1 | -0/+1 | |
* Rename ChunkData Creatable test * Add missing Y-check in RedstoneWireHandler * Remove ChunkDef.h dependency in Scoreboard * Prepare ChunkData for BlockState storage + Split chunk block, meta, block & sky light storage + Load the height map from disk - Reduce duplicated code in ChunkData - Remove saving MCSBiomes, there aren't any - Remove the allocation pool, ref #4315, #3864 * fixed build * fixed test * fixed the debug compile Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> | |||||
2021-01-11 | zlib -> libdeflate (#5085) | Tiger Wang | 1 | -24/+24 | |
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite | |||||
2020-08-28 | FastNBTWriter: AddString now uses string_view | Tiger Wang | 1 | -1/+1 | |
* Avoids an allocation for all those string literals we pass in | |||||
2020-07-26 | 1.14 connection support | Tiger Wang | 1 | -1/+1 | |
2020-05-10 | Cleanup unneeded globals (#4736) | peterbell10 | 1 | -1/+1 | |
2020-04-30 | NBT: Dynamic list-max-count protection. (#4697) | Mattes D | 1 | -0/+4 | |
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -34/+1 | |
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | |||||
2017-07-30 | cParsedNBT: Improved error reporting (#3876) | peterbell10 | 1 | -8/+81 | |
* cParsedNBT: Improved error reporting * Fix typos | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -35/+35 | |
2015-07-09 | Fixes compilation failures on MacOSX 10.10 | Samuel Barney | 1 | -30/+30 | |
* Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp | |||||
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2014-09-26 | Fixed UNUSED macro so that it doesn't require type knowledge. | madmaxoft | 1 | -4/+4 | |
Introduced new UNUSED_VAR macro that is used when type knowledge is available (for local variables). | |||||
2014-08-21 | Added initializers for class members. | Mattes D | 1 | -0/+4 | |
As reported by Coverity, these weren't initialized. | |||||
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -1/+1 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -3/+3 | |
2014-05-09 | Build fixes after the last size_t batch. | Mattes D | 1 | -7/+7 | |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -4/+4 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -4/+4 | |
2014-05-01 | Fixed warnings in FastNBT. | madmaxoft | 1 | -2/+2 | |
2014-04-04 | Fixed silly Clang's warnings in FastNBT. | madmaxoft | 1 | -28/+28 | |
2014-03-02 | Added more documentation for FastNBT parser. | madmaxoft | 1 | -3/+45 | |
2014-03-01 | Improved comments in float size check. | madmaxoft | 1 | -2/+2 | |
2014-02-28 | Better fix for the 32-bit float reading. | madmaxoft | 1 | -4/+5 | |
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 1 | -1/+1 | |
+ Added fireworks | |||||
2014-02-26 | Fixed a gcc warning in FastNBT.h. | madmaxoft | 1 | -2/+11 | |
2014-01-02 | More memory alignment fixes. | madmaxoft | 1 | -3/+3 | |
Ref.: #420. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-05-01 | FastNBT: Added cFastNBTTag::GetName() | madmaxoft@gmail.com | 1 | -0/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1437 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -0/+4 | |
Also changed cEntity rotation datatype to double git-svn-id: http://mc-server.googlecode.com/svn/trunk@1262 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-02-07 | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1198 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: WorldStorage-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@882 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-15 | Anvil: added support for signs (why was it still missing??) | madmaxoft@gmail.com | 1 | -0/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@616 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -274/+274 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@504 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-08 | Fast NBT writer (Saving a chunk is now about twice as fast) | madmaxoft@gmail.com | 1 | -9/+49 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@484 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-07 | Fast NBT Parser (loading a chunk is now about 10 times faster) | madmaxoft@gmail.com | 1 | -0/+234 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@481 0a769ca7-a7f5-676a-18bf-c427514a06d6 |