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
/
Items
/
ItemItemFrame.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ItemHandler initialisation is a constant expression (#5344)
x12xx12x
2021-12-02
1
-6
/
+3
*
Prevent placing of hangables on illegal blocks and break when support block broken (#5301)
Ethan Jones
2021-10-03
1
-2
/
+8
*
Replaced cpp14::make_unique<> with std::make_unique<>.
Mattes D
2020-08-01
1
-1
/
+1
*
Unify entity spawn packet sending
Tiger Wang
2020-05-01
1
-2
/
+2
*
Vector3 in Handlers (#4680)
Mattes D
2020-04-21
1
-26
/
+34
*
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
2019-09-29
1
-1
/
+1
*
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
2018-08-29
1
-1
/
+1
*
Changed entity ownership model to use smart pointers
Tiger Wang
2017-08-07
1
-4
/
+3
*
Placing a fluid from bucket calls plugin hooks.
Mattes D
2015-04-14
1
-5
/
+10
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
Fixed deadlock when moving players to other worlds.
Mattes D
2014-06-08
1
-1
/
+1
*
Add fireball interact
Howaner
2014-03-14
1
-1
/
+5
*
Fixed possible ASSERT failure
Tiger Wang
2014-02-18
1
-1
/
+1
*
Changed BlockFace type to eBlockFace
Tiger Wang
2014-02-18
1
-13
/
+1
*
Added an explanatory comment
Tiger Wang
2014-02-18
1
-0
/
+2
*
Used new BLOCK_FACE constants
Tiger Wang
2014-02-18
1
-7
/
+8
*
Implemented item frames, a part of #689
Tiger Wang
2014-02-18
1
-0
/
+62