Matthew Messinger
b972fda9af
Remove remote player skin metadata XP
...
Also use java 8.
2016-11-24 02:26:02 -05:00
Matthew Messinger
17ee345c11
Add the vindicator and evoker ponies
2016-11-24 02:03:40 -05:00
Matthew Messinger
8dfac7be08
Fix itemstack null checks
2016-11-22 16:20:23 -05:00
Matthew Messinger
9c7b6cd621
Simplify models a bit (TODO)
2016-11-22 16:19:18 -05:00
Matthew Messinger
945996cfa4
Update mappings
2016-11-22 16:13:24 -05:00
Matthew Messinger
bd597bbf1b
Fix localizations.
2016-11-17 03:41:56 -05:00
Matthew Messinger
9fd9a1b7ec
Add breezies as the vex.
2016-11-17 01:01:38 -05:00
Matthew Messinger
38ccaf8e2d
Change package
2016-11-17 00:03:35 -05:00
Matthew Messinger
2245e42ad0
Initial update to 1.11. Features next.
2016-11-16 23:45:21 -05:00
Matthew Messinger
43d1edd030
Fix typo in stray resourcelocation path. (testures)
...
Also add metadata to setModelAttributes
2016-11-11 22:42:46 -05:00
Matthew Messinger
de518e7830
Fix dark spot on wings
2016-11-11 22:41:52 -05:00
Matthew Messinger
ab982a4125
Fix zombie_villager textures
2016-10-27 19:42:35 -04:00
Matthew Messinger
65e91b6650
Revert "Add forge dependency info"
2016-10-08 22:50:07 -04:00
Matthew Messinger
abd254170c
Add forge dependency info.
2016-10-08 21:34:00 -04:00
Matthew Messinger
130c927780
Convert entity resource textures.
2016-09-07 23:53:23 -04:00
Matthew Messinger
72a6387397
Move skins to a separate resource pack. Server admins can use them if they want.
2016-09-07 23:51:59 -04:00
Matthew Messinger
4f74761163
Move custom skins into correct folder. (Maybe separate into resource pack)
2016-08-27 23:14:34 -04:00
Matthew Messinger
c219c66aef
Fix issues with the skin menu.
...
Add a button to the main menu for skins
Add overriding skins with a resource pack. See the skins.json
Some default ponies are added. Spawn them using Citizens.
Etc.
2016-08-25 01:36:00 -04:00
Matthew Messinger
79ab9d51ee
development on renderers and ponies
2016-08-22 17:33:50 -04:00
Matthew Messinger
6b3cd62549
Fix pony models when using forge.
...
Closes #15
Also maybe a NPE in hdskins (Probably need more nullchecks)
2016-08-22 17:29:27 -04:00
Matthew Messinger
ffb39c2269
Add stray overlay texture and fix a small bug with planerenderer
2016-07-13 22:57:11 -04:00
Matthew Messinger
453b5e2156
Fix #10 sleeping ponies.
...
I swear I didn't creep on anypony to debug this.
2016-07-09 23:57:05 -04:00
Matthew Messinger
289f00bd6f
Add a few more checks for flying skills (no more flying mud ponies)
2016-07-08 02:27:45 -04:00
Matthew Messinger
fded14ad6d
fix #9 blocking with magic
2016-07-08 01:59:34 -04:00
Matthew Messinger
45ddc6baca
update to 1.10.2
...
Work on better skin caching. Needs skin hash from server.
Fix up the stray skeleton. Still need proper textures
2016-07-07 02:57:52 -04:00
Matthew Messinger
6645410497
Update to 1.10
2016-06-19 15:46:37 -04:00
Matthew Messinger
81d6616e19
Fix the motion angles for other players.
2016-06-14 21:56:54 -04:00
Matthew Messinger
8d296149af
Add some angle flight. Fully enabled while flying. Only when falling otherwise.
2016-06-14 21:37:41 -04:00
Matthew Messinger
f8bdd14322
Fix bow and arrows in offhand.
2016-06-12 14:19:17 -04:00
Ha3
69f369a957
Fix awkward walking animation when dual-wielding
...
This commit fixes the awkward situation where running while dual-wielding
causes the pony to appear to be sliding on their front hooves.
When the player is holding two items (non-blocking) while not flying, the
forehooves animation is now blended with the player speed. As the player
reaches walking speed, the "decreased" arm movement (less pendulum
rotation) is cancelled, causing the animation to appear as if the pony is not
holding any items.
When the player is not moving, or is flying, the original animation is preserved
(arms are leaning forward), even if the player is holding two items.
2016-06-10 01:03:44 +02:00
Matthew Messinger
56bd748a16
Fix sneaking legs
2016-06-08 19:42:43 -04:00
Matthew Messinger
40d8ba6704
Fix arrows with humans.
2016-05-29 23:59:43 -04:00
Matthew Messinger
4fb4a63f65
Opt to not use a map for meta. Use individual prefixed keys instead. Also translate them.
...
Not using a map will decrease the risk of an entry containing more than 255 chars (limit)
Fix some stuff for magic
2016-05-21 23:56:50 -04:00
Matthew Messinger
0ee3250930
Fix skeleton bow aiming (and maybe other mobs)
2016-05-20 16:39:50 -04:00
Matthew Messinger
379388bb3f
Prevent wings from being considered for arrows.
2016-05-20 16:39:50 -04:00
Matthew Messinger
8fe82a826f
Tweak a few animations
2016-05-20 16:39:49 -04:00
Matthew Messinger
16fd7ef973
Fix crash that somehow happened.
2016-05-20 16:39:48 -04:00
Matthew Messinger
adb2bad0ad
Fix some language encoding
2016-05-20 16:39:47 -04:00
Matthew Messinger
5d763da488
Color selection works now
2016-05-20 16:39:46 -04:00
Matthew Messinger
4f73a60676
Fix skeleton bow aiming and arm rendering
2016-05-20 16:39:45 -04:00
Matthew Messinger
566bdce0a9
Make arms stretch out when elytra flying
...
# Conflicts:
# src/main/java/com/brohoof/minelittlepony/model/pony/ModelSkeletonPony.java
# Conflicts:
# src/main/java/com/brohoof/minelittlepony/model/pony/ModelSkeletonPony.java
2016-05-20 16:39:44 -04:00
Matthew Messinger
f9ebdd8867
Finish up metadata overrides.
...
+ Bug fixes
2016-05-20 16:38:53 -04:00
Matthew Messinger
d1662e8dc4
Basic support for changing skin meta. WIP
2016-05-20 16:21:14 -04:00
Matthew Messinger
4c2e661d99
Quick update to 1.9.4
2016-05-20 16:21:13 -04:00
Matthew Messinger
d818570012
Changes to the litemod.json
2016-05-20 16:14:11 -04:00
Matthew Messinger
b1ae2daf44
Add some more 1.9 functionality (left arm, shields, elytra)
2016-05-20 16:13:33 -04:00
Matthew Messinger
ce71badc7a
Fix held item glow
2016-05-20 16:13:32 -04:00
Matthew Messinger
2d89d407f5
It compiles
2016-05-20 16:13:28 -04:00
Matthew Messinger
bb5c99d5c7
add mixin annotation processor to eclipse
2016-04-13 21:05:51 -04:00
Matthew Messinger
9b437ca587
Fix lots of model animation errors.
2016-04-09 02:24:15 -04:00
Matthew Messinger
53eaa3c40e
Fix pig zombies not being earth ponies.
2016-04-08 21:40:08 -04:00
Matthew Messinger
08728bc5c7
Fix arrows
2016-04-08 21:39:52 -04:00
Matthew Messinger
2a99758a57
Fix pony sizes. Oops
2016-04-06 23:49:28 -04:00
Matthew Messinger
6b821a5804
Fix the skin converter for the wings.
2016-04-06 23:16:50 -04:00
Matthew Messinger
64b578bc70
Add missing Override's
2016-04-06 22:13:05 -04:00
Matthew Messinger
1d5e22040b
Fix some issues when riding.
2016-04-03 01:05:31 -04:00
Matthew Messinger
8bec6f5b85
Fix left armwear being offset.
2016-04-02 22:57:32 -04:00
Matthew Messinger
f3a1c59a77
Workaround for mixin bug
2016-04-02 22:56:57 -04:00
Matthew Messinger
5f2da86116
update villager textures
2016-04-02 22:54:08 -04:00
Matthew Messinger
e18fd90c22
Fix wing textures
2016-03-16 00:41:42 -04:00
Matthew Messinger
5976606846
Fix descriptions
2016-03-16 00:40:27 -04:00
Matthew Messinger
1d40648e47
Fix some things
2016-03-09 17:07:40 -05:00
Matthew Messinger
10c4514492
Revert "Add some model children. May be buggy"
...
This reverts commit 57404a01cf
.
2016-03-09 17:05:14 -05:00
Matthew Messinger
57404a01cf
Add some model children. May be buggy
2016-03-08 22:00:28 -05:00
Matthew Messinger
c8aa2176a2
Move IRenderPony into its own package. It is a duck after all
2016-03-04 23:55:42 -05:00
Matthew Messinger
63a6ea9dc5
Remove AniParams.
2016-03-04 23:54:50 -05:00
Matthew Messinger
0ce565233c
Make PlaneRenderer extend ModelRenderer
2016-03-04 23:53:35 -05:00
Matthew Messinger
53be604f85
Initial update for 1.8.9
...
- liteloader doesn't work yet so can't test.
2016-03-01 00:33:09 -05:00
Matthew Messinger
4f448be9b6
Fix some rendering and rotations
2016-02-29 23:42:22 -05:00
Matthew Messinger
daa00a044b
prep for skin metadata
...
Other cleanup
2016-02-29 23:41:02 -05:00
Matthew Messinger
1a7860ff69
Fix glitches with humans
...
Fix settings not loading.
2016-01-28 22:11:11 -05:00
Matthew Messinger
aa9cd16293
Add support for model types. Still needs server support
...
Add back capes
2016-01-28 22:10:28 -05:00
Matthew Messinger
429266b971
Remove some debug code that caused a memory leak.
...
Also prevent the leak from happening in the future.
2016-01-27 23:26:12 -05:00
Matthew Messinger
9e86a57360
Some cleanup.
2016-01-26 17:32:53 -05:00
Matthew Messinger
4b61d9c0ad
Fix arm waving (again)
2016-01-26 16:43:39 -05:00
Matthew Messinger
1b9989164d
Make LiteMod class a wrapper.
2016-01-26 03:20:39 -05:00
Matthew Messinger
d6f346eff9
Add sitting animation. Also fix armor
2016-01-26 03:20:12 -05:00
Matthew Messinger
e5559a5854
Fix held items being off when a filly
...
Move the forge model compat up
2016-01-26 03:18:44 -05:00
Matthew Messinger
4c6c644f6b
Fix some mixins
2016-01-26 03:17:08 -05:00
Matthew Messinger
90352517d4
Remove voxelcommon
2016-01-26 03:16:11 -05:00
Matthew Messinger
45f408cf1b
Port hdskins to mixins.
...
Other changes to HDSkinManager
Allow hd skins to be toggled on demand
Support small arms.
2016-01-19 00:34:07 -05:00
Matthew Messinger
15ce8e7ed0
Port to Mixin
2016-01-15 02:59:50 -05:00
Matthew Messinger
b4148959f7
Fix armors again
2016-01-13 21:00:07 -05:00
Matthew Messinger
8feb98a756
Fix mob armor being messed up
2015-12-28 20:52:58 -05:00
Matthew Messinger
99401877e1
Add separate left wing texture right below current texture
2015-12-28 20:20:07 -05:00
Matthew Messinger
69d1f76ada
Rename some things.
2015-12-15 23:29:47 -05:00
Matthew Messinger
8dea16d563
Add some more randomness to mobs, finish villagers.
...
Fix skeleton rendering
2015-12-15 22:26:17 -05:00
Matthew Messinger
5a2c7cce85
Fix broken size config
2015-12-15 00:57:51 -05:00
Matthew Messinger
f8cc7d3268
Fix armor
2015-12-15 00:51:31 -05:00
Matthew Messinger
9dd9384d77
Split the mob rendering apart into their own classes.
...
Add some randomness for mob metadata.
2015-12-15 00:32:57 -05:00
Matthew Messinger
e8021bc2fd
Add model parts. Various improvements and removing of dead or obsolete classes/methods
2015-12-14 03:29:10 -05:00
Matthew Messinger
cbe19c4732
don't desaturate the colors.
2015-12-13 03:30:27 -05:00
Matthew Messinger
22d2c18e79
More work on item glow
2015-12-12 04:24:38 -05:00
Matthew Messinger
c8bdab408c
Fix meta detection
2015-12-11 23:17:04 -05:00
Matthew Messinger
b04468266c
Move into different sourcesets.
2015-12-09 16:05:21 -05:00
Matthew Messinger
674a02f1c9
Update all the skin resources to new format. No more 64x32 mob texures.
2015-12-09 01:01:34 -05:00
Matthew Messinger
6b8976c414
Bind skin when drawing arm in first person
2015-12-08 22:16:22 -05:00
Matthew Messinger
423064c504
Refactor skin meta and general cleanup.
2015-12-08 22:14:42 -05:00
Matthew Messinger
78d0052464
move the common package into forge. It's forge related after all.
2015-12-08 17:28:34 -05:00
Matthew Messinger
e668578771
Reimplement item glow
2015-12-08 16:53:47 -05:00
Matthew Messinger
903cb3a5eb
merge common with root
2015-12-08 16:53:08 -05:00
Matthew Messinger
778630c6b5
Improve armor layer. Should support modded armor now.
...
pony armor textures go in modid:textures/entity/armor/custom_armor_1_pony.png
2015-11-17 00:21:53 -05:00
Matthew Messinger
f0509fbb28
Multi-project
2015-11-17 00:19:58 -05:00
Matthew Messinger
f438369f51
Make settings use Exposable, remove singleton of PonyManager
2015-11-17 00:17:35 -05:00
Matthew Messinger
9e707e4af9
Fix hd skins a bit more
2015-11-17 00:10:21 -05:00
Matthew Messinger
2a37a69f60
Fix neck texture
2015-11-17 00:09:38 -05:00
Matthew Messinger
2f01397d5e
Change package
2015-11-17 00:09:04 -05:00
Matthew Messinger
0734ac963d
Update to fg2
2015-10-06 18:42:46 -04:00
Matthew Messinger
667ab41d24
Some more cleanup.
2015-09-01 22:18:45 -04:00
Matthew Messinger
3f1e6a84f4
Fix human arm when sneaking
2015-08-17 02:20:31 -04:00
Matthew Messinger
e844b6105c
Add translations for pony level
2015-08-17 01:54:56 -04:00
Matthew Messinger
50b0b668c7
Fix arm swinging with human's
2015-08-17 01:51:02 -04:00
Matthew Messinger
5895579412
Fix cape and arm texture.
2015-08-14 23:32:22 -04:00
Matthew Messinger
cfb94ae950
Brush pony
2015-08-14 23:25:40 -04:00
Matthew Messinger
3405dc2843
Fix unicorn nametags being black when an item is held.
...
Removed some code, reimplement sometime.
2015-08-13 00:49:28 -04:00
Matthew Messinger
48fce4e3b1
Fix guiskins constantly updating
2015-08-12 22:41:51 -04:00
Matthew Messinger
f1048026b3
Add translations, fix some rendering in guiskins and make it modular
2015-08-12 20:03:54 -04:00
Matthew Messinger
a49bae5b3b
add some cape support, fully move item rendering into layers
2015-08-12 18:22:21 -04:00
Matthew Messinger
72e45ad08b
Remove 32 version of human
2015-08-12 17:42:21 -04:00
Matthew Messinger
07246e2d16
Fix java 6.
2015-08-12 17:40:52 -04:00
Matthew Messinger
963a5e5a73
Fix flight and skins' bimap crash
2015-08-11 14:31:03 -04:00
Matthew Messinger
1dc6f0a99b
Add skin drop
2015-08-11 14:30:38 -04:00
Matthew Messinger
929bc78b32
Undo player capabilities isFlying check for flight
2015-08-02 01:19:50 -04:00
Matthew Messinger
09217d136b
Fix left leg
2015-08-02 00:19:14 -04:00
Matthew Messinger
40e5044b83
Fix armor
2015-08-02 00:07:38 -04:00
Matthew Messinger
2610610c76
Fix guiskins before world opens
2015-08-02 00:07:29 -04:00
Matthew Messinger
3316f7b695
init
2015-08-01 18:36:33 -04:00