aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Collapse)Author
2022-11-19- Why does worldclient have separate entity listsyeyoung
- do not exit hypixel when reloading dg - GC please Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-19- Prevent Reference Leak via ProtectionDomainsyeyoung
- Prevent Reference Leak via ThreadDownloadImageData (set imagebuffer to null) Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-19- Signature Validation Using BouncyCastlesyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-19- Inject classes into LaunchClassLoader so that mod class could be used at ↵syeyoung
other places. Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-19- Fix wrong class lookupsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-18- Unload first then null out.syeyoung
- Fix broken condition in Main.obtainLoader Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-18- cleanup painsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Transformer to inject custom ASMEventHandler to handle classloader ↵syeyoung
inconsistency issue - Transformer to transform Event classes, because FML for some reason injects some stuff - Move all event registration into DungeonsGuide.java Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Add copy errorsyeyoung
- Propagate AuthServerException - Fix Loader loading old dg Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Fix wrong tooltip idsyeyoung
- Tooltip on loading failure Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Backend now accepts policy versionsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Fix Privacy token getting changed with FailedAuthTokensyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Tooltips or notifications.syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Fix base64 encode mismatchsyeyoung
- Privacy Policy Gui v1 Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-17- Better Exception handlingsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-16- Update Downloading and Signature Verificationsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-16- Better Exception Handlingsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-16- Move resourcessyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-15- Authentication Overhaul to work with new dg 4.0 backendsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-15- Merge Breaking changes.syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-11-15- Merge Breaking changes.syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2022-09-08- tempsyeyoung
2022-08-06- Better exception messagessyeyoung
2022-08-06- Got it to launch minecraft finallysyeyoung
For developers - You need to launch "loader" project, not the "mod" project. - Loom WILL NOT auto-generate launch props. --> Copy contents of build.gradle from other directory to global build.gradle, and run any gradle task to generate. (it was painful to figure out)
2022-08-05- Create version field on IDGLoadersyeyoung
- Organize Main.java - Make AhUtils / DGTexturePack compatible with new loader - Keep checks consistent in Authenticator
2022-08-05- Sorry, but I haven't got any good name for this commitsyeyoung
- This commit has been on my computer for like 6 months untouched