Venaf
cc6fdf7dcf
Removed changes to texture of left wing
...
After discussion with Killjoy, understood it would break existing skins
for little to no gain. Kept changes to wing position.
2017-02-14 02:38:48 -06:00
Venaf
2082b45d06
Merge remote-tracking branch 'refs/remotes/MineLittlePony/master'
2017-02-14 02:04:17 -06:00
Matthew Messinger
8c7f9ef900
Mark gradlew executable
2017-02-13 23:37:57 -05:00
Matthew Messinger
6468c8e6f8
Add gradle wrapper (because jenkins)
2017-02-13 23:35:55 -05:00
Matthew Messinger
a1cb565275
Add travis config
...
Also another itemstack == null
2017-02-13 23:29:04 -05:00
Venaf
a1896ec525
Formatting of comments
2017-02-13 22:06:47 -06:00
Venaf
8150fc7a86
More indentation and minor comment fix
2017-02-13 22:03:13 -06:00
Venaf
4996d4da7d
Indent fix, now using git desktop
2017-02-13 20:55:23 -06:00
Venaf
cb325be2a7
Revert "Fixed indentation mistake on my uploaded file"
...
This reverts commit 457566a6e2
.
2017-02-13 20:40:46 -06:00
Venaf
457566a6e2
Fixed indentation mistake on my uploaded file
2017-02-13 20:26:20 -06:00
Venaf
29e1785dec
Hopefully fixed standard skins wings
...
Mirroring the wings in pegasuswings.java fixed advanced skins but broke standard skins. This removes the initial mirroring done when the standard skin is laid out into the advanced format internally, making it behave just like the advanced sheet in layout (I think).
2017-02-13 20:23:20 -06:00
Venaf
2f746086e5
Switched wing mirroring from left to right
...
Mirroring was wrong, now advanced skins match the folded wing pattern of standard skins they are based on. Standard skin wings do not display correctly with mirroring, looking in to how to only enable folded wing mirror when advanced skin is detected. Wing height is even on both standard and advanced skins.
2017-02-13 09:52:14 -06:00
Venaf
76ebf46b28
Merge pull request #1 from Venaf/Venaf-Pegasausage-Fix1
2017-02-13 05:01:23 -06:00
Venaf
34083abb7d
Add files via upload
...
Fix for pegasus folded wing texture bug and extended wing height mismatch on left/right wings
2017-02-13 04:57:08 -06:00
Matthew Messinger
82955e26dd
Bump to 1.11.2.1
2017-01-06 18:23:02 -05:00
Matthew Messinger
4fbf5b8a22
Delete the cache file when a 404 error occurs.
...
This will prevent the file from being loaded again if the connection fails in the future.
2016-12-30 00:44:35 -05:00
Matthew Messinger
a194aed282
Add a status check for 404 in the skin download.
...
Should not load from the cache if the skin was deleted.
2016-12-30 00:06:39 -05:00
Matthew Messinger
e016f420a7
Fix block heads for humans and add support for rendering items on the head.
2016-12-29 03:09:21 -05:00
Matthew Messinger
d68b335a62
override transform in humanplayer instead of testing instanceof.
2016-12-29 03:07:43 -05:00
Matthew Messinger
f5c2fe7045
Fix capes showing while elytra is worn
2016-12-29 03:06:25 -05:00
Matthew Messinger
e87c550f2b
Use an etag for caching instead of md5.
...
Release for 1.11.2
2016-12-27 18:56:50 -05:00
Matthew Messinger
50e29823d7
put skin cache back in the skins folder and clear the internal cache when needed.
2016-12-27 01:57:58 -05:00
Matthew Messinger
d5e766aaef
Mobs can now wear elytras.
2016-12-26 21:15:25 -05:00
Matthew Messinger
6c0542ff89
Fix rendering issues with elytra flight
2016-12-26 20:58:21 -05:00
Matthew Messinger
80516f9068
Fix head being wrong while riding after sneaking
2016-12-26 17:38:32 -05:00
Matthew Messinger
08860dd13e
Fix hanging when loading several skins at once.
...
Fixes #25
2016-12-25 20:28:08 -05:00
Matthew Messinger
cae2de5185
Update to 1.11.2
2016-12-25 20:27:29 -05:00
Matthew Messinger
aa0e2e1230
Release 1.11.0.3
2016-12-24 04:17:00 -05:00
Matthew Messinger
cccfbbded7
Bump to beta 2
2016-12-21 13:27:57 -05:00
Matthew Messinger
15eccc5b99
Search the resource packs for a human texture with higher priority.
2016-12-21 04:46:16 -05:00
Matthew Messinger
886b12f157
Fix armors for non-pony textures.
2016-12-21 03:22:15 -05:00
Matthew Messinger
d73f82173a
Inline the skins localizations.
2016-12-21 01:22:55 -05:00
Matthew Messinger
8971183121
Add support for uploading elytras.
2016-12-21 01:20:02 -05:00
Matthew Messinger
77b79e432c
Forgot to add mixin to config.
2016-12-20 05:29:37 -05:00
Matthew Messinger
e87717387e
Fix log message in PonyManager
2016-12-20 05:29:12 -05:00
Matthew Messinger
3b5b4bf011
Rename PonyArmors to be more obvious that it wraps ForgeHooks.
2016-12-20 05:28:56 -05:00
Matthew Messinger
f626345e8c
Fix #16 by using a mixin on the item renderer instead of trying to recreate it myself.
2016-12-20 05:19:57 -05:00
Matthew Messinger
3dce2be978
Don't "convert" a skin if it's an elytra or cape.
2016-12-20 01:36:34 -05:00
Matthew Messinger
e38611637a
Fix forge issue by using a anonymous class for minecraft interfaces.
2016-12-20 01:35:20 -05:00
Matthew Messinger
33390c66d4
Fix missing wing when using optifine.
...
Why didn't I think of this earlier?
2016-12-08 04:02:22 -05:00
Matthew Messinger
0cfe8fdee7
sync the armor better.
...
This also fixes pegasus wings while riding.
2016-12-04 02:19:37 -05:00
Matthew Messinger
ada9b6033f
version bump to 1.11.0.2
2016-12-02 23:40:54 -05:00
Matthew Messinger
0c0a42be11
Fix horns
2016-12-02 11:00:47 -05:00
Matthew Messinger
bb469b725c
Fix skin uploading
2016-12-02 10:50:46 -05:00
Matthew Messinger
283621a0f8
Bump version to 1.11.0.1
2016-12-01 02:26:41 -05:00
Matthew Messinger
e411f6680d
Make changing mob ponifications not need a restart.
2016-12-01 02:24:21 -05:00
Matthew Messinger
9e951f5aa7
Add the vex textures and add the illagers to the options.
2016-12-01 02:21:35 -05:00
Matthew Messinger
aead97e244
Remove liteloader mappings "fixes".
2016-11-28 03:47:16 -05:00
Matthew Messinger
cd6a589c71
Merge branch 'master' into 1.11
...
# Conflicts:
# .gitignore
2016-11-28 03:44:40 -05:00
Matthew Messinger
ef987e1711
Merge branch 'master' of https://github.com/MineLittlePony/MineLittlePony
2016-11-28 03:43:31 -05:00