aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
AgeCommit message (Collapse)Author
2022-10-03Delete TextUtilsDSL.ktWyvest
2022-09-07new: option descriptions (#127)DeDiamondPro
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-17Input revamp (#93)DeDiamondPro
* hud fix * api * things * stuff
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-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-02Separate Minecraft dependant and non-dependant codeWyvest
2022-06-16fast render compat (i hate fast render)Wyvest
2022-06-11start using essential relocate againWyvest
update kotlin
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-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-04receive and send packet events (#32)Wyvest
* move from mod events to mixin * packet events
2022-06-01OC-53 should be done but had to push + color utils changed againnextdaydelivery
2022-05-29kotlin dslWyvest
RenderManager reorganization fix build error in CommandHelper