index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
agos
/
charset-fontdata.cpp
Age
Commit message (
Expand
)
Author
2010-04-12
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...
Ori Avtalion
2010-03-07
Exclude font data tables for The Feeble Files, when AGOS2 games are disabled.
Travis Howell
2010-03-07
Add font data for Polish Windows 4CD version of The Feeble Files.
Travis Howell
2009-07-06
Use graphics surfaces for screen buffers, and always use correct pitch when w...
Travis Howell
2009-06-09
Correct check for font data table used in The Feeble Files.
Travis Howell
2009-06-08
Add Polish font data for The Feeble Files.
Travis Howell
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-16
Add initial support for DOS non-interactive demos of The Feeble Files.
Travis Howell
2009-03-08
Clarify several errors messages.
Travis Howell
2009-03-08
Add initial support for Personal Nightmare.
Travis Howell
2009-02-28
Add German font data table for German versions of Elvira 2 and Waxworks.
Travis Howell
2009-02-28
Elvira 1 uses slightly different font data table, shared for all languages.
Travis Howell
2009-02-07
Cleanup.
Travis Howell
2009-01-23
Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ...
Travis Howell
2008-03-26
Move code to ignore invalid characters.
Travis Howell
2008-03-26
Ooops, correct error in conversion of The Feeble Files font data.
Travis Howell
2008-03-26
Always ignore invalid characters, when using charset data.
Travis Howell
2008-03-26
Switch all font data to hexadecimal and sort by language name.
Travis Howell
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-06
Split charset font data.
Travis Howell