aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sfuncs.cpp
AgeCommit message (Expand)Author
2019-02-03SAGA: Fix potential crash when talking to Sist (bug #10365)Torbjörn Andersson
2017-08-20SAGA: Remove obsolete hack for the compact disk in Ellen's chapterFilippos Karapetis
2014-10-27SAGA: Remove the buggy actor swapping fixup code for IHNMFilippos Karapetis
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-02SAGA: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-23SAGA: replace Events malloc base linked list with Common::ListAndrew Kurushin
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-21SAGA: replace Script and Thread "::*alloc" & "::free" with Common::ArrayAndrew Kurushin
2010-06-15SAGA: Fix bug #2886141.Eugene Sandulenko
2010-06-15SAGA: Add debug output for sfLockUser()Eugene Sandulenko
2010-06-15SAGA: Moved more code under ENABLE_IHNMEugene Sandulenko
2010-05-16Added automatic detection for the non-interactive ITE demosFilippos Karapetis
2009-04-11SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr...Max Horn
2009-04-11Changed ScriptThreadList to hold a list of pointers, not a list of instances....Filippos Karapetis
2009-04-11SAGA: Stop needlessly using operator*() and operator->() (many of the resulti...Max Horn
2009-03-07Patch #2671477: Fix wrong usage of strncatWillem Jan Palenstijn
2009-01-02Wrapped more engine-specific code around appropriate ifdefsFilippos Karapetis
2009-01-02- Split the IHNM script functions into a different fileFilippos Karapetis
2009-01-02Rewrote the SAGA script system to use an opcode table, like in other enginesFilippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-23Fixed bug #1970191 - "IHNM: Psychic Profile problem"Filippos Karapetis
2008-12-22logicalWidth -> widthFilippos Karapetis
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the resou...Filippos Karapetis
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-12- Stop passing the scene clip rectangle around for no reasonFilippos Karapetis
2008-12-06- Prevented direct reference to the back buffer in many cases (apart from a f...Filippos Karapetis
2008-12-06CleanupFilippos Karapetis
2008-09-05Hopefully fixed the chaos with the SAGA volume values. This also fixes the br...Filippos Karapetis
2008-09-01Merging more of the GSoC 2008 RTL branch: SAGAMax Horn
2008-08-26Fix for bug #2057200 - "IHNM: Invisible inventory objects"Filippos Karapetis
2008-07-11SAGA works with new GMM implementationChristopher Page
2008-05-26Code cleanup:Filippos Karapetis
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2008-01-03Properly fixed bug #1861863 - "ITE: Crash when using Eeah with Eeah"Filippos Karapetis
2008-01-03Fix for bug #1861863 - "ITE: Crash when using Eeah with Eeah"Filippos Karapetis
2007-12-31Fix for bug #1861126 - "IHNM: Crash when Gorrister cuts sheet in the mooring ...Filippos Karapetis
2007-12-09Fix to prevent having an incorrect sprite assigned to some objects in IHNM wh...Filippos Karapetis
2007-09-18Fixed the font height of the text in the help screens of the IHNM demo. Clean...Filippos Karapetis
2007-09-16Turn off unused code (fixing a compiler warning)Max Horn
2007-09-16Fix bug when some animations were playing too fast.Eugene Sandulenko
2007-09-15Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ...Filippos Karapetis
2007-09-14Some more opcode simplificationsFilippos Karapetis
2007-09-14Removed the RF_PLACARD flag. Also, simplified sfPlaceActor and removed a non ...Filippos Karapetis
2007-09-13Cleanup and simplification of several of the script opcodes used in ITE and IHNMFilippos Karapetis
2007-09-13The early ITE demos were not interactiveFilippos Karapetis
2007-08-27The actors in Nimdok's part of the IHNM demo are shown correctly nowFilippos Karapetis