Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | rewrite config system | DeDiamondPro | |
2022-06-05 | refactor (#36) | DeDiamondPro | |
* refactor * fix vig compat * fix nanovg thingy * e * finalize * gui utils package thingy | |||
2022-06-05 | Merge remote-tracking branch 'origin/master' | nextdaydelivery | |
# Conflicts: # src/main/java/cc/polyfrost/oneconfig/gui/OneConfigGui.java # src/main/java/cc/polyfrost/oneconfig/gui/animations/EaseInOutQuad.java # src/main/java/cc/polyfrost/oneconfig/gui/elements/BasicButton.java # src/main/java/cc/polyfrost/oneconfig/gui/elements/BasicElement.java # src/main/java/cc/polyfrost/oneconfig/gui/elements/ModCard.java # src/main/java/cc/polyfrost/oneconfig/gui/elements/text/NumberInputField.java # src/main/java/cc/polyfrost/oneconfig/lwjgl/image/ImageLoader.java # src/main/java/cc/polyfrost/oneconfig/utils/GuiUtils.java # src/main/java/cc/polyfrost/oneconfig/utils/commands/annotations/Command.java # src/main/java/cc/polyfrost/oneconfig/utils/commands/arguments/ArgumentParser.java | |||
2022-06-05 | Reformat code and OC-38 | nextdaydelivery | |
2022-06-05 | rewrite command manager, stop using essential relocate, and reformat code (#34) | Wyvest | |
* reformat code * reformat code rewrite command manager stop using essential relocate | |||
2022-06-04 | move deltaTicks to GuiUtils (#33) | Wyvest | |
* move from mod events to mixin * packet events * move deltaTicks to GuiUtils * delete easeOut | |||
2022-06-04 | button test page | DeDiamondPro | |
2022-06-04 | OC-66 done | DeDiamondPro | |
2022-06-03 | color anims start | DeDiamondPro | |
2022-06-02 | animations | DeDiamondPro | |
2022-06-01 | more fixes ffs | DeDiamondPro | |
2022-06-01 | Merge remote-tracking branch 'origin/master' | nextdaydelivery | |
2022-06-01 | color palette add disabled state | nextdaydelivery | |
2022-06-01 | merge | DeDiamondPro | |
2022-06-01 | temp | DeDiamondPro | |
2022-06-01 | OC-53 should be done but had to push + color utils changed again | nextdaydelivery | |
2022-05-31 | more sidebar | DeDiamondPro | |
2022-05-31 | fix | DeDiamondPro | |
2022-05-31 | temp | DeDiamondPro | |
2022-05-31 | OC-54, OC-6 and some other fixes | nextdaydelivery | |
2022-05-30 | new sidebar, now animations | DeDiamondPro | |
2022-05-30 | OneUIScreen implementation | nextdaydelivery | |
2022-05-30 | finish OC-5, OC-10, checkboxes OC-6 | nextdaydelivery | |
2022-05-29 | kotlin dsl | Wyvest | |
RenderManager reorganization fix build error in CommandHelper | |||
2022-05-28 | static abuse | Wyvest | |
2022-05-28 | migrate OneConfigCommand to new command util | Wyvest | |
make classes that end with `_Test` be excluded from non-sourcejar jars javadoc some more stuff | |||
2022-05-28 | command utils | Wyvest | |
2022-05-28 | OC-32 OC-34 (#24) | Wyvest | |
* OC-34 hypixel utils class (#21) * OC-26 Build Workflow * OC-26 oops * OC-33 some networking utils * OC-34 idk * OC-34 idk * OC-34 restructure hypixel utils * hypixelutils and multithreading implement more events remove vcal icon stuff * more javadocs Co-authored-by: Ethan <git@ethanlibs.co> | |||
2022-05-27 | universal events | Wyvest | |
add mixinextras and keventbus | |||
2022-05-27 | javadoc a lot of stuff + reorganize | Wyvest | |
2022-05-26 | publishing and rename InternetUtils to NetworkUtils | DeDiamondPro | |
2022-05-26 | Color Utils fixes and more | nextdaydelivery | |
2022-05-25 | OC-38 almost finish basic button rewrite | nextdaydelivery | |
2022-05-25 | OC-33 OC-35, additions to ColorUtils, and JsonUtils | Wyvest | |
2022-05-25 | OC-33 SSL / Internet Utils (#19) | Wyvest | |
Co-authored-by: EthanDevelops <git@ethanlibs.co> | |||
2022-05-22 | color selector and loads of stuffs | nextdaydelivery | |
2022-05-22 | OC-19 semi-working shadow | DeDiamondPro | |
2022-05-21 | stuff | DeDiamondPro | |
2022-05-21 | more nulls | DeDiamondPro | |
2022-05-21 | vigilance compat (#15) | Wyvest | |
* vigilance compat reorganize ASM * remove non-RenderManager nanovg usage wherever possible fix build generalize utils * setupGradle task * migrate to kotlin gradle use essential gradle toolkit shade new gson * Small changes * Update .gitignore * fix natives * Fix all problems * null Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | |||
2022-05-20 | some small stuff and start on multi line textbox | DeDiamondPro | |
2022-05-16 | block clicks system | DeDiamondPro | |
2022-05-16 | deltatime things | DeDiamondPro | |
2022-05-15 | SVG + asset reorganization (#10) | MoonTidez | |
* Assets reorganization * forgot 4 pixels in alpha grid oops * Updated huegradient.png Reduces file size by only use 1px height instead of 720px while maintaining quality * we do a little renaming * new assets mapping * moon I hate you * e * moon is weird * make it compile * temp * part png rendering * svgs * fix some positionings and stuff Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | |||
2022-05-14 | de-minecraftify a lot of things + use mixin instead of reflection (#11) | Wyvest | |
* de-minecraftify * use mixin instead of reflection * lol | |||
2022-05-11 | keybinds | DeDiamondPro | |
2022-05-10 | reduce dependency on minecraft + stuff | nextdaydelivery | |
2022-05-08 | nasty nullpointers | DeDiamondPro | |
2022-05-08 | scaling | DeDiamondPro | |
2022-05-06 | merge | DeDiamondPro | |