Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | cleanup | Max Horn | |
svn-id: r30777 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't ↵ | Jordi Vilalta Prat | |
use the AdvancedDetector). svn-id: r30752 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-18 | Possible fix for bug #1874516 (QUEEN: Lockup on quit) | Max Horn | |
svn-id: r30551 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-26 | cleanup | Max Horn | |
svn-id: r30005 | |||
2007-12-26 | Fix for bug #1858080: FOTAQ: game terminates badly | Max Horn | |
svn-id: r29996 | |||
2007-11-30 | indentation | Gregory Montoir | |
svn-id: r29671 | |||
2007-11-30 | Indentation. | Torbjörn Andersson | |
svn-id: r29660 | |||
2007-11-21 | code conventions | Gregory Montoir | |
svn-id: r29595 | |||
2007-11-21 | use mutex to prevent race between MidiParser & MidiDriver | Gregory Montoir | |
svn-id: r29594 | |||
2007-11-18 | added rjp1 module specific pattern playback | Gregory Montoir | |
svn-id: r29559 | |||
2007-11-15 | added support for Adlib tracks | Gregory Montoir | |
svn-id: r29509 | |||
2007-11-05 | made CmdText a virtual class, so that language tweaks can be handled in ↵ | Gregory Montoir | |
subclasses. svn-id: r29424 | |||
2007-11-05 | Sort the language ID bytes of the JAS Version String alphabetically, like ↵ | Filippos Karapetis | |
they are in the queen page of the ScummVM wiki svn-id: r29421 | |||
2007-11-05 | Don't show a space after the "give" command in the Greek fan translated ↵ | Filippos Karapetis | |
version of FOTAQ svn-id: r29420 | |||
2007-11-05 | Updated the check for the language byte of the JAS Version String to be 'g' ↵ | Filippos Karapetis | |
for the Greek fan translation and 'R' for the Russian fan translation (according to the Queen engine page in the ScummVM wiki) svn-id: r29419 | |||
2007-11-01 | Fixed compilation | Filippos Karapetis | |
svn-id: r29368 | |||
2007-11-01 | fix previous commit | Gregory Montoir | |
svn-id: r29367 | |||
2007-11-01 | dont call trim(), which relies on isspace(), with specific game charset strings | Gregory Montoir | |
svn-id: r29365 | |||
2007-11-01 | Some changes to FOTAQ for the work in progress Greek translation in FR ↵ | Filippos Karapetis | |
#1723255 - "FOTAQ code modifications (mostly for greek translation)": - Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360 | |||
2007-09-30 | fix incomplete savestate prefix | Gregory Montoir | |
svn-id: r29138 | |||
2007-09-27 | simplified queen savegame listing (removed marks array etc.) | Gregory Montoir | |
svn-id: r29111 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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 |