Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-11 | Fix building with clang 8.0 (#4346) | Bond-009 | 1 | -4/+6 | |
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -16/+40 | |
* 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-08-02 | Fix BSD build | peterbell10 | 1 | -0/+1 | |
2017-07-30 | cParsedNBT: Improved error reporting (#3876) | peterbell10 | 1 | -47/+125 | |
* cParsedNBT: Improved error reporting * Fix typos | |||||
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -6/+6 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -22/+22 | |
2015-12-18 | Fix off by two error in ReadString | worktycho | 1 | -1/+1 | |
2015-12-18 | Check for invalid tags when reading a compound tag | tycho | 1 | -2/+6 | |
2015-12-18 | Fixed String Parsing crash bug | tycho | 1 | -5/+1 | |
Check string length against actual remaining data, not an abitary constant | |||||
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -10/+10 | |
2015-06-02 | Fixed warnings in MSVC. | Mattes D | 1 | -0/+3 | |
It complained about undefined return values or using uninitialized variables. | |||||
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -3/+3 | |
Ad fix a load of warnings | |||||
2015-01-20 | Fixed warnings in FastNBT.cpp. | Mattes D | 1 | -39/+40 | |
2014-12-21 | FastNBT: Added a sanity check for number of list items. | Mattes D | 1 | -1/+8 | |
Fixes CID 55812. | |||||
2014-09-20 | Fixed cParsedNBT::FindTagByPath(). | madmaxoft | 1 | -1/+1 | |
There was an off-by-one error in the name handling. | |||||
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -2/+2 | |
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. | |||||
2014-05-09 | Even more size_t fixes. | Mattes D | 1 | -4/+4 | |
2014-05-09 | Build fixes after the last size_t batch. | Mattes D | 1 | -2/+2 | |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -14/+16 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -14/+16 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -2/+2 | |
2014-03-10 | Fixed xofts issues | Tycho | 1 | -1/+1 | |
2014-03-10 | Use string.reserve to avoid the need to do inplace byteswap | Tycho | 1 | -10/+6 | |
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 1 | -5/+8 | |
2014-01-02 | Fixed unaligned memory access in FastNBT. | madmaxoft | 1 | -5/+5 | |
This should fix #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/+1 | |
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 | -3/+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 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1198 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-16 | Android: Made the initial pre-calculated spawn area smaller | faketruth | 1 | -0/+9 | |
Android: Fixed FastNBT Android: Fixed level.dat reading/writing GroupManager uses groups.example.ini as default WebAdmin uses webadmin.example.ini as default git-svn-id: http://mc-server.googlecode.com/svn/trunk@1049 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-28 | Fixed NBT IntArray serialization; Biomes are now saved to / loaded from Anvil | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1015 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-05 | AnvilStats: made FastNBT faster by tweaking the pre-allocation. | madmaxoft@gmail.com | 1 | -1/+7 | |
Although the file is shared between AnvilStats and MCServer, MCServer doesn't use this tweak (it uses too much memory) git-svn-id: http://mc-server.googlecode.com/svn/trunk@931 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: WorldStorage-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@882 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -530/+530 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-08 | Fast NBT writer (Saving a chunk is now about twice as fast) | madmaxoft@gmail.com | 1 | -1/+211 | |
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/+320 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@481 0a769ca7-a7f5-676a-18bf-c427514a06d6 |