Commit graph

54 commits

Author SHA1 Message Date
moehreag 461688d5f6 update gradle wrapper
Some checks failed
Publish to snapshot maven / build (push) Failing after 13s
2024-06-07 15:19:16 +02:00
moehreag 35afc6a296 fix javadoc injection 2024-06-05 16:28:22 +02:00
moehreag 333d5889b7 rename more things: nonsense->frog 2024-06-03 13:31:00 +02:00
moehreag 3e21b4d8d5 move to domain namespace 2024-06-02 23:13:58 +02:00
moehreag 999dad62bc move packages 2024-06-02 16:36:49 +02:00
moehreag 5353fe7d60 correct version 2024-06-02 16:33:50 +02:00
moehreag d68aae3066 move maven group 2024-06-02 16:19:16 +02:00
owlsys 709f5fbbe7 Merge pull request 'add jij inclusions' (#3) from owlsys/jij into mistress
Reviewed-on: https://git-esnesnon.ecorous.org/esnesnon/phytotelma/pulls/3
Reviewed-by: Ecorous <ecorous@outlook.com>
2024-06-01 12:19:25 -04:00
moehreag 3f4c38d821 add simpler integration with gradle version catalogues 2024-05-28 19:17:08 +02:00
moehreag b90330917c improve error handling 2024-05-28 18:52:05 +02:00
moehreag 0234a3b49a clean up a few things 2024-05-28 17:52:34 +02:00
moehreag 7dc23b1279 remove usages of .parallelStream 2024-05-28 15:15:15 +02:00
moehreag 67c253f2f0 fix remaining issues, improve speed 2024-05-28 14:15:21 +02:00
moehreag 80a9fc3fdc add accesswidener processing 2024-05-28 01:16:38 +02:00
moehreag 5f8c1538c3 add version to jar manifest 2024-05-27 12:10:43 +02:00
moehreag 056350e1dd add included mod ids to manifest 2024-05-27 12:03:19 +02:00
moehreag 4094397909 add jij inclusions 2024-05-27 00:35:39 +02:00
moehreag 61cfc68ddd enable built mod file renaming, remove mixin AP since we don't need it
because there's no need to remap mixins in any way as we run the game in mojmap as well
2024-05-25 15:45:29 +02:00
moehreag 17c4cf3a56 fix log4j configuration
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-05-20 18:19:50 +02:00
moehreag baca7dba8e fix it again
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-05-20 16:54:03 +02:00
moehreag 0afabf7835 simplify cache file retrieval
All checks were successful
Publish to snapshot maven / build (push) Successful in 43s
2024-05-20 16:24:27 +02:00
moehreag 8c05c42321 re-allow cache reading
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-05-20 15:26:21 +02:00
moehreag 089205ddde overwrite gradle cache
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
2024-05-20 15:24:26 +02:00
moehreag a2000a57a1 [no-cache] add way to skip reading the gradle cache
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s
2024-05-20 15:20:53 +02:00
moehreag bb86b3e38b fix running game server
Some checks failed
Publish to snapshot maven / build (push) Failing after 18s
2024-05-20 14:24:00 +02:00
moehreag 062b8a0616 add property to control maximum game heap
Some checks failed
Publish to snapshot maven / build (push) Failing after 17s
2024-05-20 11:28:56 +02:00
moehreag 44433be9b7 add runGame task
Some checks failed
Publish to snapshot maven / build (push) Failing after 17s
2024-05-20 03:39:43 +02:00
moehreag efff2e71d3 more fixes for run configs + asset downloading
Some checks failed
Publish to snapshot maven / build (push) Failing after 17s
2024-05-19 19:52:36 +02:00
moehreag b111afe9a5 fix http caching
Some checks failed
Publish to snapshot maven / build (push) Failing after 16s
2024-05-19 18:23:19 +02:00
moehreag ff38c2028e change to account for updated mapper
Some checks failed
Publish to snapshot maven / build (push) Failing after 17s
2024-05-19 18:05:03 +02:00
moehreag 9b854c7be0 only publish on pushes to the main branch
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-19 17:59:48 +02:00
moehreag b33e11fffa fix run config generation (again); add http caching for offline operation
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s
2024-05-19 14:56:24 +02:00
moehreag 5af9b0eb10 fix IDEA run config generation
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-18 20:18:45 +02:00
moehreag e76e6f263d add genRunConfigs task, add property for easier game jar discovery in dev
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-18 18:55:56 +02:00
moehreag 5840712e5e add extension for loader, add esnesnon maven
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-18 18:38:24 +02:00
TheKodeToad bdcd5c6146 Merge pull request 'Support for Eclipse' (#2) from TheKodeToad/run-config-adapter into mistress
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
Reviewed-on: https://git-esnesnon.ecorous.org/esnesnon/nonsense-gradle/pulls/2
Reviewed-by: owlsys <owlsys@noreply.localhost>
Reviewed-by: Ecorous <ecorous@outlook.com>
2024-05-18 10:55:07 -04:00
owlsys 048783f9b3 Merge branch 'mistress' into TheKodeToad/run-config-adapter
All checks were successful
Publish to snapshot maven / build (push) Successful in 16s
2024-05-18 10:48:09 -04:00
TheKodeToad d52b263280
Support for Eclipse
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-18 14:32:04 +01:00
moehreag 12d11d478c add more informational logging
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-18 13:39:17 +02:00
moehreag 9309d666bf fix plugin publishing
All checks were successful
Publish to snapshot maven / build (push) Successful in 17s
2024-05-18 13:29:35 +02:00
moehreag f7aaae41b3 only generate configs if they don't exist yet
All checks were successful
Publish to snapshot maven / build (push) Successful in 17s
2024-05-18 13:13:34 +02:00
moehreag 971aaf1103 primitive run configuration generation
All checks were successful
Publish to snapshot maven / build (push) Successful in 17s
2024-05-18 13:07:15 +02:00
owlsys 52af4fefb8 Merge pull request 'using parchment: parameter names & javadoc; use vineflower for source generation' (#1) from parchment into mistress
All checks were successful
Publish to snapshot maven / build (push) Successful in 29s
Reviewed-on: https://git-esnesnon.ecorous.org/esnesnon/nonsense-gradle/pulls/1
Reviewed-by: Ecorous <ecorous@outlook.com>
2024-05-18 07:05:45 -04:00
moehreag 579e99e26f reduce map operations
All checks were successful
Publish to snapshot maven / build (push) Successful in 20s
2024-05-17 21:03:34 +02:00
moehreag b8fc7bb9db revert build script changes
All checks were successful
Publish to snapshot maven / build (push) Successful in 20s
2024-05-17 20:51:54 +02:00
moehreag 9006dbf994 finish implementing parameters and javadocs
All checks were successful
Publish to snapshot maven / build (push) Successful in 21s
2024-05-17 20:50:48 +02:00
moehreag 83aa861eb9 start implementing javadoc and parameter name injection using parchmentmc
All checks were successful
Publish to snapshot maven / build (push) Successful in 21s
2024-05-16 22:16:25 +02:00
moehreag 187b62ef9e fix license file
All checks were successful
Publish to snapshot maven / build (push) Successful in 17s
2024-05-16 14:43:32 +02:00
moehreag 0391338906 remove .idea
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
2024-05-16 14:30:46 +02:00
moehreag 807eca7855 update to remove META-INF during remapping
All checks were successful
Publish to snapshot maven / build (push) Successful in 35s
2024-05-16 14:26:05 +02:00