|  | 76b17d0c97 | Add a Snowy.annotatedButtons abstract value, and make Snowy.Companion.annotatedButtons an anonymous function Signed-off-by: Username404 <w.iron.zombie@gmail.com> | 2022-01-16 13:12:27 +01:00 |  | 
			
				
					|  | 3a0dfb176d | Use the full package name of FabricLauncherBase instead of importing it, to avoid another deprecation warning | 2021-12-10 20:21:56 +01:00 |  | 
			
				
					|  | e9bd039317 | Suppress a deprecation warning in FabricInit.kt | 2021-12-10 19:52:26 +01:00 |  | 
			
				
					|  | e73c92266a | Remove an extra new line in the fabric build.gradle.kts file | 2021-10-26 23:28:45 +02:00 |  | 
			
				
					|  | fd502090c1 | Use modImplementation instead of modRuntime and modCompile in the fabric/build.gradle.kts file | 2021-10-26 23:25:00 +02:00 |  | 
			
				
					|  | 3c7d145ca8 | Make a few overridden methods of ButtonImpl.kt final and rename the mixins .json files | 2021-07-28 20:15:00 +02:00 |  | 
			
				
					|  | 93877b14cb | Move the okzoomer-related functions and variables to a new file named OkZoomerCompat.kt | 2021-07-16 16:47:39 +02:00 |  | 
			
				
					|  | 735de8d0b7 | Fix the Ok Zoomer compatibility on newer versions | 2021-07-16 15:22:29 +02:00 |  | 
			
				
					|  | 4bc41e3b38 | Add Ok Zoomer compatibility | 2021-07-16 14:37:40 +02:00 |  | 
			
				
					|  | 56255825e2 | Update the fabric zoom mixin to avoid compatibility issues | 2021-07-15 21:01:51 +02:00 |  | 
			
				
					|  | 7c9e98bdc0 | Don't use URLClassLoader instances on fabric | 2021-07-15 17:10:50 +02:00 |  | 
			
				
					|  | 3290db57a9 | Replace the reflections8 library (and therefore javassist) using FabricLoader | 2021-07-15 16:50:53 +02:00 |  | 
			
				
					|  | 35775b98f2 | Add a Zoom button | 2021-06-27 19:17:52 +02:00 |  | 
			
				
					|  | e618407a94 | Assume that the modmenu screen is not null in ModMenuConf.kt | 2021-06-05 16:37:08 +02:00 |  | 
			
				
					|  | 9f673b643e | Add the snowygui modrinth website as the homepage for fabric.mod.json | 2021-06-04 18:16:45 +02:00 |  | 
			
				
					|  | c69fd56838 | Add a cloth config screen | 2021-05-29 22:11:05 +02:00 |  | 
			
				
					|  | 6848b26797 | Cast classes to ButtonImpl properly in Snowy.kt, FabricInit.kt and ForgeInit.kt | 2021-05-27 21:29:11 +02:00 |  | 
			
				
					|  | b1852f743e | Sort buttons alphabetically | 2021-05-27 20:57:18 +02:00 |  | 
			
				
					|  | c7729af67f | Add a @Ignore annotation, make Macro.command a jvm field and add a isValidForButtonCollection function to Snowy.kt | 2021-05-20 14:24:39 +02:00 |  | 
			
				
					|  | de98500a3a | Begin adding a macro system | 2021-05-18 22:14:35 +02:00 |  | 
			
				
					|  | 8f16eae53b | Search annotations in a specific package, add a MACROS category and a GREEN color | 2021-05-18 18:25:12 +02:00 |  | 
			
				
					|  | f9fd9222ef | Fix the ButtonImpl.initialize() method producing null, use reflections8 only on fabric and shadow kotlinx.serialization on forge | 2021-05-16 14:44:26 +02:00 |  | 
			
				
					|  | 44f5b41c29 | Target Java 14 | 2021-05-12 17:24:00 +02:00 |  | 
			
				
					|  | 25a5380166 | Update the kotlin libraries | 2021-05-07 10:33:35 +02:00 |  | 
			
				
					|  | 4e1453b94b | Update architectury-loom | 2021-05-04 22:07:06 +02:00 |  | 
			
				
					|  | c8a55f8774 | Make FabricInit a class again | 2021-05-03 13:12:06 +02:00 |  | 
			
				
					|  | 481ebb1b60 | Setup fabric-language-kotlin and kotlinforforge | 2021-05-03 10:40:27 +02:00 |  | 
			
				
					|  | 7fb904246e | Fix the fabric-api-base dependency | 2021-04-28 13:45:34 +02:00 |  | 
			
				
					|  | f352f16e46 | Exclude the fabric-api-base artifact from modmenu | 2021-04-28 12:35:03 +02:00 |  | 
			
				
					|  | eb95454313 | Depend on fabric-rendering-v1 (+ fabric-api-base) and handle hud rendering on fabric too | 2021-04-28 12:30:59 +02:00 |  | 
			
				
					|  | c19b2ce735 | Flatten package hierarchy in the gradle proguard task and set the subprojects groups | 2021-04-27 18:59:30 +02:00 |  | 
			
				
					|  | 6175158225 | Put the base minecraft version in mod files during processing | 2021-04-18 17:01:05 +02:00 |  | 
			
				
					|  | 20fc1fd80d | Downgrade the fabric-resource-loader version to support versions older than 1.16.2 on fabric and add the minotaur plugin to publish to modrinth in the future | 2021-04-15 17:17:49 +02:00 |  | 
			
				
					|  | e087f1d1b8 | Don't set a specific build for the fabricloader dependency in fabric.mod.json. | 2021-04-12 22:45:12 +02:00 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | 3b55558ca4 | Add a logger to CommonSnow.kt, and rename it to Snowy.kt. | 2021-04-09 14:30:24 +02:00 |  | 
			
				
					|  | 47f5c9369d | Also fix the class name used as an entrypoint by fabric. | 2021-04-08 15:12:05 +02:00 |  | 
			
				
					|  | 59cb29b104 | Fix the class name used by modmenu in the fabric.mod.json file | 2021-04-08 15:07:28 +02:00 |  | 
			
				
					|  | f1d769fd96 | Move a comment from a class to another | 2021-04-08 14:18:10 +02:00 |  | 
			
				
					|  | 2b785ee9a2 | Add a Jenkinsfile and a few other things | 2021-04-08 14:13:37 +02:00 |  | 
			
				
					|  | 184d1f7f8f | Specify the mappings dependency only in the root project, and don't shadow every dependency. | 2021-04-08 13:23:45 +02:00 |  | 
			
				
					|  | 3439da3e6b | Use a shadowC configuration, make an info window instead of an "installer", and include fabric-resource-loader-v0. | 2021-04-08 12:55:20 +02:00 |  | 
			
				
					|  | 6771734add | Change a few packages and fix the fabric.mod.json file | 2021-04-08 11:28:14 +02:00 |  | 
			
				
					|  | f0fe913d7c | Add mod information files for fabric and forge. | 2021-04-08 10:52:22 +02:00 |  | 
			
				
					|  | 08f0a50a55 | Initial commit. | 2021-04-08 10:18:46 +02:00 |  |