Commit Graph
100 Commits
Author SHA1 Message Date
Kenzie Togami 50cea37439 Fix other minor suggestion bugs 2019-07-27 23:49:11 -07:00
Kenzie Togami 76b608f90b Fix suggestions on Bukkit for good 2019-07-27 23:31:38 -07:00
Kenzie Togami 3a5170a0e8 Potenially fix quoted string completion 2019-07-27 18:12:18 -07:00
Kenzie Togami d134820bcb Merge branch 'master' into fix/quoted 2019-07-27 17:41:44 -07:00
Kenzie Togami c8cf0d8ba6 [Forge] Update to 1.14.4, pending Forge bugfixes 2019-07-25 19:19:03 -07:00
Kenzie Togami 8975347703 Fix Forge regen, by retaining the world reference. Also close the world. 2019-07-17 18:02:45 -07:00
Kenzie TogamiandGitHub 6e90c59136 Merge pull request #504 from EngineHub/feature/junit-5
Switch to JUnit 5
2019-07-16 04:21:06 -07:00
Kenzie Togami c1f4eecd77 Narrow timeout test exception type 2019-07-15 17:18:10 -07:00
Kenzie Togami 5c5c822f4b Replace try-fail-catch-assert with assertThrows 2019-07-15 16:38:34 -07:00
Kenzie Togami 3b157b67c3 Move Bukkit to JUnit 5 2019-07-15 16:38:33 -07:00
Kenzie Togami 429d022752 Move Core to JUnit 5 2019-07-15 16:38:33 -07:00
Kenzie Togami e98b99edcd Properly acquire JUnit 4, drop json-simple 2019-07-15 16:38:33 -07:00
Kenzie TogamiandGitHub bcea78c701 Merge pull request #503 from EngineHub/feature/kotlin-dsl-gradle-scripts
Kotlin DSL Gradle Scripts
2019-07-15 14:17:51 -07:00
Kenzie Togami 5fa311be48 Account for IntelliJ bug 2019-07-15 09:42:28 -07:00
Kenzie Togami ad5dcbea58 Attempt to fix ASM conflict 2019-07-15 09:14:02 -07:00
Kenzie Togami 98e29f634f Fix fabric output jar 2019-07-14 00:00:11 -07:00
Kenzie Togami 58863c22e8 Try downgrading fabric 2019-07-13 23:26:31 -07:00
Kenzie Togami 52a62b984b Improve logging, update to 5.5.1 2019-07-13 22:16:16 -07:00
Kenzie Togami 5277f99bf2 Minor fixes for craftscripts in Forge 2019-07-12 13:49:45 -07:00
Kenzie Togami 5a14693aa9 Migrate Sponge, Libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
Kenzie Togami 3bdc1c1cf2 Fixup after shade rhino merge 2019-07-12 13:49:45 -07:00
Kenzie Togami 3d4025c757 Migrate Forge to Kotlin DSL 2019-07-12 13:49:45 -07:00
Kenzie Togami 47b9716bdc Migrate Fabric to Kotlin DSL 2019-07-12 13:49:45 -07:00
Kenzie Togami 55100761a3 Migrate Core to Kotlin DSL 2019-07-12 13:49:45 -07:00
Kenzie Togami ab8397e517 Migrate Bukkit to Kotlin DSL 2019-07-12 13:49:45 -07:00
Kenzie Togami 19802e478c Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
Kenzie Togami eccbad92e8 Move away from deprecation, move dependencies towards buildSrc 2019-07-12 13:49:45 -07:00
Kenzie Togami 59c2a15cda Further minor cleanup from Gradle 5 change 2019-07-12 13:49:45 -07:00
Kenzie TogamiandGitHub 4874c314d0 Merge pull request #501 from EngineHub/feature/gradle-5
Update to Gradle 5
2019-07-11 22:01:09 -07:00
Kenzie TogamiandGitHub 9e7d46662c Merge pull request #498 from EngineHub/feature/improved-chunk-batching
Buffered extent improvements
2019-07-10 14:25:22 -07:00
Kenzie TogamiandGitHub b5ed1973d3 Merge pull request #500 from EngineHub/bugfix/libraries-in-forge-jar
Shade Rhino and truezip into Forge dist
2019-07-10 14:12:50 -07:00
Kenzie Togami e87a5559d6 Ensure blocks are not moved below world boundary 2019-07-10 14:10:22 -07:00
Kenzie Togami c5c6a091fd Update to Gradle 5.5 2019-07-09 18:21:21 -07:00
Kenzie Togami 05bf211d73 Prepare worldedit-libs for shadow upgrade 2019-07-08 20:25:59 -07:00
Kenzie Togami 5a464142ae Shade Rhino and truezip into Forge dist 2019-07-08 20:21:31 -07:00
Kenzie Togami 2ee71cc72f Grav brush: move to bottom, not down one 2019-07-06 15:41:11 -07:00
Kenzie Togami 3ad80665d8 Fix gravity brush itself, not EditSession 2019-07-06 00:12:17 -07:00
Kenzie Togami f2c47f3759 License for new class 2019-07-04 11:55:27 -07:00
Kenzie Togami 99ee32fe8e Many fixes for buffered extents 2019-07-04 11:43:36 -07:00
Kenzie Togami d27daefd3e Implement getBlock for chunk batching extent
Also improve speed of comparators, by using ::comparingX and bitwise
ops.
2019-07-03 21:11:36 -07:00
Kenzie Togami 255f016df3 [Forge] Update to 1.14.3 2019-06-26 19:44:42 -07:00
Kenzie Togami 7879be157e [Forge] Update to newer 1.14.2 forge, mappings 2019-06-22 12:42:20 -07:00
Kenzie TogamiandMatthew Miller 27c7d488a2 Add perf. improvments for Forge 2019-06-15 17:33:17 +10:00
Kenzie TogamiandMatthew Miller 8c17aab9c5 Clean-up some misc. parts of the code 2019-06-15 17:33:17 +10:00
Kenzie TogamiandMatthew Miller a3a175ab8c Initial attempt at binding state IDs 2019-06-15 17:33:17 +10:00
Kenzie Togami d46cd78e14 Port doc printer to Kotlin, heavily improve 2019-06-05 23:26:57 -07:00
Kenzie Togami bae2a0b244 Update Piston to 0.4.1 for bugfixes 2019-06-04 18:57:40 -07:00
Kenzie Togami 620992dd57 Update Piston to 0.4.0 for bugfixes 2019-06-01 01:51:25 -07:00
Kenzie Togamiandwizjany 3b2b7f2c68 Initial attempt at restoring regen functionality (#475) 2019-05-26 20:00:45 -04:00
Kenzie Togami 3173e26109 Fix //expand, improve //help 2019-05-17 22:24:31 -07:00
Kenzie Togami e7613dd879 Stop using IAE to communicate parameter mis-use 2019-05-14 17:57:05 -07:00
Kenzie Togami 718c2e8306 Update Piston to 0.2.4 for even more bug fixes 2019-05-14 17:25:55 -07:00
Kenzie Togami 93dd956bae Bump Piston to 0.2.3 for deadlock fix 2019-05-13 04:04:46 -07:00
Kenzie Togami 6765c2896d Bump text-extras to 3.0.2 2019-05-13 02:47:05 -07:00
Kenzie Togami a2b67f8ddb Re-write EventBus to be faster 2019-05-10 05:01:01 -07:00
Kenzie Togami 389671b43b Apply eclipse plugin to prevent crash in FG 2019-05-10 03:39:29 -07:00
Kenzie TogamiandKenzie Togami 067a570df0 Implement basic Forge suggestions 2019-05-05 23:06:20 -07:00
Kenzie TogamiandKenzie Togami 8a3e6a12b9 Implement suggestions for Bukkit + Sponge 2019-05-05 23:06:20 -07:00
Kenzie TogamiandKenzie Togami 1c54a04fd1 Update Text to 3 2019-05-05 23:06:20 -07:00
Kenzie TogamiandKenzie Togami 4355f8cbf7 Update Piston for suggestions, add hacky-pseudo-suggestions 2019-05-05 23:06:20 -07:00
Kenzie TogamiandKenzie Togami acc0e7d09c Fix logging on Bukkit, align adapter versions 2019-05-05 23:06:20 -07:00
Kenzie Togami 5781b4cd76 Update Piston version 2019-05-01 16:13:06 -07:00
Kenzie TogamiandKenzie Togami b419446109 Add checkstyle regexp to validate case methods 2019-05-01 15:24:32 -07:00
Kenzie TogamiandKenzie Togami 13a8c480e3 Insert Locale.ROOT into all case change methods 2019-05-01 15:24:32 -07:00
Kenzie Togami fb4fb980e0 Condense some command packages 2019-04-30 15:03:18 -07:00
Kenzie Togami 743d7f08ab Purge intake-like command system 2019-04-30 14:59:45 -07:00
Kenzie Togami 7c1764548d Deprecate old system, still in use by WG/CB 2019-04-30 13:53:14 -07:00
Kenzie Togami e06c8b84b4 Merge branch 'master' into feature/piston-commands 2019-04-29 22:44:15 -07:00
Kenzie Togami b1c042b196 Add checkstyle validation for formatting, fix issues 2019-04-29 22:40:32 -07:00
Kenzie Togami 1e51bebc46 Update to release Piston version 2019-04-29 22:15:52 -07:00
Kenzie Togami 7188d27aaa Fix minor bugs in converters 2019-04-29 22:11:15 -07:00
Kenzie Togami d0f9a71d53 Re-implement many converters using Piston utility converters 2019-04-29 21:57:29 -07:00
Kenzie Togami 6c21ae5c83 Drop old calc message 2019-04-28 22:09:48 -07:00
Kenzie Togami 462843c3df Add license 2019-04-28 22:07:08 -07:00
Kenzie Togami 82c4846436 Add more variable args for expressions, quoting 2019-04-28 22:03:54 -07:00
Kenzie Togami d4fce65abc A few command fixes 2019-04-28 21:42:45 -07:00
Kenzie Togami 7d85df4575 Cache SNAPSHOTs for only five minutes, since they change often 2019-04-28 17:35:28 -07:00
Kenzie Togami 2580a0cf97 Use 'shape' instead of 'regionFactory' in user-facing ctx 2019-04-28 17:30:58 -07:00
Kenzie Togami 6255ccce38 Minor bug fixes 2019-04-28 17:27:33 -07:00
Kenzie Togami 484a1db500 Remove artifactory resolve block 2019-04-27 13:37:43 -07:00
Kenzie Togami 0960f70e6b Update to latest Piston changes 2019-04-27 03:35:44 -07:00
Kenzie Togami 23279c007e Fix intialization, rework registration 2019-04-26 01:38:06 -07:00
Kenzie Togami 7ff537138a Merge master again 2019-04-26 01:25:42 -07:00
Kenzie Togami b8c120e0c4 Finish porting commands 2019-04-26 01:18:02 -07:00
Kenzie TogamiandMatthew Miller bfc1fd8fd0 Add licenses 2019-04-26 16:41:39 +10:00
Kenzie TogamiandMatthew Miller 56ef786415 Don't touch the Direction tag, as possibly only Facing changed. 2019-04-26 16:41:39 +10:00
Kenzie TogamiandMatthew Miller efc4ebe309 Fix 1.13 entity direction code, port old schematics 2019-04-26 16:41:39 +10:00
Kenzie Togami 46e0a7ba48 Port //set 2019-04-25 23:16:18 -07:00
Kenzie Togami 2486388e18 Fix help command suggestion 2019-04-25 23:02:23 -07:00
Kenzie Togami 8348ffa7cf Drop translatable names for now 2019-04-25 22:54:23 -07:00
Kenzie Togami 853bfab022 Merge master, update to texts 2019-04-25 22:11:46 -07:00
Kenzie Togami d8290cbd8f Port worldedit commands 2019-04-25 21:03:28 -07:00
Kenzie Togami 9b0fda9f83 Port utility commands 2019-04-25 19:36:22 -07:00
Kenzie Togami c05e1ed0cc Fix a few bugs in tool commands 2019-04-25 13:30:16 -07:00
Kenzie Togami 8c2b725f42 Port toll / tool util commands, add more enums 2019-04-25 12:49:03 -07:00
Kenzie Togami e447ac55db Port super pickaxe commands 2019-04-24 00:00:56 -07:00
Kenzie Togami 2ea30dc70e Port snapshot commands, update some time stuff to new time 2019-04-23 23:47:22 -07:00
Kenzie Togami ea3605204c Fix licenses 2019-04-23 22:59:11 -07:00
Kenzie Togami e07e0d10b0 Port selection commands 2019-04-23 22:58:30 -07:00
Kenzie Togami c95fc06b82 Port scripting commands 2019-04-23 19:32:27 -07:00