SmallJoker
|
051181fa6e
|
Enforce limits of settings that could cause buggy behaviour (#12450)
Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
|
2022-07-09 22:32:08 +02:00 |
|
sfan5
|
76dbd0d2d0
|
Fully remove bitmap font support (#11863)
Freetype is now a build requirement.
|
2022-01-08 14:53:25 +01:00 |
|
Vincent Robinson
|
4a16ab3585
|
Improve TTF support for pixel-style fonts (#11848)
|
2021-12-30 12:54:21 -08:00 |
|
sfan5
|
49f7d2494c
|
Protect font initialization with mutex
fixes #4532
|
2021-12-18 20:38:33 +01:00 |
|
sfan5
|
e15cae9fa0
|
fontengine: Fix crash loading PNG/XML fonts from paths without dot
fixes #11096
|
2021-06-01 19:47:41 +02:00 |
|
sfan5
|
8d89f5f0cc
|
Replace fallback font nonsense with automatic per-glyph fallback (#11084)
|
2021-03-29 19:55:24 +02:00 |
|
SmallJoker
|
2760371d8e
|
Settings: Purge getDefault, clean FontEngine
|
2021-01-29 17:32:35 +01:00 |
|
v-rob
|
2bec83eec0
|
Add FormSpec font styling options (#9763)
* Add FormSpec font styling options
* Change multiplication to stof
* Remove extraneous check
|
2020-07-12 09:48:50 +02:00 |
|
sfan5
|
de73f989eb
|
Overall improvements to log messages (#9598)
Hide some unnecessarily verbose ones behind --trace or disable them entirely.
Remove duplicate ones. Improve their contents in some places.
|
2020-04-08 20:13:23 +02:00 |
|
Wuzzy
|
625b100593
|
Add comments for translators (#9510)
* Add translator comments for "special" strings
* Add translator comments for some "tricky" strings
|
2020-03-20 09:41:07 +01:00 |
|
SmallJoker
|
388ea737f5
|
Clean up font caching, fix bitmap fonts
|
2019-11-03 11:45:33 +01:00 |
|
Pierre-Yves Rollo
|
72416a6a1f
|
Formspec: add hypertext element
|
2019-11-03 11:45:33 +01:00 |
|
SmallJoker
|
26b39f1eae
|
Fix some reference counters (memleak) (#8981)
Fix some reference counters (memleak)
Map::dispatchEvent: Allocation safety using references
|
2019-09-24 19:05:28 +02:00 |
|
SmallJoker
|
fbc8724d59
|
fontengine: Fix non-gettext builds
|
2019-08-24 19:11:50 +02:00 |
|
SmallJoker
|
233cb86e86
|
Clean up and fix freetype=false crashes (#8641)
A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont
Fixes various segfaults in gameplay
Shorter font cache code, cleaned up (?)
|
2019-08-06 21:33:13 +02:00 |
|
Martin Renold
|
b02effdab9
|
Fix crash if display resolution is not set (#7950)
On my wayland / gnome3 setup DisplayHeightMM() returns 0. This resulted in a
misleading startup error suggesting to fix my font paths.
|
2018-12-08 16:26:04 +01:00 |
|
Quentin Bazin
|
5f1cd555cd
|
Move client-specific files to 'src/client' (#7902)
Update Android.mk
Remove 'src/client' from include_directories
|
2018-11-28 20:01:49 +01:00 |
|