Age | Commit message (Expand) | Author |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Code formatting fixes | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-09-10 | Lots of source code formatting corrections | Max Horn |
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers |
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It n... | David Corrales |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-22 | Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_ | Max Horn |
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn |
2007-06-22 | Changed more code to use Common::KEYCODE_ enum | Max Horn |
2007-06-22 | Get rid of FOTAQ's own KeyCode enum in favor of Common::KeyCode (attention: t... | Max Horn |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-26 | Removing more semicola | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-02 | Re-introduced Input::getMousePos and removed g_system- | Gregory Montoir |
2007-04-02 | This should make the game match the original DOS version speed. | Gregory Montoir |
2007-03-20 | enabled music volume changes in Amiga version | Gregory Montoir |
2007-03-18 | QUEEN: Make use of EventManager::getMousePos | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-16 | minor simplification | Gregory Montoir |
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir |
2007-03-10 | Silence MSVC8 warnings. | Eugene Sandulenko |
2007-03-08 | Since the amiga version handle music very differently than the PC version, th... | Gregory Montoir |
2007-03-02 | only request the user to update the queen.tbl if the game she/he's trying to ... | Gregory Montoir |
2007-03-02 | added other code differences for Amiga FOTAQ versions, full game is now compl... | Gregory Montoir |
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 |