Age | Commit message (Expand) | Author |
2004-12-17 | Even more paranoia, since the older ScummVM releases allowed speech_mute to b... | Joost Peters |
2004-12-17 | Simplify check. | Joost Peters |
2004-12-17 | Don't allow the user to enable speech for non-talkie versions. | Joost Peters |
2004-12-17 | Mute speech for floppy version as well. | Joost Peters |
2004-12-11 | Fix for bug #1083083 (QUEEN: journal bug), thanks for the patch, salty-horse | Max Horn |
2004-12-10 | New ARM call (PalmOS) | Chris Apers |
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann |
2004-12-06 | Cutaway code also handles some talking stuff... Updated this part too, to fix... | Gregory Montoir |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-12-03 | Minor cleanup, one more time. | Gregory Montoir |
2004-12-02 | simplified palette handling | Gregory Montoir |
2004-12-02 | enabled autosave | Gregory Montoir |
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static methods),... | Max Horn |
2004-11-30 | enabled savegame loading on startup | Gregory Montoir |
2004-11-28 | Fingolfin, I see what you mean about the volume control mess :) | Jerome Fisher |
2004-11-28 | - MIDI messages are now pre-processed and go through normal channel allocatio... | Jerome Fisher |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko |
2004-11-23 | cleanup, follow code conventions | Gregory Montoir |
2004-11-23 | sync queen engine with latest OSystem changes | Gregory Montoir |
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn |
2004-11-22 | possible fix for 'bug' #1034715 | Gregory Montoir |
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ob... | Max Horn |
2004-11-19 | added walkthrough | Paweł Kołodziejski |
2004-11-15 | change engine initialization as suggested on -devel | Gregory Montoir |
2004-11-10 | fix potiential memory leak | Gregory Montoir |
2004-11-10 | 'pack' the GameStateHeader, safer that way | Gregory Montoir |
2004-11-09 | Cleanup | Chris Apers |
2004-11-06 | Be more consistent with the other module.mk files. | Torbjörn Andersson |
2004-10-22 | Support MT-32 emu. | Eugene Sandulenko |
2004-10-18 | minor changes | Gregory Montoir |
2004-10-17 | fix intro glitch regression | Gregory Montoir |
2004-10-17 | plugged some memory leaks | Gregory Montoir |
2004-10-10 | make queen engine returning to the launcher when finished (next step: plug al... | Gregory Montoir |
2004-10-08 | cleanup ; follow the code conventions | Gregory Montoir |
2004-10-06 | Indentation fix | Torbjörn Andersson |
2004-10-06 | Updated comment | Chris Apers |
2004-10-06 | PalmOS : ARM optimization | Chris Apers |
2004-10-05 | fix ending credits glitch | Gregory Montoir |
2004-10-03 | merged FRAMES_JOE and FRAMES_JOE_XTRA | Gregory Montoir |
2004-10-03 | as pointed out by salty-horse, it's better to stop speech and sfx only when t... | Gregory Montoir |
2004-10-03 | cleanup | Gregory Montoir |
2004-10-01 | Use the SilentSound class for sfx/speech when sound output is not possible. | Joost Peters |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-26 | stop the current sfx from playing if a cutaway is cancelled | Gregory Montoir |
2004-09-25 | fix for bug #1034707 | Gregory Montoir |
2004-09-19 | add missing break | Gregory Montoir |
2004-09-12 | Fixed some other cases where the number of parameters to our message- | Torbjörn Andersson |
2004-08-26 | force screen update to update mouse pointer position (bug #1016446) | Gregory Montoir |