Commit Graph

236 Commits

Author SHA1 Message Date
Username404-59 019d0798d7
Make info public in ButtonImpl.kt and call execAction in ConfigScreen.kt to update the smoothCamera option of Minecraft 2021-06-28 16:56:26 +02:00
Username404-59 7612921bc2
Remove the useless "snowy.missing.key" translation entry 2021-06-28 16:44:40 +02:00
Username404 99a48a6562
Specify the refmap manually in the common mixins json file 2021-06-28 11:32:45 +02:00
Username404 d70dae6da1
Add a shouldSave property to the ButtonInfo annotation class 2021-06-27 23:11:03 +02:00
Username404 35775b98f2
Add a Zoom button 2021-06-27 19:17:52 +02:00
Username404 05dcbee261
Use isDragging instead of a private variable in ClickGui.kt 2021-06-27 13:24:13 +02:00
Username404 a5b1c45a86
Access the MACROS box directly in Configuration.kt 2021-06-26 17:33:24 +02:00
Username404 d315737321
Make Element.isWithinBounds() public, make SnowyScreen.components a MutableCollection & use GLFW.GLFW_MOUSE_BUTTON_LEFT in ClickGui.kt 2021-06-26 17:08:24 +02:00
Username404 98c8da32b5
Make components abstract in SnowyScreen.kt 2021-06-25 22:55:56 +02:00
Username404 250e72cab0
Make the setter of hidden public in Element.kt 2021-06-25 16:50:30 +02:00
Username404 1ac22a7e97
Add a addBox() method to the Category enum class and complete the constructor that uses a ClickBox 2021-06-25 16:38:01 +02:00
Username404 dbc7f6b8bf
Store the Category enum class in the companion object of ButtonInfo 2021-06-24 22:29:16 +02:00
Username404 2d679bf0e3
Remove an extra * character in ButtonInfo.kt 2021-06-24 22:25:41 +02:00
Username404 4143ef0e14
Replace the @ButtonInfo.Ignored annotation with a property of ButtonInfo 2021-06-24 22:23:23 +02:00
Username404 dd2c01b461
Don't make a local variable when adding a Macro in ConfigScreen.kt 2021-06-24 22:19:15 +02:00
Username404-59 2a87787b21
Add a asTextColor() method to the Colors.kt enum class 2021-06-24 14:14:27 +02:00
Username404-59 34de53beee
Shorten SnowyConfigScreen in ConfigScreen.kt 2021-06-24 13:59:26 +02:00
Username404 cd4d25951c
Create a LinkedHashSet directly in ClickBox.kt and make a TreeSet instance instead of using sortedSetOf() 2021-06-23 20:25:39 +02:00
Username404 1d22337e5d
Make all mixins abstract 2021-06-23 18:57:16 +02:00
Username404 674d630db0
Fix the ClickBoxes not being positioned correctly when one of them is hidden 2021-06-19 21:46:59 +02:00
Username404 1aa4c374d1
Use java.time instead of kotlinx-datetime 2021-06-19 20:29:36 +02:00
Username404 8e0848a497
Use the xor operator in ButtonImpl.kt, and use "&&" instead of the "and" method in ClickGui.kt 2021-06-19 18:43:11 +02:00
Username404 fd4a380acb
Rename the Element.withinBounds method to isWithinBounds and simplify it 2021-06-19 18:28:24 +02:00
Username404 9a2a78a3a3
Reformat Configuration.kt 2021-06-19 14:53:34 +02:00
Username404 1bd054c7c5
Disable a few rules + edit the configurations in Formatting.yml, and add a parameter name to a lambda argument in ConfigScreen.kt 2021-06-19 12:59:14 +02:00
Username404 b34cb151ab
Use diktat directly instead of the spotless gradle plugin and improve a few files 2021-06-19 12:28:30 +02:00
Username404 59370fab4c
Add zeros to minutes and hours too in Clock.kt 2021-06-18 22:52:45 +02:00
Username404 7fa9c07b54
Add the spotless gradle plugin to use the diktat formatter 2021-06-09 22:06:37 +02:00
Username404 b03fd16898
Rename ButtonAnnotations.kt to ButtonInfo.kt and move the Ignored annotation to ButtonInfo 2021-06-09 07:24:02 +02:00
Username404 b4d64b0d96
Make the poseStack argument in ConfigScreen.kt not null 2021-06-08 19:54:17 +02:00
Username404-59 7355635daa
Remove a few useless parentheses in ButtonImpl.kt 2021-06-08 13:21:23 +02:00
Username404 3b6cd7a385
Shorten the EventSnowy.Companion.useKey() method 2021-06-07 22:00:28 +02:00
Username404 bd9b4eab67
Improve the Category enum class, use kotlinx-coroutines-jdk8 & add a compiler flag, and make ClickBox.name not null by introducing Snowy.MissingComponent 2021-06-07 21:42:00 +02:00
Username404-59 1b4037be02
Improve the ClickGui.boxContext() method 2021-06-07 00:18:22 +02:00
Username404 c992b24b16
Use undispatched coroutines and remove the IO dispatcher usage to fix the previous commit 2021-06-05 23:09:10 +02:00
Username404 546a4d118e
Use the IO coroutines dispatcher in Configuration.kt 2021-06-05 22:54:13 +02:00
Username404 7023d1a8f6
Improve the ModifiableValues property of Configuration.kt and make Configuration.obtained a non-lazy property again 2021-06-05 18:51:03 +02:00
Username404 3c37ffcb81
Use a receiver for the list in AddKeyMaps.kt 2021-06-05 16:25:38 +02:00
Username404 8c476be0b8
Rename ClickGui.clickboxes to clickBoxes 2021-06-05 15:55:15 +02:00
Username404 5a17cc3b60
Don't save default colors to the configuration file 2021-06-05 14:01:52 +02:00
Username404 d2bd1c4742
Simplify Configuration.ModifiableValues 2021-06-05 11:41:24 +02:00
Username404 0b3f3907d2
Reorder some functions in Configuration.kt 2021-06-05 10:51:34 +02:00
Username404 fa7ecb9d5d
Improve Configuration.kt by adding operator functions 2021-06-04 23:09:14 +02:00
Username404 79a75f7681
List hidden boxes too in the colors section of the config screen 2021-06-04 21:55:54 +02:00
Username404-59 f1fd7aa703
Improve the colors configuration, the category enum and make ColoredElement.color a value 2021-06-04 15:59:09 +02:00
Username404 483dbc581f
Add colors to the configuration screen and change the version to 0.1.1 2021-06-03 22:21:25 +02:00
Username404-59 301aa0cc89
Add orange and purple colors to Colors.kt 2021-06-03 16:54:00 +02:00
Username404 87106d4e7a
Save some space in Configuration.kt 2021-06-02 15:18:18 +02:00
Username404 24df3a12cc
Add a local function to ConfigScreen.kt, and set the tye of ClickBox.buttons explicitly 2021-06-02 11:59:03 +02:00
Username404 38e0ac2e71
Add a configuration entry to toggle the alphabetical sorting of buttons and handle errors in the DiscordRPC feature 2021-06-01 15:52:31 +02:00