aboutsummaryrefslogtreecommitdiff
path: root/saga/ihnm_introproc.cpp
AgeCommit message (Expand)Author
2005-05-08fixed sfSceneEq bugAndrew Kurushin
2005-03-09Updated comment. (ScummVM no longer crashes if I try to run what I think isTorbjörn Andersson
2005-03-08Added constant for the resource number for the first IHNM scene. Actually,Torbjörn Andersson
2005-01-15some work in progress on verb stuff:Andrew Kurushin
2005-01-09- GameModule is goneAndrew Kurushin
2005-01-02Use events to start the remaining animations. It's not necessary, but it'sTorbjö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-28o Fixed animation playbackEugene Sandulenko
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-28Using a slightly hacked DOSbox I believe I have verified that the firstTorbjörn Andersson
2004-11-26Added looping background noise to the IHNM intro. I don't know if it's theTorbjörn Andersson
2004-11-25Reverted some more of yesterday's changes.Torbjörn Andersson
2004-11-25Removed the hard-coded monologue. I realized that it was probably scripted,Torbjörn Andersson
2004-11-24Added the voice-overs and partial subtitles for the IHNM intro monologue.Torbjörn Andersson
2004-11-24Added the next piece of music, to go along with AM's rantings. I'llTorbjörn Andersson
2004-11-20Slight adjustment/renaming.Torbjörn Andersson
2004-11-20I'm told that the FM music file sounds terrible with MT-32 and that theTorbjörn Andersson
2004-11-19Added music to the partial IHNM intro. I think I picked the correct tune,Torbjörn Andersson
2004-11-18Partial support for WAV sound playback, which apparently will be needed forTorbjörn Andersson
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-08-11Move ITE_* and IHNM_* to Scene class.Eugene Sandulenko
2004-08-11Handle fades in scene load routine.Eugene Sandulenko
2004-08-10Moved PALANIM_* to a class.Eugene Sandulenko
2004-08-10Move EVENT_* to a class.Eugene Sandulenko
2004-08-04Move SCENE_* to class.Eugene Sandulenko
2004-08-03Move TEXT_* to SagaEngine class.Eugene Sandulenko
2004-08-03Move FONT_* to 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-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-02Merged sysgfx.cpp and gfx.cpp to gfx.cppEugene Sandulenko
2004-05-01All graphics and input now is in OSystem.Eugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-25More ScummVMificationMax Horn
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-12WIP for SAGA engine.Eugene Sandulenko