Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko | |
There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873 | |||
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn | |
svn-id: r15865 | |||
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ↵ | Max Horn | |
objections) svn-id: r15849 | |||
2004-11-20 | I'm told that the FM music file sounds terrible with MT-32 and that the | Torbjörn Andersson | |
MT-32 is perfectly capable of playing General MIDI. My new guess is that the FM file is for Adlib instead. It certainly sounds better - but quite different - than playing the GM track through Adlib. svn-id: r15846 | |||
2004-11-19 | init walkthrough dialog later | Paweł Kołodziejski | |
svn-id: r15841 | |||
2004-11-19 | fixed missed ctrl key handle, and missed create() walklthrough call | Paweł Kołodziejski | |
svn-id: r15840 | |||
2004-11-19 | added walkthrough | Paweł Kołodziejski | |
svn-id: r15835 | |||
2004-11-19 | Added music to the partial IHNM intro. I think I picked the correct tune, | Torbjörn Andersson | |
but I can't be absolutely sure. I'm also not sure if I'm using the correct music data. I'm fairly sure that the MUSICGM.RES file is the appropriate choice for "General MIDI", but I have no way of verifying that the MUSICFM.RES is really the right choice for MT-32. (Is either of them a good choice for Adlib, or are they both equally bad?) svn-id: r15831 | |||
2004-11-18 | Make IHNM default be 1x scaler. | Eugene Sandulenko | |
svn-id: r15829 | |||
2004-11-15 | o Make GAME_GetFileContext() more object-like | Eugene Sandulenko | |
o Font::loadFont() now normally survives zero-length fonts as used in demos o Removed unused SndRes::ITEVOC_Resample() o Fixed playing of voice #4 on old DOS targets o Implemented playing voices in VOX (Oki ADPCM) format o Support of Win32 and Linux demos. There was old-style Win32 demo, which is not supported yet, same is with DOS demo. svn-id: r15814 | |||
2004-11-07 | Initial inventory support. | Torbjörn Andersson | |
svn-id: r15723 | |||
2004-10-27 | removed R_ prefix with few r_ too | Paweł Kołodziejski | |
svn-id: r15690 | |||
2004-10-21 | Better support of MT-32. | Eugene Sandulenko | |
svn-id: r15636 | |||
2004-10-12 | Added support for digitized music, plus some other music-related fixes. | Torbjörn Andersson | |
Note that I've only tried this with the music.rsc file from the full Linux version. It seems likely that the Mac version uses the same file format, but I have no way of verifying this. I'm told the demos use compressed audio, so the music files from them probably won't work yet. svn-id: r15527 | |||
2004-10-08 | Prevent double slash in path | Chris Apers | |
svn-id: r15473 | |||
2004-10-07 | Turn ObjectMap into real object. | Eugene Sandulenko | |
svn-id: r15457 | |||
2004-10-07 | Remove duplicated code in actor walk code. | Eugene Sandulenko | |
Turn ActionMap into real object. Rename ActionMap variables to conform our code guidelines. svn-id: r15456 | |||
2004-10-01 | Set up file paths to handle the differences between the file layout of the | Torbjörn Andersson | |
Windows and Linux versions. (TODO: Handle game detection.) Added preliminary support for the P2_A.aif file that the Linux version uses, where the Windows version uses p2_a.voc. Someone will have to verify the actual format of it, and we have a silly bug in playVoice() which will have to be fixed before things work properly. svn-id: r15365 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-08-27 | R_GAMETYPE -> GID, remove unused supported flag and trim some unused bits of ↵ | Jonathan Gray | |
GAME svn-id: r14793 | |||
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 |