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
/
cClientHandle.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made several recomended changes. Gamemode is now world based. Need to add it to player.
admin@omencraft.com
2011-10-26
1
-3
/
+4
*
Moved GAMEMODE declaration to a single place... cPacket.h. Player can't take damage any more but can still sometimes die on spawn. Not sure why. Falling through the void does not kill you yet.
admin@omencraft.com
2011-10-26
1
-2
/
+2
*
Creative mode now breaks blocks without providing block drops. Need to work with Player's Inventory for proper creative mode support. GAMEMODE is declared and set twice.
admin@omencraft.com
2011-10-26
1
-3
/
+3
*
Added CreateInventoryAction packet for creative mode. Used cPacketEntityEquipment as template. Forced server into Creative Mode. Can't break blocks yet. Player can stil be damaged in creative mode and dying takes you back to survival mode.
admin@omencraft.com
2011-10-26
1
-0
/
+2
*
added simple code for server side item durabilty on tool items that have durabilty. need to add block destroyed durability modifier.
admin@omencraft.com
2011-10-26
1
-3
/
+70
*
Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.
faketruth
2011-10-23
1
-19
/
+3
*
Compiles for linux
faketruth
2011-10-21
1
-2
/
+8
*
MCServer c++ source files
faketruth
2011-10-03
1
-0
/
+1082