aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/charset-fontdata.cpp
AgeCommit message (Collapse)Author
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06AGOS: Reduced header dependencyEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵Ori Avtalion
language svn-id: r48645
2010-03-07Exclude font data tables for The Feeble Files, when AGOS2 games are disabled.Travis Howell
svn-id: r48174
2010-03-07Add font data for Polish Windows 4CD version of The Feeble Files.Travis Howell
svn-id: r48173
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when ↵Travis Howell
writing to the frameBuffer. svn-id: r42163
2009-06-09Correct check for font data table used in The Feeble Files.Travis Howell
svn-id: r41393
2009-06-08Add Polish font data for The Feeble Files.Travis Howell
svn-id: r41372
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
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