aboutsummaryrefslogtreecommitdiff
path: root/saga/events.cpp
AgeCommit message (Expand)Author
2005-05-08fixed sfSceneEq bugAndrew Kurushin
2005-04-22o Fix save/load. Now it restores game properly but still at exit #0.Eugene Sandulenko
2005-04-18converse support improved (still has some bugs)Andrew Kurushin
2005-03-18- changescene on fair for tentsAndrew Kurushin
2005-01-21problems solved:Andrew Kurushin
2005-01-15some work in progress on verb stuff:Andrew Kurushin
2005-01-07Eliminate _scene->getMode() and use scene flags insteadEugene Sandulenko
2005-01-07o Fix for popped up actors at initial scene fade outEugene Sandulenko
2005-01-06Placard functions are now event-driven, so the blocking palette faders areTorbjörn Andersson
2005-01-02Pausing an animation is done by changing its state now, not by setting aTorbjörn Andersson
2005-01-02Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,Torbjörn Andersson
2005-01-02Fixed a few things in the IHNM intro. Most noticeably I've added an eventTorbjörn Andersson
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-28- many actor walk related functions addedAndrew Kurushin
2004-12-28Implement rest of animation-related opcodes.Eugene Sandulenko
2004-12-24- aninamation cycle now approach to originalAndrew Kurushin
2004-12-22o Moved GAME_* to SagaEngine objectEugene Sandulenko
2004-12-15Patch #1081904 ITE: MAC demo supportEugene Sandulenko
2004-12-03First pass at migrating from the old Reinherit console to the ScummVMTorbjörn Andersson
2004-11-26Added looping background noise to the IHNM intro. I don't know if it's theTorbjörn Andersson
2004-11-20o Restore cursor after walkthroughEugene Sandulenko
2004-10-30Turn some methods into functions (potentially gives better code, and we may w...Max Horn
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-16Introduced script events to fix the "actors appear before fade-out" bug.Torbjörn Andersson
2004-10-04R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.Eugene Sandulenko
2004-08-11Handle fades in scene load routine.Eugene Sandulenko
2004-08-11Move SYSINPUT_* and TRANSITION_* to SagaEngine classEugene Sandulenko
2004-08-10Improved intro. Now it correctly shows game title.Eugene Sandulenko
2004-08-10Moved PALANIM_* to a class.Eugene Sandulenko
2004-08-10Move EVENT_* to a class.Eugene Sandulenko
2004-08-10Move CON_* to a class.Eugene Sandulenko
2004-08-06Move INTERFACE_ to class.Eugene Sandulenko
2004-08-04Move SCENE_* to class.Eugene Sandulenko
2004-08-03Move TEXT_* to SagaEngine class.Eugene Sandulenko
2004-08-02Fix #include paths.Eugene Sandulenko
2004-08-01merge gfx_mod.h into gfx.h and stick functions into a classJonathan Gray
2004-08-01merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...Jonathan Gray
2004-07-31Objectize render.cppEugene Sandulenko
2004-07-31merge animation.h and animation_mod.h into a classJonathan Gray
2004-07-31remove YS_IGNORE_PARAM macro and some uneeded yslib.h includesJonathan Gray
2004-05-05Replaced R_printf() with debug() and warning(). There are still a couple ofTorbjörn Andersson
2004-05-02Merged sysgfx.cpp and gfx.cpp to gfx.cppEugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
2004-04-29Music.cpp objectizing.Eugene Sandulenko
2004-04-28Rename Snd object to SndResEugene Sandulenko
2004-04-28Objectize sndres.cppEugene Sandulenko
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-13Fixed warning. (There are plenty of warnings in the SAGA engine, but thisTorbjörn Andersson