aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-18Possible fix for bug #1874516 (QUEEN: Lockup on quit)Max Horn
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-26cleanupMax Horn
2007-12-26Fix for bug #1858080: FOTAQ: game terminates badlyMax Horn
2007-11-30indentationGregory Montoir
2007-11-30Indentation.Torbjörn Andersson
2007-11-21code conventionsGregory Montoir
2007-11-21use mutex to prevent race between MidiParser & MidiDriverGregory Montoir
2007-11-18added rjp1 module specific pattern playbackGregory Montoir
2007-11-15added support for Adlib tracksGregory Montoir
2007-11-05made CmdText a virtual class, so that language tweaks can be handled in subcl...Gregory Montoir
2007-11-05Sort the language ID bytes of the JAS Version String alphabetically, like the...Filippos Karapetis
2007-11-05Don't show a space after the "give" command in the Greek fan translated versi...Filippos Karapetis
2007-11-05Updated the check for the language byte of the JAS Version String to be 'g' f...Filippos Karapetis
2007-11-01Fixed compilationFilippos Karapetis
2007-11-01fix previous commitGregory Montoir
2007-11-01dont call trim(), which relies on isspace(), with specific game charset stringsGregory Montoir
2007-11-01Some changes to FOTAQ for the work in progress Greek translation in FR #17232...Filippos Karapetis
2007-09-30fix incomplete savestate prefixGregory Montoir
2007-09-27simplified queen savegame listing (removed marks array etc.)Gregory Montoir
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-09-10Lots of source code formatting correctionsMax Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-22Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_Max Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-06-22Get rid of FOTAQ's own KeyCode enum in favor of Common::KeyCode (attention: t...Max Horn
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-26Removing more semicolaMax Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-02Re-introduced Input::getMousePos and removed g_system-Gregory Montoir
2007-04-02This should make the game match the original DOS version speed.Gregory Montoir
2007-03-20enabled music volume changes in Amiga versionGregory Montoir
2007-03-18QUEEN: Make use of EventManager::getMousePosMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-16minor simplificationGregory Montoir
2007-03-16fixed volume slidebar display in journal, removed unused varGregory Montoir
2007-03-10Silence MSVC8 warnings.Eugene Sandulenko
2007-03-08Since the amiga version handle music very differently than the PC version, th...Gregory Montoir