aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/OneConfig.java
AgeCommit message (Collapse)Author
2022-06-05refactor (#36)DeDiamondPro
* refactor * fix vig compat * fix nanovg thingy * e * finalize * gui utils package thingy
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-04move from mod events to mixin (#31)Wyvest
2022-05-31OC-54, OC-6 and some other fixesnextdaydelivery
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-23OC-23 some thingsDeDiamondPro
2022-05-21vigilance 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-15SVG + 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-14de-minecraftify a lot of things + use mixin instead of reflection (#11)Wyvest
* de-minecraftify * use mixin instead of reflection * lol
2022-05-11Merge branch 'master' of github.com:Polyfrost/OneConfigDeDiamondPro
2022-05-11rename some thingsDeDiamondPro
2022-05-10reduce dependency on minecraft + stuffnextdaydelivery
2022-05-08color selector stuffnextdaydelivery
2022-05-07some small changesDeDiamondPro
2022-05-07font changesDeDiamondPro
2022-05-03move to cc.polyfrostDeDiamondPro