Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-02 | add api validation | Wyvest | |
2022-07-02 | Separate Minecraft dependant and non-dependant code | Wyvest | |
2022-06-22 | fix literally everything | Wyvest | |
2022-06-21 | seperate lwjgl versions | DeDiamondPro | |
2022-06-20 | remove caffeine | DeDiamondPro | |
2022-06-20 | temp fix | DeDiamondPro | |
2022-06-20 | fix 2 | Wyvest | |
2022-06-20 | fix | Wyvest | |
2022-06-20 | separate lwjgl stuff from actual project | Wyvest | |
2022-06-19 | use ITweakers properly | Wyvest | |
move hooks out of transformers | |||
2022-06-19 | exclude internal package from sources jar as well | Wyvest | |
remove debug stuff from mixin plugin use try with resources for mixin things | |||
2022-06-18 | massive gradle changes | Wyvest | |
full, production jar is now suffixed with `-full` jar used by maven and devs is now the normal jar internal stuff is actually removed from devs now | |||
2022-06-18 | migrate to tweaker | Wyvest | |
2022-06-16 | fast render compat (i hate fast render) | Wyvest | |
2022-06-12 | oops | Wyvest | |
2022-06-12 | downgrade kotlin | Wyvest | |
2022-06-12 | migrate keybinds to oneconfig events | Wyvest | |
2022-06-11 | fix things | DeDiamondPro | |
2022-06-11 | make oneconfig work standalone again | DeDiamondPro | |
2022-06-11 | loading plugin | DeDiamondPro | |
2022-06-11 | fixed vcal | Wyvest | |
2022-06-11 | implement help command | Wyvest | |
2022-06-11 | start using essential relocate again | Wyvest | |
update kotlin | |||
2022-06-05 | refactor (#36) | DeDiamondPro | |
* refactor * fix vig compat * fix nanovg thingy * e * finalize * gui utils package thingy | |||
2022-06-05 | polyfrost repo | DeDiamondPro | |
2022-06-05 | rewrite command manager, stop using essential relocate, and reformat code (#34) | Wyvest | |
* reformat code * reformat code rewrite command manager stop using essential relocate | |||
2022-05-31 | Bump org.jetbrains.dokka from 1.6.20 to 1.6.21 (#26) | dependabot[bot] | |
Bumps org.jetbrains.dokka from 1.6.20 to 1.6.21. --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-05-31 | Bump kotlin-as-java-plugin from 1.6.20 to 1.6.21 (#27) | dependabot[bot] | |
Bumps [kotlin-as-java-plugin](https://github.com/Kotlin/dokka) from 1.6.20 to 1.6.21. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.20...v1.6.21) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:kotlin-as-java-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-05-29 | Merge branch 'master' of github.com:Polyfrost/OneConfig | DeDiamondPro | |
2022-05-28 | migrate OneConfigCommand to new command util | Wyvest | |
make classes that end with `_Test` be excluded from non-sourcejar jars javadoc some more stuff | |||
2022-05-28 | Merge branch 'master' of github.com:Polyfrost/OneConfig | DeDiamondPro | |
2022-05-28 | e | DeDiamondPro | |
2022-05-28 | make dokka have oneconfig logo | Wyvest | |
2022-05-28 | package dokka docs in a jar file | Wyvest | |
2022-05-28 | Revert "proof of concept, custom javadoc stylesheet (dracula)" | Wyvest | |
This reverts commit a4857ad657bc14009ac2d47b89c6981761d40df9. | |||
2022-05-27 | Merge branch 'master' of github.com:Polyfrost/OneConfig | DeDiamondPro | |
2022-05-27 | proof of concept, custom javadoc stylesheet (dracula) | DeDiamondPro | |
2022-05-27 | universal events | Wyvest | |
add mixinextras and keventbus | |||
2022-05-27 | dokka | Wyvest | |
2022-05-27 | Bump universalcraft-1.8.9-forge from 209 to 211 (#16) | dependabot[bot] | |
Bumps universalcraft-1.8.9-forge from 209 to 211. --- updated-dependencies: - dependency-name: gg.essential:universalcraft-1.8.9-forge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-05-26 | publishing and rename InternetUtils to NetworkUtils | DeDiamondPro | |
2022-05-22 | support I18n | Wyvest | |
2022-05-22 | support for color | Wyvest | |
2022-05-21 | vigilance 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> |