aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/interface.cpp
AgeCommit message (Expand)Author
2019-12-01SAGA: Fix Missing Default Switch CasesD G Turner
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-08-20SAGA: Fix the conversation panel background color in IHNMFilippos Karapetis
2017-08-11SAGA: Add missing break statement and add fall through commentEugene Sandulenko
2016-06-07SAGA: FUrther fix to potential buffer overflowEugene Sandulenko
2016-05-31SAGA: Fix potential buffer overrunEugene Sandulenko
2016-05-16SAGA: Add safeguard warning for text access.Eugene Sandulenko
2016-05-16SAGA: Fix potential buffer overrun.Eugene Sandulenko
2016-03-28SAGA: Explicitely mark versions which require color shifting in interface. Fi...Eugene Sandulenko
2016-03-27SAGA: Fix dialog text positions in non-English version (#7064)Torbjörn Andersson
2016-03-16SAGA: Fix interface colors in French and German versions of IHNMTorbjörn Andersson
2016-02-09SAGA: Add comments about possibly race conditions to timer callbacks.Johannes Schickel
2014-07-20SAGA: Add support for MIDI music in SAGA2 gamesFilippos Karapetis
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-28SAGA: Null terminate string. CID 1003870Eugene Sandulenko
2013-04-28SAGA: Null terminate string. CID 1003868Eugene Sandulenko
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-08-30SAGA: properly remove the save reminder callback on engine exitFilippos Karapetis
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-27SAGA: Removed unused variablesmd5
2011-04-17SAGA: Fixed bug #3276033: IHNM: Savegame reminder not resetEugene Sandulenko
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2010-10-24SAGA: replace Resource:loadResource malloc with ByteArray classAndrew Kurushin
2010-10-24SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ...Andrew Kurushin
2010-10-23SAGA: replace Events malloc base linked list with Common::ListAndrew Kurushin
2010-10-23SAGA: replace decodeBGImage malloc with ByteArrayAndrew Kurushin
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-20SAGA: Silence warningTorbjörn Andersson
2010-10-19SAGA: SAGA: replace SpriteList "::realloc" with Common::ArrayAndrew Kurushin
2010-10-19SAGA: replace Actors "::realloc" with Common::ArrayAndrew Kurushin
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-06-15SAGA: Fix bug #1970191.Eugene Sandulenko
2010-06-15SAGA: Moved more code under ENABLE_IHNMEugene Sandulenko
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-05-16Added automatic detection for the non-interactive ITE demosFilippos Karapetis
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-09Remove some unused variablesMax Horn
2009-04-11When dragging the save/load dialog's scrollbar handle past the top of theTorbjörn Andersson
2009-03-08- Reworked the different file types a bitFilippos Karapetis
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-01-02- Split the IHNM script functions into a different fileFilippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-31Proper fix for non-interactive ITE demos (the previous one was affecting spri...Filippos Karapetis
2008-12-29- IHNM Mac loads correctly againFilippos Karapetis
2008-12-26Added const keyword to static data.Johannes Schickel
2008-12-26The verb<->textId assignment is needed only for ITEFilippos Karapetis
2008-12-25Made Engine::_timer protectedMax Horn