aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/utils
AgeCommit message (Collapse)Author
2022-07-22new: add base for notifications api (#60)Wyvest
Co-authored-by: nextdaydelivery <79922345+nxtdaydelivery@users.noreply.github.com>
2022-07-21fix: fix locraw cancelling all locraw messages (#61)Wyvest
* fix: fix locraw cancelling all locraw messages * fix: use a separate variable for cancelling locraw messages
2022-07-20HUD Improvements, 1.16 port, fix NanoVG with ARM (#52)Wyvest
* egg 1 * separate Hud from background stuff * 1984 This reverts commit 9ae517d57bbd495d30d35cb1cbfe81a03556e6bd. * hitboxes woo!!!!! * Revert "hitboxes woo!!!!!" This reverts commit 405d32d17df3c83f2e79eddf0de853f7279767a6. * padding * allow position to go slightly off the screen * stop using ints for ABSOLUTELY EVERYTHING, DIAMOND ... fix vigilance compat not setting color * start on new pos system * some stuff * finish new position system * api momento * 1.16.2 fabric port * start on hud gui * temp remove 1.16.2 fabric since it doesn't compile * fix fabric build * hud gui stuff * apiDump * fix fabric build 2 * so true * selecting stuff * scaling + other small things * More protecting * fix nanovg not working with macOS ARM move OneConfig.preLaunch to OneConfigInit * clean up OneUIScreen make kotlin version of TestNanoVGGui * make keybinds have runnable by default * rollback keybind things * merge master into hud-improvements (#55) * Release workflow (#53) * release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash * Release workflow (#54) * release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash * Maybe epic fixo * gotta love those Java principles * Revert "gotta love those Java principles", wrong branch This reverts commit 333d8b2ad8941790c13c4bfe0777fbd203d463e5. * start on snapping * Finish snapping * stop including mixin by default on legacy versions this breaks builds if the mod itself does not use mixin * merge draw and drawExample * fix gradle publish * Some fixes * Api DUmpidy * Help subcommand impovments (#59) * Made the overall look of the "help" subcommand better + added the ability to change the colour for the command overall + each individual SubCommand * Made the alliases show batter + added support for to show subcommand aliasses * mr deliverer didnt reply but whatever, added a space between command/subcommand and alliasses Co-authored-by: pinkulu <pinkulumc@gmail.com> * fix file not overwriting toJavaColor * Fix full shadow not scaling correctly Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nxtdaydelivery <12willettsh@gmail.com> Co-authored-by: pinkulu <56201697+pinkulu@users.noreply.github.com> Co-authored-by: pinkulu <pinkulumc@gmail.com>
2022-07-05Merge branch 'self' of https://github.com/nxtdaydelivery/OneConfig into ↵Wyvest
nextdaydelivery-self
2022-07-05start on new font thingiesDeDiamondPro
2022-07-05aWyvest
2022-07-02Separate Minecraft dependant and non-dependant codeWyvest
2022-07-01sorry salmonWyvest
2022-06-30lots of stuffDeDiamondPro
2022-06-29Revert "unfinished stuff"DeDiamondPro
This reverts commit 975826256806e19306987e05aa0e59f70d09b0b1.
2022-06-29unfinished stuffWyvest
2022-06-25imgur stuff and clipboardnextdaydelivery
2022-06-16fast render compat (i hate fast render)Wyvest
2022-06-13lots of input stuffDeDiamondPro
2022-06-11implement help commandWyvest
2022-06-11implement tab completionsWyvest
2022-06-11start using essential relocate againWyvest
update kotlin
2022-06-09a few little things that I noticed when doc'ingnextdaydelivery
2022-06-06rewrite config systemDeDiamondPro
2022-06-05refactor (#36)DeDiamondPro
* refactor * fix vig compat * fix nanovg thingy * e * finalize * gui utils package thingy
2022-06-05Merge 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-05Reformat code and OC-38nextdaydelivery
2022-06-05rewrite command manager, stop using essential relocate, and reformat code (#34)Wyvest
* reformat code * reformat code rewrite command manager stop using essential relocate
2022-06-04move deltaTicks to GuiUtils (#33)Wyvest
* move from mod events to mixin * packet events * move deltaTicks to GuiUtils * delete easeOut
2022-06-04button test pageDeDiamondPro
2022-06-04OC-66 doneDeDiamondPro
2022-06-03color anims startDeDiamondPro
2022-06-02animationsDeDiamondPro
2022-06-01more fixes ffsDeDiamondPro
2022-06-01Merge remote-tracking branch 'origin/master'nextdaydelivery
2022-06-01color palette add disabled statenextdaydelivery
2022-06-01mergeDeDiamondPro
2022-06-01tempDeDiamondPro
2022-06-01OC-53 should be done but had to push + color utils changed againnextdaydelivery
2022-05-31more sidebarDeDiamondPro
2022-05-31fixDeDiamondPro
2022-05-31tempDeDiamondPro
2022-05-31OC-54, OC-6 and some other fixesnextdaydelivery
2022-05-30new sidebar, now animationsDeDiamondPro
2022-05-30OneUIScreen implementationnextdaydelivery
2022-05-30finish OC-5, OC-10, checkboxes OC-6nextdaydelivery
2022-05-29kotlin dslWyvest
RenderManager reorganization fix build error in CommandHelper
2022-05-28static abuseWyvest
2022-05-28migrate OneConfigCommand to new command utilWyvest
make classes that end with `_Test` be excluded from non-sourcejar jars javadoc some more stuff
2022-05-28command utilsWyvest
2022-05-28OC-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-27universal eventsWyvest
add mixinextras and keventbus
2022-05-27javadoc a lot of stuff + reorganizeWyvest
2022-05-26publishing and rename InternetUtils to NetworkUtilsDeDiamondPro
2022-05-26Color Utils fixes and morenextdaydelivery