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
/
SetChunkData.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
Replaced cpp14::make_unique<> with std::make_unique<>.
Mattes D
1
-1
/
+1
2020-04-03
Manage block entity lifetime with unique_ptr (#4080)
peterbell10
1
-2
/
+1
2019-02-20
Limit the size of cListAllocationPool's free list
peterbell10
1
-1
/
+1
2018-09-24
Add a formatting function for Vector3 (#4282)
peterbell10
1
-4
/
+4
2018-07-26
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
1
-1
/
+0
2018-07-23
Optimise chunk set (#4260)
peterbell10
1
-23
/
+33
2017-08-07
Changed entity ownership model to use smart pointers
Tiger Wang
1
-0
/
+1
2017-05-22
Store cChunk::m_BlockEntities in a map (#3717)
peterbell10
1
-10
/
+8
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-4
/
+4
2015-05-08
Tracer::signum function now returns int
Woazboat
1
-1
/
+1
2015-05-05
Revert "Small code cleanup"
worktycho
1
-2
/
+5
2015-04-28
convert c style casts to c++ static casts
Woazboat
1
-1
/
+1
2015-04-27
Removed redundant temp iterator. std::list.erase already returns
Woazboat
1
-4
/
+1
2015-04-27
cSetChunkData constructor explicitly requires std::move() instead of
Woazboat
1
-4
/
+4
2015-01-17
Fixed CppCheck: (performance) Prefer prefix ++/-- operators for non-primitive types.
Kirill Kirilenko
1
-1
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-5
/
+5
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-5
/
+5
2014-09-05
Fixed loading empty chunks.
Mattes D
1
-1
/
+0
2014-08-31
Delete the entity before removing from the list
worktycho
1
-1
/
+1
2014-08-29
Rewritten block entity loading.
Mattes D
1
-0
/
+33
2014-08-21
cSetChunkData: Added missing initializers.
Mattes D
1
-0
/
+3
2014-07-24
Added a queue for setting chunk data.
madmaxoft
1
-0
/
+115