aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2009-04-11Removed all but one of the functions of the SortedList, apart from the custom...Filippos Karapetis
2009-04-11Removed move SortedList methodsFilippos Karapetis
2009-04-11SAGA: Fix yet another mistake in the revised dirty rect code *sigh*Max Horn
2009-04-11SAGA: Got rid of some more SortedList methodsMax Horn
2009-04-11SAGA: Stop needlessly using operator*() and operator->() (many of the resulti...Max Horn
2009-04-11SAGA: Removed some dead/obsolete codeMax Horn
2009-04-10Added a new console command, "wake_up_threads", which can wake up threads tha...Filippos Karapetis
2009-04-10Removed obsolete TODOFilippos Karapetis
2009-04-09SAGA: Make the dirty rect handling here match the one in the GUI code (some m...Max Horn
2009-04-09Sort the list of savegames. (I suppose this fix, or a better one, should goTorbjörn Andersson
2009-03-24Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when cl...Filippos Karapetis
2009-03-24Make sure that the currently buggy dirty rectangle handling code is not used....Filippos Karapetis
2009-03-24Finally fixed the Valgrind warning that was confusing me so yesterday.Torbjörn Andersson
2009-03-23Made the music and sound file names part of the class, instead of localTorbjörn Andersson
2009-03-23Initialise _fullRefresh. Fixes a Valgrind warning.Torbjörn Andersson
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...Max Horn
2009-03-08Added game object data files for dino and FTA2Filippos Karapetis
2009-03-08- Reworked the different file types a bitFilippos Karapetis
2009-03-07Fix compile of SAGA2 game engine.Travis Howell
2009-03-07Fixed bug #2665117 - "ITE: Italian Floppy version wrong size"Filippos Karapetis
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07Patch #2671477: Fix wrong usage of strncatWillem Jan Palenstijn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-20Fixed a nasty regression from the script system rewrite (commit #35670), whic...Filippos Karapetis
2009-02-03Removed unused codeFilippos Karapetis
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
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-20Implemented getDebugger()Filippos Karapetis
2009-01-18Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for nowMax Horn
2009-01-17Fixed bug #2057987 - "IHNM: Music stops in Ellen's chapter"Filippos Karapetis
2009-01-17Silenced MSVC warningFilippos Karapetis
2009-01-11IHNM save games no longer contain ITE-related variablesFilippos Karapetis
2009-01-11Committed a modified version of wjp's patch for the video player:Filippos Karapetis
2009-01-07Further merging of the SMK and DXA players (the FLIC player is not done yet):Filippos Karapetis
2009-01-06Use skip instead of seekFilippos Karapetis
2009-01-06Sound in the old Mac Guild version of ITE is correct againFilippos Karapetis
2009-01-06Cleanup, and follow code formatting convention (indentation) for switch state...Filippos Karapetis
2009-01-06The Mac version and Mac demo of ITE no longer crash on exitFilippos Karapetis
2009-01-06Fixed regression: the ITE Mac version works correctly againFilippos Karapetis
2009-01-04Got rid of explicit game sound infoFilippos Karapetis
2009-01-04Improved handling of sound resourcesFilippos Karapetis
2009-01-03TypoFilippos Karapetis
2009-01-03Simplified the Smacker video playing code for FTA2Filippos Karapetis
2009-01-02Split the script module into two parts, for SAGA1 and SAGA2 gamesFilippos Karapetis
2009-01-02Wrapped more engine-specific code around appropriate ifdefsFilippos Karapetis
2009-01-02Wrapped SAGA 2 game entries around appropriate definesFilippos Karapetis