aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-20Change IMuseDigital::stopAllSounds to simply do what it names suggest, i.e. s...Max Horn
2007-03-20Undoing my previous (upon closer review, bogus) change to IMuseDigital::refre...Max Horn
2007-03-20Correct error messageMax Horn
2007-03-20oopsMax Horn
2007-03-20Fix a potential race condition (leading to lockups) in IMuseDigital::refreshS...Max Horn
2007-03-20cleanupMax Horn
2007-03-20Major clean-up, including:Sven Hesse
2007-03-19final version of runDialogueNicola Mettifogo
2007-03-19applied De Morgan's law to an expression to expose similaritiesNicola Mettifogo
2007-03-19fixed bug from first decompileNicola Mettifogo
2007-03-19Added FIXME comment to CINE regarding an odd warning in processSeqListElementMax Horn
2007-03-19refactoring of the main loop of runDialogue, now in a decent shapeNicola Mettifogo
2007-03-19a bit of refactoring for dialogue codeNicola Mettifogo
2007-03-19removed most useless (paranoid) debugCNicola Mettifogo
2007-03-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
2007-03-19added member initializationNicola Mettifogo
2007-03-19deleted some dead codeNicola Mettifogo
2007-03-19Added FIXME note into the gob code (it tries to write into datafiles, which m...Max Horn
2007-03-19Remove duplicate code, for clipping of mouse position.Travis Howell
2007-03-18updating shake.screen warning/comment to reflect that AGIPAL uses it, and not...Matthew Hoops
2007-03-18adding GF_AGIPAL to those games which have that feature (the ones with pal.10...Matthew Hoops
2007-03-18Fixed warning: warning: base class 'struct Parallaction::Node' should be expl...Max Horn
2007-03-18Allows cross compiling for windows with mingw32.Johannes Schickel
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
2007-03-18Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...Nicola Mettifogo
2007-03-18Made loadFrames return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames()Nicola Mettifogo
2007-03-18changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram...Nicola Mettifogo
2007-03-18- added constructors for most structsNicola Mettifogo
2007-03-18changed code to use WalkNode constructorsNicola Mettifogo
2007-03-18- Made global Node's (_zones, _animations, _helperNode) and the functions usi...Nicola Mettifogo
2007-03-18Fix for bug #1683111 (PSP: unable to build latest svn version 26210)Max Horn
2007-03-18QUEEN: Make use of EventManager::getMousePosMax Horn
2007-03-18SAGA: Make use of EventManager::getMousePosMax Horn
2007-03-18CINE: Make use of EventManager::getMousePosMax Horn
2007-03-18KYRA: Changed to use EventManager::getMousePos (should improve some things: t...Max Horn
2007-03-18GOB: use EventManager::getMousePos and some cleanupMax Horn
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