aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Expand)Author
2004-08-14fixed warningsPaweł Kołodziejski
2004-08-12Merge SDEBUG_*, SF_* and STHREAD_* into Script class.Eugene Sandulenko
2004-08-12Drop SSTACK_ in favor of common/stack.h implementation.Eugene Sandulenko
2004-08-12Launch scene start script.Eugene Sandulenko
2004-08-11Move ITE_* and IHNM_* to Scene class.Eugene Sandulenko
2004-08-11Start animations too.Eugene Sandulenko
2004-08-11Handle fades in scene load routine.Eugene Sandulenko
2004-08-11Fix scene description structure data types and rename it.Eugene Sandulenko
2004-08-11Move SYSINPUT_* and TRANSITION_* to SagaEngine classEugene Sandulenko
2004-08-11Move CF_ commands to class and call them from wrappers. This will let usEugene Sandulenko
2004-08-11Correct ESC key behaviour.Eugene Sandulenko
2004-08-10Correct scene transitions. Now intro seems to be complete.Eugene Sandulenko
2004-08-10oopsEugene 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-08Initialise variables to stop the ITE intro from crashing.Torbjörn Andersson
2004-08-06No longer needed.Eugene Sandulenko
2004-08-06Move INTERFACE_ to class.Eugene Sandulenko
2004-08-04Move SCENE_* to class.Eugene Sandulenko
2004-08-04Move state static variable to appropriate classEugene Sandulenko
2004-08-03Rename some class variables in Font class.Eugene Sandulenko
2004-08-03Move SPRITE_ to a classEugene 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-02no longer neededJonathan Gray
2004-08-02Objectize actor.cppEugene Sandulenko
2004-08-02create objectMap classJonathan Gray
2004-08-02move isomap into a classJonathan Gray
2004-08-02remove timer wrapper functionsJonathan Gray
2004-08-02move static vars to private membersJonathan Gray
2004-08-01Clean up Script class a bit; add get/set functionsJoost Peters
2004-08-01Made all MemoryReadStream local variables. This plugged a giantic constantEugene Sandulenko
2004-08-01rename load() to loadMap()Joost Peters
2004-08-01create Script class from SCRIPT_* and ScriptModuleJoost Peters
2004-08-01move SDATA_* into seperate classJoost Peters
2004-08-01Pass SagaEngine object to Anim and ActionMap objectsEugene Sandulenko
2004-08-01Remove unneeded codeEugene Sandulenko
2004-08-01init _gfx in a less hacky mannerJonathan Gray
2004-08-01merge gfx_mod.h into gfx.h and stick functions into a classJonathan Gray
2004-08-01prune uneeded codeJonathan Gray
2004-08-01Oh the beauty of stack based objects: they free themselves automatically, so ...Max Horn
2004-08-01move sceneproc.cpp/h into scene.cpp/hJonathan Gray
2004-08-01try to stop the abuse of MemoryReadStream (ie actually delete the memory when...Jonathan Gray
2004-08-01init some member varsJonathan Gray
2004-08-01More tweaksEugene Sandulenko
2004-08-01oopsEugene Sandulenko
2004-08-01Yet more proper memory free'ingEugene Sandulenko