aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/events.cpp
AgeCommit message (Expand)Author
2019-12-01SAGA: Fix Missing Default Switch CasesD G Turner
2018-05-07SAGA: Fix whitespaceAdrian Frühwirth
2014-07-20SAGA: Add wrappers for queuing music eventsFilippos Karapetis
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-01SAGA: Add missing "break"sTorbjörn Andersson
2012-11-11SAGA: Fix bug #3564919 - "SAGA: IHNM Spanish: Spiritual Barometer doesn't cha...Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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-24SAGA: replace Actor::_actors and _objs malloc base arrays with Common::ArrayAndrew Kurushin
2010-10-23SAGA: replace Events malloc base linked list with Common::ListAndrew Kurushin
2010-10-23SAGA: replace decodeBGImage malloc with ByteArrayAndrew Kurushin
2010-06-15SAGA: Fix bug #2827504.Eugene Sandulenko
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-03-10Fix a valgrind warning.Johannes Schickel
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-04-11SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr...Max Horn
2009-04-11Removed all but one of the functions of the SortedList, apart from the custom...Filippos Karapetis
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-01-17Fixed bug #2057987 - "IHNM: Music stops in Ellen's chapter"Filippos Karapetis
2009-01-02- Split the IHNM script functions into a different fileFilippos 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-10Some more dirty rectangle fixes, only 2 known glitches are leftFilippos Karapetis
2008-12-07Set full screen refresh when an animation frame or the psychic profile is shownFilippos 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-12-04CleanupFilippos Karapetis
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-18Fixed some glitches which occured when closing the psychic profile in IHNMFilippos Karapetis
2007-09-15Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ...Filippos Karapetis
2007-09-14Removed the RF_PLACARD flag. Also, simplified sfPlaceActor and removed a non ...Filippos Karapetis
2007-08-25Removed the showactors flag and substituted it with RF_DISABLE_ACTORSFilippos Karapetis
2007-08-25Added skeleton code for kActorEventFilippos Karapetis
2007-08-23Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade th...Filippos Karapetis
2007-08-17Several bugfixes:Filippos Karapetis
2007-08-01The psychic profile background is displayed correctly againFilippos Karapetis
2007-08-01Fix compiler warning.Travis Howell
2007-07-30Some corrections for the psychic profile screen in IHNM. The psychic profile ...Filippos Karapetis
2007-07-27The IHNM demo only has one mouse cursorFilippos Karapetis
2007-07-07When loading a scene, start showing actors only after the scene background ha...Filippos Karapetis
2007-06-17Normalize event names.Eugene Sandulenko
2007-06-17Fixed the remaining glitch with fading after a cutaway is shownFilippos Karapetis
2007-06-17More efforts to implement proper fade after cutaway. One little glitch is left.Eugene Sandulenko