aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
AgeCommit message (Collapse)Author
2004-08-01merge 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-01Forgot to implement destructor for ActionMapEugene Sandulenko
svn-id: r14400
2004-08-01Objectize actionmap.cppEugene Sandulenko
svn-id: r14399
2004-07-31Extended CVAR_RegisterFunc with callback object parameter.Eugene Sandulenko
Got rid of static structure in animation.cpp svn-id: r14397
2004-07-31Objectize render.cppEugene Sandulenko
svn-id: r14395
2004-07-31merge animation.h and animation_mod.h into a classJonathan Gray
svn-id: r14388
2004-06-25Removed unused stuff; cleanupMax Horn
svn-id: r14052
2004-05-05Replaced R_printf() with debug() and warning(). There are still a couple ofTorbjörn Andersson
standard printf()s left, though. svn-id: r13791
2004-05-02Merged sysgfx.cpp and gfx.cpp to gfx.cppEugene Sandulenko
svn-id: r13726
2004-05-01Renamed files for consistencyEugene Sandulenko
svn-id: r13725
2004-05-01Proper #includes everywhereEugene Sandulenko
Improved game detector svn-id: r13724
2004-05-01All graphics and input now is in OSystem.Eugene Sandulenko
Only timers left. svn-id: r13723
2004-05-01indentPaweł Kołodziejski
svn-id: r13708
2004-04-29fix another unitialised var useJonathan Gray
svn-id: r13675
2004-04-29Music.cpp objectizing.Eugene Sandulenko
Initial MIDI checkin, doesn't work svn-id: r13670
2004-04-29Voices are playedEugene Sandulenko
svn-id: r13668
2004-04-28Objectizing sound.cppEugene Sandulenko
svn-id: r13667
2004-04-28Rename Snd object to SndResEugene Sandulenko
svn-id: r13665
2004-04-28Objectize sndres.cppEugene Sandulenko
svn-id: r13664
2004-04-28Removing 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-27cleanupMax Horn
svn-id: r13652
2004-04-25Fix 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-12Forgot 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-12WIP 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-22corrections to namespacesPaweł Kołodziejski
svn-id: r13362
2004-03-15Use Saga namespace everywhereEugene Sandulenko
svn-id: r13293
2004-03-14Initial SAGA checkinEugene Sandulenko
svn-id: r13281