Commit Graph

5175 Commits

Author SHA1 Message Date
7b9075c0bf Update Fabric to 1.14.4 and fix physics updates 2019-07-19 21:44:13 +10:00
5242efb4cf remove mapped fawe queue 2019-07-19 06:52:01 +10:00
e86e4c9c53 wip on FaweQueue 2019-07-19 06:49:29 +10:00
1dcb18ae20 FaweAPI 2019-07-19 06:23:00 +10:00
f500b5e056 CommandContext + Confirmation
Use InjectedValueAccess instead
Fix command confirmation
2019-07-19 06:03:27 +10:00
81298bf555 add command queuing 2019-07-19 03:10:04 +10:00
b696f9fc79 Delete SetQueue.java 2019-07-19 03:09:01 +10:00
0a924915c8 shift extent queue methods 2019-07-19 02:07:31 +10:00
2c22f02c20 begin centralizing world height constants 2019-07-18 22:42:04 +10:00
22a7ad7503 optimized biome streaming to schematics 2019-07-18 22:36:50 +10:00
be9430a92f don't register biomes here 2019-07-18 20:22:59 +10:00
4ed3fe724e Merge branch 'breaking-114' into commanding 2019-07-18 20:22:44 +10:00
6e13b44f84 resolve issues with 2e67425d8131a2b1eb7ff752335bccf371801b8b 2019-07-18 20:12:23 +10:00
1bc35eb59a add missing method to baseblock 2019-07-18 17:00:33 +10:00
be8213d8ee resolve conflicts 2019-07-18 16:56:57 +10:00
8975347703 Fix Forge regen, by retaining the world reference. Also close the world. 2019-07-17 18:02:45 -07:00
dd38cbe750 . 2019-07-18 04:30:02 +10:00
ff94a1e5ed 8108d0a9 2019-07-18 04:24:21 +10:00
905fbf5a0b 8108d0a9 2019-07-18 02:31:13 +10:00
1d413cde76 BrushTool typo 2019-07-17 10:56:28 -04:00
8d60c0197b Update AsyncChunk.java 2019-07-17 22:09:48 +10:00
7a42bd208f Update AsyncWorld.java 2019-07-17 22:04:05 +10:00
505af853bd setLocation should be synchronized 2019-07-17 22:00:00 +10:00
eff203c3b8 Merge branch 'breaking' into breaking-114 2019-07-17 21:31:06 +10:00
8f902c797d Don't print within high stack depth conditions
FAWE is trying to detect prevent a stackoverflow from block/item lag. Calling print adds to the stack depth.
2019-07-17 21:28:46 +10:00
68ea3d6e99 revert some changes 2019-07-17 20:50:54 +10:00
08dead5a86 cleanup build script 2019-07-17 19:43:14 +10:00
2da3367f3d Switch 2019-07-17 16:21:30 +10:00
3113d8dd69 Optional 2019-07-17 16:11:55 +10:00
cedb261313 fix some Command annotations 2019-07-17 15:43:18 +10:00
ae9efc3df1 Merge branch 'breaking-114' into filter-pipeline 2019-07-17 14:55:04 +10:00
0e54f196fc Deleted a class and work on generation commands 2019-07-16 23:57:35 -04:00
8108d0a936 Major command changes that don't work yet. 2019-07-16 23:44:34 -04:00
05cee0a30b Don't overwrite history during changes.
Fixes issues with some changes not being undone.

I mean, the sphere algorithm needs to not set blocks 20 times,
but other things can trigger this too.

Also allow radius 0 sphere via //sphere (because /br sphere allows it).
2019-07-16 21:43:14 -04:00
f75104f2ac Actually use fixed IDs in MCEdit reader.
Fixes WORLDEDIT-3947.
2019-07-16 19:45:27 -04:00
48356275af fix loading legacy biomes 2019-07-17 06:36:48 +10:00
5d41bdb7c7 merge from breaking 2019-07-17 06:10:18 +10:00
71a9256617 Merge branch 'breaking' into breaking-114 2019-07-17 06:08:18 +10:00
75f059fdc5 check length, not null 2019-07-17 05:28:55 +10:00
b3e11d2094 patch for missing tile position data 2019-07-17 05:16:08 +10:00
cfbde956f4 some refactoring to pipeline classes (WIP) 2019-07-17 05:10:39 +10:00
6e90c59136 Merge pull request #504 from EngineHub/feature/junit-5
Switch to JUnit 5
2019-07-16 04:21:06 -07:00
c1f4eecd77 Narrow timeout test exception type 2019-07-15 17:18:10 -07:00
5c5c822f4b Replace try-fail-catch-assert with assertThrows 2019-07-15 16:38:34 -07:00
3b157b67c3 Move Bukkit to JUnit 5 2019-07-15 16:38:33 -07:00
429d022752 Move Core to JUnit 5 2019-07-15 16:38:33 -07:00
e98b99edcd Properly acquire JUnit 4, drop json-simple 2019-07-15 16:38:33 -07:00
bcea78c701 Merge pull request #503 from EngineHub/feature/kotlin-dsl-gradle-scripts
Kotlin DSL Gradle Scripts
2019-07-15 14:17:51 -07:00
5fa311be48 Account for IntelliJ bug 2019-07-15 09:42:28 -07:00
ad5dcbea58 Attempt to fix ASM conflict 2019-07-15 09:14:02 -07:00