Commit Graph

272 Commits

Author SHA1 Message Date
d61e5f33f1 some minor fixes
/br sspl - says to click same spot again to apply, clicked same spot and nothing happens
/br layer - gives an error message "there was an error handling a FAWE command: [See console]
/br clipboard - doesn't let me execute because of max radius of 5, however am unable to set a lower radius as there is no option for it
/br butcher - tried to kill some mobs, but didn't work (nothing happened)
/br splatter - tried to execute the command, nothing happened
2019-04-11 05:14:58 +10:00
2e1b7676eb Just use instanceof 2019-04-11 02:17:45 +10:00
f0d646a9a1 remove getSimpleName from FawePlayer 2019-04-11 02:11:14 +10:00
c519c5ec38 some anvil fixes 2019-04-11 02:07:57 +10:00
0ef97ccf28 fix cfi issues 2019-04-11 00:49:16 +10:00
e03a43a1ab finish MCAWriter 2019-04-10 22:04:22 +10:00
31797d4231 WIP on 1.13 CFI 2019-04-10 18:32:21 +10:00
093542c337 fix compile + use mutable vector for affine transform + fix bstats package 2019-04-07 20:43:59 +10:00
ed9ae5a6ab Update BBC.java 2019-04-07 01:26:34 +02:00
ab3394c35e Add prefixes and make FAWE more translatable 2019-04-07 01:13:23 +02:00
39830046bc Fix //none 2019-04-06 06:47:51 +11:00
0afae082c2 Remove string switches for BlockType 2019-04-06 03:34:11 +11:00
144215c813 Don't construct new BaseBlock 2019-04-06 01:12:57 +11:00
f7cdae5e56 Disable undo if fastmode 2019-04-06 00:53:00 +11:00
fd735a6f60 Fix property pattern 2019-04-05 19:22:50 +11:00
2143b9b5b7 finish block registry 2019-04-05 17:51:42 +11:00
94d5d8df8e Merge branch 'master' into breaking 2019-04-05 15:47:04 +11:00
140809c903 Working now 2019-04-05 15:15:10 +11:00
33f5322fda WIP merge (i'll finish this later) 2019-04-05 01:24:47 +11:00
1beea3cd22 Some more upstream merge 2019-04-04 21:28:41 +11:00
8897109dc4 wip upstream merge 2019-04-04 00:25:16 +11:00
4cd8d08134 merge with upstream (broken) 2019-04-03 16:53:58 +11:00
29692f3fbe Migrate to SLF4J 2019-04-02 18:21:02 -04:00
3419bb6f30 Fixed stats issue. 2019-04-01 22:09:59 -04:00
86ce762982 Minor performance tweaks and cleaning of metrics
Why were metrics so messed up in the first place?
2019-04-01 20:42:10 -04:00
64a134a9ee Merge remote-tracking branch 'refs/remotes/origin/master' into new-vector-system
# Conflicts:
#	build.gradle
#	worldedit-core/build.gradle
#	worldedit-core/src/main/java/com/boydti/fawe/util/IncendoPaster.java

#	worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java

#	worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/SpongeSchematicReader.java
2019-04-01 23:50:16 +11:00
bf53194650 Again #47 2019-04-01 21:41:44 +11:00
ff67f6343f Binding improvements
WIP towards deprecating parsers and unifying the command bindings
Allow registering dynamic bindings
- Supports nesting bindings
2019-04-01 21:35:55 +11:00
6e6a3f9035 Fix plotsquared schematic hook 2019-04-01 21:30:21 +11:00
92a7bd5e44 minor tweak for mutable vectors 2019-04-01 03:09:20 +11:00
7ae8d567f3 Cleaned a class 2019-03-28 20:41:16 -04:00
cb482ccbd5 Remove auto updater and minors
- Remove Changelog command
- Remove Auto updater
2019-03-28 21:31:28 +01:00
699783ba72 Another selective merge 2019-03-28 15:02:37 -04:00
acc8eb0a99 Lambda's and References and Cleanups! Oh My! 2019-03-27 12:17:05 -04:00
1424998327 Simplified switch statements and minor formatting 2019-03-27 11:36:26 -04:00
3420b8329b Remove most of PseudoRandom, a few minor cleaning changes, and an upstream change 2019-03-26 13:41:09 -04:00
0d88a6bce2 Merging upstream changes 2019-03-26 13:27:09 -04:00
85bfd16d7c Code cleaning
Most notable change: Remove redundant type parameters and replaced with <>. This is a small step to bring us closer to upstream parity.
2019-03-25 19:55:32 -04:00
3236bdd78e Changes to NBT-handling in operations and extents, changes to match the widely supported setBlock functionality, minor code cleanup 2019-03-25 13:42:11 -04:00
4c3b09895d Merge pull request #76 from IntellectualSites/new-vector-system2
Revert "Make end tag singleton"
2019-03-25 06:09:13 -04:00
68c8950cdc Add IncendoPaster
Co-Authored-By: Alexander Söderberg <citymonstret@hotmail.com>
2019-03-24 23:02:32 +01:00
456f821ce0 Revert "Make end tag singleton"
This reverts commit 13d2ae20
Why was this changed. I doubt it did much in terms of performance. It's better to stay as close as we can to the worldedit repo.
2019-03-22 12:51:44 -04:00
8a528b26b6 Update P2 repo and minors 2019-03-06 17:35:42 +01:00
c98a311146 Update to working PlotSquared repo; Update to PlotSquared C>Captions class rename; Cleaning and minor modifications to SpongeSchematicReader 2019-03-06 03:06:47 -05:00
3ffb5ff00d Changes to fix some PlotSquared compatibility issues, plus fix block Mask parsing 2019-02-27 08:09:04 -05:00
24fbc86cdd INDEV -- Pushed for in-house testing and development 2019-02-17 03:47:32 -05:00
511c279153 Fixed issues regarding block transformations and using the BaseBlock to apply a function. 2019-02-07 09:04:14 -05:00
590b7e23a9 Remove all raw usages of BSH, improve API generics 2019-02-03 05:01:39 -05:00
53308416ff Start work on modularising masks and patterns 2019-02-03 03:33:52 -05:00
d80ac24c63 Pass the exception converter through more. 2019-02-02 11:36:55 -05:00