This website requires JavaScript.
86b1640c78
Update kotlin and enable a compiler mode for better lambdas
Username404-59
2021-04-15 10:59:29 +0200
e4d5230257
Add proguard obfuscation dictionaries.
Username404-59
2021-04-14 20:36:05 +0200
f609967006
Fix methods being deleted by proguard
Username404-59
2021-04-14 19:33:19 +0200
f8ddd825ac
Optimize the shrinked jars and obfuscate them
Username404-59
2021-04-14 18:05:20 +0200
3af606ce79
Remove the Main-Class attribute of .jar files.
Username404-59
2021-04-14 14:35:52 +0200
b5fe315810
Remove a few line in the main build.gradle.kts file
Username404-59
2021-04-14 14:34:45 +0200
cf75e7be39
Use proguard to shrink the produced .jar files, and completely remove the exec package + the bundled font.
Username404-59
2021-04-14 13:56:20 +0200
492db81bb4
Correctly add arguments to the runClient configuration on forge
Username404-59
2021-04-13 14:43:41 +0200
4a470ee779
Use readBytes instead of readAllBytes in info.kt
Username404-59
2021-04-13 12:49:03 +0200
8a1aa2680d
Update loom for full gradle 7 support
Username404-59
2021-04-13 10:50:56 +0200
6f5ef9dace
Revert "Add a try and catch in the render function of ClickBox.kt."
Username404-59
2021-04-13 10:48:37 +0200
5df5199098
Add a try and catch in the Element.display() method, and add an element to render a background in the config screen
Username404-59
2021-04-13 10:48:33 +0200
ad3fb8be7a
Add a try and catch in the render function of ClickBox.kt.
Username404-59
2021-04-12 23:44:15 +0200
25a37898ad
Lower the required forge version
Username404-59
2021-04-12 22:58:55 +0200
e087f1d1b8
Don't set a specific build for the fabricloader dependency in fabric.mod.json.
Username404-59
2021-04-12 22:44:49 +0200
94c9db4f2a
Update fabric-loader to the 0.11.3 version.
Username404-59
2021-04-12 22:36:01 +0200
7fb51e9f23
Update the bundled fabric resource loader and modmenu
Username404-59
2021-04-12 22:32:13 +0200
7f916d82bb
Add (buggy) movement of components in the ClickGui class.
Username404-59
2021-04-12 15:06:35 +0200
c06535047c
Don't multiply the full height in ClickBox.kt
Username404-59
2021-04-11 20:12:32 +0200
941a6143c0
Move a few dependencies from the "recommends" category to the "suggests" one in the fabric.mod.json file
Username404-59
2021-04-11 13:32:54 +0200
31bb7be602
Add a colorEnd() method to the companion object of ColoredElement, render more things in the ClickBox class and edit en_us.json
Username404-59
2021-04-11 12:23:53 +0200
f3d291e180
Test if the poseStack argument in the render method of ClickBox.kt is null.
Username404-59
2021-04-11 09:39:38 +0200
1ce635dbcf
Add a new ClickBox and don't add 10 to the x and y coordinates.
Username404-59
2021-04-10 21:22:19 +0200
0bbf7a00ff
Woops, use a value of 1.5 instead.
Username404-59
2021-04-10 19:36:55 +0200
37376fdc6a
Fix the Y axis of the rendered strings.
Username404-59
2021-04-10 19:35:59 +0200
3636c74851
Rename Box to ClickBox, make a ColoredElement class, draw strings and add more translations
Username404-59
2021-04-10 19:17:46 +0200
029382c9b5
Name the companion object of Element and rename BaseColor to TransparentColor.
Username404-59
2021-04-10 15:34:30 +0200
bf5c276178
Add a companion object to Element.kt and remove the rendering package
Username404-59
2021-04-10 15:14:12 +0200
c50ce0696f
Remove an useless part of the Util object, and add a poseStack argument to the render function of the Renderable interface.
Username404-59
2021-04-10 15:03:23 +0200
03f2963486
Add GUI utils.
Username404-59
2021-04-10 14:41:42 +0200
7b100967d6
Update gradle to the latest release
Username404-59
2021-04-10 11:52:05 +0200
4e67d70dac
Set the timeout to 12 minutes in the Jenkinsfile
Username404-59
2021-04-09 20:58:29 +0200
7416bd0ee9
Add an Events system, a mixin for ends of ticks, and ConfigScreen.kt.
Username404-59
2021-04-09 20:48:01 +0200
de806a742c
Optimize imports and use the class's name for the logger.
Username404-59
2021-04-09 15:24:19 +0200
61abfc3dc0
Only use the initSetup method on clients.
Username404-59
2021-04-09 15:22:24 +0200
6bb1e6eac8
Use forge events in forgeInit.kt, and add a @JvmStatic annotation to the logger in Snowy.kt
Username404-59
2021-04-09 15:20:08 +0200
3b55558ca4
Add a logger to CommonSnow.kt, and rename it to Snowy.kt.
Username404-59
2021-04-09 14:27:15 +0200
0135d1b6ed
Make list fully a mutable map instead of just a map.
Username404-59
2021-04-09 14:04:55 +0200
42b48f7065
Use a Map instead of a list in AddKeyMaps.kt.
Username404-59
2021-04-09 13:53:14 +0200
51662011b8
Don't process .ttf files.
Username404-59
2021-04-09 12:23:31 +0200
c98057904a
Add text and a font to the info window
Username404-59
2021-04-09 12:22:44 +0200
bc77080124
Make the window in info.kt visible.
Username404-59
2021-04-09 10:06:02 +0200
7575bee975
Add a build discarder and a timeout to the Jenkinsfile.
Username404-59
2021-04-08 22:09:34 +0200
4b8c4ae165
Call the minimize method correctly.
Username404-59
2021-04-08 21:52:54 +0200
9a85f79695
Exclude mixins from minification
Username404-59
2021-04-08 21:50:20 +0200
5cc170a3dd
Minimize the shadowed dependencies
Username404-59
2021-04-08 21:47:24 +0200
bfce71b386
Move lang files to the right directory
Username404-59
2021-04-08 21:34:46 +0200
76f483e6a9
Use adequate strings in the mkMap function and in the SnowyConfigScreen class.
Username404-59
2021-04-08 21:26:32 +0200
fd29413768
Remove the old one.
Username404-59
2021-04-08 21:22:45 +0200
9ca7af418a
Separate assets.snowygui into 2 directories.
Username404-59
2021-04-08 21:21:41 +0200
6d76937dcb
Edit the old description in the pack.mcmeta file
Username404-59
2021-04-08 21:04:37 +0200
dde0a4f86a
Fix the mkMap function.
Username404-59
2021-04-08 20:58:03 +0200
5706e9cb16
Add a few lang files.
Username404-59
2021-04-08 20:55:40 +0200
073e3e64cb
Rename keysAccessor to KeysAccessor.
Username404-59
2021-04-08 20:42:07 +0200
47b9220ade
Process files that are not .png ones only to fix the mods.toml version field.
Username404-59
2021-04-08 20:32:07 +0200
e39df66c13
Fix keysAccessor by making it an interface.
Username404-59
2021-04-08 20:12:54 +0200
48116b81fd
Add keybinds and use fabric's mixins for the :common gradle project.
Username404-59
2021-04-08 20:01:03 +0200
d14c7c94aa
Fix forge on Java 16 and higher.
Username404-59
2021-04-08 18:36:45 +0200
95af7d7cb8
Update forge, and fix "duplicate content roots" warnings from IntelliJ.
Username404-59
2021-04-08 17:30:41 +0200
4d9cb45478
Include the common mod resources in the subprojects.
Username404-59
2021-04-08 16:22:38 +0200
17b07458f8
Only process .json and .toml files in the ProcessResources gradle task.
Username404-59
2021-04-08 15:48:07 +0200
4b9a04a431
Add a .png version of the icon.
Username404-59
2021-04-08 15:45:09 +0200
cfd4d49a75
Run the build task in the Jenkinsfile instead of publishToMavenLocal.
Username404-59
2021-04-08 15:43:43 +0200
4a85c540ea
Add a svg icon
Username404-59
2021-04-08 15:42:43 +0200
47f5c9369d
Also fix the class name used as an entrypoint by fabric.
Username404-59
2021-04-08 15:12:05 +0200
59cb29b104
Fix the class name used by modmenu in the fabric.mod.json file
Username404-59
2021-04-08 15:07:28 +0200
fc59271dba
Don't disable the jar task, else every build will fail.
Username404-59
2021-04-08 15:04:05 +0200
f8b2f3091e
Move info.kt to the kotlin directory.
Username404-59
2021-04-08 14:54:27 +0200
f1d769fd96
Move a comment from a class to another
Username404-59
2021-04-08 14:18:10 +0200
4323cb4834
Woops, forgot to commit the info.kt and ConfigScreen.kt files.
Username404-59
2021-04-08 14:14:24 +0200
2b785ee9a2
Add a Jenkinsfile and a few other things
Username404-59
2021-04-08 14:13:37 +0200
184d1f7f8f
Specify the mappings dependency only in the root project, and don't shadow every dependency.
Username404-59
2021-04-08 13:23:45 +0200
3ff24b89eb
Configure the shadow plugin AFTER applying it.
Username404-59
2021-04-08 12:57:08 +0200
3439da3e6b
Use a shadowC configuration, make an info window instead of an "installer", and include fabric-resource-loader-v0.
Username404-59
2021-04-08 12:54:54 +0200
1c22266d7c
Add a package for the installer
Username404-59
2021-04-08 11:45:30 +0200
d4198589e4
Fully target Java 8.
Username404-59
2021-04-08 11:35:51 +0200
6771734add
Change a few packages and fix the fabric.mod.json file
Username404-59
2021-04-08 11:27:13 +0200
f0fe913d7c
Add mod information files for fabric and forge.
Username404-59
2021-04-08 10:52:09 +0200
892e01df21
Fix a relocate statement
Username404-59
2021-04-08 10:22:48 +0200
08f0a50a55
Initial commit.
Username404-59
2021-04-08 10:18:46 +0200