Commit Graph

620 Commits

Author SHA1 Message Date
Spigot
1a372ae112 Add a skeleton api impl to show how spigot specific APIs will be made
By: md_5 <md_5@live.com.au>
2013-06-02 15:15:15 +10:00
Spigot
01403af0b1 Fix entity shoot bow event with skeletons - thanks Sleaker!
By: md_5 <md_5@live.com.au>
2013-06-02 15:01:04 +10:00
Spigot
5f9489a272 Add fix for health scaling - courtesy of Sleaker
By: md_5 <md_5@live.com.au>
2013-06-02 14:49:24 +10:00
Spigot
4b5e76bc22 Try and address the reliability of netty
By: md_5 <md_5@live.com.au>
2013-06-02 14:43:20 +10:00
Spigot
715a3ef9e7 Dont throttle twice
By: md_5 <md_5@live.com.au>
2013-06-02 11:52:13 +10:00
Spigot
fb624b9c57 Find + replace saves the day
By: md_5 <md_5@live.com.au>
2013-06-02 11:29:44 +10:00
Spigot
89967b6f12 Rename some API patches
By: md_5 <md_5@live.com.au>
2013-06-02 11:21:49 +10:00
Spigot
5c4622ee5e Update timings patch for cleanup and better efficiency
By: md_5 <md_5@live.com.au>
2013-06-02 11:19:41 +10:00
Spigot
b97c9856e9 Clean up the first two API patches
By: md_5 <md_5@live.com.au>
2013-06-02 10:39:40 +10:00
Spigot
26fa79baa7 Recipe Deconstruction
Some non API methods contributed by Asphodan to allow recipe deconstruction.

By: md_5 <md_5@live.com.au>
2013-06-01 16:34:52 +10:00
Spigot
9e332f745e [Testing] improve oreobf performance / potentially fix errors
By: md_5 <md_5@live.com.au>
2013-06-01 16:13:33 +10:00
Spigot
f29f254728 Small cleanups to netty
By: md_5 <md_5@live.com.au>
2013-06-01 14:23:53 +10:00
Spigot
8ae13afb25 Format netty patch
By: md_5 <md_5@live.com.au>
2013-06-01 13:57:16 +10:00
Spigot
efb6fb9413 Allow 0 entity trackign range. Use at own risk
By: md_5 <md_5@live.com.au>
2013-05-31 17:10:16 +10:00
Spigot
3b84dc909c Fix issue with plugins sending plugin messages causing login to hang - often seen in bukkit->bungee plugins
By: md_5 <md_5@live.com.au>
2013-05-28 07:21:11 +10:00
Spigot
e3b1301d25 Inherit from OSSRH parent
By: md_5 <md_5@live.com.au>
2013-05-27 16:27:44 +10:00
Spigot
34e3cc2d96 Bump Netty version - it contains a fix for an issue some users have seen.
By: md_5 <md_5@live.com.au>
2013-05-27 16:26:02 +10:00
Spigot
deee90fda3 Bump rate limit down to 3 (from 5)
By: md_5 <md_5@live.com.au>
2013-05-25 15:40:34 +10:00
Spigot
3d8143b040 Add better APIs for bungee raw IP
By: md_5 <md_5@live.com.au>
2013-05-21 20:45:44 +10:00
Spigot
56383ef26a [Experimental] Update to netty CR3.
By: md_5 <md_5@live.com.au>
2013-05-21 11:28:02 +10:00
Spigot
858e72c656 Remove -o Option
Serves no purpose other than to confuse users.

By: md_5 <md_5@live.com.au>
2013-05-19 18:30:26 +10:00
Spigot
eeff0b7f51 Guard against NPE when getting real IP
By: md_5 <md_5@live.com.au>
2013-05-19 17:58:42 +10:00
Spigot
4d138bdaa5 Downgrade to Netty CR1
By: md_5 <md_5@live.com.au>
2013-05-19 17:57:29 +10:00
Spigot
d98a98397e Orebfuscator fully functioning, more effective, more efficient!
By: md_5 <md_5@live.com.au>
2013-05-16 20:05:02 +10:00
Spigot
8e2498d3db Automatically update upstream versions. Bukkit-1.5.2-R0.1-2-gfaea684, CraftBukkit-1.5.2-R0.1-1-g53734d2
By: SpigotMC <no-reply@spigotmc.org>
2013-05-16 05:51:58 -04:00
Spigot
b6318e5188 Should use > instead of != for consistancy. There are a few more checks I want to optimize, but for now I will avoid them in case I have broken anything today
By: md_5 <md_5@live.com.au>
2013-05-16 19:34:00 +10:00
Spigot
c54032ce8f The following methods already handle these cases
By: md_5 <md_5@live.com.au>
2013-05-16 19:24:54 +10:00
Spigot
90cbaa91e0 Reformat orebfuscator code / rework for easy reading
By: md_5 <md_5@live.com.au>
2013-05-16 19:21:46 +10:00
Spigot
4b47d73deb Update orebfuscator
By: md_5 <md_5@live.com.au>
2013-05-16 18:51:25 +10:00
Spigot
a2ef7eb02a Cleanup comments on orebfuscator patch
By: md_5 <md_5@live.com.au>
2013-05-16 18:16:30 +10:00
Spigot
276478238f Add javassist depend for better performance
By: md_5 <md_5@live.com.au>
2013-05-16 18:11:03 +10:00
Spigot
1066f25c4c Implement changes to orebfuscator, including remove update radius configuration and update on player interact
By: md_5 <md_5@live.com.au>
2013-05-16 18:10:23 +10:00
Spigot
6771fc09de Revert changes to orebfuscator radius
By: md_5 <md_5@live.com.au>
2013-05-16 17:56:35 +10:00
Spigot
d2197bb6ae No memory leaks please
By: md_5 <md_5@live.com.au>
2013-05-16 16:58:18 +10:00
Spigot
423091f474 Update to latest Netty
By: md_5 <md_5@live.com.au>
2013-05-16 16:41:34 +10:00
Spigot
10fa63149b Add IP for players raw IP address
By: md_5 <md_5@live.com.au>
2013-05-14 21:14:43 +10:00
Spigot
bb9e1c8d34 Re order
By: md_5 <md_5@live.com.au>
2013-05-14 12:11:20 +10:00
Spigot
4f8fb69205 Add base patch for Spigot config
By: md_5 <md_5@live.com.au>
2013-05-14 12:08:11 +10:00
Spigot
825d29f624 Set flushnow to true before writing kicks
By: md_5 <md_5@live.com.au>
2013-05-11 15:37:37 +10:00
Spigot
1a0b9622a2 Reimpliment next-tick-list scale improvements
By: Mike Primm <mike@primmhome.com>
2013-05-05 23:41:11 -05:00
Spigot
53022665c5 Fixed latest patch, thanks snowleo!
By: md_5 <md_5@live.com.au>
2013-05-08 18:57:48 +10:00
Spigot
9e3e6481c9 Optimized version of LocaleLanguage
This patch reduces the memory footprint of each EntityPlayer by about 300 KB. The original class looks very unfinished and future versions might use the commented code.

By: snowleo <schneeleo@gmail.com>
2013-05-08 12:10:34 +10:00
Spigot
36fb322c1e Stage LocalLanguage to mc-dev
By: snowleo <schneeleo@gmail.com>
2013-05-08 12:04:50 +10:00
Spigot
e0881d81c1 *correct patch
By: md_5 <md_5@live.com.au>
2013-05-04 10:29:55 +10:00
Spigot
0faa468caa Don't skip item ticks
By: md_5 <md_5@live.com.au>
2013-05-04 10:14:25 +10:00
Spigot
c60ca2aa0f Let frames be configured for tracking
By: md_5 <md_5@live.com.au>
2013-05-04 10:11:32 +10:00
Spigot
326c461585 Update to latest upstream
By: md_5 <md_5@live.com.au>
2013-05-04 09:24:15 +10:00
Spigot
d8b3cd4a33 Automatically update upstream versions. Bukkit-1.5.2-R0.1-1-ge290523, CraftBukkit-1.5.2-R0.1-1-g53734d2
By: EcoCityCraft <admin@ecocitycraft.com>
2013-05-03 17:41:41 -05:00
Spigot
ecf728e910 Automatically update upstream versions. Bukkit-1.5.2-R0.1, CraftBukkit-1.5.2-R0.1
By: EcoCityCraft <admin@ecocitycraft.com>
2013-05-03 17:16:58 -05:00
Spigot
7203995b65 Automatically update upstream versions. Bukkit-1.5.1-R0.2-4-g056ce5b, CraftBukkit-1.5.1-R0.2-17-gd1e1c15
By: EcoCityCraft <admin@ecocitycraft.com>
2013-05-03 08:06:46 -05:00