Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-12 | Bundled fixes [SEE DESC] | Tiger Wang | 1 | -3/+7 | |
* BoundingBox now returns FACE_NONE + Arrows can be picked up * Arrows dug up resume physics simulations * Added sound effects for bows, lava to stone, and arrows * Fixed SoundParticleEffect on <1.7 protocols | |||||
2013-11-10 | Bundled fixes [SEE DESC] | Tiger Wang | 1 | -3/+3 | |
* Fixed compiler warning in Monster.cpp * Future proofed particle effects * Improved pickups, made less jittery | |||||
2013-11-10 | Protocol 1.7: Fixed crashes and d/c with bad packets. | madmaxoft | 1 | -3/+3 | |
Fixes #332. | |||||
2013-11-10 | Bundled fixes [SEE DESC] | Tiger Wang | 1 | -5/+35 | |
* Fixed pickups spawning in an incorrect position from a JukeBox * Pickups make a popping sound in Prtcl1.7 * Arrows make a *what sort of sound does an arrow make anyway‽* when hitting a block, and a popping sound when fired * Mobs again have metadata * Fixed Prtcl1.7 not using valid JSON to kick a client * Minecarts and arrows again have metadata | |||||
2013-11-10 | Using DoWithPlayer instead of FindAndDoWithPlayer for callbacks. | STRWarrior | 1 | -0/+2 | |
You are able to dye the collar. | |||||
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 | |
Fixes #329. | |||||
2013-11-08 | Fixed sprinting in 1.7 protocol. | madmaxoft | 1 | -1/+17 | |
Fixes #324 | |||||
2013-11-08 | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 1 | -10/+13 | |
This implements #313. | |||||
2013-11-08 | Protocol 1.7: Fixed using entities. | madmaxoft | 1 | -2/+1 | |
The mouse buttons were swapped. | |||||
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 | |
Also fixed multiple world comments issue. | |||||
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 | |
This should fix #318 | |||||
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 | |
Also removed the SendWholeInventory(cInventory &) function, as promised in prev commit. | |||||
2013-11-04 | Protocol 1.7: Added more client-bound packets. | madmaxoft | 1 | -15/+164 | |
Untested, still more to come. | |||||
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 | |
Implemented enough of the protocol that the client now spawns in the world (but cannot do anything). | |||||
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 | |
Untested, this is skeleton code only. | |||||
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 | |
The 1.7 protocol currently only reports server description and playercount. |