Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn | |
svn-id: r28111 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales | |
svn-id: r27681 | |||
2007-06-22 | Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_ | Max Horn | |
svn-id: r27628 | |||
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn | |
svn-id: r27625 | |||
2007-06-22 | Changed more code to use Common::KEYCODE_ enum | Max Horn | |
svn-id: r27624 | |||
2007-06-22 | Get rid of FOTAQ's own KeyCode enum in favor of Common::KeyCode (attention: ↵ | Max Horn | |
the F12 quickload hotkey used to be incorrectly mapped to F6, this change 'fixes' that) svn-id: r27623 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-04-02 | Re-introduced Input::getMousePos and removed g_system- | Gregory Montoir | |
svn-id: r26372 | |||
2007-04-02 | This should make the game match the original DOS version speed. | Gregory Montoir | |
svn-id: r26371 | |||
2007-03-20 | enabled music volume changes in Amiga version | Gregory Montoir | |
svn-id: r26265 | |||
2007-03-18 | QUEEN: Make use of EventManager::getMousePos | Max Horn | |
svn-id: r26224 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-16 | minor simplification | Gregory Montoir | |
svn-id: r26150 | |||
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir | |
svn-id: r26149 | |||
2007-03-10 | Silence MSVC8 warnings. | Eugene Sandulenko | |
svn-id: r26062 | |||
2007-03-08 | Since the amiga version handle music very differently than the PC version, ↵ | Gregory Montoir | |
the existing Music and MusicPlayer classes have been merged to a single MidiMusic class, simplifying code a bit. svn-id: r26033 | |||
2007-03-02 | only request the user to update the queen.tbl if the game she/he's trying to ↵ | Gregory Montoir | |
play really *requires* it. svn-id: r25944 | |||
2007-03-02 | added other code differences for Amiga FOTAQ versions, full game is now ↵ | Gregory Montoir | |
completable under ScummVM svn-id: r25941 | |||
2007-02-26 | some fixes for FOTAQ Amiga versions, cleanup | Gregory Montoir | |
svn-id: r25886 | |||
2007-02-25 | reduced code dup, Queen::LineReader -> SeekableReadStream::readLine | Gregory Montoir | |
svn-id: r25871 | |||
2007-02-25 | changed all hard-coded filenames to uppercase, for consistency | Gregory Montoir | |
svn-id: r25862 | |||
2007-02-25 | added AmigaSound::playRandomPatternJungle, minor cleanup | Gregory Montoir | |
svn-id: r25860 | |||
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25825 | |||
2007-02-22 | indentation | Gregory Montoir | |
svn-id: r25787 | |||
2007-02-22 | setup default colors for Amiga versions | Gregory Montoir | |
svn-id: r25786 | |||
2007-02-22 | some fixes with resource files handling for Amiga versions | Gregory Montoir | |
svn-id: r25785 | |||
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25769 | |||
2007-02-20 | cleanup | Max Horn | |
svn-id: r25753 | |||
2007-02-18 | added basic support for playing FOTAQ amiga modules files (rjp1) instead of ↵ | Gregory Montoir | |
MIDI (code is currently #ifdef'ed out). svn-id: r25707 | |||
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just ↵ | Max Horn | |
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660 | |||
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it ↵ | Gregory Montoir | |
seems parallaction/parser.cpp code re-use them too svn-id: r25564 | |||
2007-02-13 | added missing MKID_BE macros | Gregory Montoir | |
svn-id: r25560 | |||
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn | |
(implying change of semantics) * Reordered the params of Mixer::playRaw (the SoundType now comes first, not last) * Removed Mixer::isPaused * Removed Mixer::getSoundElapsedTimeOfSoundID * Added some doxygen comments to the Mixer svn-id: r25356 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2006-11-24 | Fixed compile error in FLAC sound support. I haven't tested this. | Torbjörn Andersson | |
svn-id: r24784 | |||
2006-11-24 | simplification, removed some duplicated code | Gregory Montoir | |
svn-id: r24783 | |||
2006-11-24 | loadFile isn't called with useMalloc=true anymore, got rid of it | Gregory Montoir | |
svn-id: r24782 | |||
2006-11-23 | Fix for bug #1599393 - FOTAQ: clicks at the beginning of speech. English ↵ | Gregory Montoir | |
talkie version (and probably others) has 2 different .SB file formats, with a different size for the header data. Added code to detect that. svn-id: r24775 | |||
2006-11-19 | workaround bug #1599009 | Gregory Montoir | |
svn-id: r24743 |