Commit Graph
14 Commits
Author SHA1 Message Date
Techcable e0ada11f1e Change base variables in BlockPos to force diff 2016-12-16 19:53:35 -06:00
Techcable d0cfdc4c62 Speedup BlockPos by fixing inlining 2016-11-30 20:57:02 -06:00
Techcable 94a6e8cb09 Make entities look for hoppers
Cherry-pick of PR GH-319
2016-06-18 01:03:40 -05:00
Techcable 291d1f7d21 Make Spigot its own submodule
Merge pull request #118 from Techcable/spigot-in-submodule
2016-03-21 12:22:47 -05:00
Techcable a8d725eb23 Don't pass null title to constructor
Fixes #83
Fix resetTitle()
@Zbob750 shouldn't be doing these updates in the middle of the night
2016-03-16 18:58:48 -07:00
Techcable c114ab3fea Handle static methods 2016-03-12 09:43:39 -07:00
Techcable 88d0213190 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-03 13:26:03 -07:00
Techcable 99f7a9fcf5 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:18 -06:00
Techcable d78781c869 Re-add BlocksPos inlining patch 2016-03-07 16:00:29 -06:00
Techcable 1bdbffaf84 Improve title API
Uses title objects instead of individual update methods
2016-02-17 19:03:21 -07:00
Techcable aea26a3f89 Speedup BlockPos by fixing inlining 2016-01-29 03:26:31 -06:00
Techcable 3e8e275447 Lookup game profiles for users that aren't onine 2015-08-15 14:05:03 -05:00
Techcable 15512b5459 Use the server usercache for player heads 2015-08-11 01:27:18 -05:00
Techcable f89d680e05 Add PlayerMicroMoveEvent 2015-07-23 04:30:13 -07:00