Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added system and above action bar chat messages | jan64 | 2015-06-02 | 1 | -3/+57 |
| | |||||
* | Merge pull request #1848 from scottwillmoore/ImplementTitleCommand | Mattes D | 2015-05-26 | 1 | -0/+86 |
|\ | | | | | Implement backend for /title command | ||||
| * | Implement backend for /title command | Scott Moore | 2015-04-13 | 1 | -0/+86 |
| | | |||||
* | | Fixed inventory handling. | Mattes D | 2015-05-16 | 1 | -2/+2 |
| | | | | | | | | Fixes #2035. | ||||
* | | Fixed creative click-outside | Tiger Wang | 2015-05-12 | 1 | -1/+1 |
| | | | | | | | | * Fixes #1995 | ||||
* | | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | | | | | | | | Spaces around some operators are checked. | ||||
* | | Added support for additional data in the ParticleEffect Packet | tycho | 2015-05-07 | 1 | -0/+44 |
| | | | | | | | | Also started refactoring how broadcasts are handled | ||||
* | | Merge pull request #1938 from jan64/master | Mattes D | 2015-05-04 | 1 | -1/+1 |
|\ \ | | | | | | | Change visual protocol name to include MCServer | ||||
| * | | Change visual protocol name to include MCServer | jan64 | 2015-05-04 | 1 | -1/+1 |
| | | | |||||
* | | | Entity improvements | Tiger Wang | 2015-05-04 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | •Pathfinder improvements •Fixes #1217 •Fixes #1933 Merge remote-tracking branch 'SafwatHalaby/water2' into fixes | ||||
* | | Protocol 1.8: Limit the amount of displayed data on NBT parse failure. | Mattes D | 2015-04-20 | 1 | -1/+1 |
| | | |||||
* | | Fixed arm swing animation | Tiger Wang | 2015-04-17 | 1 | -1/+1 |
|/ | | | * Fixes #1861 | ||||
* | Added VarInt64, normalized cPacketizer datatype names. | Mattes D | 2015-03-22 | 1 | -326/+329 |
| | |||||
* | Unified cPacketizer across all protocols. | Mattes D | 2015-03-22 | 1 | -275/+257 |
| | |||||
* | Fixed signedness warnings in Protocol. | Mattes D | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | Fixed signedness issues in protocols. | Mattes D | 2015-03-21 | 1 | -12/+12 |
| | |||||
* | Unified cByteBuffer types. | Mattes D | 2015-03-21 | 1 | -57/+81 |
| | | | | cByteBuffer now reads and writes any of the [U]Int<N> types. | ||||
* | Merge pull request #1810 from mc-server/paintings | Mattes D | 2015-03-15 | 1 | -9/+1 |
|\ | | | | | Paintings | ||||
| * | cPainting saving implemented | Tiger Wang | 2015-03-14 | 1 | -9/+1 |
| | | | | | | | | Additionally, it now inherits from cHangingEntity. | ||||
* | | Merge pull request #1734 from mc-server/pistons | Mattes D | 2015-03-14 | 1 | -3/+1 |
|\ \ | |/ |/| | Handle client 'leave bed' request | ||||
| * | Handle client 'leave bed' request | Tiger Wang | 2015-02-08 | 1 | -3/+1 |
| | | | | | | | | * Fixes #1728 | ||||
* | | 1.8 Protocol: Fixed a possible race condition. | Mattes D | 2015-02-24 | 1 | -5/+9 |
|/ | | | | Fixes #1759. | ||||
* | Added IsOnGround() to cEntity | Howaner | 2015-02-07 | 1 | -6/+6 |
| | |||||
* | Removed cFile::ReplaceFileNameInvalidChars(). | Mattes D | 2015-01-27 | 1 | -1/+3 |
| | | | | Its only usage in cProtocol18 has been changed to a simple string replace - only the IPv6's colons were causing problems. | ||||
* | Protocol18: Fixed failure with invalig logfile names. | Mattes D | 2015-01-27 | 1 | -8/+15 |
| | |||||
* | Fixed Linux compilation. | Mattes D | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Protocols: Ignore garbage data at the end of PluginMessage packets. | Mattes D | 2015-01-03 | 1 | -0/+10 |
| | | | | Fixes #1692. | ||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -2/+2 |
| | | | | Fixes #1618. | ||||
* | Fixed coverity issues in protocols. | Mattes D | 2014-12-21 | 1 | -2/+6 |
| | | | | Fixes CID 73099, CID 66411. | ||||
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Finished mob spawner implementation. | Howaner | 2014-11-18 | 1 | -0/+13 |
| | |||||
* | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-23 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | Conflicts: src/ChunkSender.cpp src/ClientHandle.cpp src/World.h | ||||
| * | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | | |||||
| * | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-21 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: src/ClientHandle.cpp | ||||
| * | Improved furnaces | Tiger Wang | 2014-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Fixed progress bar on 1.8 * Fixed bugs * Improved code * Fixes #1068 * Fixes #1070 | ||||
* | | Optimized chunk loader | Howaner | 2014-10-02 | 1 | -0/+1 |
|/ | |||||
* | Rewritten plugin messages, vanilla are being parsed directly. | madmaxoft | 2014-09-30 | 1 | -13/+73 |
| | | | | This should finally fix the compatibility problems between 1.7 and 1.8 protocols with the changes in the vanilla plugin messages. | ||||
* | Plugin messages: Vanilla prefixes its payloads with VarInt lengths. | madmaxoft | 2014-09-28 | 1 | -4/+13 |
| | |||||
* | Revert "1.8: Fixed plugin messages." | madmaxoft | 2014-09-28 | 1 | -1/+3 |
| | | | | This reverts commit 04ee8c43dd17eb98d1e3d66ff691898e9f269b95. | ||||
* | Protocol 1.8: Fixed possible crash on malformed packet. | madmaxoft | 2014-09-28 | 1 | -0/+5 |
| | |||||
* | Merge pull request #1466 from mc-server/endofsupport | Mattes D | 2014-09-28 | 1 | -14/+0 |
|\ | | | | | Removed protocols 1.2 to 1.6 | ||||
| * | Dropped support for <1.7.x | Tiger Wang | 2014-09-27 | 1 | -14/+0 |
| | | |||||
* | | 1.8: Fixed plugin messages. | Howaner | 2014-09-27 | 1 | -3/+4 |
|/ | |||||
* | Merge branch 'master' into Fixes | Howaner | 2014-09-26 | 1 | -15/+15 |
|\ | |||||
| * | Merge pull request #1419 from mc-server/redstoneTests | worktycho | 2014-09-26 | 1 | -15/+15 |
| |\ | | | | | | | Added test mocking to IncrementalRedstoneSimulator | ||||
| | * | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 1 | -6/+7 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: src/Simulator/IncrementalRedstoneSimulator.cpp | ||||
| | * | | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: src/Mobs/Monster.h | ||||
* | | | | Fixed players custom name in 1.8 | Howaner | 2014-09-26 | 1 | -16/+5 |
|/ / / | |||||
* | | | Protocol 1.8: Fixed plugin message packet. | madmaxoft | 2014-09-25 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #1452 from Howaner/Fixes | Mattes D | 2014-09-25 | 1 | -5/+10 |
|\ \ \ | | | | | | | | | Fixes | ||||
| * \ \ | Merge branch 'master' into Fixes | Howaner | 2014-09-25 | 1 | -6/+7 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Use the json writer to write sign texts. | Howaner | 2014-09-25 | 1 | -5/+10 |
| | |/ | |/| | | | | Without this change the client disconnects if the text contains " | ||||
* | | | Protocol 1.8: Handling packet compression properly. | madmaxoft | 2014-09-25 | 1 | -12/+35 |
| | | | | | | | | | | | | The compression didn't work with CommLog turned on. | ||||
* | | | Protocol 1.8: Added checks for values presence. | madmaxoft | 2014-09-25 | 1 | -2/+8 |
| |/ |/| | | | | | Reported by @worktycho / Coverity. | ||||
* | | 1.8 Protocol: Fixed problems with no-payload packets. | madmaxoft | 2014-09-25 | 1 | -6/+7 |
|/ | |||||
* | Fixed compiler warnings in 1.8 protocol. | madmaxoft | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | Conflicts: src/ClientHandle.cpp src/ClientHandle.h src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/World.cpp src/World.h | ||||
* | Hotfixed 1.8 item reading. | Howaner | 2014-09-22 | 1 | -5/+5 |
| | |||||
* | Changed metadata reading again. | Howaner | 2014-09-22 | 1 | -169/+6 |
| | |||||
* | Fixed item nbt reading. | Howaner | 2014-09-22 | 1 | -3/+165 |
| | |||||
* | Code improvements. | Howaner | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | Exported player list states to extra functions. | Howaner | 2014-09-18 | 1 | -54/+87 |
| | |||||
* | 1.8: Simplified item metadata reading. | Howaner | 2014-09-18 | 1 | -7/+3 |
| | |||||
* | Simplified WriteUUID() | Howaner | 2014-09-14 | 1 | -9/+9 |
| | |||||
* | 1.8: Updated scoreboard packets. | Howaner | 2014-09-13 | 1 | -3/+7 |
| | |||||
* | Moved chat json creating to the CompositeChat class. | Howaner | 2014-09-13 | 1 | -170/+3 |
| | |||||
* | 1.8: Fixed maps. | Howaner | 2014-09-13 | 1 | -16/+15 |
| | |||||
* | Fixed wrong buffer length in the 1.8 protocol. | Howaner | 2014-09-12 | 1 | -10/+4 |
| | |||||
* | 1.8: Fixed ReadItem() | Howaner | 2014-09-12 | 1 | -19/+39 |
| | |||||
* | 1.8: Added difficulty sending | Howaner | 2014-09-12 | 1 | -0/+6 |
| | |||||
* | 1.8: Fixed block entities. | Howaner | 2014-09-12 | 1 | -8/+2 |
| | |||||
* | 1.8: Fixed workbench, enchanting and anvil window. | Howaner | 2014-09-12 | 1 | -3/+19 |
| | |||||
* | 1.8: Enderman, byte -> short | Howaner | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | 1.8: Fixed enderman spawning. | Howaner | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | 1.8: Fixed inventory open packet. | Howaner | 2014-09-11 | 1 | -3/+2 |
| | |||||
* | Removed GetProtocolVersion() from the protocols. | Howaner | 2014-09-11 | 1 | -2/+1 |
| | |||||
* | 1.8: Fixed sign placing. | Howaner | 2014-09-11 | 1 | -1/+1 |
| | |||||
* | 1.8: Fixed hangings. | Howaner | 2014-09-11 | 1 | -30/+84 |
| | |||||
* | 1.8: Added ParticleEffect packet. | Howaner | 2014-09-11 | 1 | -13/+87 |
| | |||||
* | 1.8: Added MultiBlockChange packet. | Howaner | 2014-09-09 | 1 | -22/+61 |
| | |||||
* | Added the player list to the 1.8 protocol. | Howaner | 2014-09-09 | 1 | -7/+67 |
| | |||||
* | PlayerSpawn packet: Send the correct uuid. | Howaner | 2014-09-09 | 1 | -5/+1 |
| | |||||
* | 1.8: Added new uuid field. | Howaner | 2014-09-09 | 1 | -0/+17 |
| | |||||
* | More fixes. | Howaner | 2014-09-08 | 1 | -0/+5 |
| | |||||
* | Recoded cProtocol180 class. | Howaner | 2014-09-08 | 1 | -455/+2402 |
| | |||||
* | 1.8: Fixed tab complete. | Howaner | 2014-09-08 | 1 | -0/+17 |
| | |||||
* | Fixed more 1.8 packets. | Howaner | 2014-09-08 | 1 | -7/+189 |
| | |||||
* | Updated chunk sending to 1.8 | Howaner | 2014-09-08 | 1 | -10/+7 |
| | |||||
* | Added GetProtocolVersion() to cProtocol. | Howaner | 2014-09-08 | 1 | -1/+2 |
| | |||||
* | Implemented packet compression. | Howaner | 2014-09-08 | 1 | -10/+24 |
| | | | ChunkData packet needs this. | ||||
* | Fixed client errors. | Howaner | 2014-09-04 | 1 | -24/+66 |
| | |||||
* | Added more 1.8 protocol things. | Howaner | 2014-09-04 | 1 | -5/+518 |
| | |||||
* | Started implementing of the 1.8 protocol. | Howaner | 2014-09-04 | 1 | -0/+385 |