Commit graph

1509 commits

Author SHA1 Message Date
Sollace
e9070b87b0 Move some methods out of the Equine<?> interface that don't need to be there 2022-12-25 16:01:12 +01:00
Sollace
33dc4cbb34 Fix some balancing issues for changling's love draining ability and add sound effects 2022-12-24 21:13:20 +01:00
Sollace
f55dff6b87 Properly implement death messages for pegasi 2022-12-24 21:12:54 +01:00
Sollace
a36c1bead3 Added some more death message variances for pegasi 2022-12-23 23:31:06 +01:00
Sollace
2a13627b3f Added sun-related death messages 2022-12-23 22:49:44 +01:00
Sollace
9824801609 Bat ponies can now burn their eyes by looking directly at the sun 2022-12-23 22:13:21 +01:00
Sollace
077f0b8987 Items dropped by batponies whilst hanging from the ceiling no longer copy their gravity 2022-12-23 20:55:23 +01:00
Sollace
97fa83e42a Fixed ear ringing sound effect not triggering reliably 2022-12-23 20:54:42 +01:00
Sollace
0d6c265845 Improve rendering of field of view effects 2022-12-23 16:33:05 +01:00
Sollace
8629cba3e9 Change the stored attacker to a Caster<?> 2022-12-19 23:23:08 +01:00
Sollace
4110c66493 Wing flags will now trigger a sound event 2022-12-19 23:08:30 +01:00
Sollace
82c144fe64 Remove unused code 2022-12-19 21:25:53 +01:00
Sollace
9601109a21 Fixed block ghosting when breaking glass by throwing rocks 2022-12-19 21:24:09 +01:00
Sollace
eed112ef4a Further refactorings 2022-12-19 21:03:55 +01:00
Sollace
a3163d431f Consolodate asWorld() implementations 2022-12-19 19:50:15 +01:00
Sollace
a239d30cab Replace getEntity() with asEntity() and getReferenceWorld() with asWorld() 2022-12-19 18:13:15 +01:00
Sollace
daa508ba73 Cleanup and replace some more references to getMaster() 2022-12-19 17:27:24 +01:00
Sollace
bf5649a966 Apply the same to Living<T> 2022-12-19 16:10:09 +01:00
Sollace
34b9a54487 Add a method specifically for getting the wrapped entity and move away from using getMaster() for everything 2022-12-19 16:03:35 +01:00
Sollace
6fd0e79d5a These classes can be static 2022-12-19 08:17:57 +00:00
Sollace
026c9ce152 Post-Port fixes 2022-12-19 07:51:07 +00:00
Sollace
002b33081e 1.19.2 -> 1.19.3 (1.20) [part 3] 2022-12-19 00:47:00 +00:00
Sollace
68df426f37 1.19.2 -> 1.19.3 (1.20) [part 2] 2022-12-18 23:12:49 +00:00
Sollace
c9c463d6c9 1.19.2 -> 1.19.3 (1.20) [part 1] 2022-12-18 21:07:24 +00:00
Sollace
aa88ed6d49 Added a few more paintings 2022-12-18 16:55:23 +00:00
Sollace
2f0e91c91b Added pony paintings 2022-12-15 18:39:27 +00:00
Sollace
2205e4dd48 Fix build error 2022-12-15 18:39:15 +00:00
Sollace
4a2c351aae Soften the dependency on sodium for being able to build 2022-12-15 11:15:50 +00:00
Sollace
7383521435 Fixed magic rendering with iris #81 2022-12-15 11:01:48 +00:00
Sollace
e7d6c22fb4 Disable a number of amulet effects when in creative mode 2022-12-15 11:01:00 +00:00
Sollace
0bc7c5d233 Make alicorn amulets harder to destroy 2022-12-15 11:00:40 +00:00
Sollace
ef325aeab0 Adjust oats growth rate to be half that of vanilla. Closes #86 2022-12-15 10:13:08 +00:00
Sollace
5fbe0f1fb9 Add a natural decay to corruption 2022-12-15 09:15:26 +00:00
Sollace
f4579d21f5 Change displayed time to use real time 2022-12-15 09:15:11 +00:00
Sollace
0a31fee280 Fixed oats not quite growing consistently 2022-12-15 09:14:55 +00:00
Sollace
ed22f638ae Remove some legacy batpony code 2022-12-14 17:41:26 +00:00
Sollace
57eaf86d5a Comment out some test code 2022-12-13 20:32:57 +00:00
Sollace
3e87a23dfc Implement more of the alicorn amulet effects 2022-12-13 20:32:47 +00:00
Sollace
c44dad30f4 Re-add corruption accumulation 2022-12-13 20:31:33 +00:00
Sollace
e6b11a4cf7 Fixed crash when updating amulet status effects 2022-12-13 19:09:03 +00:00
Sollace
1b091fc5fd Added corruption visual effect 2022-12-12 01:05:10 +00:00
Sollace
b1aef9160d Terrible class name is still terrible 2022-12-10 00:22:24 +00:00
Sollace
7878f280e3 Fixed item tracking not being synced to the client 2022-12-10 00:16:23 +00:00
Sollace
a1268e8209 Implement proper composition of abilities when wearing the alicorn amulet 2022-12-09 23:55:53 +00:00
Sollace
da107e7b81 Fixed wings changing when wearing the alicorn amulet 2022-12-09 22:41:21 +00:00
Sollace
4ac34f1d5f Fixed batponies not having night vision when their pseudo-race has been changed 2022-12-09 22:34:50 +00:00
Sollace
8a88596c67 Fixed Living.getOrEmpty and fixed the amulet crashing 2022-12-09 22:16:54 +00:00
Sollace
65cf691242 Passive mobs will now correctly flee from players that have been wearing the alicorn amulet at least 1 day 2022-12-09 21:21:04 +00:00
Sollace
bc01a8a824 Allow all entities to get the effects of wearing an alicorn amulet and not just the player 2022-12-09 20:52:03 +00:00
Sollace
26b297dd50 Fixed ambient particle effects for the pegasus amulet not playing when in the trinkets slot 2022-12-09 13:56:46 +00:00
Sollace
19d6ce2887 Change status effects for the alicorn amulet to increase gradually with the time you're wearing it 2022-12-09 12:54:33 +00:00
Sollace
d4c93dcecb Remove existing effects from the alicorn amulet 2022-12-09 12:53:28 +00:00
Sollace
e1195256c6 Switch to using entity-reach-attributes for changing the player's reach distance. Closes #82 2022-12-06 22:52:24 +00:00
Sollace
9b366e3c9e Make all the organic items compostable #80 2022-12-04 23:09:13 +00:00
Sollace
4ff4cd1ade Fixed bat flight not being cancelled when hanging synchronize the change to the client 2022-12-04 22:56:17 +00:00
Sollace
ab08d9a4a6 Remove deprecated method call 2022-12-04 22:46:57 +00:00
Sollace
8a16a8b501 Refactor projectile event handlers 2022-12-04 22:46:45 +00:00
Sollace
9421587f9d Switch to using JVM args for debugging 2022-12-04 19:13:57 +00:00
Sollace
477741ff49 Added config option to disable butterflies. #83 2022-12-04 15:57:53 +00:00
Sollace
8eace74353 Fix debug flags 2022-12-04 15:53:30 +00:00
Sollace
980355851b Fix crash with quilt. Fixes #84 2022-12-04 15:38:38 +00:00
Sollace
06954aa779 Added a general-use fuzz function 2022-12-04 15:25:37 +00:00
Sollace
fd7848e8e5 Added paralysis status effect 2022-12-04 15:25:03 +00:00
Sollace
ca825b9c32 Fix regression of #55 Closes #77 2022-12-04 15:22:58 +00:00
Sollace
1db87ad409 Fix #79 2022-11-27 21:34:35 +00:00
Sollace
a2410939dd A quick and dirty fix for #75 2022-11-27 21:32:35 +00:00
Sollace
c62c4e475b Fixed certain recipes matching when they shouldn't 2022-10-22 00:07:30 +02:00
Sollace
fce836bf3b Clicking on a trait in a recipe will now take you to that trait in the dex 2022-10-21 14:56:10 +02:00
Sollace
c5349bd242 Change how traits are obfuscated and obfuscate trait descriptions if you haven't discovered it yet 2022-10-21 14:55:44 +02:00
Sollace
73159ececa Display the traits on items placed in the spellbook's crafting grid and fixed display of fractional traits 2022-10-21 14:06:21 +02:00
Sollace
a73d0cb3ea Fixed spellbook crafting slot weightings not matching the documented behaviour 2022-10-21 14:05:46 +02:00
Sollace
6db7f313dd Remove some alicorn amulet buffs and make is so passive entities run away from you when wearing it 2022-10-17 18:02:10 +02:00
Sollace
184a455c30 Reduce frequency of damage dealt by the corruption status effect 2022-10-17 18:01:28 +02:00
Sollace
20607d5755 Fixed spellbook profile showing your actual race rather than what you report as 2022-10-17 18:01:06 +02:00
Sollace
f2bb7adc74 Fixed race allow list not functioning correctly, fix the world's default race setting, and change the default race to auto-assign when it's set 2022-10-17 17:28:13 +02:00
Sollace
5e3711c042 Don't assign a default race to newly-joined players (because we have a UI that lets them pick for themselves). 2022-10-17 14:13:18 +02:00
Sollace
2ec2860fdd Try to prevent bats from respawning in lava or water 2022-10-15 14:05:29 +02:00
Sollace
493d746884 Reduce the time before checking if a bat is hanging in the right position 2022-10-15 14:05:12 +02:00
Sollace
82199b21d4 Added a visual overlay when boats are frosted 2022-10-15 14:04:51 +02:00
Sollace
617869519d Fixed players still taking lava damage when riding a boat in lava 2022-10-15 11:52:00 +02:00
Sollace
8b38c54df0 When switching bodies you will now inherit the race and abilities of whoever you switch with 2022-10-14 16:22:09 +02:00
Sollace
9a19ed36c1 Include max health in what's swapped by the mind swap spell 2022-10-13 21:18:56 +02:00
Sollace
4b776c4d2b Allay, Bat, and Butterfly are all flying entities 2022-10-13 20:24:37 +02:00
Sollace
8e436fa809 Flying entities disguised as non-flying entities should not fly 2022-10-13 20:24:22 +02:00
Sollace
8e12c683b8 Fixed mind swap not properly being reverted when the caster dies 2022-10-13 19:55:24 +02:00
Sollace
a8e1c66e0f Fix error when updating pony model for a disguise player entity 2022-10-13 19:39:53 +02:00
Sollace
67a894958c Fixed crash when players have disguised as other players 2022-10-13 18:16:52 +02:00
Sollace
9f6826ee7d Fix spells not being saved beyond the first 2022-10-13 18:15:21 +02:00
Sollace
c84d938a8b Fixed infinite loop when gaining mana from experience levelling 2022-10-13 01:06:41 +02:00
Sollace
34065d3919 Move feed ability to the secondary slot for changelings and make the dispell ability available 2022-10-13 00:20:14 +02:00
Sollace
b5f41d2244 Improve performance by removing unneccessary nbt reads of spells when ticking 2022-10-12 23:15:17 +02:00
Sollace
fa235e8de0 No need to update disguises on the render call 2022-10-12 22:48:36 +02:00
Sollace
d9cb0528f1 Use the new config format and fix serialization of races 2022-10-12 19:30:06 +02:00
Sollace
6db30ff693 Added weather vanes 2022-10-12 15:46:15 +02:00
Sollace
c3032ded26 Fixed crash when opening the settings screen without loading a world 2022-10-12 15:45:51 +02:00
Sollace
bfc7c64160 Fixed config not being loaded 2022-10-12 15:45:27 +02:00
Sollace
8483f74286 Fixed empty gap on race sliders 2022-10-12 15:45:07 +02:00
Sollace
83b4953bba Move out some references to vanilla sounds to make them easier to replace 2022-10-12 10:40:36 +02:00
Sollace
9bf0dd01c2 Obfuscate recipe results when the page is obfuscated 2022-10-11 17:20:12 +02:00
Sollace
2eaefdad9b Add debug configs 2022-10-11 17:19:50 +02:00
Sollace
5d368d50e9 Add a config option to disable the water plants fix 2022-10-11 17:19:06 +02:00
Sollace
db8181c45e Remove debug code 2022-10-11 17:18:00 +02:00
Sollace
7311d39607 Fixed sound volume and pitch being flipped 2022-10-11 17:17:53 +02:00
Sollace
a0933d8424 Added windflow, and made turbulance global + certain blocks produce an updraft that pegasi can ride up or down 2022-10-09 18:07:04 +02:00
Sollace
42cbe2b51f Fixed pitch and volume being swapped for certain sounds 2022-10-09 18:05:54 +02:00
Sollace
e78c03be98 Fixed intense lag/lockup when playing as a flying race 2022-10-09 17:50:41 +02:00
Sollace
66bdfc0e1a Fixed magic projectiles not triggering the destroy event on their spells when being destroyed 2022-10-09 00:29:19 +02:00
Sollace
f3cdeaf504 Fixed the magic projectile ability 2022-10-09 00:23:47 +02:00
Sollace
986c4a5f85 Fixed twittermites and magic beams appearing invisible with sodium 2022-10-09 00:23:35 +02:00
Sollace
276e2f2b2a Fixed some items not appearing in their respective creative tabs 2022-10-09 00:22:51 +02:00
Sollace
06de83981e Fixed sea plants breaking when using the hydrophobic spell 2022-10-09 00:22:27 +02:00
Sollace
a068b5cc03 Fixed heartbeat sound effect not playing 2022-10-08 17:12:36 +02:00
Sollace
320f78a1b8 Adjust dash speed and make it cost mana to perform 2022-10-08 17:12:25 +02:00
Sollace
4cf03f452f Added an ability for pegasi to instantly start and stop flying 2022-10-08 16:54:15 +02:00
Sollace
82f6ce746d Fix model jankiness when flying as a pony (only rotate when moving) 2022-10-08 15:44:44 +02:00
Sollace
5680e60464 Rewrite mana/food/health consumption to be more forgiving 2022-10-08 14:46:07 +02:00
Sollace
22be8e35df Adjust cost when performing a rainboom 2022-10-08 14:45:47 +02:00
Sollace
06db6e6247 Fixed water being misplaced 2022-10-08 14:45:06 +02:00
Sollace
743ecd9cc2 Fixed certain spells not working quite as they should when cast on a pegasus 2022-10-08 14:44:52 +02:00
Sollace
b8df7d0e67 Updates to the shape package 2022-10-08 10:57:16 +02:00
Sollace
5fcc22f178 Add waterlogged state to sea plants 2022-10-07 17:52:45 +02:00
Sollace
170cbe3a7d More work on the hydrophobic spell 2022-10-07 16:52:35 +02:00
Sollace
fc792c930e Catch exceptions when deserialising spell nbt 2022-10-07 16:52:21 +02:00
Sollace
4a73cae094 Fixed being able to convert any item into botched gems 2022-10-07 09:03:24 +02:00
Sollace
43ef65261c Fixed XP not collecting after the first level 2022-10-07 09:03:10 +02:00
Sollace
a01466cf01 Add a rarity factor in to tree drops 2022-10-07 00:30:51 +02:00
Sollace
9314e144e0 Fixed zap apples not growing and fixed wolf howl not howling 2022-10-07 00:30:26 +02:00
Sollace
7a8ba44f0d A bit of general cleanup 2022-10-06 23:04:32 +02:00
Sollace
8f45fcf811 Added pinecones and acorns 2022-10-06 22:08:25 +02:00
Sollace
d9ec01a479 Do a bit of cleanup 2022-10-06 20:41:56 +02:00
Sollace
046d70008d Minor animation change, nothing to see here 2022-10-04 22:49:01 +02:00
Sollace
349e4bc06e Clean up some formatting 2022-10-04 21:52:21 +02:00
Sollace
e9649d9743 Fix warning 2022-10-04 21:39:58 +02:00
­Sollace
1b59d8a018
Merge pull request #68 from FollowSlipstream/Wind-SFX
Fixes for pegasus flying wind sound effect
2022-10-04 21:38:21 +02:00
Sollace
64be265c04 Fixed crash when an entity other than the player tries to eat 2022-10-03 23:47:24 +02:00
Sollace
afda7a6ef8 Added mimic, mind swap, and hydrophobe spells 2022-10-03 23:47:17 +02:00
Slipstream
e117fe44ea Fixes for pegasus flying wind sound effect
This fixes several aspects of the wind sound effect:
-Interpolation of FadeOutSoundInstance breaking the effect's volume controls
-Attenuation and panning (3D audio) should now work correctly for other clients
-New attenuation curve for velocity based attenuation
-New pitch controls same as above
-Made effect a continuous loop
-Added rate limiter so that sudden movements won't cause volume and pitch jolts (storms?)
2022-10-03 20:44:39 +02:00
Sollace
635d77041c Fix minor offset on portals 2022-10-01 23:53:37 +02:00
Sollace
39e97818e7 Changes to how shapes are handled and align the particles spawned by portals to the portal's orientation 2022-10-01 23:53:18 +02:00
Sollace
63481f9c64 Add an advancement for breaking through a window as a pegasus 2022-10-01 23:51:26 +02:00
Sollace
8e052f2472 Pegasi dashing can now smash through windows 2022-10-01 18:21:33 +02:00
Sollace
8c65adeea2 Add generics to SpellContainer.stream 2022-10-01 18:21:08 +02:00
Sollace
2b00977e7f Clean up raytrace helper code 2022-10-01 18:20:53 +02:00
Sollace
3ca28335bd Added buckets, bottles, and mugs full of love + Changelings can now collect love from the crystal heart 2022-09-30 18:48:34 +02:00
Sollace
02eaf365c8 Remove the race selection from the world creation screen (no longer needed since you are asked to select a race upon joining the world) 2022-09-30 16:42:56 +02:00
Sollace
ab97a7b6ef Spawn batponies in appropriate locations to avoid burning their eyes 2022-09-30 16:42:13 +02:00
Sollace
d720a37cd9 Added creative tabs for each of the different races 2022-09-30 14:52:26 +02:00
Sollace
92c50f2676 Reworking toxics slightly 2022-09-30 12:43:07 +02:00
Sollace
aa724f56b0 Integrate changeling love sickness into the toxics system so we can have more nuanced control over what makes changelings sick 2022-09-30 10:37:56 +02:00
Sollace
5fff677f79 Prep for a future feature 2022-09-30 10:21:18 +02:00