Age | Commit message (Expand) | Author |
2007-03-19 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo |
2007-03-19 | added member initialization | Nicola Mettifogo |
2007-03-19 | deleted some dead code | Nicola Mettifogo |
2007-03-19 | Added FIXME note into the gob code (it tries to write into datafiles, which m... | Max Horn |
2007-03-19 | Remove duplicate code, for clipping of mouse position. | Travis Howell |
2007-03-18 | updating shake.screen warning/comment to reflect that AGIPAL uses it, and not... | Matthew Hoops |
2007-03-18 | adding GF_AGIPAL to those games which have that feature (the ones with pal.10... | Matthew Hoops |
2007-03-18 | Fixed warning: warning: base class 'struct Parallaction::Node' should be expl... | Max Horn |
2007-03-18 | Allows cross compiling for windows with mingw32. | Johannes Schickel |
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn |
2007-03-18 | Made loadStatic return a new StaticCnv instead of accepting a parameter. All ... | Nicola Mettifogo |
2007-03-18 | Made loadFrames return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames() | Nicola Mettifogo |
2007-03-18 | changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram... | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed code to use WalkNode constructors | Nicola Mettifogo |
2007-03-18 | - Made global Node's (_zones, _animations, _helperNode) and the functions usi... | Nicola Mettifogo |
2007-03-18 | Fix for bug #1683111 (PSP: unable to build latest svn version 26210) | Max Horn |
2007-03-18 | QUEEN: Make use of EventManager::getMousePos | Max Horn |
2007-03-18 | SAGA: Make use of EventManager::getMousePos | Max Horn |
2007-03-18 | CINE: Make use of EventManager::getMousePos | Max Horn |
2007-03-18 | KYRA: Changed to use EventManager::getMousePos (should improve some things: t... | Max Horn |
2007-03-18 | GOB: use EventManager::getMousePos and some cleanup | Max Horn |
2007-03-18 | Fixed bug #1678349: BASS: music is off, but drum track plays | Robert Göffringmann |
2007-03-18 | More AGOSEngine::waitForInput refactoring | Max Horn |
2007-03-18 | hidden _cnv member of Animation from callers | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo |
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo |
2007-03-18 | converted walk routines to use Common::Point | Nicola Mettifogo |
2007-03-18 | minor cleanup | Robert Göffringmann |
2007-03-18 | Fixed various gui strings in German floppy. | Johannes Schickel |
2007-03-18 | Refactoring AGOSEngine::waitForInput some more (in baby steps, so that if I b... | Max Horn |
2007-03-18 | Fixed control panel sliders. | Torbjörn Andersson |
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 |