tModLoader

tModLoader

Turtle's L'il Dragon Race
Viser 311–320 av 420 bidrag
< 1 ... 30  31  32  33  34 ... 42 >
Oppdatering: 16. des. 2024 @ 6.51

Version 2.10.3
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Removed an unnecessary cast.
- Added support for accessories that change the player's tail texture when worn. A test accessory is also available through non-standard means.

Oppdatering: 16. des. 2024 @ 1.46

Version 2.10.2
** New **
None

** Changes **
- Workshop description now mentions pedestal information.

** Fixes **
- Pedestals now detach you from ropes when used.

** Code/Internal **
- Pedestal posing spots now calculate using floats, instead of ints, before multiplying by 16. This allows odd widths to be used properly with pedestals.
- Pedestal spawnX location is now calculated using ceil(middle index) rather than truncating the decimal. Again, this is for odd widths on pedestals to work intuitively.
- The flag responsible for telling if a dragon is standing on a pedestal or not is now a tile ID, not a boolean. This tile ID is the ID of the pedestal the player is standing on.
- Pedestals now use more robust code that supports special types of pedestals, tuning the effects of pedestals, etc.

Oppdatering: 15. des. 2024 @ 20.10

Version 2.10.1
** New **
None

** Changes **
- Minor race description change regarding crouching being a mostly cosmetic effect.

** Fixes **
None

** Code/Internal **
None

Oppdatering: 14. des. 2024 @ 17.17

Version 2.10.0, introducing the ability for mounted players to kick off riders by interacting with them.
** New **
- Mounted players can now eject riders by right clicking them. This provides a message in chat to the rider, notifying them that they were kicked off.

** Changes **
None

** Fixes **
None

** Code/Internal **
- PlayerPropertyTesting.cs removed (it's unused at this point).
- Shifted an IL edit to be an On hook, to support better inter-mod compatibility.
- Fixed 'receive' being misspelt as 'recieve' in a few functions.

Oppdatering: 14. des. 2024 @ 4.25

Version 2.9.3
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Remove unused ice breath variables (I swear I did this already, but must've missed some).
- Added DragonUtil function to support 4-block tall gates. This is mostly for the B'ig Dragon mod gates that I'm adding.

Oppdatering: 13. des. 2024 @ 21.01

Version 2.9.2
** New **
None

** Changes **
(edit: I forgot to mention this in the actual changelog file, but dragon blocks like the pedestals and breath bench now use more accurate particles when hit/broken, instead of wood.)

** Fixes **
None

** Code/Internal **
- Moved furniture item files into their own 'Furniture' folder instead of just being loose.
- Added functions to support syncing a player's race changing. Used for the B'ig Dragon gem of shaping multiplayer fix.

Oppdatering: 13. des. 2024 @ 0.53

Version 2.9.1
** New **
None

** Changes **
None

** Fixes **
- Fixed a missing name and tooltip for the new Tired Expression.

** Code/Internal **
None

Oppdatering: 13. des. 2024 @ 0.33

Version 2.9.0 brings a tweak to let you dye yourself while petrified, as well as a new expression item.
** New **
- If visibly wearing the Pendant of Stone, custom statue textures will use the same dye as the pendant, if dyed.
So if you've ever wanted to be a shifting rainbow or reflective gold statue of a dragon... here you go!
- Added a new facial expression vanity item: Tired Expression.

** Changes **
- Slightly adjusted the in-inventory look of the Angry Expression item.

** Fixes **
- Being petrified while crouch walking under a ceiling (applies only to B'ig Dragons as of writing this) no longer draws the petrified dragon in the wrong spot.

** Code/Internal **
None

Oppdatering: 12. des. 2024 @ 3.26

Version 2.8.8
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Updated description Special Thanks to include the latest contributors.

Oppdatering: 12. des. 2024 @ 2.21

Version 2.8.7
** New **
None

** Changes **
- Pendant of Stone now has a proper buy/sell price. As a consequence, it can no longer be reforged for 1 copper.

** Fixes **
None

** Code/Internal **
None