aboutsummaryrefslogtreecommitdiff
path: root/saga/font.cpp
AgeCommit message (Expand)Author
2005-11-03-implement font substitution funcsAndrew Kurushin
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-17Fix bug #1326833 "ITE: Missing copy protection". Though it is disabledEugene Sandulenko
2005-10-11Cleanups. Mostly whitespace.Torbjörn Andersson
2005-09-28Some more IHNM-related stuff:Torbjörn Andersson
2005-09-08fix 1283705Andrew Kurushin
2005-09-02Fix bug #1257110 "ITE: Subtitles get striped"Eugene Sandulenko
2005-07-29WhitespacesEugene Sandulenko
2005-07-19finally Resource manager rewritten:Andrew Kurushin
2005-07-14font & text related changes:Andrew Kurushin
2005-07-09gfx rearangementAndrew Kurushin
2005-07-05Hid most of debug output to deeper levels. We're pretty close to officialEugene Sandulenko
2005-01-21problems solved:Andrew Kurushin
2005-01-11- remove game.h & image.hAndrew Kurushin
2005-01-11o All fonts were mapped. Introduced new FONT_DONTMAP flagEugene Sandulenko
2005-01-09- GameModule is goneAndrew Kurushin
2005-01-09small fixes:Andrew Kurushin
2005-01-02Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,Torbjörn Andersson
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-22o Moved GAME_* to SagaEngine objectEugene Sandulenko
2004-12-15Patch #1081904 ITE: MAC demo supportEugene Sandulenko
2004-11-15o Make GAME_GetFileContext() more object-likeEugene Sandulenko
2004-10-30Let Saga::SURFACE inherit from SURFACEMax Horn
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-08-03Rename some class variables in Font class.Eugene Sandulenko
2004-08-03Move FONT_* to class.Eugene Sandulenko
2004-08-02Fix #include paths.Eugene Sandulenko
2004-08-01merge gfx_mod.h into gfx.h and stick functions into a classJonathan Gray
2004-08-01Oh the beauty of stack based objects: they free themselves automatically, so ...Max Horn
2004-08-01merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...Jonathan Gray
2004-06-27Cleanup for MemoryReadStream; made it match the File-class interfaceMax Horn
2004-05-05Replaced R_printf() with debug() and warning(). There are still a couple ofTorbjörn Andersson
2004-05-04Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream.Eugene Sandulenko
2004-05-01Proper #includes everywhereEugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
2004-04-25Fix yet another const warningMax Horn
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-12WIP for SAGA engine.Eugene Sandulenko