Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-19 | Fixed PlayerAbilities and creative | Tiger Wang | 1 | -10/+3 | |
2013-12-19 | moved protocol to glob | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-17 | Fixed player falling through the floor on spawn. | madmaxoft | 1 | -1/+5 | |
The 1.7 client seems to have math issues with exact coords. Adding 0.001 to the Y coord fixed the problem. | |||||
2013-12-15 | Fixed player spawning packet. | madmaxoft | 1 | -1/+1 | |
The player was spawned 1.62 blocks below their pos. This fixes #323. | |||||
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-15 | Fixed pre 1.7 clients crashing. | STRWarrior | 1 | -2/+2 | |
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 | 7 | -0/+82 | |
2013-12-13 | Fixed threading issues affecting cProtocol172. | madmaxoft | 2 | -191/+191 | |
2013-12-12 | Fixed protocol 1.7 recovery after unknown packet. | madmaxoft | 1 | -4/+0 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 | |
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 | 7 | -10/+10 | |
Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know. | |||||
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 | |
Fixed misplacing when clicking on the bottom of bottom slabs and the top of top slabs. | |||||
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-27 | Fixed the remaining derps | Alexander Harkness | 4 | -5/+5 | |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 1 | -2/+2 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 5 | -7/+7 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 5 | -8/+8 | |
2013-11-24 | Moved source to src | Alexander Harkness | 17 | -0/+7588 | |