Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-04 | Update StarFont.cpp | Kae | |
[skip ci] | |||
2025-02-04 | fix font size updates, add destructor | Kae | |
2025-02-03 | implement lazy font loading | bmdhacks | |
2024-09-12 | Update StarFont.cpp | Kae | |
2024-09-11 | tooltip stuff | Kae | |
2024-09-11 | try to fix that freaking rare font bug again | Kae | |
2024-04-27 | Update StarFont.cpp | Kae | |
2024-04-25 | oops: fix one-line mistake that caused some glyphs to randomly scramble | Kae | |
2024-04-24 | feat: unicode emoji support + other stuff | Kae | |
2024-04-22 | Add UnifontEx fallback for glyphs that are missing from the current font | Kae | |
2024-03-25 | change fonts to woff2 | Kae | |
2024-02-28 | Fixed remaining compiler warnings | Kai Blaschke | |
Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed. | |||
2024-02-19 | Fixed a huge amount of Clang warnings | Kai 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-04 | Add optional alpha threshold option for fonts | Kae | |
2023-08-04 | Add new smooth Hobo font | Kae | |
2023-07-03 | Add 1-px padding around font and round to fix jitter | Kae | |
2023-07-03 | Fix horizontal alignment with font, add new fonts | Kae | |
2023-07-03 | Fix font glyph generation to work correctly with other fonts | Kae | |
2023-06-27 | The Formatting String Catastrophe | Kae | |
2023-06-21 | The Fontpocalypse | Kae | |
I hate it | |||
2023-06-21 | Font improvements | Kae | |
?border and ?outline blend nicer when applied to font glyphs | |||
2023-06-20 | everything everywhere | Kae | |
all at once |