Commit graph

260 commits

Author SHA1 Message Date
Matthew Messinger
5d1b22c14a
Why so toxic?
Don't just be blaming forge for everything.
2018-11-01 12:29:00 -04:00
Sollace
0bf874c1f9 Guard against instances where the GLWindow is closed without being opened (#Forge) 2018-11-01 18:14:24 +02:00
Sollace
cb721408ad Added boat and bed models for their respective poses 2018-10-31 18:13:29 +02:00
PolyacovYury
5d78257b4c
Updated ru_ru.lang
Sorry for closing the branch on the old one :\ Didn't know of the coincidences.
2018-10-31 17:34:42 +03:00
Sollace
3eb49a0e98 Make translating these labels a bit more possible 2018-10-31 15:20:24 +02:00
Sollace
61de5ca0a4 Strip out the default/slim constants 2018-10-31 15:09:28 +02:00
Sollace
664f8ac6a4 Disable buttons on the interface if a skin server doesn't support/permit that particular functionality 2018-10-31 14:54:00 +02:00
Sollace
26fb289be1 Fixed remote skin preview not correctly detecting thin arm types 2018-10-31 12:52:20 +02:00
Sollace
6f4df6c407 Fixed ponies not being able to see their own body whilst sleeping 2018-10-29 13:05:59 +02:00
Sollace
83c2550506 Add russian translation strings (Poly) 2018-10-21 04:06:09 +02:00
Sollace
cc26c44697 Self-explanatory 2018-10-21 04:05:07 +02:00
Sollace
699136e809 Translation strings 2018-10-20 17:05:18 +02:00
Sollace
21ac013034 Add support for more than two states, and added a riding pose 2018-10-20 16:57:49 +02:00
Sollace
1af726c06a The skins gui will now let you see what your character looks like when sleeping 2018-10-20 16:03:53 +02:00
Sollace
1676c237e8 Some minor tidying up 2018-10-20 13:49:49 +02:00
Sollace
8d0c0a629e Fixed client drifting when rappidly toggling the GLWindow 2018-10-20 12:39:34 +02:00
Sollace
6feb20a331 Fixed an off-by-one when turning the GLWindow on 2018-10-20 12:23:28 +02:00
Sollace
7e78804157 fixed rapidly toggling the GLWindow causes the client to slide up and off the screen 2018-10-20 12:21:53 +02:00
Sollace
bba9a36996 Fixed delay/thread locking when setting the file drop target 2018-10-20 12:19:56 +02:00
Sollace
87ca00aff9 Removed unused textures 2018-10-17 10:07:15 +02:00
Sollace
4aaadd1716 Use mojang's utility method instead of our own 2018-10-12 17:57:21 +02:00
Sollace
12ebe36662 Use the mojang utility instead 2018-10-12 15:09:43 +02:00
Sollace
9b0fdea7b8 Can't forget the right control key! 2018-10-12 14:52:08 +02:00
Sollace
7a1b77ccdf Added a ctrl+toggle for the jumping and sneaking actions on the skins gui 2018-10-12 13:39:36 +02:00
Sollace
192a34745e Fixed some z-fighting due to ponies' legs not all being at the same level 2018-10-11 16:41:13 +02:00
Matthew Messinger
882d1c5c7c Changing pony level is now instant. 2018-10-06 13:43:56 -04:00
Sollace
8d49b88e86 Only show the mojang api error message for mojang-related api errors 2018-09-23 23:12:22 +02:00
Sollace
227b571e95 Fix incompatability with VanillaFix 2018-09-23 11:37:33 +02:00
Matthew Messinger
810fc938a4 Fix stacktrace spam when profile id is null (hypixel) 2018-09-07 20:43:58 -04:00
Sollace
fa7417f87b Added missing @Override annotations 2018-09-07 21:16:07 +02:00
Sollace
c57628a5bd Notice deprecation 2018-09-07 20:25:43 +02:00
Sollace
a4f53b59fa Removed the clear cache button. (no longer needed) 2018-09-07 20:22:51 +02:00
Sollace
e296d87376 Add a bytes() method for MoreHttpResponses 2018-09-07 19:50:44 +02:00
Sollace
f4a3d93d23 No deleted. None 2018-09-06 16:25:04 +02:00
Sollace
fb013ea190 /simplify! 2018-09-06 15:09:56 +02:00
Sollace
10eda59bed Handle the futures stuff in one place 2018-09-06 14:12:28 +02:00
Sollace
dec6ad249f Re-organise package structure 2018-09-06 13:44:41 +02:00
Matthew Messinger
898f5c9ff9 Properly schedule updating the skin 2018-09-05 21:08:08 -04:00
Matthew Messinger
d8913ed245 Extract nullable stream to new util class. 2018-09-04 19:21:58 -04:00
Matthew Messinger
d664cabb1a Remove Flow. It could've just been a single method. 2018-09-04 19:09:24 -04:00
Matthew Messinger
5851b1b46f Don't clear the skins when reloading the textures.
All that really needs to be done is reparse.
2018-09-04 19:08:04 -04:00
Sollace
b8cc905868 Merge "Split up the skinclear stream with some methods" 2018-09-05 00:59:39 +02:00
Matthew Messinger
5d72c4f0b4 Fix parseSkin race condition (final2) 2018-09-04 18:51:07 -04:00
Matthew Messinger
953f17828c Split up the skinclear stream with some methods 2018-09-04 18:50:12 -04:00
Sollace
585912cdfa Random whitespace at the end of a file 2018-09-04 23:54:31 +02:00
Sollace
2c4a03d74b For god's sake space your code out. I can't stand these cramped conditions 2018-09-04 22:49:40 +02:00
Matthew Messinger
a308e0ce96 Improve the stream to reload skins.
Hopefully it's more readable this time.
2018-09-03 16:31:28 -04:00
Matthew Messinger
d84a2051c8 Make the texture null loop more safe.
If the texture isn't there after 1 second, it probably won't be.
2018-09-03 16:25:24 -04:00
Matthew Messinger
8d2caccd01 Move some more classes to util 2018-09-03 15:56:56 -04:00
Matthew Messinger
2bb9e9b61a Fix issues related to skin loading.
Turns out, the anonymous classes were having trouble being deserialized.
2018-09-03 15:56:04 -04:00