Age | Commit message (Expand) | Author |
2007-02-26 | some fixes for FOTAQ Amiga versions, cleanup | Gregory Montoir |
2007-02-25 | reduced code dup, Queen::LineReader -> SeekableReadStream::readLine | Gregory Montoir |
2007-02-25 | changed all hard-coded filenames to uppercase, for consistency | Gregory Montoir |
2007-02-25 | added AmigaSound::playRandomPatternJungle, minor cleanup | Gregory Montoir |
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir |
2007-02-22 | indentation | Gregory Montoir |
2007-02-22 | setup default colors for Amiga versions | Gregory Montoir |
2007-02-22 | some fixes with resource files handling for Amiga versions | Gregory Montoir |
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir |
2007-02-20 | cleanup | Max Horn |
2007-02-18 | added basic support for playing FOTAQ amiga modules files (rjp1) instead of M... | Gregory Montoir |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it see... | Gregory Montoir |
2007-02-13 | added missing MKID_BE macros | Gregory Montoir |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2006-11-24 | Fixed compile error in FLAC sound support. I haven't tested this. | Torbjörn Andersson |
2006-11-24 | simplification, removed some duplicated code | Gregory Montoir |
2006-11-24 | loadFile isn't called with useMalloc=true anymore, got rid of it | Gregory Montoir |
2006-11-23 | Fix for bug #1599393 - FOTAQ: clicks at the beginning of speech. English talk... | Gregory Montoir |
2006-11-19 | workaround bug #1599009 | Gregory Montoir |
2006-11-13 | Reverted previous commit to keep FotAQ from crashing. The LineReader class | Torbjörn Andersson |
2006-11-12 | once parsed, queen2.jas buffer can be free'd. | Gregory Montoir |
2006-11-12 | cleanup | Gregory Montoir |
2006-11-04 | rewrote FOTAQ game version detection code in a - if I didn't break anything -... | Gregory Montoir |
2006-11-03 | cleanup (got rid of the custom Language enum, re-used the one in the Common n... | Gregory Montoir |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-16 | * Added virtual Engine::getDebugger() method | Max Horn |
2006-09-16 | Overhaul of the debugger code | Max Horn |
2006-07-31 | * Added copyright string to all engine plugins | Max Horn |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all game... | Johannes Schickel |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Added OSystem::setFocusRectangle (first part of Nintendo DS patch) | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson |
2006-06-10 | fix CE port | Kostas Nakos |
2006-05-30 | Workaround bug #1497280. | Gregory Montoir |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn |
2006-05-04 | Set speech_mute/sfx_mute/music_mute values in one single central place | Max Horn |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-29 | * Changed the createEngine() factory function of our plugins to return an err... | Max Horn |
2006-04-17 | Moved updateScreen() into delay() for smoother mouse cursor movement. This may | Torbjörn Andersson |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |