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