Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-21 | WinCE workaround to limit issues if the decoding is too slow | Nicolas Bacca | |
svn-id: r16220 | |||
2004-12-19 | oops | Gregory Montoir | |
svn-id: r16133 | |||
2004-12-19 | to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it ↵ | Gregory Montoir | |
actually belongs, I don't quite like the upcasts I introduced, but I don't know how to deal without them svn-id: r16132 | |||
2004-12-19 | Correct range | Travis Howell | |
svn-id: r16129 | |||
2004-12-19 | Off by one | Travis Howell | |
svn-id: r16127 | |||
2004-12-19 | Report unknown MD5's. I wonder, should we move the check after | Eugene Sandulenko | |
initSize() and thus have possibility to show up a window with the message? svn-id: r16124 | |||
2004-12-18 | Fix for bug #1087439 (Volume control regression) | Max Horn | |
svn-id: r16113 | |||
2004-12-17 | Reduce code size of resource.cpp to help PalmOS port, by moving util code to ↵ | Max Horn | |
a new file util.cpp and sound resource code to sound.cpp svn-id: r16105 | |||
2004-12-11 | change loadVOCFromStream to take a reference instead of a pointer (to a stream) | Max Horn | |
svn-id: r16035 | |||
2004-12-10 | New ARM call (PalmOS) | Chris Apers | |
svn-id: r16014 | |||
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann | |
svn-id: r16002 | |||
2004-12-08 | oops | Max Horn | |
svn-id: r15999 | |||
2004-12-06 | Only activate virtual keyboard when needed | Max Horn | |
svn-id: r15998 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-12-05 | this is just how watcom handles signed division | Gregory Montoir | |
svn-id: r15987 | |||
2004-12-03 | Fixed an Adlib regression with older games (e.g. EGA Loom, Indy 3 and | Torbjörn Andersson | |
Monkey VGA) that was introduced by a recent "multi MIDI" change. The "old Adlib" property was set too late in the iMUSE player, so the Adlib driver would always think the game was new. I've removed this property from the iMUSE player, since it's only function appeared to be to pass it on to the Adlib player, and now set it in the Adlib player directly instead. Also removed some remaining "multi MIDI" traces from the iMUSE player that I believe were obsoleted by the aforementioned "multi MIDI" change. svn-id: r15974 | |||
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static ↵ | Max Horn | |
methods), same for some other MIDI related stuff svn-id: r15968 | |||
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn | |
svn-id: r15950 | |||
2004-11-28 | Fix range check | Max Horn | |
svn-id: r15949 | |||
2004-11-28 | Trying to cleanup the volume control mess inside the SCUMM engine: renamed ↵ | Max Horn | |
MusicEngine::setMasterVolume to setMusicVolume; fixed iMuse to use the correct method for setMusicVolume (previously modified the iMuse internal volume control); hooked up the volume control of various other music engines; added ScummEngine::setupVolume method which can be called whenever volume settings change, and which gurantees that those are handled uniformly svn-id: r15944 | |||
2004-11-28 | Sync with HE docs md5s | Travis Howell | |
svn-id: r15936 | |||
2004-11-28 | correction | Gregory Montoir | |
svn-id: r15928 | |||
2004-11-28 | Fixing actor regression in The Dig caused by my previous changes | Max Horn | |
svn-id: r15927 | |||
2004-11-28 | Fix AKOS clipping issues at the left/right border of the screen (smooth ↵ | Max Horn | |
scrolling regression) svn-id: r15926 | |||
2004-11-28 | Print some camera info | Max Horn | |
svn-id: r15925 | |||
2004-11-27 | md5 update | Gregory Montoir | |
svn-id: r15924 | |||
2004-11-27 | Fix for bug #1067982 (DIG: Parallax scrolling in library semi-broken) | Max Horn | |
svn-id: r15923 | |||
2004-11-27 | fixed potiential problem in scumm save/load code | Gregory Montoir | |
svn-id: r15922 | |||
2004-11-27 | moved all the HE wiz stuff to a separate module, with minor cleanups and ↵ | Gregory Montoir | |
simplifications svn-id: r15921 | |||
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ↵ | Max Horn | |
SCUMM now uses the appendable stream directly svn-id: r15919 | |||
2004-11-27 | cleanup | Max Horn | |
svn-id: r15917 | |||
2004-11-27 | Use modern form of setupPremix | Max Horn | |
svn-id: r15915 | |||
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵ | Max Horn | |
some very specialised methods svn-id: r15914 | |||
2004-11-27 | To really, truly fix the multi-midi race condition, the adlib driver is now ↵ | Jerome Fisher | |
always created before iMuse initialisation. This necessitated removing the multimidi toggle from the debug console. svn-id: r15912 | |||
2004-11-27 | - driver being NULL there is perfectly fine, Fingolfin :) | Jerome Fisher | |
DCVS: ---------------------------------------------------------------------- svn-id: r15910 | |||
2004-11-27 | Make Array stuff part of the V6 engine class (note: it's a bit confusing to ↵ | Max Horn | |
have two different ArrayHeader structs, maybe we should rename them?) svn-id: r15909 | |||
2004-11-27 | Reduce code duplication | Max Horn | |
svn-id: r15908 | |||
2004-11-27 | Fixing some evil behaviour | Max Horn | |
svn-id: r15907 | |||
2004-11-27 | No longer stubs | Travis Howell | |
svn-id: r15906 | |||
2004-11-27 | Revert opcode EF merge, HE72 uses different array structure. | Travis Howell | |
svn-id: r15905 | |||
2004-11-27 | Don't use directory param of File::open unless you have to | Max Horn | |
svn-id: r15904 | |||
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-11-26 | paranoia | Max Horn | |
svn-id: r15900 | |||
2004-11-26 | The Adlib MidiDriver is now initialised immediately when it is determined ↵ | Jerome Fisher | |
that it may be used. Doing this lazily potentially deadlocked when using MT-32 emulation in mixed MIDI/Adlib mode. svn-id: r15899 | |||
2004-11-26 | renamed some HE opcodes and got rid of o72_unknownEF as it seems it was a ↵ | Gregory Montoir | |
duplicate of o70_unknownEF svn-id: r15896 | |||
2004-11-25 | Turn the v1 member in the costume renderers into a function local object ↵ | Max Horn | |
(used to be a member var) svn-id: r15887 | |||
2004-11-25 | Initialize variable to avoid warning and possibly undefined behaviour. | Torbjörn Andersson | |
svn-id: r15879 | |||
2004-11-24 | (Partial) fix for bug #1035690 (COMI: cannon shooting uses a lot of ↵ | Max Horn | |
performance) -- remember, busy waiting is almost always bad, esp. when waiting for another thread... svn-id: r15875 | |||
2004-11-24 | Some code transformations (no functional change) | Max Horn | |
svn-id: r15874 | |||
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 |