Commit Graph

237 Commits

Author SHA1 Message Date
Jesse Boyd
5583994fe9 Remove softdepend as it affects load order 2017-12-30 17:32:54 +11:00
Jesse Boyd
994856b8fd
Fix queue instantiation 2017-12-27 04:00:26 +11:00
Jesse Boyd
395b46c842
Various major
New building mode (using CFI):
- CFI world is generated around the player in realtime
- Use WorldEdit/VS brushes while editing
- This is still being optimized
- Use a 1K radius height brush with near instant results
- https://github.com/boy0001/FastAsyncWorldedit/wiki/CreateFromImage

Early example: https://www.youtube.com/watch?v=jp1SjanWN70
2017-12-26 22:15:24 +11:00
Jesse Boyd
0dbb6171ef
Fixes #821 2017-12-15 11:28:54 +11:00
Jesse Boyd
0bac7251c1
Remove debug + Sync sponge tile changes 2017-11-12 11:42:19 +11:00
Jesse Boyd
b020e3ebe6
Various minor
re-implement forge/sponge modules
Fix NBT copy error
Fix entity/tile error
Some work on multi-clipboards
2017-11-09 07:18:16 +11:00
Jesse Boyd
602312eb3c
*\ 2017-10-16 14:57:36 +11:00
Jesse Boyd
9a45b364f6
Various minor
Fixes #742
Fixes #734
2017-09-22 12:44:49 +10:00
Jesse Boyd
cf4683b876
Fixes #747 2017-09-20 17:10:36 +10:00
Jesse Boyd
27d9baa7bc
Fixes #738 2017-09-18 14:45:44 +10:00
Jesse Boyd
984c5c2e9f
Fixes #741 2017-09-17 17:50:50 +10:00
Jesse Boyd
b2252a1cf6
Fix regen issues 2017-09-14 14:33:47 +10:00
Jesse Boyd
671dc29c94
* 2017-09-13 18:18:14 +10:00
Jesse Boyd
eddb4d8b2d
CUI using structure blocks (config option) 2017-09-13 17:25:44 +10:00
Jesse Boyd
7b49ef0820
* 2017-09-12 06:22:25 +10:00
Jesse Boyd
ba195c40a1
* 2017-09-12 04:06:27 +10:00
Jesse Boyd
8ac2bf6da3
Interactive CFI 2017-09-12 03:02:44 +10:00
Jesse Boyd
398943b9b0
Add slot# pattern 2017-09-06 18:18:58 +10:00
Jesse Boyd
e27b1d5421
Fixes #724 2017-09-06 02:50:49 +10:00
Jesse Boyd
27152ef8ac
Use weak map for brush cache 2017-09-03 23:40:20 +10:00
Jesse Boyd
687d1ac890
Persistent brush lore 2017-09-03 23:24:49 +10:00
Jesse Boyd
b9d267a908
Fix persistent brush scroll action 2017-09-01 15:14:20 +10:00
Jesse Boyd
8564b0b80f
Delete unclaimed filter 2017-08-31 22:42:29 +10:00
Jesse Boyd
1dad7a6cce
Fix minor brush persistence issue 2017-08-31 16:36:19 +10:00
Jesse Boyd
880b054957
* 2017-08-31 16:07:56 +10:00
Jesse Boyd
4d02548b04
(Experimental) Persistent brushes (config option)
Brushes can be bound to the item instead of being stored in the player's
LocalSession.
- Brushes can be shared by dropping the item
- Hasn't been fully tested, there may be bugs or performance issues
2017-08-31 16:04:03 +10:00
Jesse Boyd
d68740ecd1
Recover from failed injector (of minor classes) 2017-08-30 14:44:43 +10:00
Jesse Boyd
dc686c45d0
* 2017-08-29 22:44:31 +10:00
Jesse Boyd
81850daa0d
Remove title fade in + minor texture fix 2017-08-29 22:43:00 +10:00
Jesse Boyd
8c4d8dbcc2
Fix compile 2017-08-29 21:37:09 +10:00
Jesse Boyd
c7c425cab1
Possibly fixes #563 2017-08-29 21:23:19 +10:00
Jesse Boyd
356c5431ec
Fixes #715 2017-08-29 19:48:23 +10:00
Jesse Boyd
ee0a09e132
Optimize async -> sync task execution 2017-08-27 20:18:31 +10:00
Jesse Boyd
b979db514e
Fix hooking metrics with obfuscated plugins 2017-08-22 20:05:34 +10:00
Jesse Boyd
a73e44c88c
Fixes #668 2017-08-21 23:39:20 +10:00
Jesse Boyd
65442c886a
Fixes #705 2017-08-20 22:09:38 +10:00
Jesse Boyd
7359100159
Anvil undo/region restrictions 2017-08-20 14:54:10 +10:00
Jesse Boyd
d37e44e395
Fixes #1701 2017-08-19 15:45:57 +10:00
Jesse Boyd
81ffd52e9f
Fixes #695 2017-08-18 15:05:38 +10:00
Jesse Boyd
891f50a7c7
Various
Fixes #694
Fixes #691
Closes #693
2017-08-18 00:35:15 +10:00
Jesse Boyd
e9db802e2d
Hook with other bukkit metrics 2017-08-16 17:27:56 +10:00
Jesse Boyd
8a50c27ebc
* 2017-08-16 00:04:45 +10:00
Jesse Boyd
b0a82a4cd7
Update metrics 2017-08-15 19:43:17 +10:00
Jesse Boyd
f0553f80ae
* 2017-08-13 16:30:31 +10:00
Jesse Boyd
ae1e05fda4
Support entities with non nms placer 2017-08-13 16:07:34 +10:00
Jesse Boyd
f0066bbd26
Don't use relighter for non nms placer 2017-08-13 13:13:03 +10:00
Jesse Boyd
92bf3f702b
Future proofing
This is working towards making sure all parts of FAWE will work on newer
versions of minecraft without the plugin needing to update. (it'll still
be slower until proper support is added)
- Adds version agnostic bukkit adapter
- Adds version agnostic bukkit anvil mode
2017-08-13 12:38:19 +10:00
Jesse Boyd
113c625122
Don't check for parrots on unknown version 2017-08-13 12:15:56 +10:00
Jesse Boyd
2b0f1e62b7
Fixes #686 2017-08-10 00:41:19 +10:00
Jesse Boyd
71306cb749
Various
Anvil API can now be used fully async
- The underlying code still schedules things on the main thread
plotsquared + plotme perms now default to true
Minor optimization for DownwardVisitor
2017-08-08 17:36:17 +10:00