Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-12 | Merge SDEBUG_*, SF_* and STHREAD_* into Script class. | Eugene Sandulenko | |
svn-id: r14568 | |||
2004-08-11 | Handle fades in scene load routine. | Eugene Sandulenko | |
Introduce immediate events. svn-id: r14558 | |||
2004-08-10 | Moved PALANIM_* to a class. | Eugene Sandulenko | |
svn-id: r14540 | |||
2004-08-10 | Move EVENT_* to a class. | Eugene Sandulenko | |
svn-id: r14539 | |||
2004-08-10 | Move CON_* to a class. | Eugene Sandulenko | |
svn-id: r14538 | |||
2004-08-06 | Move INTERFACE_ to class. | Eugene Sandulenko | |
svn-id: r14478 | |||
2004-08-04 | Move SCENE_* to class. | Eugene Sandulenko | |
svn-id: r14463 | |||
2004-08-04 | Move state static variable to appropriate class | Eugene Sandulenko | |
svn-id: r14462 | |||
2004-08-03 | Move SPRITE_ to a class | Eugene Sandulenko | |
svn-id: r14451 | |||
2004-08-03 | Move TEXT_* to SagaEngine class. | Eugene Sandulenko | |
svn-id: r14450 | |||
2004-08-03 | Move FONT_* to class. | Eugene Sandulenko | |
svn-id: r14449 | |||
2004-08-02 | Fix #include paths. | Eugene Sandulenko | |
svn-id: r14443 | |||
2004-08-02 | Objectize actor.cpp | Eugene Sandulenko | |
svn-id: r14441 | |||
2004-08-02 | create objectMap class | Jonathan Gray | |
svn-id: r14440 | |||
2004-08-02 | move isomap into a class | Jonathan Gray | |
svn-id: r14439 | |||
2004-08-02 | remove timer wrapper functions | Jonathan Gray | |
svn-id: r14437 | |||
2004-08-01 | create Script class from SCRIPT_* and ScriptModule | Joost Peters | |
svn-id: r14425 | |||
2004-08-01 | move SDATA_* into seperate class | Joost Peters | |
svn-id: r14424 | |||
2004-08-01 | Pass SagaEngine object to Anim and ActionMap objects | Eugene Sandulenko | |
svn-id: r14422 | |||
2004-08-01 | init _gfx in a less hacky manner | Jonathan Gray | |
svn-id: r14420 | |||
2004-08-01 | merge reinherit.h into saga.h and gfx_mod.h, note the error loading ↵ | Jonathan Gray | |
animations wasn't caused by this commit :) svn-id: r14405 | |||
2004-08-01 | Forgot to implement destructor for ActionMap | Eugene Sandulenko | |
svn-id: r14400 | |||
2004-08-01 | Objectize actionmap.cpp | Eugene Sandulenko | |
svn-id: r14399 | |||
2004-07-31 | Extended CVAR_RegisterFunc with callback object parameter. | Eugene Sandulenko | |
Got rid of static structure in animation.cpp svn-id: r14397 | |||
2004-07-31 | Objectize render.cpp | Eugene Sandulenko | |
svn-id: r14395 | |||
2004-07-31 | merge animation.h and animation_mod.h into a class | Jonathan Gray | |
svn-id: r14388 | |||
2004-06-25 | Removed unused stuff; cleanup | Max Horn | |
svn-id: r14052 | |||
2004-05-05 | Replaced R_printf() with debug() and warning(). There are still a couple of | Torbjörn Andersson | |
standard printf()s left, though. svn-id: r13791 | |||
2004-05-02 | Merged sysgfx.cpp and gfx.cpp to gfx.cpp | Eugene Sandulenko | |
svn-id: r13726 | |||
2004-05-01 | Renamed files for consistency | Eugene Sandulenko | |
svn-id: r13725 | |||
2004-05-01 | Proper #includes everywhere | Eugene Sandulenko | |
Improved game detector svn-id: r13724 | |||
2004-05-01 | All graphics and input now is in OSystem. | Eugene Sandulenko | |
Only timers left. svn-id: r13723 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13708 | |||
2004-04-29 | fix another unitialised var use | Jonathan Gray | |
svn-id: r13675 | |||
2004-04-29 | Music.cpp objectizing. | Eugene Sandulenko | |
Initial MIDI checkin, doesn't work svn-id: r13670 | |||
2004-04-29 | Voices are played | Eugene Sandulenko | |
svn-id: r13668 | |||
2004-04-28 | Objectizing sound.cpp | Eugene Sandulenko | |
svn-id: r13667 | |||
2004-04-28 | Rename Snd object to SndRes | Eugene Sandulenko | |
svn-id: r13665 | |||
2004-04-28 | Objectize sndres.cpp | Eugene Sandulenko | |
svn-id: r13664 | |||
2004-04-28 | Removing more files from SAGA. Justification: we already have XMIDI/SMF ↵ | Max Horn | |
code; SDL already gets inited by OSystem (which this code should use, too, of course...); no need to have a simple poly hit test in a separate file svn-id: r13657 | |||
2004-04-27 | cleanup | Max Horn | |
svn-id: r13652 | |||
2004-04-25 | Fix many warnings; use C++ type system instead of C style typedefs; removed ↵ | Max Horn | |
various unused stuff; const correctness; etc. svn-id: r13622 | |||
2004-04-12 | Forgot to add header. | Eugene Sandulenko | |
Please, remove SAGA engine from MSVC builds. It should be broken there until porting to OSystem is finished svn-id: r13565 | |||
2004-04-12 | WIP for SAGA engine. | Eugene Sandulenko | |
o text formatting is not consistent with rules, just indent utility is too dumb for that o it does not use OSystem, i.e. it runs on direct SDL calls o it may not even compile on your box o if you enable it, expect zillions of warnings o no sound Now it runs ITE intro as reinherit did svn-id: r13564 | |||
2004-03-22 | corrections to namespaces | Paweł Kołodziejski | |
svn-id: r13362 | |||
2004-03-15 | Use Saga namespace everywhere | Eugene Sandulenko | |
svn-id: r13293 | |||
2004-03-14 | Initial SAGA checkin | Eugene Sandulenko | |
svn-id: r13281 |