aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/charset-fontdata.cpp
AgeCommit message (Collapse)Author
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
svn-id: r40619
2009-03-08Clarify several errors messages.Travis Howell
svn-id: r39219
2009-03-08Add initial support for Personal Nightmare.Travis Howell
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216
2009-02-28Add German font data table for German versions of Elvira 2 and Waxworks.Travis Howell
svn-id: r38943
2009-02-28Elvira 1 uses slightly different font data table, shared for all languages.Travis Howell
svn-id: r38942
2009-02-07Cleanup.Travis Howell
svn-id: r36228
2009-01-23 Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ↵Travis Howell
lack the font table data. svn-id: r36019
2008-03-26Move code to ignore invalid characters.Travis Howell
svn-id: r31238
2008-03-26Ooops, correct error in conversion of The Feeble Files font data.Travis Howell
svn-id: r31237
2008-03-26Always ignore invalid characters, when using charset data.Travis Howell
svn-id: r31236
2008-03-26Switch all font data to hexadecimal and sort by language name.Travis Howell
svn-id: r31235
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-06Split charset font data.Travis Howell
svn-id: r30299