aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2009-07-27Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in ...Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
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-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...Filippos Karapetis
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-01SAGA: move Actor::_pathList into a Common::Array<Point>Andrew Kurushin
2009-05-01SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint...Andrew Kurushin
2009-04-28SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; likewise fo...Max Horn
2009-04-28SAGA: Moved some code from actor.h to actor.cpp; replaced Actor::_pathDirecti...Max Horn
2009-04-11SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr...Max Horn
2009-04-11SAGA: Simplified Scene::skipScene, changed loadScene to take a LoadSceneParam...Max Horn
2009-04-11When dragging the save/load dialog's scrollbar handle past the top of theTorbjörn Andersson
2009-04-11Committed my patch for bug #2748110 ("IHNM: Fade glitch when Benny fallsTorbjörn Andersson
2009-04-11Plugged another memory leak introduced with rev #39934Filippos Karapetis
2009-04-11Plugged memory leak introduced with rev #39934Filippos Karapetis
2009-04-11Changed ScriptThreadList to hold a list of pointers, not a list of instances....Filippos Karapetis
2009-04-11Removed unused (and wrong) code for IHNMFilippos Karapetis
2009-04-11Got rid of SortedListFilippos Karapetis
2009-04-11Fix compilationWillem Jan Palenstijn
2009-04-11Fixed compilation (hopefully)Filippos Karapetis
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