md_5
6abac0cfd5
Update for latest CraftBukkit changes.
2015-07-30 17:25:21 +10:00
md_5
6c9b0a1a1d
Update to Minecraft 1.8.8 (Pre-)Release.
2015-07-27 22:20:54 +10:00
md_5
07a5b1b0aa
Remove UserCache import as it is used now.
2015-06-07 20:03:31 +10:00
md_5
6a6b83943e
Update to Minecraft 1.8.6
2015-05-25 22:05:40 +10:00
Thinkofdeath
5818108e3a
Update to 1.8.4
2015-05-17 10:37:03 +01:00
Thinkofdeath
1d14d5f8e9
Upstream merge
2015-04-16 22:34:44 +01:00
Thinkofdeath
52df9dd70f
Improve NBTReadLimiter
2015-04-16 17:38:35 +01:00
md_5
6a943955cd
Rebuild #2
2015-04-09 13:41:04 +10:00
md_5
4e6ca2abdc
Hash rebuild
2015-04-09 13:18:56 +10:00
Thinkofdeath
a6deee8a8c
Add missing mc-dev import
2015-03-15 22:18:05 +00:00
Thinkofdeath
31ba0793ff
Rebuild patches
2015-03-08 11:04:41 +00:00
Thinkofdeath
b100cf9e7d
Update to Minecraft 1.8.3
2015-02-28 23:11:38 +00:00
md_5
6ee12f6fbc
Patch rebuild.
2015-02-26 21:41:47 +11:00
md_5
e497721865
Upstream merge.
2015-01-05 14:32:59 +11:00
Thinkofdeath
9f2d587b97
Remove the SneakyThrow class as we have a pure java version
2014-12-25 00:10:19 +00:00
FrozenBrain
52c130fc6d
Fix Entity Activation Range
2014-12-21 09:01:55 +11:00
Suddenly
a3168ab2ce
Fix the BiomeDecorator going missing due to the mc-dev-imports patch
2014-12-15 11:44:03 +00:00
Thinkofdeath
116e6fc98d
Fix build
2014-12-12 09:49:02 +00:00
Thinkofdeath
dc776bee32
Upstream merge
2014-12-12 09:47:02 +00:00
md_5
b023457499
Fix conflicts
2014-12-12 13:23:18 +11:00
Thinkofdeath
068df64aee
Rebuild all patches
2014-11-30 21:22:49 +00:00
Thinkofdeath
89d3fcbdfa
Regen the patches
2014-11-28 23:29:40 +00:00
Thinkofdeath
6b9c932ab4
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
2014-11-28 17:17:53 +11:00
md_5
323798c25c
Refactor ItemDoor place so that the physics update routing is called as part of the post event clenup rather than during the event. Fixes issues with the door triggering block updates / physics for cancelled events.
2014-09-30 21:44:15 +10:00
md_5
23b5964225
Fix Some Meory Leaks.
...
Also remove LongHash "Tweaks".
2014-09-21 10:08:37 +10:00
md_5
508462b96b
Use a compile time sneaky throw hack.
...
Fixes maven compilation for dependants.
2014-08-30 19:06:10 +10:00
md_5
a8763d7e57
Plug WorldMap Memory Leak
2014-08-08 19:57:11 +10:00
md_5
2bf4481e15
Update attribute maxes again once loaded
2014-07-28 17:29:45 +10:00
md_5
fb3a9d38dd
Allow Attribute Capping.
...
Apply some sensible defaults and allow server owners to customize the maximum values of selected common attributes.
2014-07-28 16:56:04 +10:00
md_5
408944e9f5
Apply NBTReadLimiter to more things.
2014-07-27 21:16:47 +10:00
md_5
01a14f4b5a
Update Spigot to Minecraft 1.7.10
2014-07-09 10:23:19 +10:00
md_5
ce355b2fda
Add a few comments to the first 14 patches.
2014-07-05 20:34:22 +10:00
md_5
746b49bbdc
Further Seed Customisation
...
Allow server admins that really want to to customise the seeds used in world generation even further.
2014-07-04 13:28:55 +10:00
Thinkofdeath
5d33c2f428
Revert "Enhance NBTReadLimiter."
...
This reverts commit 3b8159bf75
.
2014-07-02 22:49:23 +01:00
md_5
3b8159bf75
Enhance NBTReadLimiter.
...
Add the ability to cap strings separate from total data.
2014-07-02 18:05:13 +10:00
md_5
b4f8ae96a2
Prevent Unbounded IntCache Growth
...
Based on work by Peter Lawrey, this commit prevents unbounded growth of the integer cache and instead caps it to a value specified in the configuration (1024 by default). Should prevent thrashing, especially around world generation.
2014-06-20 19:40:55 +10:00
md_5
74c275f71c
Upstream merge
2014-04-24 16:33:42 +10:00
Thinkofdeath
3c59415aa1
Remove NBTTagCompound and related patches
2014-04-23 12:44:02 +01:00
Thinkofdeath
05bb44c24b
Stop player skull's name being incorrectly set to the profiles's toString
2014-04-17 13:02:29 +01:00
md_5
dff782210a
Fix Player Banning
...
This issue stems from the fact that Bukkit's API only allows a UUID to be banned, but Minecraft requires both a UUID and name. To fix this we modify the code to require a UUID or a name, or both. The correct fix would be expanding the API to be able to provide a name, however this would require plugin changes.
2014-04-15 10:32:55 +10:00
md_5
e11d481452
Use Provided Case for Non Existent Offline Players.
...
Fixes issues with using scoreboards to provide information via pseudo players being all lower cased.
2014-04-14 09:48:49 +10:00
md_5
75deb2c530
Revert "Print Warning not Stack Trace."
...
This reverts commit 7edfec9059
.
2014-04-12 15:29:45 +10:00
md_5
7edfec9059
Print Warning not Stack Trace.
...
When loading the data .json files.
2014-04-12 15:18:33 +10:00
md_5
c467867aca
Finish up Minecraft 1.7.8 support. This is a dev build, no warranty etc etc. It does not yet support Minecraft 1.7.2/1.7.5.
2014-04-12 14:49:42 +10:00
md_5
06b0dec1c5
Fix some stuff
2014-04-12 14:27:04 +10:00
Thinkofdeath
b4686b49be
Replace the village window patch with one that effects all windows ( Closes #143 )
2014-03-30 17:00:57 +01:00
Thinkofdeath
69324bba91
Update to 1.7.5
2014-03-23 00:06:43 +00:00
md_5
254df64f1b
Rebuild patch hashes, fix build.
2014-03-10 09:14:45 +11:00
md_5
82cf01b53f
Implement Threaded Bulk Chunk Compression.
...
This offloads chunk compression to a new thread, which should help with the pauses often seen when teleporting large amounts of players.
2014-01-29 08:38:37 +11:00
md_5
6bf69c66f3
Merge tick shuffling branch into master.
2014-01-27 08:40:12 +11:00