Commit 23f0b7a
3.1.1 (gallery) (#136)
* [skip] fix maven publication
* (1.20.1) fix chatWidget appearance
* (1.8.9, 1.16_combat-6) add option to disable inventory potion offset
* begin gallery implementation
* add loading animations
* add automatic reloading on file updates
* port to the other versions
* set mojang auth to only use http1.1
* fix various bugs
* fix BedwarsPlayerStats parameter mismatch
* fix more bugs
* fix another batch of bugs
* add options to display durability on the ArmorHud
* add secondary key to freelook
* add option to allow friends to access uploaded images in gallery
* update API user agent to include game version
- bump config library version to fix color option saving
* fix CoordsHud bugs, add biome option
* fix more armorhud bugs
* (1.21.1) fix crash when using minimal item physics
* some bug fixes
* refactor some auth code again
* (bedwars module) add a useful message for unknown bed break messages
* fix another bug
* fix more bugs
- (1.21.1) remove custom sky module
* (1.8.9) fix more custom sky-related bugs
* skip skies with non-existent textures
* add new bedwars messages
- fix auth again
* fix screenshot actions only affecting the most recent screenshot
* Update fr_fr.json
* Update fr_fr.json
* (1.8.9) fix flashy chat animation
* best-effort name formatting for biome locations
- (1.20.1) fix nametag shadows
* account for embed changes
* fix back button position on DownloadImageScreen
- fix TntTime for 1.21.4, rendering independent of other name tag attachments
- make PingHud always ping the server
* (1.21.4) lower TntTime display
* adjust text field length
* fix another few bugs
* improve error handling for image upload failures
* (1.8.9) fix ChatHud color/transparency issues
* fix API-related buttons not appearing correctly on the TitleScreen
* (1.8.9) "fix" raw mouse input option
- by delegating to glfw since we now depend on it anyway
* (1.21.4) fix hitcolor having red & blue channels swapped
* (1.8.9) fix retrieving the glfw window handle
* (1.20.1, 1.21.1) fix nametag-related bugs
* (1.21.1, 1.21.4) fix hud color differences
- (1.20.1) fix badge rendering
* fix oversight
* bump version
* fix more bugs
- some of which were only introduced in the previous commits
* small badge rendering tweaks
- fix race condition on API login
* (1.20.1) fix nametag shadow
* fix name shadow rendering while sneaking
---------
Co-authored-by: CornetPanique86 <[email protected]>1 parent 297d26d commit 23f0b7a
File tree
245 files changed
+9437
-4800
lines changed- 1.16_combat-6
- src/main
- java/io/github/axolotlclient
- api
- chat
- config
- mixin
- modules
- auth
- freelook
- hud
- gui
- entry
- hud
- item
- simple
- layout
- util
- hypixel/bedwars
- upgrades
- screenshotUtils
- sky
- util
- options
- rounded
- vanilla
- resources
- 1.20
- src/main/java/io/github/axolotlclient
- api
- chat
- config
- mixin
- modules
- auth
- freelook
- hud
- gui
- entry
- hud
- item
- simple
- vanilla
- util
- hypixel/bedwars
- upgrades
- screenshotUtils
- sky
- util/options
- rounded
- vanilla
- 1.21.4
- src/main/java/io/github/axolotlclient
- api
- config
- mixin
- modules
- auth
- freelook
- hud
- gui
- entry
- hud
- item
- simple
- util
- hypixel/bedwars
- upgrades
- screenshotUtils
- scrollableTooltips
- tnttime
- util/options
- rounded
- vanilla
- 1.21
- src/main
- java/io/github/axolotlclient
- api
- config
- mixin
- modules
- auth
- freelook
- hud
- gui
- entry
- hud
- item
- simple
- vanilla
- util
- hypixel/bedwars
- upgrades
- screenshotUtils
- sky
- util/options
- rounded
- vanilla
- resources
- 1.8.9
- src/main
- java/io/github/axolotlclient
- api
- config
- mixin
- modules
- auth
- freelook
- hud
- gui
- entry
- hud
- item
- simple
- layout
- util
- hypixel/bedwars
- upgrades
- screenshotUtils
- sky
- util
- notifications
- toasts
- options
- rounded
- vanilla
- resources
- assets/axolotlclient/lang
- common
- src/main
- java/io/github/axolotlclient
- api
- requests
- types
- util
- modules
- auth
- hypixel
- bedwars
- screenshotUtils
- util
- options
- resources/assets/axolotlclient
- lang
- textures/gui/sprites
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
245 files changed
+9437
-4800
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
83 | | - | |
| 81 | + | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 111 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
157 | 163 | | |
158 | 164 | | |
159 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
160 | 271 | | |
161 | 272 | | |
162 | 273 | | |
| |||
Lines changed: 21 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| 150 | + | |
147 | 151 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
158 | 167 | | |
159 | 168 | | |
160 | 169 | | |
| |||
166 | 175 | | |
167 | 176 | | |
168 | 177 | | |
169 | | - | |
| 178 | + | |
| 179 | + | |
170 | 180 | | |
171 | 181 | | |
172 | 182 | | |
| |||
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments