LogicParrot
|
83459d0d89
|
Proper entity destruction in non-ticking chunks
|
2016-02-19 07:05:22 +02:00 |
|
Lukas Pioch
|
dc4ea39755
|
Don't remove water after ice block has been destroyed
|
2016-02-18 08:16:34 +01:00 |
|
LogicParrot
|
6e269de274
|
Prevent player from falling when block breaking is denied
|
2016-02-08 14:10:51 +02:00 |
|
Mathias
|
89f3dec7ac
|
Updated old forum links
|
2016-01-31 02:25:03 +02:00 |
|
LogicParrot
|
439b3304f4
|
Improved tamed wolf pack cooperation and projectile reactions
|
2016-01-22 21:16:27 +02:00 |
|
LogicParrot
|
8c12227687
|
Fix crash when tamed wolf is hit by arrows
|
2016-01-16 16:37:37 +02:00 |
|
bibo38
|
41aa7cf123
|
Limited the username length to 16 characters.
This fixes a client crash, because Minecraft requires that a username is not longer than 16 characters.
See also: http://minecraft.gamepedia.com/The_Player#Name
Fixes #2545
|
2016-01-13 09:55:48 +01:00 |
|
LogicParrot
|
359e772dee
|
Tamed wolf assists owner (attack / defence)
|
2016-01-12 11:47:59 +02:00 |
|
Tiger Wang
|
5b62c4c314
|
Reorganised the redstone simulator
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan!
* Uses classes and inheritance now
* Speed should be improved
|
2015-12-18 13:17:38 +00:00 |
|
Gargaj
|
f9008a4860
|
allow use failures to propagate from the entity/block to the player
|
2015-12-13 13:27:38 +01:00 |
|
Dave Tucker
|
83870f9fc0
|
Add enum for Sound and Particle Effects
Fixes #2603
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
|
2015-11-24 13:21:40 +00:00 |
|
Tiger Wang
|
9de3a3f938
|
Examined a fix for #2588
|
2015-11-02 22:07:48 +00:00 |
|
Mattes D
|
da92286da9
|
Fixed a crash when sending messages too early after connection.
|
2015-10-21 20:59:48 +02:00 |
|
tycho
|
d8c860ae58
|
Improved the data structure for storing loaded chunks
Should significantly increase the performance of deciding which chunks to stream
|
2015-10-05 16:20:07 +01:00 |
|
Lukas Pioch
|
e56aa4032d
|
Maked it compileable for clang-3.7
|
2015-09-25 17:09:19 +02:00 |
|
tycho
|
fd7b87741a
|
Refactored cProtocol Chat handling
|
2015-09-21 12:32:56 +01:00 |
|
Tiger Wang
|
de2cce9b79
|
Fixed food drain bugs
|
2015-08-20 16:26:42 +01:00 |
|
Matti Hänninen
|
b20294604c
|
Fix old style casts and implicit conversions
|
2015-08-12 16:51:38 +03:00 |
|
Samuel Barney
|
804805d35a
|
Silenced and fixed many warning messages across multiple files.
|
2015-07-29 09:49:30 -06:00 |
|
Tiger Wang
|
8656e149c8
|
Improved maps
|
2015-07-14 21:46:30 +01:00 |
|
Mattes D
|
bebd4de144
|
Fixed warnings generated by 64-bit MSVC.
|
2015-07-07 11:50:06 +02:00 |
|
Tiger Wang
|
dd4b415051
|
Reinstate "Chunk queue collapsing"
This reinstates commit f36acb6835
and reverts commit adfbc42c02 .
|
2015-06-10 15:16:05 +01:00 |
|
worktycho
|
adfbc42c02
|
Revert "Chunk queue collapsing"
|
2015-06-07 20:45:47 +01:00 |
|
tycho
|
9ebbe969c8
|
Made the list of chunks to stream an unordered_set
This should increase performance of chunk streaming
|
2015-06-05 22:31:22 +01:00 |
|
jan64
|
d37e0eb72b
|
Added system and above action bar chat messages
|
2015-06-02 19:59:46 +02:00 |
|
Tiger Wang
|
291370e367
|
Fix Destroy() calling behaviour
* Fixes Core/#142
|
2015-05-30 00:23:34 +01:00 |
|
b33duck
|
022348645e
|
Fix for the way connecting clients receive player lists and broadcast chat
|
2015-05-28 19:43:16 -07:00 |
|
Tiger Wang
|
20b7152572
|
Potential crash fixes
* Potentially addresses my comment in #1969
* Probably fixes #2145
|
2015-05-28 13:03:28 +01:00 |
|
tycho
|
31b95afd79
|
Fixed ClientHandle not getting properly removed from the world
when socket is closed whilst the client is being added to the world
Fixes #1969
|
2015-05-26 10:34:14 +01:00 |
|
Mattes D
|
c3c30a78e1
|
Merge pull request #1848 from scottwillmoore/ImplementTitleCommand
Implement backend for /title command
|
2015-05-26 08:46:16 +02:00 |
|
Mattes D
|
2cdc2a16e4
|
Fixed chat message manipulation by plugins.
Plugins, in their OnChat hook, can change the chat message sent by a player.
|
2015-05-13 18:45:29 +02:00 |
|
Mattes D
|
c13b1931ff
|
More style checking.
Spaces around some operators are checked.
|
2015-05-09 12:58:54 +02:00 |
|
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
|
fd497b8269
|
ClientHandle: Fixed re-sending refused right-clicks.
The coords weren't checked against Y boundary and -1 coords weren't sent.
This fixes mc-server/Gallery#45.
|
2015-04-19 17:33:58 +02:00 |
|
Mattes D
|
de8e5ea8e4
|
Placing a fluid from bucket calls plugin hooks.
Ref.: #1857.
|
2015-04-14 10:49:01 +02:00 |
|
Scott Moore
|
8c144207dc
|
Implement backend for /title command
|
2015-04-13 16:22:51 +10:00 |
|
Mattes D
|
e5a7a730ed
|
Merge pull request #1826 from mc-server/UnifyPacketizer
Unify packetizer
|
2015-03-24 13:09:41 +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 |
|
Tommy Santerre
|
3f6d823aa4
|
Correct world height validations.
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1).
Allow generation of world of flat height = 255
|
2015-03-19 20:32:17 -04: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 |
|
Howaner
|
a96c21fc0d
|
Merge branch 'master' into Inventory
|
2015-03-09 22:39:11 +01:00 |
|
Tiger Wang
|
f3da0cf1ae
|
Reverted non-functional changes
|
2015-03-05 21:21:39 +00:00 |
|
Mattes D
|
b474b9fb5d
|
Fixed race condition for TCP link deleting.
This could have caused crashes when a client disconnected from the server.
|
2015-02-22 19:06:04 +01:00 |
|
Tiger Wang
|
3869f76cc2
|
Handle client 'leave bed' request
* Fixes #1728
|
2015-02-08 21:21:48 +00:00 |
|
Howaner
|
2c7925f0ad
|
Merge branch 'master' into Inventory
|
2015-02-06 21:52:14 +01:00 |
|
Mattes D
|
19d463ae1c
|
Fixed a deadlock in cClientHandle network sending.
|
2015-01-27 14:53:38 +01:00 |
|
Mattes D
|
4eecf9363a
|
Client: Only decode protocol when there's actual data incoming.
|
2015-01-27 14:53:36 +01:00 |
|
Mattes D
|
edce2cbdcf
|
Fixed enchant packet handling.
|
2015-01-27 14:53:34 +01:00 |
|