Age | Commit message (Expand) | Author |
2007-03-21 | adding AGIPAL support (for changing palettes in some fan games) Patch:1684685 | Matthew Hoops |
2007-03-21 | got rid of cryptic pseudo-boolean variable in buildWalkPath | Nicola Mettifogo |
2007-03-21 | Added some items to NEWS, and tried to unify the style a bit (ideally, I'd li... | Max Horn |
2007-03-20 | enabled music volume changes in Amiga version | Gregory Montoir |
2007-03-20 | - more cleanup | Johannes Schickel |
2007-03-20 | Little cleanup. | Johannes Schickel |
2007-03-20 | replaced some x,y/left,top pairs with Common::Point | Nicola Mettifogo |
2007-03-20 | Added default-events.cpp to Symbian makefile | Lars Persson |
2007-03-20 | some refactoring for walking code | Nicola Mettifogo |
2007-03-20 | Make sure Track::soundHandle is always initialize, and added a FIXME (see als... | Max Horn |
2007-03-20 | Change IMuseDigital::stopAllSounds to simply do what it names suggest, i.e. s... | Max Horn |
2007-03-20 | Undoing my previous (upon closer review, bogus) change to IMuseDigital::refre... | Max Horn |
2007-03-20 | Correct error message | Max Horn |
2007-03-20 | oops | Max Horn |
2007-03-20 | Fix a potential race condition (leading to lockups) in IMuseDigital::refreshS... | Max Horn |
2007-03-20 | cleanup | Max Horn |
2007-03-20 | Major clean-up, including: | Sven Hesse |
2007-03-19 | final version of runDialogue | Nicola Mettifogo |
2007-03-19 | applied De Morgan's law to an expression to expose similarities | Nicola Mettifogo |
2007-03-19 | fixed bug from first decompile | Nicola Mettifogo |
2007-03-19 | Added FIXME comment to CINE regarding an odd warning in processSeqListElement | Max Horn |
2007-03-19 | refactoring of the main loop of runDialogue, now in a decent shape | Nicola Mettifogo |
2007-03-19 | a bit of refactoring for dialogue code | Nicola Mettifogo |
2007-03-19 | removed most useless (paranoid) debugC | Nicola Mettifogo |
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 |