Jesse Boyd
e69ea37665
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-01-07 00:09:49 +00:00
Jesse Boyd
a52b645175
rename to SimpleChangeSetSummary
2020-01-07 00:09:30 +00:00
Jesse Boyd
5abf6ce2a5
Update Metrics.java
2020-01-07 11:07:03 +11:00
NotMyFault
1bfe36ee82
Merge pull request #312 from xnrand/patch-base64-verify-case-sensitive
...
Improve security of hash verification
2020-01-06 12:50:01 +01:00
xnrand
6315f18503
Base64 is case-sensitive
...
Changed Jars.java not to ignore upper/lowercase and updted the included
hashes with their correct casing. This should make hash verification
more secure.
2020-01-06 12:31:08 +01:00
Jesse Boyd
b173c85c78
Fix for history database
...
fix history find y
correct purge time units
injected language is sql (@MattBDev is there a plugin or something for SQLite? I couldn't find any)
2020-01-05 12:39:58 +00:00
Jesse Boyd
dce9e545ec
Fix schem load byte/varint
2020-01-05 18:41:58 +11:00
Jesse Boyd
39b698f67d
Remove SkipQueue annotation, and combine with perm condition
...
it seems piston only generates one condition, idk why
2020-01-05 17:35:19 +11:00
Jesse Boyd
27ec3cdc66
idk why we need a lazy reference for an integer here
...
when null would work better
2020-01-05 16:17:17 +11:00
NotMyFault
b292416496
Upstream and some refactoring
...
Note: Maybe this doesn't compile, ij is broken af smh, let's give it a try...
2020-01-04 18:34:30 +01:00
Jesse Boyd
c05cdd8faa
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-01-04 10:12:33 +00:00
Jesse Boyd
88a95221a8
Make masks more stateless
2020-01-04 10:11:13 +00:00
MattBDev
0bf6cfad8d
Debug message for arrayoutofbounds
2020-01-03 16:51:23 -05:00
MattBDev
05760c49cd
Fixed compile issues and disabled plotsquared hook
2020-01-03 16:05:25 -05:00
MattBDev
f3e0109be2
A lot of small changes
2020-01-03 15:38:30 -05:00
MattBDev
6cb2d7cd5c
Stupid Piston
2020-01-03 12:36:00 -05:00
MattBDev
dfa3f457d6
New debugging to generate less console messages.
2020-01-03 12:30:46 -05:00
MattBDev
fc4847745b
Merge remote-tracking branch 'origin/1.15' into 1.15
2020-01-03 12:02:35 -05:00
MattBDev
cfb6e3bca4
Various debugging and cleaning
2020-01-03 12:02:18 -05:00
NotMyFault
cd7133b199
Fix up debugpaste spaces
2020-01-03 17:53:22 +01:00
NotMyFault
3fb5ac6be8
Rename debugpaste value names
2020-01-03 14:48:44 +01:00
Matt
a5ee0b197d
Merge pull request #298 from KasaneKona/1.15
...
Add LZ4 bindings for AARCH64
2020-01-02 16:55:15 -05:00
MattBDev
0d1e32efcb
Upstream and debugging changes.
2020-01-02 16:30:44 -05:00
KasaneKona
eb94bd1773
Add LZ4 bindings for AARCH64
2019-12-28 22:44:22 +00:00
Jesse Boyd
9efdd886c5
Fix translate args
2019-12-25 02:34:20 +00:00
Jesse Boyd
50c19f5a1c
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2019-12-23 06:04:24 +00:00
Jesse Boyd
7d519ade4a
Fix region containsChunk
2019-12-23 06:04:12 +00:00
Jesse Boyd
cb6c346323
Merge pull request #291 from KennyTV/1.15
...
Fix Java 12+ compatibility
2019-12-23 16:37:11 +11:00
NotMyFault
0419667bcc
Created contributing.md and modify gh actions scripts
2019-12-22 22:47:24 +01:00
KennyTV
8569359d8f
Fix Java 12+ compatibility
2019-12-21 21:21:25 +01:00
Jesse Boyd
39faa740a2
Fix some adapter issues
...
regen 1.13, tile get npe, null block type values
2019-12-21 09:45:59 +00:00
Jesse Boyd
4a4f5bcc74
Fix #288 sphere min/max y
2019-12-21 05:20:17 +00:00
Jesse Boyd
c2cc4f5aeb
Fix craftbook
2019-12-20 05:54:03 +00:00
NotMyFault
f37bc9417c
Merge branch 'merge' into 1.15
2019-12-19 19:05:27 +01:00
NotMyFault
e12b26c96c
Fix wrong message
2019-12-19 19:00:29 +01:00
NotMyFault
d82a6352b0
Fixes #280
2019-12-19 18:34:14 +01:00
Jesse Boyd
8c1a379575
Hide adapter stacktrace
2019-12-19 17:01:22 +00:00
Jesse Boyd
2bd65f6423
Update LegacyMapper.java
2019-12-19 16:58:00 +00:00
Jesse Boyd
5d039c0e2b
Update plugin.yml
2019-12-19 16:51:54 +00:00
Jesse Boyd
c9c602470f
fix indexoutofbounds
2019-12-19 16:48:14 +00:00
Jesse Boyd
1a64976195
load 1.15 adapter
2019-12-19 16:33:08 +00:00
Jesse Boyd
6a49b71cf2
Fix compile
2019-12-19 16:19:46 +00:00
Jesse Boyd
ea5f7a77be
Merge branch 'merge' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into merge
2019-12-16 09:08:28 +00:00
Jesse Boyd
6ddeb2ebf5
Various minor
...
refactor some region dependencies
swithc masking extent to a filter (so it can be parallelized)
Some unfinished refactoring of the filters
remove piston messages from strings.json
2019-12-16 09:07:51 +00:00
Jesse Boyd
aac30742de
Remove TranslatableComponent override
...
use Caption class
2019-12-16 09:01:41 +00:00
NotMyFault
fe1215ff38
Update gradle.yml
2019-12-11 23:51:06 +01:00
MattBDev
ee94bc2ddb
More work to get 1.15 working
2019-12-11 17:47:34 -05:00
MattBDev
a137d719cb
Remove 1.13 and 1.14 code
2019-12-11 17:47:14 -05:00
MattBDev
9bef8d5664
Minor changes
2019-12-11 17:46:47 -05:00
MattBDev
50856e1f85
Fix SQL Syntax in RollbackDatabase.java
2019-12-11 17:45:46 -05:00