aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2022-09-04Disable the flashbang feature (#124)DeDiamondPro
Bang! I get up, I get down and I'm jumping around And the rumpus and ruckus are comfortable now Been a hell of a ride but I'm thinking it's time to grow Bang! Bang! Bang! So I got an apartment across from the park Put quinoa in my fridge, still I'm not feeling grown Been a hell of a ride but I'm thinking it's time to go Bang! Bang! Bang! (Here we go) So put your best face on everybody Pretend you know this song Everybody come hang (come hang) Let's go out with a bang Bang! Bang! Bang! I'm way too young to lie here forever I'm way too old to try so whatever come hang (come hang) Let's go out with a bang Bang! Bang! Bang! Feel like I'm gonna puke 'cause my taxes are due Do my password begin with a one or a two? Been a hell of a ride but I'm thinking it's time to grow Bang! Bang! Bang! (Metronome) Man, I'm up to something (up to something) Ooh de la de do, thank you all for coming (all for coming) I hope you like the show 'Cause it's on a budget (on a budget) So ooh de la de do Yeah, come on, here we go Yeah, come on (Here we go) So put your best face on everybody Pretend you know this song Everybody come hang (come hang) Let's go out with a bang Bang! Bang! Bang! I'm way too young to lie here forever I'm way too old to try so whatever come hang (come hang) Let's go out with a bang Bang! Bang! Bang! (Bang! Bang! Bang! Bang!) Bang! Bang! Bang! (Bang! Bang! Bang! Bang! Bang! Bang!) Been a hell of a ride but I'm thinking it's time to go So put your best face on everybody Pretend you know this song Everybody come hang Let's go out with a bang Bang! Bang! Bang! (Here we go) So put your best face on everybody Pretend you know this song Everybody come hang (come hang) Let's go out with a bang Bang! Bang! Bang! (Bang! Bang! Bang! Bang! Bang! Bang!) I'm way too young to lie here forever I'm way too old to try so whatever come hang (come hang) Let's go out with a bang Bang! Bang! Bang! (Here we go) Bang! Bang!
2022-09-03deprecator + Stack trace utilities (#121)nextdaydelivery
* deprecator * check for more system packages because iterators n stuff * add LogScanner, new loader platform features, spam protection * oop~ * move to Preferences * diamond review * add back the exception * try-catch things and associate OneConfig mods with an ActiveMod * ok maybe not + api my beloved
2022-08-27Revert "Exclude final from config (#120)" (#122)DeDiamondPro
This reverts commit 4caaa107d645b1cbee3d8731905dcff2156c206e.
2022-08-27Exclude final from config (#120)DeDiamondPro
Exclude final
2022-08-26Icon fix (#117)DeDiamondPro
2022-08-26Finally remove stupid deserializePart method (#118)DeDiamondPro
* InstanceSupplier my beloved * Api my not so beloved * License header before moon kills me
2022-08-26Hud stuff (#119)DeDiamondPro
* Commit @Wyvest here * Api moment
2022-08-24Notifs (#111)DeDiamondPro
* Start on notifications * Finish notifications (pog) * oop * internalizing * misc: set default duration to 4000ms * Scaling notifs stuff Co-authored-by: Wyvest <45589059+Wyvest@users.noreply.github.com>
2022-08-24Gson interface (#109)DeDiamondPro
* Add gson-interface * Add gson-interface * Update license things
2022-08-19Legal and README stuff (#91)MoonTidez
* Add information on closed alpha to README * Add co-author notice to contribution in pull request #79. * Adding extra information on licensing
2022-08-18Merge pull request #79ForBai
* Add getter in OnKeybind, so you can also get the keys * Add documantion * Add to api Co-authored-by: ForBai <https://github.com/ForBai> (non-copyrightable contribution)
2022-08-18Add ability to use image flags (#95)DeDiamondPro
add image flags
2022-08-18Blur (#94)DeDiamondPro
* blurring * api * update optifine hook
2022-08-17Input revamp (#93)DeDiamondPro
* hud fix * api * things * stuff
2022-08-14fix: fix profile init (#92)DeDiamondPro
2022-08-10hud profile fix (#90)DeDiamondPro
* hud fix * api
2022-08-10Profile fix (#89)DeDiamondPro
* e * omg finish profile shit * api and fix 1.12.2 preprocess * fix class names * fix compat mode profile stuff * api
2022-08-10Profile command (#88)DeDiamondPro
* e * omg finish profile shit * api and fix 1.12.2 preprocess * fix class names
2022-08-08fix config not saving properly (#87)Wyvest
2022-08-06Adding Additional Terms to the GNU GPLv3 and GNU LGPLv3 (#85)MoonTidez
* Add new license * change link * link fix, add contribs * aaaa forgot more shit * Update FILEHEADER to match the LICENSE file * Update README to reflect the changed license * Fix my grammar error Co-authored-by: Kendell R <KTibow@users.noreply.github.com> * Updated FILEHEADER with appropriate years * moon is bad at spelling * Update file headers to reflect contributions * KTIBow becomes KTibow Co-authored-by: Kendell R <KTibow@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
2022-08-06new: add forge config button compat (#80)Wyvest
2022-07-30add dropper locraw (#78)MicrocontrollersDev
* add dropper locraw * Update OneConfig.api Co-authored-by: Wyvest <45589059+Wyvest@users.noreply.github.com>
2022-07-27Custom option fixes (#72)DeDiamondPro
some small changes
2022-07-25fix: stop using internal asset classes everywhere (#69)Wyvest
* fix: stop using internal asset classes everywhere new: add wrapper classes for NanoVG rendering and rename original Image wrapper to OneImage * I love regex Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
2022-07-25page button changes (#71)nextdaydelivery
2022-07-25additional config migrators (#64)nextdaydelivery
* json migrator * *coughs* * casting issues fix * cfg implementation and a couple fixes * reformat * cast fix + javadoc * make the json migrator useful, double parsing, separate annotations
2022-07-25Buttons but with a key twist (#70)nextdaydelivery
* config checker 9000 * apiDump * rename * put in package and remove javadocs * put in package and remove javadocs * button methods
2022-07-25Config Checker (#67)nextdaydelivery
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-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-07make egg 1 customizableWyvest
2022-07-07egg 1Wyvest
2022-07-06realWyvest
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-04fixDeDiamondPro
2022-07-04hud stuffDeDiamondPro
2022-07-04reseting systemDeDiamondPro
2022-07-04fix dropdownDeDiamondPro
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.