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
/
SchematicFileSerializer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-11
zlib -> libdeflate (#5085)
Tiger Wang
1
-92
/
+23
2020-07-06
Remove Schematic Chunk height limitation
KrystilizeNevaDies
1
-1
/
+1
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-1
/
+1
2018-07-26
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
1
-2
/
+0
2017-09-11
cBlockArea: use unique_ptr
peterbell10
1
-4
/
+4
2016-09-27
Use cChunkDef::Height for Y coord comparison where applicable.
Moritz Borcherding
1
-1
/
+1
2016-06-18
SelfTests: Moved SchematicFileSerializer test into a separate project.
Mattes D
1
-36
/
+0
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-14
/
+14
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-5
/
+5
2015-06-19
Externalized cPrefabPiecePool self-test.
Mattes D
1
-12
/
+12
2015-06-11
SelfTests are registered and executed after logging framework init.
Mattes D
1
-0
/
+6
2015-01-23
Fixed negative return values in SchematicFileSerializer.
Matyas Dolak
1
-1
/
+3
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-05-09
Fixed message formatting.
Mattes D
1
-2
/
+2
2014-05-09
Build fixes after the last size_t batch.
Mattes D
1
-2
/
+2
2014-05-09
Range Check on schematic size
worktycho
1
-1
/
+1
2014-05-09
Fixed MSVC 64-bit build warnings.
Mattes D
1
-2
/
+2
2014-05-08
Fixed MSVC 64-bit build warnings.
Mattes D
1
-2
/
+2
2014-04-02
Added schematic string serializer self-test.
madmaxoft
1
-0
/
+33
2014-03-25
BlockArea: Switched internal coords to Vector3i.
madmaxoft
1
-5
/
+5
2014-03-12
Renamed cBlockArea Offset to WEOffset.
madmaxoft
1
-2
/
+2
2014-03-11
Renamed m_Offset to m_WEOffset
STRWarrior
1
-3
/
+3
2014-03-10
This allows a blockarea to have an Offset.
STRWarrior
1
-0
/
+23
2014-03-07
Fixed cBlockArea schematic string saving signature.
madmaxoft
1
-4
/
+3
2014-03-07
Added cBlockArea serialization to string.
madmaxoft
1
-28
/
+106
2014-01-22
Fixed spelling error
Tycho
1
-1
/
+1
2014-01-22
formatting changes
Tycho
1
-3
/
+13
2014-01-20
Actually implemented interfaces
Tycho
1
-19
/
+26
2014-01-20
Moved Schematic file methods to seperate class
Tycho
1
-0
/
+155