index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
WorldStorage
/
FastNBT.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.14 connection support
Tiger Wang
2020-07-26
1
-1
/
+1
*
Cleanup unneeded globals (#4736)
peterbell10
2020-05-10
1
-3
/
+3
*
NBT: Dynamic list-max-count protection. (#4697)
Mattes D
2020-04-30
1
-8
/
+26
*
Fix building with clang 8.0 (#4346)
Bond-009
2019-08-11
1
-4
/
+6
*
Deal with covered switches consistently (#4161)
peterbell10
2018-02-05
1
-16
/
+40
*
Fix BSD build
peterbell10
2017-08-02
1
-0
/
+1
*
cParsedNBT: Improved error reporting (#3876)
peterbell10
2017-07-30
1
-47
/
+125
*
Fixed type-casting-related warnings.
Mattes D
2016-08-24
1
-6
/
+6
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-22
/
+22
*
Fix off by two error in ReadString
worktycho
2015-12-18
1
-1
/
+1
*
Check for invalid tags when reading a compound tag
tycho
2015-12-18
1
-2
/
+6
*
Fixed String Parsing crash bug
tycho
2015-12-18
1
-5
/
+1
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-10
/
+10
*
Fixed warnings in MSVC.
Mattes D
2015-06-02
1
-0
/
+3
*
Make -Werror disabling file only
tycho
2015-05-19
1
-3
/
+3
*
Fixed warnings in FastNBT.cpp.
Mattes D
2015-01-20
1
-39
/
+40
*
FastNBT: Added a sanity check for number of list items.
Mattes D
2014-12-21
1
-1
/
+8
*
Fixed cParsedNBT::FindTagByPath().
madmaxoft
2014-09-20
1
-1
/
+1
*
Basic style fixes.
madmaxoft
2014-07-17
1
-2
/
+2
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Even more size_t fixes.
Mattes D
2014-05-09
1
-4
/
+4
*
Build fixes after the last size_t batch.
Mattes D
2014-05-09
1
-2
/
+2
*
Fixed MSVC 64-bit build warnings.
Mattes D
2014-05-09
1
-14
/
+16
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-2
/
+2
*
Fixed xofts issues
Tycho
2014-03-10
1
-1
/
+1
*
Use string.reserve to avoid the need to do inplace byteswap
Tycho
2014-03-10
1
-10
/
+6
*
Fixed a few MSVC warnings.
madmaxoft
2014-01-07
1
-5
/
+8
*
Fixed unaligned memory access in FastNBT.
madmaxoft
2014-01-02
1
-5
/
+5
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+547