Octavia Togami and MattBDev
8b1f043dc5
Update so many dependencies, merge Forge/Fabric for final jar ( #1651 )
...
* Update so many dependencies, merge Forge/Fabric for final
* Clean up contrib docs for Gradle change
* Fix setting compat flags while using toolchain
* Fix deprecation in doc printer
* Restore proper forge JAR name
* Add dist classifier for mod jar
* Properly relocate new bStats
* Fix jar used from fabric
* Fix fabric bom
* Dup the shaded classes for consistency
* Sync Forge/Fabric log4j versions, de-dup
* Downgrade both log4j. This will work
* Update some plugins as well
* Drop the fabric force stuff
* Use duplicate strategy to directly merge jar
2021-02-04 17:45:49 -05:00
9fbbcdb3f7
Make /toggleeditwand translatable
...
56182ad0793b79fe53927c1363be92a42e3af14d
Co-Authored-By: Octavia Togami <[email protected] >
2020-11-13 21:36:38 +01:00
Octavia Togami and dordsor21
1d05da75d8
Regenerate list classes from MCUtils
...
(cherry picked from commit da4d70fab5c5e5efe242260b5d09ca273f944c55)
2020-09-03 12:46:17 +01:00
Octavia Togami and MattBDev
f7e1f70e19
Replace BlockStates reading with new 1.16 logic ( #1413 )
...
* Replace BlockStates reading with new 1.16 logic
* Account for running on older platforms
Splits out the new reading to AnvilChunk16, uses data version to detect
the appropriate version.
* Move data versions to Constants
Also fixes some logic hiccups that become obvious with the new names.
* Fix LegacyMapper DFU handling
* Fix factor indexing
(cherry picked from commit 8c171f0929e8530aab1731d122649adc58c5161f)
2020-09-02 11:25:50 -04:00
Octavia Togami and MattBDev
28767d6e0f
Officially propagate GPL downwards to all files
...
(cherry picked from commit f2ce020da059718e34342c149172944dfd02b775)
2020-09-01 16:30:43 -04:00
Octavia Togami and MattBDev
034b910d57
Ensure CRLF stays out of the repo
...
Looks like I already failed that project a little :)
(cherry picked from commit 066771b2d15748edc72095b75c4626bf445266aa)
2020-08-24 12:41:26 -04:00
Octavia Togami and MattBDev
4c299bc0b8
Replace setPosition with trySetPosition ( #1403 )
...
Allows cancellation information to be fed back into the ascend/descend
algorithms.
(cherry picked from commit 71e104bcb187a5313e88dda5df79059c8ffbc1fe)
2020-07-10 13:22:48 -04:00
Octavia Togami and MattBDev
c0bfe06e4b
Set ES6 compat flag for Rhino
...
(cherry picked from commit 849a515d4a5c02c083e5ab343db40d7eb05b2f51)
2020-07-06 23:45:28 -04:00
Octavia Togami and MattBDev
d232dc28e3
Cherry-pick WNA, minor changes. 1.16 VERY WIP
...
First noticed incident of operations ruining ChunkSections. Do not build and use this unless you're testing.
Rushed some of the changes, gotta sleep. Would be nice to get a review of this one from @mattbdev and @dordsor21
2020-06-29 22:08:16 -04:00
Octavia Togami and IronApollo
b59b95c282
Cherry-pick WNA, minor changes. 1.16 VERY WIP
...
First noticed incident of operations ruining ChunkSections. Do not build and use this unless you're testing.
Rushed some of the changes, gotta sleep. Would be nice to get a review of this one from @mattbdev and @dordsor21
2020-06-29 22:05:41 -04:00
Octavia Togami and MattBDev
a23b182de5
Fix vector gen, always enable BlockMap tests
...
The BlockMap tests got much faster, so there's no need to hide them
behind a flag.
(cherry picked from commit 1e2496af552891e3b43c5703bda8dc4129bbcc5d)
2020-06-12 21:45:49 -04:00
Octavia Togami and MattBDev
9b7f61a2de
Add import to checkstyle
...
(cherry picked from commit 68be2b3443fc2e7351999bab54dd14c5e972d993)
2020-06-12 21:45:49 -04:00
Octavia Togami and MattBDev
8d6db82764
Add licenses for test files
...
(cherry picked from commit 300aad3530400124d88c0416afa6c5ddb715d717)
2020-06-12 21:45:49 -04:00
Octavia Togami and MattBDev
518f52ea6e
Test more of the math/collections, fix VectorPList
...
Fixes #1291
(cherry picked from commit e0346ff53b8629a368cdbf62cbd347caecfae5fd)
2020-06-12 21:45:49 -04:00
Octavia Togami and MattBDev
4307e3a671
Transpile using Babel
...
This is pretty slow right now, but works as a proof-of-concept.
2020-04-27 23:18:21 -04:00
Octavia Togami and MattBDev
4f8ac056ab
Correct typo in region selector docs
...
(cherry picked from commit 9a11c57846ab2e18faad4572d8f4655b617d9260)
2020-04-27 23:15:07 -04:00
Octavia Togami and MattBDev
864d160102
Update Piston to fix bugs
...
Closes #1292 via Piston fixes.
(cherry picked from commit dc56b602c0367fbd24f954de2b8be4e864add59f)
2020-04-24 16:05:15 -04:00
Octavia Togami and MattBDev
3426e0103b
Make the null-result case visible to the user
...
Fixes #1303 .
(cherry picked from commit 83438644dcdc470517f67c0d55ff4889f71cc435)
2020-04-24 15:57:34 -04:00
Octavia Togami and IronApollo
415e91b519
Re-apply 374ad99
...
Accidentally fixed the EntryMaker issue before I pulled 374ad99 . Should reflect upstream now.
2020-04-16 20:41:59 -04:00
Octavia Togami and IronApollo
ff47e6f717
Cherry-pick to fix EntryMaker issue
2020-04-16 20:26:55 -04:00
Octavia Togami and MattBDev
735a37ffd0
Use custom radix sort for ordering blocks ( #1277 )
...
* Use custom radix sort for ordering blocks
* Licenses :P
* Fix ordering, add test for it
* Grant Gradle more memory (thx Fabric)
* Increase (?) / Specify memory for core tests
* Many attempts at fixing OOM
(cherry picked from commit bb013aa89b8457c4649e2546eef0aa94b9fc4020)
2020-04-10 13:42:27 -04:00
Octavia Togami and MattBDev
374ad992a2
Properly close all files when dealing with archives ( #1274 )
...
* Properly close all files when dealing with archives
* Move file utils to SafeFiles class
* Licenses
(cherry picked from commit a600266d41151eec4f2239cf90e202bb99fa3a8b)
2020-04-10 13:38:14 -04:00
Octavia Togami and MattBDev
692caeea8a
Read WE version from manifest ourselves
...
(cherry picked from commit 947775b5e54aa9dd89d68ee0b382939796301902)
2020-03-23 19:31:56 -04:00
Octavia Togami and MattBDev
989680d159
Only add adapters to dist jar
...
(cherry picked from commit 20d630ce5b217799811779d7581d5878ddc83a6d)
2020-03-23 16:27:03 -04:00
Octavia Togami and MattBDev
f18cb1a0e1
Update gradle
2020-03-02 19:40:36 -05:00
Octavia Togami and MattBDev
f1fb51f748
Fix exponent parsing, remove impossible (?) case
...
(cherry picked from commit 02da42f90b8a912047c00479df789563853cfeee)
2020-03-02 19:18:00 -05:00
Octavia Togami and MattBDev
57154224dc
Cover even more cases
...
(cherry picked from commit b8130eb5dd3a242742cb549f8160a942d9157471)
2020-03-02 19:17:52 -05:00
Octavia Togami and MattBDev
0e4a206f72
Cover many more ops
...
(cherry picked from commit 3dbaae79cd4aa37724fb8969bbf595180e152f3e)
2020-03-02 19:17:45 -05:00
Octavia Togami and MattBDev
a464bde43b
Fix not operator
...
(cherry picked from commit 00c7d3a157d8d859ede501d71282e82fba40e37b)
2020-03-02 19:17:43 -05:00
Octavia Togami and MattBDev
e20765beef
Fix pre- and post- ops
...
(cherry picked from commit 0f787a89b8f2b0f29e0e4a2327224a3b0d050171)
2020-03-02 19:17:41 -05:00
Octavia Togami and MattBDev
6d9f30e6a6
Remove non-valued return
...
(cherry picked from commit 42e515f43523ffbfe0b28c2f3f5c342e4d4b1c1d)
2020-03-02 19:17:33 -05:00
Octavia Togami and MattBDev
8c385b0593
Extract common simple test case method
...
(cherry picked from commit 910c89be65501e8f6bcb823e819a0a16073db60a)
2020-03-02 19:17:24 -05:00
Octavia Togami and MattBDev
5b4b5de761
Fix bug introduced in return-handling refactor
...
(cherry picked from commit f8be17d362e51ff9f56f3e76e6776f9012c168f5)
2020-03-02 19:17:03 -05:00
Octavia Togami and MattBDev
eb950bd75e
Add more expression test cases, fix bugs
...
Also added a few more comments + reorganized exceptions that are
invoke-internal.
(cherry picked from commit cbd686548fd62248fabbaab551a6875a14170957)
2020-03-02 19:16:23 -05:00
Octavia Togami and MattBDev
cd1948648c
Make testEvaluate more compact
...
(cherry picked from commit b9ba337f38205c79ae70e689d2a6db60f90acc9d)
2020-03-02 19:15:00 -05:00
Octavia Togami and MattBDev
8d065d767d
Fix bug introduced in return-handling refactor
...
(cherry picked from commit f8be17d362e51ff9f56f3e76e6776f9012c168f5)
2020-03-02 19:12:11 -05:00
Octavia Togami and MattBDev
eae2c00008
Add more expression test cases, fix bugs
...
Also added a few more comments + reorganized exceptions that are
invoke-internal.
(cherry picked from commit cbd686548fd62248fabbaab551a6875a14170957)
2020-03-02 19:11:51 -05:00
Octavia Togami and MattBDev
e8bc0c0e1f
Expression Goodie Bag ( #553 )
...
* Remove async expression eval. Implement timeout inline
* Remove static state from expr functions
* Remove now-unused TL stack
* Rework some expr handles
(cherry picked from commit 6bc1d4647cc6892ae4dca9fc0e2d239777903c38)
2020-03-02 19:09:33 -05:00
Octavia Togami and MattBDev
88a5806b0f
Drop a bunch of static method imports
...
(cherry picked from commit 0e37196036b61f485ff8678ef85967080c0811a5)
2020-03-02 19:09:26 -05:00
Octavia Togami and MattBDev
ca6e9ccc1e
Remove old EvaluatingVisitor
...
(cherry picked from commit 4360159965be0f14fd51e665e3da14fb8deb6be7)
2020-03-02 19:08:30 -05:00
Octavia Togami and MattBDev
38d5506e18
Generify BlockMap
...
(cherry picked from commit 7384b6973498084f4082d7e1a805b84b13a3ba44)
2020-01-31 14:42:38 -05:00
Octavia Togami and MattBDev
d5828861de
Always use UTF-8 for loading translations
...
(cherry picked from commit 624b3a449b5746cee84557992b9b217ac135cf50)
2020-01-31 14:42:02 -05:00