Веб-сайт самохостера Lotigara
главная|main page
журнал|journal
файлы|files
программы|software
архив|archive
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
rendering
/
StarTextPainter.cpp
Age
Commit message (
Expand
)
Author
2025-05-16
UB trying to dereference end of string view
FalseIlyu
2024-04-24
feat: unicode emoji support + other stuff
Kae
2024-04-23
Fix text after an unclosed ^ tag not wrapping
Kae
2024-04-22
Add UnifontEx fallback for glyphs that are missing from the current font
Kae
2024-04-22
Lua chat callbacks + better font styling
Kae
2024-04-15
Fix text wrapping bug that only happened under a specific scenario
Kae
2024-04-04
fix: last minor text wrapping bug
Kae
2024-04-03
fix rare text wrapping bug in the chat box
Kae
2024-03-25
change fonts to woff2
Kae
2024-02-28
Fixed remaining compiler warnings
Kai Blaschke
2024-02-19
Fixed a huge amount of Clang warnings
Kai Blaschke
2023-08-04
Add optional alpha threshold option for fonts
Kae
2023-07-22
Add character swapping (no GUI yet)
Kae
2023-07-04
Cache font directives
Kae
2023-07-03
Add 1-px padding around font and round to fix jitter
Kae
2023-07-03
Fix font glyph generation to work correctly with other fonts
Kae
2023-07-02
use raw wrapWidth ptr instead of Maybe
Kae
2023-07-02
Fix splitting bug and optimize a little
Kae
2023-07-01
Re-optimize text splitting while maintaining vanilla behavior
Kae
2023-07-01
Fix text wrapping splitting inside of words with color codes in them
Kae
2023-06-30
RenderPrimitive micro-optimizations
Kae
2023-06-29
Decimal zoom with lerp
Kae
2023-06-29
Update StarTextPainter.cpp
Kae
2023-06-28
TextPainter now uses StringView
Kae
2023-06-28
Fix broken regex, make game timestep non-const
Kae
2023-06-27
The Formatting String Catastrophe
Kae
2023-06-26
resolved most of the compiler warnings/errors under gcc
LDA
2023-06-23
small cleanup in TextPainter
Kae
2023-06-21
fonts can reload now
Kae
2023-06-21
The Fontpocalypse
Kae
2023-06-21
Fix glyph width issue with custom fonts
Kae
2023-06-21
font directives bwahahaha
Kae
2023-06-21
custom fonts!!
Kae
2023-06-21
make the chat really pretty!!
Kae
2023-06-20
everything everywhere
Kae