index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fontdetection.cpp
Age
Commit message (
Collapse
)
Author
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures ↵
rubidium
the return is not NULL)
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵
rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2013-08-05
(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode ↵
michi_cc
builds.
2013-08-05
(svn r25663) -Fix [FS#4857]: [OSX] Monospace font detection.
michi_cc
2013-08-05
(svn r25662) -Fix: [OSX] Better rejection of unsuitable fonts during ↵
michi_cc
fallback auto-detection.
2013-08-05
(svn r25661) -Fix [FS#4847]: [OSX] Rework font detection to work even if no ↵
michi_cc
default font sprites are present.
2013-06-23
(svn r25450) -Fix: compilation without freetype
rubidium
2013-06-23
(svn r25447) -Fix (r25437): [OSX] Compilation was broken
planetmaker
2013-06-23
(svn r25440) -Fix: MSVC compilation error
rubidium
2013-06-23
(svn r25436) -Codechange: split the font detection code out of the font ↵
rubidium
caching code