Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarFont.cpp
AgeCommit message (Collapse)Author
2025-02-04Update StarFont.cppKae
[skip ci]
2025-02-04fix font size updates, add destructorKae
2025-02-03implement lazy font loadingbmdhacks
2024-09-12Update StarFont.cppKae
2024-09-11tooltip stuffKae
2024-09-11try to fix that freaking rare font bug againKae
2024-04-27Update StarFont.cppKae
2024-04-25oops: fix one-line mistake that caused some glyphs to randomly scrambleKae
2024-04-24feat: unicode emoji support + other stuffKae
2024-04-22Add UnifontEx fallback for glyphs that are missing from the current fontKae
2024-03-25change fonts to woff2Kae
2024-02-28Fixed remaining compiler warningsKai Blaschke
Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed.
2024-02-19Fixed a huge amount of Clang warningsKai Blaschke
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably. 99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified. Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects. Most remaining warnings are now unused parameters.
2023-08-04Add optional alpha threshold option for fontsKae
2023-08-04Add new smooth Hobo fontKae
2023-07-03Add 1-px padding around font and round to fix jitterKae
2023-07-03Fix horizontal alignment with font, add new fontsKae
2023-07-03Fix font glyph generation to work correctly with other fontsKae
2023-06-27The Formatting String CatastropheKae
2023-06-21The FontpocalypseKae
I hate it
2023-06-21Font improvementsKae
?border and ?outline blend nicer when applied to font glyphs
2023-06-20everything everywhereKae
all at once