Commit Graph

236 Commits (master)

Author SHA1 Message Date
Gabriele C b93f905260 Disable recursive dependencies 2016-04-18 11:15:59 +02:00
Gabriele C 0aa23441c8 NoLagg is deprecated now 2016-04-18 11:15:30 +02:00
Gabriele C 9df3a5f614 Clean the project 2016-04-18 11:11:53 +02:00
Aleksey-Terzi 3318f3050b Returned caching (but still need to be improved), created custom transparent block list, other small fixes 2016-04-17 16:07:30 +03:00
Aleksey-Terzi 5d3bc8ae66 Fix visual anomaly during obfuscation 2016-04-17 09:48:42 +03:00
Aleksey-Terzi 40cfd41c1e 1.9, beta, cache is disabled for now, only with ProtocolLib 2016-04-16 20:41:57 +03:00
Lishid d888ea4212 Merge pull request #50 from Likaos/patch-1
New method is U
2015-05-24 23:02:43 -07:00
Likaos 639d9e3364 New method is U
The new method is u() for 1.8.3

Should consider this method does not return all the transparents blocs, I use a custom block list to be sure.
2015-05-21 12:35:59 +02:00
Lishid c08efb6ba1 Merge pull request #48 from MarioG1/master
Fix for 1.8.3
2015-04-15 14:01:06 -04:00
MarioG1 e9b8f9689e Fix for random blocks with ID's > 127 2015-04-15 19:59:27 +02:00
MarioG1 ea85592d96 Fix for 1.8.3 2015-04-15 19:48:52 +02:00
lishid 84e5637520 Updated to MC1.8.3 2015-03-17 20:48:23 -04:00
Lishid 652d735751 Merge pull request #47 from ruany/patch-2
Fix Spigot anti-xray disabling
2015-01-18 10:33:37 -05:00
Lishid a57a6df12a Merge pull request #46 from ruany/patch-1
Only cancel tasks for Orebfuscator
2015-01-18 10:32:33 -05:00
Ruan 4cdc56e004 Fix Spigot anti-xray disabling 2015-01-18 17:10:56 +02:00
Ruan ed85791772 Only cancel tasks for Orebfuscator 2015-01-18 17:08:06 +02:00
lishid 2b150cc616 * Fixed NPE on events, auto-disable Spigot built-in Orebfuscator. 2015-01-08 12:01:13 -05:00
lishid 0d7fe40a23 Removed updater, fixed ProtocolLib compatibility issue, fixed ProximityHider giving bad block meta 2015-01-08 11:13:50 -05:00
lishid 0d9e22037e Fixed all blocks around gets detected as transparent blocks 2015-01-06 09:08:05 -05:00
lishid 80f94301b8 Updated to 1.8 2015-01-05 21:18:06 -05:00
lishid 510222c0e4 Made TNT non-transparent 2014-09-12 23:12:49 -07:00
lishid 72f3574530 Minor fixes. 2014-07-29 06:53:40 -04:00
lishid ec00d5a9d9 2.1.4 2014-07-11 20:40:55 -04:00
lishid 9a335bebac 1.7.5 + 1.7.8 2014-04-13 02:42:52 -07:00
lishid 4c94d3c886 Hopefully fixing the CME this time. 2014-02-10 22:42:58 -08:00
lishid bec76667d0 Bad case of refactoring... Ouch. 2014-02-02 19:00:43 -08:00
lishid 64b49cabff Fuck spigot. 2014-02-01 14:25:26 -08:00
lishid c6a79c1d40 Fixed Signs issue. 2014-02-01 14:25:18 -08:00
lishid 59d998e63a Forcing proximity hider updates on chunk sent 2014-01-28 21:39:27 -08:00
lishid 1991f670ac Fixed signs being a problem for proximity hider. 2014-01-13 22:46:50 -08:00
lishid 77c320f8bf Minor typo... 2014-01-08 22:28:00 -08:00
lishid 91573e4a03 Switch for convention. 2014-01-08 21:50:58 -08:00
lishid 68d83f0c31 In preparation for a side plugin 2014-01-08 21:36:43 -08:00
lishid 15a65cb024 Also pass ID for ProximityHider. 2014-01-07 22:47:30 -08:00
lishid 90d7d64891 Abstract out some ProximityHider behaviour. Code formatting. 2014-01-07 22:40:13 -08:00
lishid 162b316793 Fixed issues with 1.7.x, added new ProximityHider functionality. 2013-12-15 14:10:53 -05:00
lishid 60aaffd9fc Changed years. 2013-12-07 04:33:27 -05:00
lishid 2153b74fc4 Complete reformat. 2013-12-07 04:31:58 -05:00
lishid 46ac3d561d BlockAccess now fixes the TileEntity problems. 2013-12-07 04:25:14 -05:00
lishid 511656a1d5 New updater, fixed compression error. 2013-12-07 03:21:11 -05:00
lishid 3d59980522 Added 1.7.2 support (and added 1.6.x files) 2013-12-06 02:32:07 -05:00
lishid 9dc74b0ee8 Pushing latest version, 1.9.6. 2013-08-12 08:40:55 -07:00
lishid c899658659 Updates to 1.9.5 2013-07-05 22:00:19 -07:00
lishid 1d3e501f43 update to 1.5_R1 2013-03-19 10:37:24 -04:00
lishid aa12e725a0 Updated to 1_4_R1 2013-03-11 13:28:35 -04:00
lishid a5d091322a Update to the configuration internals. 2013-01-23 00:11:04 -05:00
lishid 651a0e7696 Added 1.4.7 support and a bunch of cool optimizations 2013-01-22 12:09:08 -05:00
lishid afacd69f1e Async queue: Throw the exception so it can be handled in the thread. 2013-01-16 16:50:09 -05:00
lishid deb418145c Someone forgot to square the value, lol 2013-01-15 13:06:24 -05:00
lishid 046665610e Merge branch 'master' of github.com:lishd/Orebfuscator 2013-01-15 11:50:28 -05:00