aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-03-18Fixed bug that caused the music to stop. I don't know if this is a regression,Torbjörn Andersson
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-18more formattingNicola Mettifogo
2007-03-18formattingNicola Mettifogo
2007-03-18broke down huge runDialogue in more manageable chunksNicola Mettifogo
2007-03-18Oops.Torbjörn Andersson
2007-03-18Bug fixed: inventory wasn't refreshed when loading a savegame if character wa...Nicola Mettifogo
2007-03-18fixed usage of reference operatorNicola Mettifogo
2007-03-17Repaired/Corrected the MD5 listSven Hesse
2007-03-17added getRect() to Zone to slightly simplify hitZone condition checkNicola Mettifogo
2007-03-17added translate() to ZoneNicola Mettifogo
2007-03-17renamed structures to be more generalNicola Mettifogo
2007-03-17added getters for width and height in Zone and AnimationNicola Mettifogo
2007-03-17split Zone::_oldPosition in two membersNicola Mettifogo
2007-03-17Flattened anonymous union in Zone. Its members have been partially merged.Nicola Mettifogo
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17cleanupNicola Mettifogo
2007-03-17Add Spanish bargon MD5 as pointed in bugreport Eugene Sandulenko
2007-03-17SKY: Changed Control class to use event manager for mouse coord tracking, and...Max Horn
2007-03-17SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, tooMax Horn
2007-03-17Allow synthetic events in dialog windows, e.g. so you can use keyboard repeatTorbjörn Andersson
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17Allow using the left/right keys to select button in a selection box. (SelectionTorbjörn Andersson
2007-03-17cleanupNicola Mettifogo
2007-03-17oops forgot to commit changes for CommandNicola Mettifogo
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...Nicola Mettifogo
2007-03-17Use the new getButtonState() function to test if the mouse button is stillTorbjörn Andersson
2007-03-17minor cleanupNicola Mettifogo
2007-03-17renamed freeCharacterFrames() to freeCharacter() for consistencyNicola Mettifogo
2007-03-17some renaming to shorten linesNicola Mettifogo
2007-03-17gathered character related stuff into a new struct Character, and modified ca...Nicola Mettifogo
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-17Got rid of Lure::SystemMax Horn
2007-03-16Basic support for Amiga MSC files.Johannes Schickel
2007-03-16added md5 for spanish version of Touche (tracker item #1681643)Gregory Montoir
2007-03-16minor simplificationGregory Montoir
2007-03-16fixed volume slidebar display in journal, removed unused varGregory Montoir
2007-03-16removed a leftover extern statement causing link errors on some platformsNicola Mettifogo
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx acc...Nicola Mettifogo
2007-03-14removed explicit references to kMask0 since there is only 1 mask availableNicola Mettifogo
2007-03-14some slight refactoringNicola Mettifogo
2007-03-14removed dead codeNicola Mettifogo
2007-03-14implemented clipping using Common::Rect::clipNicola Mettifogo
2007-03-14Fixed bug #1507835 (BASS: Control panel text differences from the original)Max Horn
2007-03-14Add recent walk box changes to SCUMM0 too.Travis Howell
2007-03-14Update error messages in loadModule().Travis Howell
2007-03-14Fix for bug #1656880 (BASS: mouse initialized wrong in control panel)Max Horn
2007-03-13enforced use of Common::Rect on all graphic routinesNicola Mettifogo
2007-03-13removed special case of Graphics::copyRect in favor of more general codeNicola Mettifogo