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
/
Protocol
/
Protocol17x.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-22
Implented BroadcastParticleEffect
STRWarrior
1
-0
/
+18
2013-12-19
Fixed PlayerAbilities and creative
Tiger Wang
1
-10
/
+3
2013-12-17
Fixed player falling through the floor on spawn.
madmaxoft
1
-1
/
+5
2013-12-15
Fixed player spawning packet.
madmaxoft
1
-1
/
+1
2013-12-15
Moved reading flags to the protocol.
STRWarrior
1
-1
/
+19
2013-12-15
Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function
STRWarrior
1
-2
/
+10
2013-12-14
Removed leftover debugging messages from cProtocol172.
madmaxoft
1
-4
/
+0
2013-12-14
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
1
-0
/
+24
2013-12-13
Fixed threading issues affecting cProtocol172.
madmaxoft
1
-163
/
+163
2013-12-12
Fixed protocol 1.7 recovery after unknown packet.
madmaxoft
1
-4
/
+0
2013-12-08
Fixed tabcompletion packet, fixes #356
Tiger Wang
1
-8
/
+4
2013-12-08
Fixed falling block metas, fixes #406
Tiger Wang
1
-1
/
+1
2013-12-07
Renamed animation function
Tiger Wang
1
-2
/
+2
2013-12-02
Removed stray printf, again.
Samuel Barney
1
-1
/
+0
2013-12-02
Switched to using provided ReadItem function.
Samuel Barney
1
-17
/
+3
2013-12-02
Removed stray printf.
Samuel Barney
1
-1
/
+0
2013-12-02
Fixed 1.7 slab and stair placement.
Samuel Barney
1
-0
/
+19
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-16
fixed bug and added SpendExperience()
Daniel O'Brien
1
-3
/
+3
2013-11-15
finished #143 I believe
Daniel O'Brien
1
-1
/
+1
2013-11-14
cProtocol add SendExperience() and debugging
Daniel O'Brien
1
-0
/
+12
2013-11-12
Bundled fixes [SEE DESC]
Tiger Wang
1
-3
/
+7
2013-11-10
Bundled fixes [SEE DESC]
Tiger Wang
1
-3
/
+3
2013-11-10
Protocol 1.7: Fixed crashes and d/c with bad packets.
madmaxoft
1
-3
/
+3
2013-11-10
Bundled fixes [SEE DESC]
Tiger Wang
1
-5
/
+35
2013-11-10
Using DoWithPlayer instead of FindAndDoWithPlayer for callbacks.
STRWarrior
1
-0
/
+2
2013-11-10
Protocol 1.7: Attempt at fixing SoundParticleEffect packet.
madmaxoft
1
-5
/
+3
2013-11-10
Fixed Player animation packet.
madmaxoft
1
-1
/
+1
2013-11-08
Fixed sprinting in 1.7 protocol.
madmaxoft
1
-1
/
+17
2013-11-08
cProtocol::SendWindowOpen() signature changed.
madmaxoft
1
-10
/
+13
2013-11-08
Protocol 1.7: Fixed using entities.
madmaxoft
1
-2
/
+1
2013-11-08
Protocol 1.7: Copied Mob Metadata code from 1.2.5.
madmaxoft
1
-4
/
+195
2013-11-07
Added hardcore client effect
Tiger Wang
1
-1
/
+1
2013-11-07
Fix for entity spawning in general
Tiger Wang
1
-3
/
+3
2013-11-07
Possible fix for 1.7 pickup spawning
Tiger Wang
1
-1
/
+1
2013-11-07
Protocol 1.7: Fixed the Spawn Mob packet.
madmaxoft
1
-1
/
+1
2013-11-06
Protocol 1.7: Added the remaining server-bound packets.
madmaxoft
1
-14
/
+99
2013-11-06
Protocol 1.7: Added more server-bound packets.
madmaxoft
1
-25
/
+132
2013-11-06
Protocol 1.7: Finished the client-bound packets.
madmaxoft
1
-7
/
+32
2013-11-05
Protocol 1.7: More client-bound packets.
madmaxoft
1
-17
/
+27
2013-11-04
Protocol 1.7: Added more client-bound packets.
madmaxoft
1
-15
/
+164
2013-11-03
Protocol 1.7: Added client status packet.
madmaxoft
1
-1
/
+22
2013-11-03
Protocol 1.7: Rewritten packet-sending to use cPacketizer.
madmaxoft
1
-159
/
+316
2013-11-01
Protocol 1.7: Implemented the first batch of sent packets.
madmaxoft
1
-0
/
+577
2013-10-31
Protocol 1.7: Added skeleton functions for reading client packets.
madmaxoft
1
-17
/
+317
2013-10-30
Protocol 1.7: Added status ping handling.
madmaxoft
1
-0
/
+25
2013-10-30
Added 1.7 to protocol recognizer.
madmaxoft
1
-0
/
+216