Sollace
475d545887
Split up the GuiSkins by concern (There is now a skin chooser and an uploader, and the gui only has gui stuff)
2018-08-21 21:18:20 +02:00
Sollace
446a38b2fc
Enable transparency on ponies' skins
2018-08-20 21:25:11 +02:00
Matthew Messinger
99eed8570d
GuiSkins no longer has a concept of a gateway server.
...
Servers are now selectable by clicking the "?" button.
2018-08-19 17:55:38 -04:00
Matthew Messinger
af398e6d85
Revert "Refactors for AvatarAPI Won't compile yet because AvatarAPI isn't on maven yet."
...
This reverts commit a24b6a1
2018-08-18 23:44:32 -04:00
Matthew Messinger
a24b6a108c
Refactors for AvatarAPI
...
Won't compile yet because AvatarAPI isn't on maven yet.
2018-08-18 23:41:30 -04:00
Sollace
fe06800823
Fixed lighting and rendering shenanigans
2018-08-13 08:14:37 +02:00
Sollace
78a756f9c3
Move the GuiItemStackButton to live with the rest of the gui classes and improved error message handling
2018-08-13 08:14:36 +02:00
Sollace
29c72f654c
Split the elytra button into its own toggle
2018-08-13 08:14:36 +02:00
Sollace
25230a384c
Fix layering of tooltips and make buttons more hmmmhmmmhmmm
2018-08-13 08:14:35 +02:00
Sollace
063d9bfbd0
Arrange buttons
2018-08-13 08:14:35 +02:00
Sollace
73f0eddf01
Rewrite SkinsGui using the new-age gui classes
2018-08-13 08:14:34 +02:00
Sollace
01bdac7ed8
Split duplicated code out to LocalTexture
2018-08-13 08:14:33 +02:00
Sollace
ba429c300b
Fix compilation errors
2018-08-10 20:40:01 +02:00
Sollace
33296e336c
Center the preview models so rotating isn't as janked
2018-08-10 20:19:08 +02:00
Sollace
40866cc22b
Fixed remote preview player not being scaled correctly
2018-08-10 20:18:28 +02:00
Sollace
377cda5481
Remove the c/p to prevent future errors
2018-08-10 20:00:53 +02:00
Sollace
8b5d2b33cb
Fixed Elytras not appearing in the correct place on skin previews.
2018-08-10 19:59:10 +02:00
Sollace
bb16e157df
Fixed elytra floating off of foal's backs
2018-07-08 12:21:57 +02:00
Sollace
13b1f3385f
Correct typo (again) and scale down panorama images
2018-07-08 11:56:18 +02:00
Sollace
4ee7d2d88e
Only blank skins and skins that support seapony mode should render as a seapony in seapony skin mode
2018-07-07 14:29:09 +02:00
Matthew Messinger
a92a121a5b
Revert "Fix spelling mistake and apply custom panoramas to the title screen"
...
This reverts commit a5b0e187a0
.
2018-07-05 22:49:28 -04:00
Sollace
a5b0e187a0
Fix spelling mistake and apply custom panoramas to the title screen
2018-07-03 19:07:36 +02:00
Sollace
6cc8e95991
Added seapony support to the skins gui, and some mlp-themed panoramas
2018-07-01 17:33:30 +02:00
Sollace
1e52830c91
Added proper alex model support to HDSkins. Skin servers should remember what the "model" parameter was when saving a skin and include it in their responses.
2018-06-29 23:33:05 +02:00
Sollace
4b6c49f6fa
Pony skulls, pony skulls, what 'chu gonna do when they come for you!
2018-06-20 23:27:13 +02:00
Sollace
7b9eaffdbf
Fixed the double gui bug
2018-06-10 18:54:50 +02:00
Sollace
28274b76fd
Clear the pony cache alongside the skin cache, and fixed windows appearing behind the client
2018-06-03 11:57:22 +02:00
Sollace
df5d18d350
One last codestyle commit to clean stuff up I missed, correct and document some names, and add TODO items for everything that needs to be done.
2018-05-01 12:38:13 +02:00
Sollace
ab8ab99bd5
Fixed rendering issues where the skin upload renders with the wrong model
2018-04-30 11:48:35 +02:00
Sollace
12ec6c1302
Break ModelPlayerPony into each different race
2018-04-28 16:39:32 +02:00
Sollace
13ba3379c9
Use generics
2018-04-27 17:50:13 +02:00
Sollace
0e0ee17f46
Codestyle to remove all trailing whitespace, unneccessary this arguments, and standardise parameter names
2018-04-27 13:49:33 +02:00
Sollace
2ad7119723
Yet more codestyle!
2018-04-26 23:53:03 +02:00
Sollace
9391c1d8c0
Code stylee, documentation, fixed leg alignment
2018-04-25 21:29:49 +02:00
Sollace
f151b31597
Clean up armor/armour, clean up villager models, more package changes
2018-04-25 16:40:47 +02:00
Sollace
403c195007
Time to tackle packages (phase 1: separate the data from all the other carp)
2018-04-25 13:02:10 +02:00
Sollace
0657a03703
Models now work again
2018-04-24 17:12:23 +02:00
Sollace
fbb40134e2
* Move player rendering to make use of the build in skinMap
...
* Remove reflection
* Use the interface (IPonyData) not the class
2018-04-24 14:55:32 +02:00
Matthew Messinger
192ed73809
Fix skin menu not showing ponies
2017-06-16 04:07:07 -04:00
Matthew Messinger
62e77acc38
Make Ponies and metadata immutable
2017-06-16 02:13:24 -04:00
Matthew Messinger
c9d7a394ad
Update to 1.12
...
Changes:
* Added a base layer class which can intelligently switch between pony and human.
* Skins no longer are "converted" when they are already in the new format.
* Illagers now use the existing model and texture format.
* Metadata can now be read from the .mcmeta file (taken from old illagers)
* Non-converted resources are no longer re-uploaded
* (1.12) Parrots are rendered on the head instead of shoulders
2017-06-13 03:31:01 -04:00
Matthew Messinger
a411969a98
Add package-info files for annotations
2017-06-12 23:44:34 -04:00
Matthew Messinger
8971183121
Add support for uploading elytras.
2016-12-21 01:20:02 -05:00
Matthew Messinger
ef0f069e34
Code cleanup.
2016-11-25 00:37:49 -05:00
Matthew Messinger
b972fda9af
Remove remote player skin metadata XP
...
Also use java 8.
2016-11-24 02:26:02 -05:00
Matthew Messinger
38ccaf8e2d
Change package
2016-11-17 00:03:35 -05:00