Commit graph

62 commits

Author SHA1 Message Date
moehreag f5f4cb1d4f allow stand-alone remapper creation
All checks were successful
Publish to snapshot maven / build (push) Successful in 52s
2024-10-02 16:03:33 +02:00
moehreag e08ed69730 add server mojmap to MojmapProvider
All checks were successful
Publish to snapshot maven / build (push) Successful in 54s
2024-09-30 15:09:17 +02:00
TheKodeToad 5ce38092c6
Fix downloading Parchment
All checks were successful
Publish to snapshot maven / build (push) Successful in 22s
2024-09-04 14:22:44 +01:00
moehreag bc47d9cc1a correct accept header
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-08-28 12:50:50 +02:00
moehreag f74fbc5248 refactor providers to not use optionals
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-08-28 12:38:17 +02:00
moehreag d68f4abea0 refactor parameter remappers to be subclasses of *Visitor instead of *Remapper
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s
2024-08-28 10:41:16 +02:00
moehreag 1fff5c75f6 fix remapping twice
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-08-27 14:34:47 +02:00
moehreag 811b4e3611 fix cache dir creation for mojmap
All checks were successful
Publish to snapshot maven / build (push) Successful in 41s
2024-08-20 11:50:11 +02:00
moehreag f90baaef1b possibility for additional context jars to aid in inheritance resolving
All checks were successful
Publish to snapshot maven / build (push) Successful in 17s
2024-08-03 18:36:38 +02:00
moehreag 2d524c0eea fix more remapping bugs
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-07-08 16:42:52 +02:00
moehreag 69b62e7d0e fix remapping those weird formats
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-07-07 22:52:12 +02:00
moehreag 25fefae245 allow specifying remapping steps
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-07-06 01:58:48 +02:00
Ecorous 068928ad3d Merge pull request 'add tinyv1/2 parsers + writers, add mapping merging + flattening, fix bugs' (#3) from owlsys/tiny-mappings into main
All checks were successful
Publish to snapshot maven / build (push) Successful in 39s
Reviewed-on: #3
Reviewed-by: ender <ender@noreply.localhost>
Reviewed-by: Ecorous <ecorous@outlook.com>
2024-07-04 14:39:23 -04:00
moehreag e84f01e117 fix more bugs 2024-07-01 14:45:16 +02:00
moehreag 9a1f48345f allow mass-merging of bundles 2024-07-01 02:05:21 +02:00
moehreag 84fd29a7f4 update nightconfig 2024-06-30 20:13:31 +02:00
moehreag a77f361527 add tinyv1/2 parsers + writers, add mapping merging + flattening, fix bugs 2024-06-30 19:12:07 +02:00
moehreag 367a77b9a2 fix field name replacements
All checks were successful
Publish to snapshot maven / build (push) Successful in 21s
2024-06-17 21:58:25 +02:00
moehreag 9431528c47 fix a bug, update nightconfig
All checks were successful
Publish to snapshot maven / build (push) Successful in 25s
2024-06-17 20:41:10 +02:00
moehreag 5eaeaba14f allow renaming parameters even without parchment
All checks were successful
Publish to snapshot maven / build (push) Successful in 20s
2024-06-16 14:07:13 +02:00
moehreag ba6c5ea32c fix mojmap reading
All checks were successful
Publish to snapshot maven / build (push) Successful in 20s
2024-06-13 16:02:05 +02:00
moehreag 422fa6aa3a migrate to nightconfig, bump version
All checks were successful
Publish to snapshot maven / build (push) Successful in 25s
2024-06-12 22:42:33 +02:00
moehreag 98b52d394f update gradle wrapper
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-06-07 15:17:43 +02:00
moehreag fbba141ba9 move to domain maven group 2024-06-02 21:11:10 +02:00
moehreag dfcad64308 move maven group 2024-06-02 15:59:25 +02:00
moehreag 1187039f90 rename project, fix handling multi-release jars 2024-05-28 01:51:56 +02:00
moehreag a0a5f6cf2f only publish on pushes to the main branch + clean up a bit
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
2024-05-19 17:53:43 +02:00
owlsys 9728a83d3e Merge pull request 'Fix remapping inherited/overriden members' (#2) from TheKodeToad/inheritence into main
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
Reviewed-on: https://git-esnesnon.ecorous.org/esnesnon/nonsense-remapper/pulls/2
Reviewed-by: owlsys <owlsys@noreply.localhost>
2024-05-19 11:38:38 -04:00
TheKodeToad e7bde3bab1
Fix remapping inherited/overriden members
All checks were successful
Publish to snapshot maven / build (push) Successful in 13s
2024-05-19 16:13:07 +01:00
moehreag 087234d3f9 reindent ProguardParser, allow for mojmap caching and add .editorconfig
All checks were successful
Publish to snapshot maven / build (push) Successful in 13s
2024-05-19 15:14:00 +02:00
moehreag 8ce3afa7d6 fix a few issues (there are more remaining)
All checks were successful
Publish to snapshot maven / build (push) Successful in 13s
2024-05-19 01:57:31 +02:00
moehreag 7005d47d1e fix/improve name in some cases
All checks were successful
Publish to snapshot maven / build (push) Successful in 15s
2024-05-19 00:13:31 +02:00
moehreag 2a3c244d0c require at least java 21
All checks were successful
Publish to snapshot maven / build (push) Successful in 16s
2024-05-17 21:10:20 +02:00
moehreag 0c213ceff4 fix the rest of obfuscated names
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
2024-05-17 20:46:36 +02:00
moehreag c89e190c0b fix class names being unmapped
All checks were successful
Publish to snapshot maven / build (push) Successful in 15s
2024-05-17 19:59:58 +02:00
moehreag ebb333bd02 fix potential NPEs
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
2024-05-17 18:18:26 +02:00
moehreag e78696e425 add parameter + localvar remapping/renaming
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-17 16:38:04 +02:00
moehreag 9c81fb61cc move in order to reflect new name
All checks were successful
Publish to snapshot maven / build (push) Successful in 13s
2024-05-16 15:30:28 +02:00
moehreag 39528a7468 rename project
All checks were successful
Publish to snapshot maven / build (push) Successful in 15s
2024-05-16 15:03:11 +02:00
moehreag b1795595b8 correct documenting comment
All checks were successful
Publish to snapshot maven / build (push) Successful in 14s
2024-05-16 14:15:19 +02:00
moehreag 80d2ef41e0 add optional parameter to skip META-INF
All checks were successful
Publish to snapshot maven / build (push) Successful in 49s
2024-05-16 13:54:18 +02:00
TheKodeToad af4af1ba29
Fix formatting again
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s
2024-05-13 14:27:56 +01:00
TheKodeToad b1a30431f3
Threading
All checks were successful
Publish to snapshot maven / build (push) Successful in 25s
2024-05-13 14:27:20 +01:00
moehreag 8653453644 correct java version
All checks were successful
Publish to snapshot maven / build (push) Successful in 49s
2024-05-13 14:34:36 +02:00
moehreag adad073065 add missing workflow steps
Some checks failed
Publish to snapshot maven / build (push) Failing after 2m45s
2024-05-13 14:30:18 +02:00
moehreag 7fbc4ecdaf fix workflow
Some checks failed
Publish to snapshot maven / build (push) Failing after 12s
2024-05-13 14:26:03 +02:00
moehreag 7e5962a1f2 add publishing
Some checks failed
Publish to snapshot maven / build (push) Failing after 0s
2024-05-13 14:23:55 +02:00
moehreag 021aba65aa remove dbg stdout 2024-05-13 13:18:16 +02:00
moehreag 47ea5135d3 fix what I broke 2024-05-13 13:16:50 +02:00
moehreag ff6ce3210b add method for direct invocation 2024-05-13 12:07:25 +02:00