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
/
source
/
items
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-04
Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.
madmaxoft@gmail.com
1
-0
/
+1
2012-08-23
Fixed Bug #237
lapayo94@gmail.com
2
-0
/
+29
2012-08-22
Added a documentation for block and item handlers
lapayo94@gmail.com
1
-1
/
+12
2012-08-18
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-17
Fixed an assert in bucket placement
madmaxoft@gmail.com
1
-19
/
+34
2012-08-14
Added a few more stackable items
madmaxoft@gmail.com
1
-12
/
+25
2012-08-11
Added some stackable items in cItemHandler::GetMaxStackSize()
madmaxoft@gmail.com
1
-0
/
+15
2012-08-11
Added cItemHandler::GetMaxStackSize() with a very basic implementation
madmaxoft@gmail.com
2
-0
/
+28
2012-08-06
BLOCKTYPE signedness change - fixed more details
madmaxoft@gmail.com
1
-2
/
+2
2012-07-29
Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.
madmaxoft@gmail.com
11
-138
/
+301
2012-07-28
Fixed a few gcc warnings
madmaxoft@gmail.com
1
-2
/
+2
2012-07-17
Fixed incompatibility to apples c++ compiler...
lapayo94@gmail.com
4
-8
/
+16
2012-07-17
Simple health regeneration system
lapayo94@gmail.com
3
-12
/
+117
2012-07-16
Some code improvements
lapayo94@gmail.com
20
-47
/
+43
2012-07-16
Fixed a copypasta error in previous commit
madmaxoft@gmail.com
1
-1
/
+1
2012-07-16
Changed GetBlockMeta to return NIBBLETYPE instead of char
madmaxoft@gmail.com
11
-12
/
+12
2012-07-16
fixed redstone repeater placement
lapayo94@gmail.com
2
-0
/
+30
2012-07-16
Fixed some small bugs :)
lapayo94@gmail.com
1
-0
/
+1
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
19
-0
/
+854