aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
AgeCommit message (Expand)Author
2004-08-12Merge SDEBUG_*, SF_* and STHREAD_* into Script 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-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-04Move state static variable to appropriate classEugene 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-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-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-01init _gfx in a less hacky mannerJonathan Gray
2004-08-01merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...Jonathan Gray
2004-08-01Forgot to implement destructor for ActionMapEugene Sandulenko
2004-08-01Objectize actionmap.cppEugene Sandulenko
2004-07-31Extended CVAR_RegisterFunc with callback object parameter.Eugene Sandulenko
2004-07-31Objectize render.cppEugene Sandulenko
2004-07-31merge animation.h and animation_mod.h into a classJonathan Gray
2004-06-25Removed unused stuff; cleanupMax Horn
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-01Renamed files for consistencyEugene Sandulenko
2004-05-01Proper #includes everywhereEugene Sandulenko
2004-05-01All graphics and input now is in OSystem.Eugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-29fix another unitialised var useJonathan Gray
2004-04-29Music.cpp objectizing.Eugene Sandulenko
2004-04-29Voices are playedEugene Sandulenko
2004-04-28Objectizing sound.cppEugene Sandulenko
2004-04-28Rename Snd object to SndResEugene Sandulenko
2004-04-28Objectize sndres.cppEugene Sandulenko
2004-04-28Removing more files from SAGA. Justification: we already have XMIDI/SMF code;...Max Horn
2004-04-27cleanupMax Horn
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-12Forgot to add header.Eugene Sandulenko
2004-04-12WIP for SAGA engine.Eugene Sandulenko
2004-03-22corrections to namespacesPaweł Kołodziejski
2004-03-15Use Saga namespace everywhereEugene Sandulenko
2004-03-14Initial SAGA checkinEugene Sandulenko