Commit Graph
10 Commits
Author SHA1 Message Date
Alfie Cleveland 519d60b747 Don't allow entities to ride themselves - #572 2017-01-08 04:32:04 +00:00
Alfie Cleveland d334865466 Further optimise hoppers 2016-12-27 03:01:41 +00:00
Alfie Cleveland ac3077af34 Don't process packets from offline players 2016-11-27 22:17:55 +00:00
Alfie Cleveland e579fe5518 Optimise removeQueue 2016-11-26 22:35:42 -06:00
Alfie Cleveland 048e964b41 Fix double lock in ServerConnection 2016-11-26 22:06:23 -06:00
Alfie Cleveland a36e2a4378 Optimise NetworkManager 2016-11-25 20:35:15 +00:00
Alfie Cleveland 3820e163d4 Optimise BlockStateEnum 2016-08-19 01:53:36 +01:00
Alfie Cleveland 26ff64cadc Properly fix item duplication bug
Credit to prplz for figuring out the real issue
2016-12-27 01:57:57 +00:00
Alfie Cleveland 3e9512a6fc Cache user authenticator threads 2016-11-25 13:22:40 +00:00
Alfie Cleveland c7287dd5ee Optimise BlockState's hashCode/equals
These are singleton "single instance" objects. We can rely on
object identity checks safely.

Use a simpler optimized hashcode
2016-08-19 01:52:56 +01:00