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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
2013-03-09
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
1
-3
/
+4
2013-02-07
cBlockArea can now be saved as a .schematic file.
madmaxoft@gmail.com
1
-2
/
+2
2012-11-16
Android: Made the initial pre-calculated spawn area smaller
faketruth
1
-0
/
+9
2012-10-28
Fixed NBT IntArray serialization; Biomes are now saved to / loaded from Anvil
madmaxoft@gmail.com
1
-1
/
+1
2012-10-05
AnvilStats: made FastNBT faster by tweaking the pre-allocation.
madmaxoft@gmail.com
1
-1
/
+7
2012-09-23
Source files cleanup: WorldStorage-related files in a separate subfolder
madmaxoft@gmail.com
1
-0
/
+0
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-530
/
+530
2012-05-08
Fast NBT writer (Saving a chunk is now about twice as fast)
madmaxoft@gmail.com
1
-1
/
+211
2012-05-07
Fast NBT Parser (loading a chunk is now about 10 times faster)
madmaxoft@gmail.com
1
-0
/
+320