tModLoader
Turtle's PokeLib
26개 중 11~20개 표시 중
< 1  2  3 >
업데이트: 2025년 8월 8일 오후 8시 07분
작성자: Turtleren

Version 0.2.13
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added expected Charizard mod version, if installed.

업데이트: 2025년 8월 6일 오후 5시 09분
작성자: Turtleren

Version 0.2.12
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Optimisation improvement regarding improper use case for Math.Sign.

업데이트: 2025년 8월 6일 오전 2시 29분
작성자: Turtleren

Version 0.2.11
** New **
None

** Changes **
None

** Fixes **
- Fixed emote syncing trying to sync the local player's own emotes when they use them, potentially causing apparent rollbacks when playing on a laggy connection.

** Code/Internal **
None

업데이트: 2025년 8월 5일 오전 12시 45분
작성자: Turtleren

Version 0.2.10
** New **
None

** Changes **
None

** Fixes **
- Tuned the position used for afterimage lighting on pokemon races so it's in the correct spot, not in the top left corner of the player's hitbox. You probably won't notice much.

** Code/Internal **
None

업데이트: 2025년 8월 4일 오후 7시 59분
작성자: Turtleren

Version 0.2.9
** New **
None

** Changes **
None

** Fixes **
- Fixed all consumables that had issues being used when playing with mods that make consumables infinite.

** Code/Internal **
None

업데이트: 2025년 7월 30일 오전 5시 47분
작성자: Turtleren

Version 0.2.8
** New **
None

** Changes **
None

** Fixes **
- Move books that would apply a null move (eg. for the wrong race) will no longer produce a fail message, since the 'wrong race' message would already show up.

** Code/Internal **
- Added null check safety on PokeLibUtil.MoveBookApplyTooltip
- Added PokeLibUtil.SetMoveOnCooldown for more safely setting move cooldowns in a reusable way.

업데이트: 2025년 7월 26일 오후 7시 02분
작성자: Turtleren

Version 0.2.7
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added function HasLearntMove in PokeLibMoveHandler to check if a given move's object type is learnt currently or not.
- Moves now support a hook for PostUpdateRunSpeeds, called MovePostUpdateRunSpeeds, so you can modify slowdown/acceleration better.

업데이트: 2025년 7월 23일 오전 2시 59분
작성자: Turtleren

Version 0.2.6
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Removed some mentions of Absol where it's now generic for all Pokemon races made with this.

업데이트: 2025년 7월 21일 오후 5시 45분
작성자: Turtleren

Version 0.2.5
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added some utility functions for projectile drawing, brought over from Absol (forgot to write this in my changelog file, oops!)

업데이트: 2025년 7월 20일 오전 12시 36분
작성자: Turtleren

Version 0.2.4
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- PokeLibPlayer.walkSpeed has moved into PokeLibRaceDataObject so it is easier to work with.