Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-18 | CINE: Make use of EventManager::getMousePos | Max Horn | |
svn-id: r26222 | |||
2007-03-18 | KYRA: Changed to use EventManager::getMousePos (should improve some things: ↵ | Max Horn | |
the old code did not properly track the mouse upon click events, and KyraEngine::waitForEvent ignored _flags.useHiResOverlay) svn-id: r26221 | |||
2007-03-18 | GOB: use EventManager::getMousePos and some cleanup | Max Horn | |
svn-id: r26220 | |||
2007-03-18 | Fixed bug #1678349: BASS: music is off, but drum track plays | Robert Göffringmann | |
svn-id: r26219 | |||
2007-03-18 | More AGOSEngine::waitForInput refactoring | Max Horn | |
svn-id: r26218 | |||
2007-03-18 | hidden _cnv member of Animation from callers | Nicola Mettifogo | |
svn-id: r26217 | |||
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo | |
svn-id: r26215 | |||
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo | |
svn-id: r26214 | |||
2007-03-18 | converted walk routines to use Common::Point | Nicola Mettifogo | |
svn-id: r26213 | |||
2007-03-18 | minor cleanup | Robert Göffringmann | |
svn-id: r26212 | |||
2007-03-18 | Fixed various gui strings in German floppy. | Johannes Schickel | |
svn-id: r26211 | |||
2007-03-18 | Refactoring AGOSEngine::waitForInput some more (in baby steps, so that if I ↵ | Max Horn | |
break something, it'll be easier to figure out at which point I did it :) svn-id: r26210 | |||
2007-03-18 | Fixed control panel sliders. | Torbjörn Andersson | |
svn-id: r26209 | |||
2007-03-18 | Applied eriktorbjorn's patch for bug #1657466: | Robert Göffringmann | |
"BASS: wrong music slider behavior" and did some cleanup. svn-id: r26208 | |||
2007-03-18 | Refactoring AGOSEngine::waitForInput a bit (by resolving gotos) | Max Horn | |
svn-id: r26207 | |||
2007-03-18 | Changed AGOS to use the EventManager to track the mouse position; added a ↵ | Max Horn | |
FIXME comment about _mouseOld never being set svn-id: r26206 | |||
2007-03-18 | Let the event manager keep track of the mouse position. | Torbjörn Andersson | |
svn-id: r26205 | |||
2007-03-18 | - little 'cleanup' | Johannes Schickel | |
- finished MSC file support for Amiga version svn-id: r26204 | |||
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26203 | |||
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26202 | |||
2007-03-18 | - made loadPointer return a new StaticCnv instead of accepting a parameter. | Nicola Mettifogo | |
- adjusted Gfx code handling mouse pointers. svn-id: r26201 | |||
2007-03-18 | Made loadHead return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26200 | |||
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26199 | |||
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo | |
svn-id: r26198 | |||
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo | |
svn-id: r26197 | |||
2007-03-18 | Fixed bug that caused the music to stop. I don't know if this is a regression, | Torbjörn Andersson | |
or it if was just luck that it worked before. svn-id: r26196 | |||
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo | |
svn-id: r26195 | |||
2007-03-18 | more formatting | Nicola Mettifogo | |
svn-id: r26194 | |||
2007-03-18 | formatting | Nicola Mettifogo | |
svn-id: r26193 | |||
2007-03-18 | broke down huge runDialogue in more manageable chunks | Nicola Mettifogo | |
svn-id: r26192 | |||
2007-03-18 | Oops. | Torbjörn Andersson | |
svn-id: r26191 | |||
2007-03-18 | Bug fixed: inventory wasn't refreshed when loading a savegame if character ↵ | Nicola Mettifogo | |
was not switched. To make things clearer, character are now forced to reload all of their data on switch/load. svn-id: r26190 | |||
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo | |
svn-id: r26189 | |||
2007-03-18 | adding key scanning functions compatible with ScummVM's IPC | Neil Millstone | |
svn-id: r26188 | |||
2007-03-17 | Repaired/Corrected the MD5 list | Sven Hesse | |
svn-id: r26187 | |||
2007-03-17 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo | |
svn-id: r26186 | |||
2007-03-17 | added translate() to Zone | Nicola Mettifogo | |
svn-id: r26185 | |||
2007-03-17 | renamed structures to be more general | Nicola Mettifogo | |
svn-id: r26184 | |||
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo | |
svn-id: r26183 | |||
2007-03-17 | split Zone::_oldPosition in two members | Nicola Mettifogo | |
svn-id: r26182 | |||
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo | |
svn-id: r26181 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | cleanup | Nicola Mettifogo | |
svn-id: r26179 | |||
2007-03-17 | Add Spanish bargon MD5 as pointed in bugreport | Eugene Sandulenko | |
#1681649: "MD5: BARGON ATTACK Spanish" svn-id: r26178 | |||
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, ↵ | Max Horn | |
and also made it respect the SF_MOUSE_LOCKED flag svn-id: r26177 | |||
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn | |
svn-id: r26176 | |||
2007-03-17 | Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat | Torbjörn Andersson | |
when scrolling the list of savegames. svn-id: r26175 | |||
2007-03-17 | Don't track the modifier state, use the eventmanager instead (this also ↵ | Max Horn | |
fixes bug #1657322, GUI: 'Mass Add' button text does not revert after mass add) svn-id: r26174 | |||
2007-03-17 | use _ prefix for member vars, as per our code formatting conventions | Max Horn | |
svn-id: r26173 |