aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-03-18Fixed bug #1678349: BASS: music is off, but drum track playsRobert Göffringmann
2007-03-18More AGOSEngine::waitForInput refactoringMax Horn
2007-03-18hidden _cnv member of Animation from callersNicola Mettifogo
2007-03-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
2007-03-18converted DoorData and Zone to Common::PointNicola Mettifogo
2007-03-18converted input and labels to Common::PointNicola Mettifogo
2007-03-18converted walk routines to use Common::PointNicola Mettifogo
2007-03-18minor cleanupRobert Göffringmann
2007-03-18Fixed various gui strings in German floppy.Johannes Schickel
2007-03-18Refactoring AGOSEngine::waitForInput some more (in baby steps, so that if I b...Max Horn
2007-03-18Fixed control panel sliders.Torbjörn Andersson
2007-03-18Applied eriktorbjorn's patch for bug #1657466:Robert Göffringmann
2007-03-18Refactoring AGOSEngine::waitForInput a bit (by resolving gotos)Max Horn
2007-03-18Changed AGOS to use the EventManager to track the mouse position; added a FIX...Max Horn
2007-03-18Let the event manager keep track of the mouse position.Torbjörn Andersson
2007-03-18- little 'cleanup'Johannes Schickel
2007-03-18Made loadFont return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadObjects return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18- made loadPointer return a new StaticCnv instead of accepting a parameter. Nicola Mettifogo
2007-03-18Made loadHead return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadTalk return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Removed old and commented hack code for Dino in the museum location.Nicola Mettifogo
2007-03-18extracted more code from runDialogue and renamed some key variablesNicola Mettifogo
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