tModLoader
Turtle's L'il Absol Race
Mostrando 11-20 de 51 aportaciones
< 1  2  3  4  5  6 >
Actualización: 24 JUL a las 0:32

Version 0.6.15
** New **
None

** Changes **
None

** Fixes **
- Fixed for the latest L'il Dragon core update.

** Code/Internal **
None

Actualización: 21 JUL a las 17:45

Version 0.6.14
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Moved a few utility functions out of this mod and into PokeLib.

Actualización: 20 JUL a las 2:42

Version 0.6.13
** New **
None

** Changes **
- L'il Dragon dependency bumped.
- Absol's swung item offsets adjusted to be fixed for the latest L'il Dragon codebase update.

** Fixes **
None

** Code/Internal **
None

Actualización: 19 JUL a las 23:56

Version 0.6.12
** New **
None

** Changes **
- Absol's wings will now render in afterimages.
- L'il Dragon dependency raised to support the above change.

** Fixes **
None

** Code/Internal **
None

Actualización: 19 JUL a las 8:56

Version 0.6.11
** New **
None

** Changes **
- Bumped PokeLib and L'il Dragon dependencies.

** Fixes **
None

** Code/Internal **
- Adjusted some data object code for the latest PokeLib and L'il Dragon codebase updates.

Actualización: 18 JUL a las 20:36

Version 0.6.10
** New **
None

** Changes **
None

** Fixes **
- Fixed Absol being able to crouch when crouching is disabled in the L'il Dragon config.

** Code/Internal **
None

Actualización: 18 JUL a las 18:59

Version 0.6.9
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Small cleanups.
I swear they're important. For performance.

Actualización: 11 JUL a las 4:37

Version 0.6.8
** New **
None

** Changes **
- Now depends on L'il Dragon v4.10.5.
- Two-way dependency between PokeLib and this updated again. Sooorryyyy but big things are happening!

** Fixes **
- Using slightly more compatible code for checking the player's gravity flip or direction flip state when rendering.

** Code/Internal **
- Moved some of the common rendering code over to PokeLib.
- Removed AbsolGlobalItem. Now in PokeLib.
- Some behind-the-scenes asset stuff. Shhhh...

Actualización: 10 JUL a las 5:48

Version 0.6.7
** New **
None

** Changes **
- Two-way dependency updated for Absol and this mod.

** Fixes **
None

** Code/Internal **
- Fix PokeDataObjectAbsol using GetType instead of stateIndex for AnimState comparisons in DecideEmote. Also some optimisation in the code structure.

Actualización: 9 JUL a las 21:24

Version 0.6.6
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Optimisations by moving some code away from AbsolPlayer and into the Absol race object where possible, to reduce unnecessary IsAbsol checks and do things the way MrPlague intended.
Should cause no difference in your gameplay!