Age | Commit message (Expand) | Author |
2007-03-18 | Applied eriktorbjorn's patch for bug #1657466: | Robert Göffringmann |
2007-03-18 | Refactoring AGOSEngine::waitForInput a bit (by resolving gotos) | Max Horn |
2007-03-18 | Changed AGOS to use the EventManager to track the mouse position; added a FIX... | Max Horn |
2007-03-18 | Let the event manager keep track of the mouse position. | Torbjörn Andersson |
2007-03-18 | - little 'cleanup' | Johannes Schickel |
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made 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-18 | Made loadHead return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo |
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo |
2007-03-18 | Fixed bug that caused the music to stop. I don't know if this is a regression, | Torbjörn Andersson |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | more formatting | Nicola Mettifogo |
2007-03-18 | formatting | Nicola Mettifogo |
2007-03-18 | broke down huge runDialogue in more manageable chunks | Nicola Mettifogo |
2007-03-18 | Oops. | Torbjörn Andersson |
2007-03-18 | Bug fixed: inventory wasn't refreshed when loading a savegame if character wa... | Nicola Mettifogo |
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo |
2007-03-18 | adding key scanning functions compatible with ScummVM's IPC | Neil Millstone |
2007-03-17 | Repaired/Corrected the MD5 list | Sven Hesse |
2007-03-17 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo |
2007-03-17 | added translate() to Zone | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo |
2007-03-17 | split Zone::_oldPosition in two members | Nicola Mettifogo |
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | Add Spanish bargon MD5 as pointed in bugreport | Eugene Sandulenko |
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, and... | Max Horn |
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn |
2007-03-17 | Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat | Torbjörn Andersson |
2007-03-17 | Don't track the modifier state, use the eventmanager instead (this also fixes... | Max Horn |
2007-03-17 | use _ prefix for member vars, as per our code formatting conventions | Max Horn |
2007-03-17 | Mention keyboard repeat change. | Torbjörn Andersson |
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | cleanup | Max Horn |
2007-03-17 | Allow using the left/right keys to select button in a selection box. (Selection | Torbjörn Andersson |
2007-03-17 | recent changes to projects | Nicola Mettifogo |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | oops forgot to commit changes for Command | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
2007-03-17 | Added class NonCopyable, and made various things derive from it | Max Horn |
2007-03-17 | Use the new getButtonState() function to test if the mouse button is still | Torbjörn Andersson |
2007-03-17 | minor cleanup | Nicola Mettifogo |
2007-03-17 | renamed freeCharacterFrames() to freeCharacter() for consistency | Nicola Mettifogo |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |