Commit Graph

2079 Commits

Author SHA1 Message Date
Zach Brown
bdb9292082 Re-add Spigot's hopper-check feature
Closes GH-77
2016-03-12 13:41:26 -06:00
Zach
c231a1b9e9 Merge pull request #78 from Techcable/feature/asm-executors
Handle static event methods
2016-03-12 12:20:35 -06:00
Techcable
752452373d Handle static methods 2016-03-12 09:43:39 -07:00
Zach Brown
eb7993789f Update upstream
hi @mibby
2016-03-12 00:59:34 -06:00
Zach Brown
244196f8cb Rebuild some patches 2016-03-12 00:40:16 -06:00
Techcable
386693ee50 Use ASM for event execution
Reflection (although highly optimized), has noticable overhead.
It also creates noticable GC overhead by allocating arrays with arguments, as @Aikar has said.

Based on WaterfallMC/Waterfall@1692934370

Merge pull request #45 from Techcable/feature/asm-executors
2016-03-12 00:26:02 -06:00
Techcable
b4bf59de2e Improve Paper's version checking system
Will now check commit hashes from this repo as a fallback when it is unable to find a build from our CI server. Because not everyone uses it directly
2016-03-11 22:30:43 -06:00
Zach Brown
3fc67691fc Fix BeaconEffectEvent
It is no longer 5 am
2016-03-11 20:36:47 -06:00
Zach Brown
5dcb658e3e Update upstream and rebuild patches 2016-03-11 20:13:31 -06:00
md_5
a638cf7e03 Patch rebuild. 2016-03-11 20:12:50 -06:00
md_5
b1e5adbd8a Fix patch conflicts. 2016-03-11 20:12:41 -06:00
Zach Brown
fdf80f055f Update upstream and rebuild patches 2016-03-11 15:24:37 -06:00
md_5
b6be4076a3 Patch rebuild. 2016-03-11 15:20:51 -06:00
Zach Brown
81d41173b4 Update upstream CB 2016-03-10 15:10:04 -06:00
md_5
443691d22d SPIGOT-1864: Improve entity collision capping 2016-03-10 15:09:29 -06:00
Zach Brown
df381276dc Update upstream B/CB 2016-03-09 19:49:59 -06:00
Zach Brown
e208ee6102 Update patch numbers for PR merges 2016-03-09 19:48:14 -06:00
Zach Brown
b4e8b79728 Merge pull request #73 from kashike/feature/you-are-very-resourceful-you-know-yes-you-are-very-resourceful-yes 2016-03-09 19:45:55 -06:00
Zach Brown
962d24acb2 Merge pull request #71 from kashike/feature/what-are-these-pokey-things-OH-MY-GOD-HELP-THEY-HURT 2016-03-09 19:44:18 -06:00
kashike
9216a46316 Add more complete resource pack API 2016-03-08 22:24:16 -08:00
kashike
a8ecaee65f Add methods for working with arrows stuck in living entities 2016-03-08 21:11:46 -08:00
Zach Brown
7603bda87f Fix a patch number after a few PRs 2016-03-08 23:09:32 -06:00
Zach
3a5c806a3e Merge pull request #70 from starlis/fixCollisionLag
Disable Scoreboards for non players by default
2016-03-08 22:58:36 -06:00
Zach
52f2409746 Merge pull request #68 from starlis/makemcdev
Add makemcdevsrc.sh
2016-03-08 22:56:21 -06:00
Aikar
cecc8e3eba Disable Scoreboards for non players by default
Entities collision is checking for scoreboards setting.
This is very heavy to do map lookups for every collision to check
this setting.

So avoid looking up scoreboards and short circuit to the "not on a team"
logic which is most likely to be true.
2016-03-08 23:51:52 -05:00
Aikar
b81488cf57 Add makemcdevsrc.sh
This script will build a folder in work/ that includes only
non imported NMS files. This folder can then be added to IDE as a
source to see unimported files without any duplicate class errors
2016-03-08 22:08:16 -05:00
Zach
24c0738aee Merge pull request #67 from kashike/text-cereal
Don't nest if we don't need to
2016-03-08 20:31:26 -06:00
kashike
dcb7708f0c Don't nest if we don't need to when cerealising text components 2016-03-08 18:29:39 -08:00
Zach
2ec0b0dd30 Merge pull request #66 from starlis/improvNav
Improve NavigationListener patches.
2016-03-08 20:14:07 -06:00
Aikar
354ed8ed65 Improve NavigationListener patches.
reduces diff and cleans up implementation of goals greatly.
2016-03-08 21:01:33 -05:00
Zach Brown
d9853fab8e Upstream merge 2016-03-08 18:20:45 -06:00
Zach Brown
b5a7d7fd29 Forcibly disable async light updates for the time being 2016-03-08 16:23:28 -06:00
Zach
0429e9f9e1 Merge pull request #64 from kashike/feature/components
Add BaseComponent sendMessage methods to CommandSender
2016-03-08 15:16:56 -06:00
kashike
9a9033c6c1 Add BaseComponent sendMessage methods to CommandSender 2016-03-08 13:16:54 -08:00
Zach Brown
986fb3e9c9 Update for upstream changes 2016-03-08 01:31:32 -06:00
Zach
af48652f7c Merge pull request #63 from starlis/fixNavListener
Optimize NavigationListener Iteration
2016-03-07 23:44:52 -06:00
Aikar
017c6f73be Optimize NavigationListener Iteration
I don't know what the person who wrote that code was smoking, but I
don't think it was good.

Gets rid of the WeakHashMap that mojang was abusing purely to be lazy
on clean up, and handles registering and deregistering navigation
upon world add/remove operations.
2016-03-08 00:42:48 -05:00
Zach
9ff0d02b57 Merge pull request #62 from PaperSpigot/revert-61-fixNavListener
Revert "Optimize NavigationListener Iteration"
2016-03-07 22:24:52 -06:00
Zach
2919676281 Revert "Optimize NavigationListener Iteration" 2016-03-07 22:24:18 -06:00
Zach
ab29b51ffa Merge pull request #61 from starlis/fixNavListener
Optimize NavigationListener Iteration
2016-03-07 22:18:10 -06:00
Aikar
d2f5881fa4 Optimize NavigationListener Iteration
I don't know what the person who wrote that code was smoking, but I
don't think it was good.
2016-03-07 22:59:12 -05:00
Aikar
e2906382a1 Optimize NavigationListener 2016-03-07 20:45:17 -06:00
Techcable
abc4f8df61 Re-add BlocksPos inlining patch 2016-03-07 16:01:34 -06:00
Zach Brown
a05bf5ab9f Rebuild patches 2016-03-07 15:54:14 -06:00
md_5
7d05145bf4 SPIGOT-1814: Crop growth rates inverted. 2016-03-07 15:38:25 -06:00
md_5
b2bbaa0190 Rebuild patches 2016-03-07 15:37:49 -06:00
Zach Brown
4811f5cbf9 Upstream merge 2016-03-07 15:37:29 -06:00
Zach Brown
46d8cd6ca7 Rebuild patches 2016-03-07 00:57:19 -06:00
Zach Brown
ed123795f4 Update upstream CB 2016-03-07 00:26:57 -06:00
Zach Brown
f429e9e043 Update and rebuild patches 2016-03-06 14:59:17 -06:00