• Joined on 2026-06-04
sasheg pushed to main at sasheg/dodep-simulator 2026-07-25 13:37:42 +00:00
9fed81082f Fix hot-path endpoints: proper async DB sessions and awaited calls
sasheg pushed to main at sasheg/dodep-simulator 2026-07-25 13:31:49 +00:00
17da0b6d79 PostgreSQL + async refactoring, WebSocket server, Redis caching, minified assets
sasheg pushed to main at sasheg/dodep-simulator 2026-07-25 13:11:13 +00:00
47c7f17c90 RPU v2, promo/bank система, админка, оптимизации
sasheg pushed to ui at sasheg/launcher 2026-07-14 11:02:30 +00:00
929d5a4ad6 debug: print classpath entries to identify _1._20._1.forge module source
sasheg pushed to ui at sasheg/launcher 2026-07-14 10:49:59 +00:00
9a853a6134 fix: ensure version jar exists for Forge to prevent _1._20._1 module name
sasheg pushed to ui at sasheg/launcher 2026-07-14 10:43:48 +00:00
6368c32a83 fix: remove duplicate --width/--height for Forge - version.json already includes them via resolution_width/resolution_height placeholders
sasheg pushed to ui at sasheg/launcher 2026-07-14 10:31:04 +00:00
d7ba06f24c fix: rewrite Forge launch to pass version.json args directly (AstralRinth approach)
sasheg pushed to ui at sasheg/launcher 2026-07-14 07:50:56 +00:00
dcb3412a58 bump: version 1.0.9 → 1.0.10
sasheg pushed to ui at sasheg/launcher 2026-07-14 07:46:42 +00:00
c2150aa7d2 fix: check version jar manifest before assuming correct module - force overwrite vanilla jar with SRG jar if missing Automatic-Module-Name: minecraft - broaden SRG client jar search to multiple paths
sasheg pushed to ui at sasheg/launcher 2026-07-14 07:27:51 +00:00
03a1a1533e fix: use SRG client jar for securejarhandler minecraft module
sasheg pushed to ui at sasheg/launcher 2026-07-13 22:07:49 +00:00
03c908c80c fix: Forge split-package ResolutionException - remove ignoreList manipulation and call ensureVersionJarForForge
sasheg pushed to ui at sasheg/launcher 2026-07-13 20:29:56 +00:00
b9bd642605 refactor: deduplicate classpath, improve forge jar detection, clean up comments
sasheg pushed to ui at sasheg/launcher 2026-07-13 16:33:31 +00:00
f58db7f941 Fix 12: Add forge client jar to classpath (missing from version JSON libs)
sasheg pushed to ui at sasheg/launcher 2026-07-13 16:27:34 +00:00
0a388c90fd Fix 11: Remove forge- from ignoreList, let forge client jar create minecraft module
sasheg pushed to ui at sasheg/launcher 2026-07-13 16:05:34 +00:00
6cbf8a6549 Fix 10: Add copied version jar to classpath for securejarhandler minecraft module
sasheg pushed to ui at sasheg/launcher 2026-07-13 15:53:31 +00:00
d4b6ea081e fix: copy vanilla jar to versions/<versionId>/ for securejarhandler minecraft module
sasheg pushed to ui at sasheg/launcher 2026-07-13 15:37:23 +00:00
96e68dab89 fix: use patched Forge client jar instead of vanilla version jar
sasheg pushed to ui at sasheg/launcher 2026-07-13 14:37:49 +00:00
e6a6392565 fix: dont intercept Forge -p, its a hardcoded bootstrap list not ${classpath}
sasheg pushed to ui at sasheg/launcher 2026-07-13 14:24:33 +00:00
1efd283234 fix: split classpath from module path to prevent Forge split-package error
sasheg pushed to ui at sasheg/launcher 2026-07-13 14:02:28 +00:00
546652f44c fix: include version jar in classpath for Forge/NeoForge module resolution