aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
AgeCommit message (Collapse)Author
2022-07-02add api validationWyvest
2022-07-02Separate Minecraft dependant and non-dependant codeWyvest
2022-06-22fix literally everythingWyvest
2022-06-21seperate lwjgl versionsDeDiamondPro
2022-06-20remove caffeineDeDiamondPro
2022-06-20temp fixDeDiamondPro
2022-06-20fix 2Wyvest
2022-06-20fixWyvest
2022-06-20separate lwjgl stuff from actual projectWyvest
2022-06-19use ITweakers properlyWyvest
move hooks out of transformers
2022-06-19exclude internal package from sources jar as wellWyvest
remove debug stuff from mixin plugin use try with resources for mixin things
2022-06-18massive gradle changesWyvest
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-18migrate to tweakerWyvest
2022-06-16fast render compat (i hate fast render)Wyvest
2022-06-12oopsWyvest
2022-06-12downgrade kotlinWyvest
2022-06-12migrate keybinds to oneconfig eventsWyvest
2022-06-11fix thingsDeDiamondPro
2022-06-11make oneconfig work standalone againDeDiamondPro
2022-06-11loading pluginDeDiamondPro
2022-06-11fixed vcalWyvest
2022-06-11implement help commandWyvest
2022-06-11start using essential relocate againWyvest
update kotlin
2022-06-05refactor (#36)DeDiamondPro
* refactor * fix vig compat * fix nanovg thingy * e * finalize * gui utils package thingy
2022-06-05polyfrost repoDeDiamondPro
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-05-31Bump 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-31Bump 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-29Merge branch 'master' of github.com:Polyfrost/OneConfigDeDiamondPro
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-28Merge branch 'master' of github.com:Polyfrost/OneConfigDeDiamondPro
2022-05-28eDeDiamondPro
2022-05-28make dokka have oneconfig logoWyvest
2022-05-28package dokka docs in a jar fileWyvest
2022-05-28Revert "proof of concept, custom javadoc stylesheet (dracula)"Wyvest
This reverts commit a4857ad657bc14009ac2d47b89c6981761d40df9.
2022-05-27Merge branch 'master' of github.com:Polyfrost/OneConfigDeDiamondPro
2022-05-27proof of concept, custom javadoc stylesheet (dracula)DeDiamondPro
2022-05-27universal eventsWyvest
add mixinextras and keventbus
2022-05-27dokkaWyvest
2022-05-27Bump 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-26publishing and rename InternetUtils to NetworkUtilsDeDiamondPro
2022-05-22support I18nWyvest
2022-05-22support for colorWyvest
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>