tycho
|
448df85e56
|
Added support for additional data in the ParticleEffect Packet
Also started refactoring how broadcasts are handled
|
2015-05-07 03:47:46 +01:00 |
|
Mattes D
|
9ba7823252
|
Merge pull request #1938 from jan64/master
Change visual protocol name to include MCServer
|
2015-05-04 23:28:49 +02:00 |
|
jan64
|
b1efaa55cd
|
Change visual protocol name to include MCServer
|
2015-05-04 17:52:46 +02:00 |
|
Tiger Wang
|
a509cf00ef
|
Entity improvements
•Pathfinder improvements
•Fixes #1217
•Fixes #1933
Merge remote-tracking branch 'SafwatHalaby/water2' into fixes
|
2015-05-03 23:58:12 +01:00 |
|
wiseoldman95
|
231ba3af53
|
Updated MC versions in ProtocolRecognizer.h
|
2015-04-28 09:16:09 +03:00 |
|
Mattes D
|
c0bd482448
|
Protocol 1.8: Limit the amount of displayed data on NBT parse failure.
|
2015-04-20 08:35:32 +02:00 |
|
Tiger Wang
|
15afff1eab
|
Fixed arm swing animation
* Fixes #1861
|
2015-04-17 15:33:40 +01:00 |
|
Mattes D
|
b913c5da69
|
Added VarInt64, normalized cPacketizer datatype names.
|
2015-03-22 23:09:23 +01:00 |
|
Mattes D
|
c626848393
|
Unified cPacketizer across all protocols.
|
2015-03-22 19:46:08 +01:00 |
|
Mattes D
|
c3c29577a5
|
Fixed signedness warnings in Protocol.
|
2015-03-21 16:11:57 +01:00 |
|
Mattes D
|
3923e3e37a
|
Fixed signedness issues in protocols.
|
2015-03-21 15:40:56 +01:00 |
|
Mattes D
|
b1d4b3bb96
|
Unified cByteBuffer types.
cByteBuffer now reads and writes any of the [U]Int<N> types.
|
2015-03-21 13:00:20 +01:00 |
|
Mattes D
|
0add3d4617
|
Merge pull request #1810 from mc-server/paintings
Paintings
|
2015-03-15 14:30:23 +01:00 |
|
Mattes D
|
65d2ef32e9
|
Merge pull request #1734 from mc-server/pistons
Handle client 'leave bed' request
|
2015-03-14 22:44:04 +01:00 |
|
Tiger Wang
|
3d398baf35
|
cPainting saving implemented
Additionally, it now inherits from cHangingEntity.
|
2015-03-13 23:05:06 +00:00 |
|
Mattes D
|
c286b186c4
|
1.8 Protocol: Fixed a possible race condition.
Fixes #1759.
|
2015-02-24 10:04:43 +01:00 |
|
Tiger Wang
|
3869f76cc2
|
Handle client 'leave bed' request
* Fixes #1728
|
2015-02-08 21:21:48 +00:00 |
|
Mattes D
|
1ce9164694
|
Protocol 1.7: Fixed Coverity issues.
Fixes CID 66411, CID 103166 and CID 103167.
|
2015-02-08 14:49:46 +01:00 |
|
Howaner
|
9b9ce6fa3b
|
Added IsOnGround() to cEntity
|
2015-02-07 10:45:45 +01:00 |
|
Mattes D
|
1b9c0f1030
|
Removed cFile::ReplaceFileNameInvalidChars().
Its only usage in cProtocol18 has been changed to a simple string replace - only the IPv6's colons were causing problems.
|
2015-01-27 14:53:34 +01:00 |
|
Mattes D
|
978fc6a988
|
Protocol18: Fixed failure with invalig logfile names.
|
2015-01-27 14:53:30 +01:00 |
|
Mattes D
|
5ac3a23586
|
Fixed warnings in 1.7 protocol.
|
2015-01-18 22:43:35 +01:00 |
|
Mattes D
|
7d13a2a77a
|
Fixed Linux compilation.
|
2015-01-03 22:39:55 +01:00 |
|
Mattes D
|
06c2669cf6
|
Protocols: Ignore garbage data at the end of PluginMessage packets.
Fixes #1692.
|
2015-01-03 22:24:15 +01:00 |
|
Mattes D
|
ccdf03daaf
|
Refactored all player block placing to go through hooks.
Fixes #1618.
|
2014-12-24 07:20:17 +01:00 |
|
Mattes D
|
d4c3821eca
|
Fixed coverity issues in protocols.
Fixes CID 73099, CID 66411.
|
2014-12-21 20:01:42 +01:00 |
|
Mattes D
|
2bd03ee1f9
|
cMojangAPI: Fixed a possible problem with thread termination order.
|
2014-12-07 21:38:28 +01:00 |
|
Howaner
|
473cb6e0b2
|
Removed unused imports.
|
2014-11-29 15:22:24 +01:00 |
|
Howaner
|
2478e290f9
|
Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.
|
2014-11-29 15:20:44 +01:00 |
|
Howaner
|
8b028c5c78
|
Finished mob spawner implementation.
|
2014-11-18 15:33:41 +01:00 |
|
Howaner
|
42120e2ea5
|
Merge branch 'master' into MobSpawner
Conflicts:
MCServer/Plugins/Core
|
2014-11-18 14:56:32 +01:00 |
|
Mattes D
|
190d34e2f7
|
Merge pull request #1565 from mc-server/MergedIniFile
Merged ini file
|
2014-10-24 09:13:39 +02:00 |
|
Mattes D
|
449d08cb3d
|
Merged IniFile into main MCS sources.
|
2014-10-23 15:15:10 +02:00 |
|
Howaner
|
72bb299a4a
|
Merge branch 'master' into ChunkLoader
Conflicts:
src/ChunkSender.cpp
src/ClientHandle.cpp
src/World.h
|
2014-10-23 14:59:42 +02:00 |
|
Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Mattes D
|
a42fa071bc
|
Properly exported cItemFrame and cHangingEntity to Lua.
|
2014-10-21 22:02:30 +02:00 |
|
Howaner
|
44514e53fc
|
Merge branch 'master' into ChunkLoader
Conflicts:
src/ClientHandle.cpp
|
2014-10-21 16:55:22 +02:00 |
|
Tiger Wang
|
2874bf73be
|
Merge pull request #1502 from mc-server/furnaces
Improved furnaces
|
2014-10-18 21:33:55 +01:00 |
|
Mattes D
|
687752241f
|
cMojangAPI: Don't update data if server is in offline mode.
|
2014-10-17 13:57:18 +02:00 |
|
Howaner
|
a59f2d15fb
|
Merge branch 'master' into ChunkLoader
|
2014-10-06 17:38:42 +02:00 |
|
Mattes D
|
3d2d8a096b
|
cMojangAPI: Added periodical refreshes.
|
2014-10-06 10:05:02 +02:00 |
|
Mattes D
|
a8aeceab9d
|
cClientHandle: Added protocol version knowledge.
|
2014-10-05 20:19:21 +02:00 |
|
Tiger Wang
|
b5a2c6667a
|
Improved furnaces
* Fixed progress bar on 1.8
* Fixed bugs
* Improved code
* Fixes #1068
* Fixes #1070
|
2014-10-03 21:32:41 +01:00 |
|
Howaner
|
382e014ebc
|
Optimized chunk loader
|
2014-10-02 23:50:41 +02:00 |
|
madmaxoft
|
e74510bddf
|
Fixed a missing semicolon.
|
2014-09-30 20:27:20 +02:00 |
|
madmaxoft
|
d7066f43d3
|
Rewritten plugin messages, vanilla are being parsed directly.
This should finally fix the compatibility problems between 1.7 and 1.8 protocols with the changes in the vanilla plugin messages.
|
2014-09-30 13:33:57 +02:00 |
|
madmaxoft
|
aae90c2cf0
|
Style fixes.
|
2014-09-29 21:38:11 +02:00 |
|
madmaxoft
|
280831df26
|
Plugin messages: Vanilla prefixes its payloads with VarInt lengths.
|
2014-09-28 23:03:44 +02:00 |
|
madmaxoft
|
488c6159df
|
Revert "1.8: Fixed plugin messages."
This reverts commit 04ee8c43dd .
|
2014-09-28 22:27:23 +02:00 |
|
madmaxoft
|
f8c627141a
|
Protocol 1.8: Fixed possible crash on malformed packet.
|
2014-09-28 22:25:48 +02:00 |
|