aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/font.cpp
AgeCommit message (Expand)Author
2016-01-10SAGA: Add support for Russian fan-translation of IHNMEugene Sandulenko
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-21DS/SAGA: Due to what looks like a compiler bug, having one Common::Array temp...agent-q
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2010-10-24SAGA: replace Resource:loadResource malloc with ByteArray classAndrew Kurushin
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-20SAGA: replace Font "::*alloc" & "::free" with Common::ArrayAndrew Kurushin
2010-09-19SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry"Filippos Karapetis
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2009-12-04refactor resource module:Andrew Kurushin
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-09Remove some unused variablesMax Horn
2009-07-24Removed unused variable.Torbjörn Andersson
2009-07-24SAGA: Instead of trying to detect duplicate glyphs,Willem Jan Palenstijn
2009-07-11Fix oversight in r42361 and also handle consecutive copied characters in SAGA.Willem Jan Palenstijn
2009-07-11Fix SAGA outline generation algorithm for charactersWillem Jan Palenstijn
2009-01-27Proper fix for accented characters in the Italian version of ITEFilippos Karapetis
2009-01-27Fixed bug #2538838 - "Wrong accented char. in italian fan version [Regression]"Filippos Karapetis
2009-01-02- Split the IHNM script functions into a different fileFilippos Karapetis
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the resou...Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-10Some more dirty rectangle fixes, only 2 known glitches are leftFilippos Karapetis
2008-12-07More dirty rectangle related changes (dirty rectangle handling is still broken)Filippos Karapetis
2008-12-06- Prevented direct reference to the back buffer in many cases (apart from a f...Filippos Karapetis
2008-12-06All the screen drawing functions draw to the back buffer, so there is no poin...Filippos Karapetis
2008-12-04CleanupFilippos Karapetis
2008-11-23Corrected wrong extended characters provided in the translated hardcoded stri...Filippos Karapetis
2008-07-28CleanupFilippos Karapetis
2008-06-12SAGA: Fixed memory leaks in the SAGA engineChristopher Page
2008-02-27Don't do any special font mapping in the Italian fan translation of ITE, so t...Filippos Karapetis
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-09-18Fix for bug #1796045 - "IHNM: Spanish font wrong"Filippos Karapetis
2007-09-17Added a debug command for font mappingFilippos Karapetis
2007-09-17Character with ASCII code 9 is tabFilippos Karapetis
2007-09-10Lots of source code formatting correctionsMax Horn
2007-08-02Undefined character 9 is no longer printed in the IHNM demo help screenFilippos Karapetis
2007-07-31Cleanup: removed dead code, fixed some comments and did some layout changesFilippos Karapetis
2007-07-26The demo version of IHNM has 3 font types (like ITE), not 6 (like the full ve...Filippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn