aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-23cubic bezier (#65)DeDiamondPro
* cubic bezieré * apiDump + add android license to be compliant to Apache 2.0 * Fix small oopsie * Apache licensing Co-authored-by: MoonTidez <79183852+MoonTidez@users.noreply.github.com>
2022-07-22new: add base for notifications api (#60)Wyvest
Co-authored-by: nextdaydelivery <79922345+nxtdaydelivery@users.noreply.github.com>
2022-07-22new: various workflow optimizations (#62)Wyvest
* new: cache gradle files in workflows * fix: remove setup-java caching and cache prebundled-jars in release workflow * use secret for easier updating later Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
2022-07-21a couple fixes (#63)nextdaydelivery
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-16Move VigilanceName to public API (#57)DeDiamondPro
* fix oopsie * apiDump
2022-07-16Kotlin Language Adapter (1.12-) (#56)Wyvest
"An adapter for FML to allow for the use of Kotlin objects as a mod class. This is not required if you use a Kotlin class, only if you use a Kotlin object."
2022-07-15Release workflow (#54)DeDiamondPro
* release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash * Maybe epic fixo
2022-07-15Release workflow (#53)DeDiamondPro
* release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash
2022-07-11epic fix for macos development because archloom bug yes yes (#50)Ethan
2022-07-09bump gradle version and make actions thingy yes yes (#48)Ethan
2022-07-07make egg 1 customizableWyvest
2022-07-07egg 1Wyvest
2022-07-06realWyvest
2022-07-05apiDump momentWyvest
2022-07-05fix OneConfigMixinPluginWyvest
2022-07-05Merge branch 'nextdaydelivery-self'Wyvest
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-04actually fix this timeDeDiamondPro
2022-07-04fix hudDeDiamondPro
2022-07-04intellij dumbDeDiamondPro
2022-07-04fix 2DeDiamondPro
2022-07-04fixDeDiamondPro
2022-07-04hud stuffDeDiamondPro
2022-07-04reseting systemDeDiamondPro
2022-07-04fix dropdownDeDiamondPro
2022-07-04ceatornextdaydelivery
2022-07-04markdownnextdaydelivery
markdown because markdown
2022-07-04Update README.mdnextdaydelivery
aren't I a HTML god
2022-07-03little trollingWyvest
2022-07-03changes to ESC behaviornextdaydelivery
2022-07-03changes to ESC behaviornextdaydelivery
2022-07-03fix private fields not deserializingWyvest
2022-07-03ignore test packageWyvest
allow enabled property in Config to be set at constructor
2022-07-02pass a UMatrixStack in HUD APIWyvest
From 1.17+, most matrix transformations can only be done with a MatrixStack instance, thus to prepare for a OneConfig 1.17+ port this has been done.
2022-07-02fix sources jarWyvest
2022-07-02ez 1.12 supportWyvest
2022-07-02add api validationWyvest
2022-07-02fix full jarsWyvest
2022-07-02Separate Minecraft dependant and non-dependant codeWyvest
2022-07-01sorry salmonWyvest
2022-06-30lots of stuffDeDiamondPro
2022-06-29hud + fixesDeDiamondPro
2022-06-29Revert "unfinished stuff"DeDiamondPro
This reverts commit 975826256806e19306987e05aa0e59f70d09b0b1.
2022-06-29unfinished stuffWyvest
2022-06-29update hudDeDiamondPro
2022-06-28hide condition thingsDeDiamondPro