Commit Graph

595 Commits

Author SHA1 Message Date
1a64976195 load 1.15 adapter 2019-12-19 16:33:08 +00:00
6a49b71cf2 Fix compile 2019-12-19 16:19:46 +00:00
ee94bc2ddb More work to get 1.15 working 2019-12-11 17:47:34 -05:00
a137d719cb Remove 1.13 and 1.14 code 2019-12-11 17:47:14 -05:00
68144232ba More 1.15 wip No.2 2019-12-11 17:06:05 +01:00
053b1a20d6 More 1.15 wip 2019-12-11 14:45:27 +01:00
5358c51011 1.15 (wip)
Adapters and nms needs updating still, alongside some other fixes and changes, but I'm too tired for that now
2019-12-11 02:11:52 +01:00
a058f13d6e Updates 2019-12-09 21:34:26 +01:00
80d7b0582f i18n upstream merge 2019-12-09 20:07:57 +01:00
21d736cd1d Merge pull request #275 from IntellectualSites/dependency-cleanup
Cleanup outdated/eol dependencies
2019-12-03 11:40:52 +11:00
0f1715ea9f Revert "Merge pull request #274 from IntellectualSites/api"
This reverts commit 79d9bda912, reversing
changes made to 0fcac39592.
2019-11-29 14:28:06 +01:00
79d9bda912 Merge pull request #274 from IntellectualSites/api
Generate maven artifacts
2019-11-29 13:49:03 +11:00
0fcac39592 Add more information to plugin.yml 2019-11-28 16:58:03 +01:00
32880e520b Remove Regios - Outdated since CB 1.6.2 2019-11-28 16:34:53 +01:00
1b2710f823 Remove ASkyBlock
ASkyBlock does only exist up to 1.12 and won't be continued to higher versions.
2019-11-27 23:50:32 +01:00
38bdb929f4 Generate maven artifacts
I'm not a kotlin dsl expert, but that seems to work.
2019-11-27 23:33:42 +01:00
913ada31fb Fix lighting 1.14 2019-11-24 02:26:52 +00:00
ee54dcd809 wip generatebiome
will finish later
2019-11-24 01:50:05 +00:00
174b3ec573 Delete worldedit-adapters.jar 2019-11-24 11:58:33 +11:00
1f19b92b0b 1.13? 2019-11-24 00:57:29 +00:00
50c9a2c2d2 Fxi regen (again) 2019-11-23 18:41:05 +00:00
2fcd375912 potentially fix regen 2019-11-23 17:50:38 +00:00
944c8c5521 Fixes #255 compass exceptipn 2019-11-23 05:15:48 +00:00
97a4d2e103 Fixed regen 2019-11-23 04:45:43 +00:00
1844d4dba7 Various major
Add regen
Add //history [find|restore|rollback|summary|clear]
 - history commands are interactable
 - inspect brush info is interactable
Commands are now logged to a searchable database
Fix some cases of id/ordinal mismatch
2019-11-23 04:31:48 +00:00
85382ad109 Fix permissions 2019-11-22 15:30:45 +00:00
0c85db920c save strings.json 2019-11-21 20:37:56 +00:00
1341e38a90 fix compile 2019-11-21 19:56:10 +00:00
66744bfaa4 Merge remote-tracking branch 'upstream/feature/translatable-text' into i18n-merge 2019-11-21 13:50:05 +00:00
37b6c406ac reduce diff 2019-11-21 07:57:32 +00:00
52a502a1c6 Refactor confirmation 2019-11-21 06:50:37 +00:00
444aa0dda7 adapter jar ?
It doesn't have a maven repo, so idk?
Might be worth making one, or using a url for the dependency
2019-11-20 03:54:34 +00:00
144ea2ef34 Lazy tags + get / set tiles
Lazy tags means tiles/ents are not translated into the nms NBTBase until it is needed. Should be faster in cases where getFullBlock is called, but nbt is not always needed.
Commands like Copy and Paste, where the input/output are both nms worlds, can entirely bypass WorldEdit translating to and from the WorldEdit JNBT classes.
2019-11-20 03:40:52 +00:00
60759934a3 Fix some merge issues 2019-11-20 00:11:54 +00:00
0e22d4718a fix some merge issues 2019-11-19 22:07:30 +00:00
5d8adbc10c Merge remote-tracking branch 'upstream/master' into merge 2019-11-19 21:25:36 +00:00
2c9f192baf Merge remote-tracking branch 'upstream/master' into merge 2019-11-19 21:23:47 +00:00
122f3b2562 8af68fc884 2019-11-19 04:43:30 +00:00
1b07846746 some adapter refactoring 2019-11-19 04:40:40 +00:00
ded86d4872 Fixed issues brought up in review 2019-11-18 19:50:52 +10:00
0087a0d6ab Various minor
fix undo null sections
fix cancel for certain parallel jobs
optimize schem paste
2019-11-17 22:47:56 +00:00
329df8d33b various minor
Increase target size
remove unnecessary brush sync
send chunk on biome change
2019-11-17 20:29:25 +00:00
3f92f12e89 synchronize char blocks 2019-11-17 20:02:33 +00:00
e661652c12 Fix setting blocks in null sections 2019-11-17 19:30:28 +00:00
69c225c00f Fix //vis 2019-11-17 17:22:21 +00:00
96e56bdd0c Rebase translation work for easier rebasing 2019-11-16 22:42:14 +10:00
0b1a36bb7d WIP VisualExtent 2019-11-16 00:20:14 +00:00
77ef0ae417 Bypass Bukkit in more situations (#532)
* Bypass Bukkit in more situations

* Use orElseGet

* Apply the same optimisation in the reverse BlockData adapter, and use lambdas instead of AIC

* Remove bukkit type checks

* Improve reliability of fallbacks
2019-11-15 12:02:46 +10:00
601890fe64 Fix biome sending 2019-11-14 19:21:28 +00:00
b1244c7780 Remove unused methods from IFawe 2019-11-14 10:54:09 +00:00