Sollace
46c4244b7e
Adjust ponies riding posture to be less propane
2018-09-19 23:23:06 +02:00
Sollace
a919c76638
Separate wearables from their parent models
2018-09-09 19:40:34 +02:00
Sollace
fa7417f87b
Added missing @Override annotations
2018-09-07 21:16:07 +02:00
Sollace
d9ef32cc3c
Let the models define their heights
2018-09-05 13:56:07 +02:00
Sollace
987e24d3a5
Rename plane renderer methods to be more in line with PonyRenderer
2018-09-05 10:17:22 +02:00
Sollace
d94e0953a7
Rearrange rendering packages to make them distinct from entity renderers
2018-09-05 10:12:38 +02:00
Sollace
c2ac9cbbfa
Use an interface for Pony instead of the class
2018-08-30 16:12:21 +02:00
Sollace
7a6a6716de
Fixed ear behaviour on armour
2018-08-24 13:54:24 +02:00
Sollace
32b9182671
Fix blocking with shields in both hands
2018-08-22 15:15:48 +02:00
Sollace
531368e4ee
Fixed rainboom parameter not checking if you're flying O.o
2018-08-22 14:49:29 +02:00
Sollace
d135d5601f
Adjust riding position of all races
2018-08-22 14:32:02 +02:00
Sollace
240345f29a
Fixed armour leg placement when riding
2018-08-18 15:15:11 +02:00
Sollace
e18db6bb19
Normalize constant names
2018-08-18 00:24:58 +02:00
Sollace
6c50f40881
Admittedly his was a better way of doing it. Especially not that models are more hierarchical in nature
2018-08-17 23:18:54 +02:00
Sollace
cea9419fb6
Some spring cleaning
2018-08-17 22:49:32 +02:00
Sollace
6ea3ed2d75
Pony endermen
2018-08-15 17:14:40 +02:00
Sollace
bf8025bdaf
Guard as best we can against shenanigans. Should fix rendering errors, or at least replace them with a clearer message that something or someone is misbehaving
2018-08-14 19:05:54 +02:00
Sollace
d5efe0d3f6
(reported by Poly) Fix head position and vertical alignment issues when sneaking
2018-08-13 08:14:38 +02:00
TheWeatherPony
3268e768c1
Friendlier Access Modifiers
...
Added support for potential external usage without going through Pony.class and potential swapping of models without swapping renders. Usages/Implementations not included.
2018-08-09 23:32:09 -07:00
Matthew Messinger
1369665fd6
Elytra flying is different from regular flying
2018-07-29 23:49:45 -04:00
Sollace
028b86d749
Fix derped swimming animation
2018-07-27 00:10:35 +02:00
Sollace
302a8a22ad
Fixed mobs not heeding the scale of their skins
2018-07-26 18:45:22 +02:00
Sollace
14f98369e8
Foals were _slightly_ too small
2018-07-26 17:53:26 +02:00
Sollace
137371f394
Fixed derpy foal scaling
2018-07-22 17:24:11 +02:00
Sollace
bb16e157df
Fixed elytra floating off of foal's backs
2018-07-08 12:21:57 +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
58b24d07b7
Fixed snouts not rendering
2018-06-29 19:14:11 +02:00
Sollace
f520998365
SHOOO BE DOO! https://www.youtube.com/watch?v=iakTl9SZTTY
2018-06-29 18:36:03 +02:00
Sollace
f9dba78570
Remove unused constants
2018-06-22 17:58:18 +02:00
Sollace
8e173fc859
Change packages and use enums
2018-06-22 01:23:52 +02:00
Sollace
658a48fe83
Move all the transformations out into their own classes
2018-06-22 01:23:02 +02:00
Sollace
e657865305
Move normal transforms into its own method
2018-06-21 23:53:32 +02:00
Sollace
aed1dbd8d3
Clean up and get rid of this weird split between textures and positions
2018-06-21 23:49:11 +02:00
Sollace
b14a6cb233
Pony snouts will no longer bust through player's skulls. ... That's likely less violent than it sounds.
2018-06-21 19:28:22 +02:00
Sollace
31ce31a109
Hey, they work! :D (v1)
2018-06-20 23:27:15 +02:00
Sollace
224fe4b7ab
Add pony features to skulls (WIP)
2018-06-20 23:27:12 +02:00
Sollace
a637a213c4
Correct neck placement whilst sneaking
2018-06-20 23:24:14 +02:00
Sollace
2a32b74b5b
Implement proper tweening for certain animations
2018-06-11 19:59:51 +02:00
Sollace
803e79343d
Rename PonyRenderer.flipX -> PonyRenderer.flip to better reflect its meaning
2018-06-10 19:49:28 +02:00
Sollace
4123ee8c6e
Resolve naming clash between IModelPart and ModelRenderer
2018-06-04 19:34:31 +02:00
Sollace
d3efbc5c05
Pegasus wings flap slower when underwater
2018-06-03 22:23:32 +02:00
Sollace
da2d435ca2
Multiply, not divide (0.2 / 5 == 0.04)
2018-06-03 19:59:55 +02:00
Sollace
979782c8f8
guess ponies still have to block with a bow, even if their arms bust through the front...
2018-06-03 17:30:53 +02:00
Sollace
2dc2642bc9
Fixed more wonkyness and inconsistency between players and mobs
2018-06-03 17:20:30 +02:00
Sollace
a5d67a7e1c
Fix leg wonkyness in general
2018-06-03 16:38:03 +02:00
Sollace
51dc230d1a
Fix alignment of held shields and blocking
2018-06-03 13:23:27 +02:00
Sollace
5178b8f40d
Translate everypony down so they don't float
2018-06-02 23:32:01 +02:00
Sollace
7f6a01cf9d
Fixed swinging animation not playing for horny ponies
2018-06-02 20:05:22 +02:00
Matthew Messinger
46180b9691
Merge pull request #50 from Sollace/trim_armour_models
...
Cut all of the extra code from armour
2018-06-02 11:34:59 -04:00
Sollace
28fce6ef5d
Cut all of the extra code from armour
2018-06-02 13:35:28 +02:00