v1.4.5
What's new
tag ff4117876c21dfdaa3f024137c9ae5255f83ffa4 v1.4.5
Author: Joakim Edlund <jocce@jocce.nu>
Date: Sat Aug 29 21:14:29 2026 +0200
TrinketText 1.4.5
- New: /tt icon on|off shows each ready trinket's icon to the left of its
text. Icons are sized to the font.
- New: when both trinkets come off cooldown at the same moment, both are
announced, one row each (previously only one showed).
- /tt test now previews with the trinkets you actually have equipped.
commit 1719f197a9d5736f947bf38c21b0669d8ea194d1
Author: Joakim Edlund <jocce@jocce.nu>
Date: Sat Aug 29 21:13:30 2026 +0200
Draw icons as sized Texture rows, not inline markup
Inline |T| markup rendered the icon several times too large because its
size scales with the icon file's native resolution (256px on retail).
Replaced it with up to two stacked [icon][text] rows; each icon is a real
Texture with SetSize(db.size, db.size), so it always matches the font.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XhG18hX2F4PNTR3jiX4qxH
commit 3cc8be590d10c1978d7c4c5cc0d7291f0d2b0582
Author: Joakim Edlund <jocce@jocce.nu>
Date: Sat Aug 29 21:07:12 2026 +0200
Fix inline trinket icons rendering ~4x too large
The |T...:64:64:...|t crop form declares the texture as 64px, but retail
icons are 256px, so the game scaled the inline icon up by 256/64. Dropped
the crop params and use the plain :h:w form sized to the font.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XhG18hX2F4PNTR3jiX4qxH
commit c6827eb5b65712173b3f8ac3f2d507370558a745
Author: Joakim Edlund <jocce@jocce.nu>
Date: Sat Aug 29 21:04:46 2026 +0200
Show one icon per line when two trinkets pop together
The single icon texture sat left of the whole text block, so with both
trinkets ready you saw two lines of text but only one icon. Switched to
inline |T...|t markup built into each line by BuildText, so every line
carries its own trinket icon. /tt test now previews with the actually
equipped trinkets. Bump to 1.4.5.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XhG18hX2F4PNTR3jiX4qxH
This mod has no additional files

