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
/
BlockEntities
/
BlockEntityWithItems.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-23
Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
Lukas Pioch
1
-1
/
+1
2015-03-19
Removed unwanted base classes from Lua API.
Mattes D
1
-0
/
+2
2014-11-27
BlockEntities: Removed the extra semicolon.
Mattes D
1
-1
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-3
/
+3
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-3
/
+3
2014-10-19
cLuaState: cBlockEntity descendants are pushed with proper class type.
Mattes D
1
-1
/
+3
2014-09-28
Compilation fix
Tiger Wang
1
-2
/
+2
2014-09-27
Suggestions
Tiger Wang
1
-7
/
+5
2014-09-26
Removed more unessicary includes
Tycho
1
-0
/
+1
2014-09-13
Implemented Chest Minecarts
Tiger Wang
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-02-12
Changed inheritance a bit
Tiger Wang
1
-0
/
+7
2013-12-22
merged in warnings changes
Tycho Bickerstaff
1
-0
/
+1
2013-12-22
converted commneted paramater names to the unused macro
Tycho Bickerstaff
1
-1
/
+2
2013-12-21
Chunk is now warnings clean
Tycho Bickerstaff
1
-1
/
+1
2013-12-06
Fixed pickups spawning for BlockEntities
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-86
/
+86
2013-06-04
Fixed a crash when generating a chest
madmaxoft@gmail.com
1
-2
/
+4
2013-05-28
Moved BlockEntities to a separate folder
madmaxoft@gmail.com
1
-1
/
+1
2013-05-26
Block entities with storage now correctly mark the chunk as dirty when their contents change.
madmaxoft@gmail.com
1
-0
/
+13
2013-05-25
cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems
madmaxoft@gmail.com
1
-0
/
+71