Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-05 | Improved the signedness conversion. | madmaxoft | 1 | -2/+2 | |
2014-02-04 | Protocol 1.7: Fixed a signed / unsigned comparison warning. | madmaxoft | 1 | -2/+2 | |
2014-02-04 | Protocol 1.7 uses char for blockface. | madmaxoft | 1 | -2/+2 | |
That should fix #644 on RasPi. | |||||
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -2/+2 | |
May Fix #640 | |||||
2014-01-29 | Limited sign lines to 15 chars. | madmaxoft | 1 | -4/+5 | |
Fixes #598. | |||||
2014-01-29 | Protocol 1.7: Encryption is enabled only with auth. | madmaxoft | 1 | -1/+1 | |
2014-01-28 | Protocol 1.7: Forced encryption on all connections. | madmaxoft | 1 | -3/+99 | |
This is for testing purposes only, to find bugs in the encryption. Once the encryption is deemed stable, it will be enabled only for servers with enabled Authentication. | |||||
2014-01-26 | Fixed client packet parsing. | madmaxoft | 1 | -12/+33 | |
When the packet wouldn't fit the current buffer, the server would mis-parse the next packet. This was the cause for #541. Also modified comm logging, now each direction can be turned on separately. | |||||
2014-01-25 | Comm logging is available in both Debug and Release modes. | madmaxoft | 1 | -10/+16 | |
2014-01-25 | Protocol17: Comm logging shows the data left over from previous parse. | madmaxoft | 1 | -2/+15 | |
2014-01-24 | Added per-connection comm logging in debug mode. | madmaxoft | 1 | -0/+64 | |
It is meant for debugging only, so it is compiled only into debug mode. It is activated by starting the server with "/logcomm" parameter. | |||||
2014-01-23 | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 1 | -4/+4 | |
2014-01-21 | Scoreboard SendTo() | andrew | 1 | -3/+3 | |
2014-01-21 | Scoreboard protocol support | andrew | 1 | -0/+40 | |
2014-01-20 | Fix a crash but somewhere... | Alexander Harkness | 1 | -2/+1 | |
2014-01-19 | Removed unneeded paramters | Tiger Wang | 1 | -5/+13 | |
2014-01-19 | Switched EnchantmentSerilizer to namespace | Tycho | 1 | -2/+2 | |
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 1 | -2/+3 | |
Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier | |||||
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 1 | -4/+39 | |
* Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug | |||||
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -0/+25 | |
* Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity | |||||
2014-01-17 | Protocol 1.7: More output on unknown packets / protocol states. | madmaxoft | 1 | -4/+21 | |
2014-01-16 | Fixed block break packet number | Tiger Wang | 1 | -1/+1 | |
2014-01-16 | Changed newline character because of issues | Tiger Wang | 1 | -3/+3 | |
2014-01-16 | Protocol 1.7: Unknown packets are dumped to log in Debug mode. | madmaxoft | 1 | -1/+14 | |
2014-01-16 | Added packet diagnostics to 1.7 protocol. | madmaxoft | 1 | -28/+36 | |
When the packet is mis-interpreted, a log message is output about the packet type and lengths. | |||||
2014-01-15 | Implemented custom names and lore | Tiger Wang | 1 | -5/+55 | |
+ Added custom names and lore + Added saving and loading + Added writing and parsing of NBT | |||||
2014-01-13 | Added handshake processing to protocol 1.7. | madmaxoft | 1 | -2/+23 | |
This fixes #495 | |||||
2014-01-12 | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 1 | -6/+6 | |
2014-01-12 | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 1 | -1/+16 | |
2014-01-09 | Fixed wrong packet number for PluginMessage packet. | madmaxoft | 1 | -1/+1 | |
2014-01-09 | Added cClientHandle::SendPluginMessage(). | madmaxoft | 1 | -0/+12 | |
It is not yet exported in the API, though. | |||||
2014-01-07 | Fixed favicons | Tiger Wang | 1 | -1/+1 | |
2014-01-07 | Plugin messages are received and handed to plugins. | madmaxoft | 1 | -1/+1 | |
Note that MCS doesn't currently handle any channel registrations, this will come later on. | |||||
2014-01-07 | A few more touch ups | Bill Derouin | 1 | -11/+1 | |
2014-01-07 | Implement favicon for 1.7.2 | Bill Derouin | 1 | -0/+13 | |
Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet | |||||
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 1 | -1/+1 | |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 1 | -1/+0 | |
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 | |
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-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 | |
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-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 | |
* 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. |