Commit Graph

226 Commits

Author SHA1 Message Date
Username404-59 3af606ce79
Remove the Main-Class attribute of .jar files. 2021-04-14 14:35:52 +02:00
Username404-59 b5fe315810
Remove a few line in the main build.gradle.kts file 2021-04-14 14:34:45 +02:00
Username404-59 cf75e7be39
Use proguard to shrink the produced .jar files, and completely remove the exec package + the bundled font. 2021-04-14 13:56:34 +02:00
Username404-59 492db81bb4
Correctly add arguments to the runClient configuration on forge 2021-04-13 14:43:41 +02:00
Username404-59 4a470ee779
Use readBytes instead of readAllBytes in info.kt 2021-04-13 12:49:03 +02:00
Username404-59 8a1aa2680d
Update loom for full gradle 7 support 2021-04-13 10:50:56 +02:00
Username404-59 6f5ef9dace
Revert "Add a try and catch in the render function of ClickBox.kt."
This reverts commit 56896651a3622194660d57c733ab55be841b56b8.
2021-04-13 10:48:37 +02:00
Username404-59 5df5199098
Add a try and catch in the Element.display() method, and add an element to render a background in the config screen 2021-04-13 10:48:33 +02:00
Username404-59 ad3fb8be7a
Add a try and catch in the render function of ClickBox.kt. 2021-04-12 23:44:15 +02:00
Username404-59 25a37898ad
Lower the required forge version 2021-04-12 22:58:55 +02:00
Username404-59 e087f1d1b8
Don't set a specific build for the fabricloader dependency in fabric.mod.json. 2021-04-12 22:45:12 +02:00
Username404-59 94c9db4f2a
Update fabric-loader to the 0.11.3 version. 2021-04-12 22:36:01 +02:00
Username404-59 7fb51e9f23
Update the bundled fabric resource loader and modmenu 2021-04-12 22:32:13 +02:00
Username404-59 7f916d82bb
Add (buggy) movement of components in the ClickGui class. 2021-04-12 15:06:35 +02:00
Username404-59 c06535047c
Don't multiply the full height in ClickBox.kt 2021-04-11 20:12:32 +02:00
Username404-59 941a6143c0
Move a few dependencies from the "recommends" category to the "suggests" one in the fabric.mod.json file 2021-04-11 13:32:54 +02:00
Username404-59 31bb7be602
Add a colorEnd() method to the companion object of ColoredElement, render more things in the ClickBox class and edit en_us.json 2021-04-11 12:23:53 +02:00
Username404-59 f3d291e180
Test if the poseStack argument in the render method of ClickBox.kt is null. 2021-04-11 09:39:38 +02:00
Username404-59 1ce635dbcf
Add a new ClickBox and don't add 10 to the x and y coordinates. 2021-04-10 21:22:19 +02:00
Username404-59 0bbf7a00ff
Woops, use a value of 1.5 instead. 2021-04-10 19:36:55 +02:00
Username404-59 37376fdc6a
Fix the Y axis of the rendered strings. 2021-04-10 19:35:59 +02:00
Username404-59 3636c74851
Rename Box to ClickBox, make a ColoredElement class, draw strings and add more translations 2021-04-10 19:17:46 +02:00
Username404-59 029382c9b5
Name the companion object of Element and rename BaseColor to TransparentColor. 2021-04-10 15:34:30 +02:00
Username404-59 bf5c276178
Add a companion object to Element.kt and remove the rendering package 2021-04-10 15:17:05 +02:00
Username404-59 c50ce0696f
Remove an useless part of the Util object, and add a poseStack argument to the render function of the Renderable interface. 2021-04-10 15:03:23 +02:00
Username404-59 03f2963486
Add GUI utils. 2021-04-10 14:41:42 +02:00
Username404-59 7b100967d6
Update gradle to the latest release 2021-04-10 11:52:05 +02:00
Username404-59 4e67d70dac
Set the timeout to 12 minutes in the Jenkinsfile 2021-04-09 20:58:29 +02:00
Username404-59 7416bd0ee9
Add an Events system, a mixin for ends of ticks, and ConfigScreen.kt. 2021-04-09 20:48:01 +02:00
Username404-59 de806a742c
Optimize imports and use the class's name for the logger. 2021-04-09 15:24:19 +02:00
Username404-59 61abfc3dc0
Only use the initSetup method on clients. 2021-04-09 15:22:24 +02:00
Username404-59 6bb1e6eac8
Use forge events in forgeInit.kt, and add a @JvmStatic annotation to the logger in Snowy.kt 2021-04-09 15:20:08 +02:00
Username404-59 3b55558ca4
Add a logger to CommonSnow.kt, and rename it to Snowy.kt. 2021-04-09 14:30:24 +02:00
Username404-59 0135d1b6ed
Make list fully a mutable map instead of just a map. 2021-04-09 14:04:55 +02:00
Username404-59 42b48f7065
Use a Map instead of a list in AddKeyMaps.kt. 2021-04-09 13:53:14 +02:00
Username404-59 51662011b8
Don't process .ttf files. 2021-04-09 12:23:31 +02:00
Username404-59 c98057904a
Add text and a font to the info window 2021-04-09 12:22:44 +02:00
Username404-59 bc77080124
Make the window in info.kt visible. 2021-04-09 10:06:02 +02:00
Username404-59 7575bee975
Add a build discarder and a timeout to the Jenkinsfile. 2021-04-08 22:09:34 +02:00
Username404-59 4b8c4ae165
Call the minimize method correctly. 2021-04-08 21:55:01 +02:00
Username404-59 9a85f79695
Exclude mixins from minification 2021-04-08 21:50:20 +02:00
Username404-59 5cc170a3dd
Minimize the shadowed dependencies 2021-04-08 21:47:24 +02:00
Username404-59 bfce71b386
Move lang files to the right directory 2021-04-08 21:34:46 +02:00
Username404-59 76f483e6a9
Use adequate strings in the mkMap function and in the SnowyConfigScreen class. 2021-04-08 21:26:32 +02:00
Username404-59 fd29413768
Remove the old one. 2021-04-08 21:22:45 +02:00
Username404-59 9ca7af418a
Separate assets.snowygui into 2 directories. 2021-04-08 21:21:41 +02:00
Username404-59 6d76937dcb
Edit the old description in the pack.mcmeta file 2021-04-08 21:04:37 +02:00
Username404-59 dde0a4f86a
Fix the mkMap function. 2021-04-08 20:58:03 +02:00
Username404-59 5706e9cb16
Add a few lang files. 2021-04-08 20:55:40 +02:00
Username404-59 073e3e64cb
Rename keysAccessor to KeysAccessor. 2021-04-08 20:42:07 +02:00