Commit 9a00753
[skip] Add in-game authentication (#61)
* add In-Game Authentication
* add small notif system to 1.8.9
that was the only part missing for that on 1.8.9, and yes it's still a little ugly.
* [skip] update german translation
* add player heads to accounts view
* improve notifications for 1.8.9
* add missing header
* Add improvements suggested by @MochaFrappMc
- second hat layer in the Accounts view
- skin head on the button on the title screen
* fix some (small) issues
* add support for offline accounts
- only possible after at least one other account is added
- fixes bug of infinite resource reloads in 1.16 versions
- update mappings
- update qsl
* cleanup code
* include necessary fapi modules
- on 1.16 versions
- fix some more bugs
* update Changelog
* use correct method naming on 1.16.5
* fix more bugs
- thanks to MonstoBusta for reporting some of these
* fix running 1.16 with java 8
(i hope these were all things that aren't java 8 syntax, it doesn't crash anymore)
* fix.. more issues
- including a StackOverflowError reported by decobra
- there are still some bugs in here that should be fixed
* minimize a small shading issue
* fix scaling issues when toggling fullscreen
* fix speedHud value
* [skip] sort translations
* [skip] remove duplicate options
* Update fr_fr.json (#62)
---------
Co-authored-by: CornetPanique86 <[email protected]>1 parent 4b75221 commit 9a00753
File tree
469 files changed
+6365
-2075
lines changed- .github/workflows
- 1.16.5
- src/main
- java/io/github/axolotlclient
- config
- screen
- mixin
- modules
- auth
- blur
- freelook
- hud
- gui
- component
- entry
- hud
- item
- simple
- vanilla
- layout
- snapping
- util
- hypixel
- autogg
- particles
- renderOptions
- rpc
- screenshotUtils
- sky
- tablist
- tnttime
- zoom
- util
- resources
- assets/axolotlclient
- 1.16_combat-6
- src/main
- java/io/github/axolotlclient
- mixin
- modules
- auth
- hud
- gui/hud
- simple
- vanilla
- util
- hypixel/autogg
- particles
- tnttime
- util
- resources
- assets/axolotlclient
- 1.19.2/src/main
- java/io/github/axolotlclient
- config
- screen
- mixin
- modules
- auth
- blur
- freelook
- hud
- gui
- component
- entry
- hud
- item
- simple
- vanilla
- layout
- snapping
- util
- hypixel
- autogg
- particles
- renderOptions
- rpc
- screenshotUtils
- sky
- tablist
- zoom
- util
- resources/assets/axolotlclient
- 1.19.3/src/main
- java/io/github/axolotlclient
- config
- screen
- mixin
- modules
- auth
- blur
- freelook
- hud
- gui
- component
- entry
- hud
- item
- simple
- vanilla
- layout
- snapping
- util
- hypixel
- autogg
- particles
- renderOptions
- rpc
- screenshotUtils
- sky
- tablist
- zoom
- util
- resources/assets/axolotlclient
- 1.8.9
- src/main
- java/io/github/axolotlclient
- config
- screen
- mixin
- modules
- auth
- blur
- freelook
- hud
- gui
- component
- entry
- hud
- item
- simple
- vanilla
- layout
- snapping
- util
- hypixel
- autoboop
- autogg
- autotip
- skyblock
- particles
- renderOptions
- rpc
- screenshotUtils
- scrollableTooltips
- sky
- tablist
- unfocusedFpsLimiter
- zoom
- util
- notifications
- translation
- resources
- assets/minecraft/shaders/program
- common
- src/main
- java/io/github/axolotlclient
- modules
- auth
- hypixel
- rpc/gameSdk
- screenshotUtils
- util
- resources/assets/axolotlclient
- lang
- textures
- doc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
469 files changed
+6365
-2075
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 11 | | |
17 | | - | |
18 | 12 | | |
19 | 13 | | |
20 | 14 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
29 | | - | |
30 | 18 | | |
31 | 19 | | |
32 | 20 | | |
33 | | - | |
34 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
201 | | - | |
202 | | - | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | | - | |
206 | | - | |
207 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | | - | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
Lines changed: 21 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
115 | | - | |
116 | | - | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
142 | | - | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments