aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-03-17cleanupNicola Mettifogo
2007-03-17cleanupNicola Mettifogo
2007-03-17oops forgot to commit changes for CommandNicola Mettifogo
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...Nicola Mettifogo
2007-03-17minor cleanupNicola Mettifogo
2007-03-17renamed freeCharacterFrames() to freeCharacter() for consistencyNicola Mettifogo
2007-03-17some renaming to shorten linesNicola Mettifogo
2007-03-17gathered character related stuff into a new struct Character, and modified ca...Nicola Mettifogo
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-16removed a leftover extern statement causing link errors on some platformsNicola Mettifogo
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx acc...Nicola Mettifogo
2007-03-14removed explicit references to kMask0 since there is only 1 mask availableNicola Mettifogo
2007-03-14some slight refactoringNicola Mettifogo
2007-03-14removed dead codeNicola Mettifogo
2007-03-14implemented clipping using Common::Rect::clipNicola Mettifogo
2007-03-13enforced use of Common::Rect on all graphic routinesNicola Mettifogo
2007-03-13removed special case of Graphics::copyRect in favor of more general codeNicola Mettifogo
2007-03-13removed pointless dependenciesNicola Mettifogo
2007-03-13Moved inventory surface management into inventory.cpp, thus removing Graphics...Nicola Mettifogo
2007-03-13cleanupNicola Mettifogo
2007-03-13made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uplesNicola Mettifogo
2007-03-12oops forgot to add a fileNicola Mettifogo
2007-03-12moved background path buffer management into walk.cppNicola Mettifogo
2007-03-12removed useless routines (maybe leftovers from the amiga conversion)Nicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-12got rid of remaining uses of kBit3 in MenuNicola Mettifogo
2007-03-12The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...Nicola Mettifogo
2007-03-12overall revision of selectCharacter (protection code) to remove usage of Stat...Nicola Mettifogo
2007-03-11oopsNicola Mettifogo
2007-03-11fixed bug: loading a game from the start menu doesn't lead to a crash anymoreNicola Mettifogo
2007-03-11Disk is now completely responsible for retrieving localized location scriptsNicola Mettifogo
2007-03-11removed some dead code and formattingNicola Mettifogo
2007-03-11fixed bug: now considering Array's ability to shift values when removing elem...Nicola Mettifogo
2007-03-11wrapped active location data into a new structureNicola Mettifogo
2007-03-11changed changeLocation to use StringList instead of multiple nested if'sNicola Mettifogo
2007-03-11some simplification for changeLocationNicola Mettifogo
2007-03-11added comment to changeLocationNicola Mettifogo
2007-03-11some refactoring for music managementNicola Mettifogo
2007-03-11should stop Q's Visual Studio from complainingNicola Mettifogo
2007-03-11cleanupNicola Mettifogo
2007-03-11more refactoringNicola Mettifogo
2007-03-10changed kEngineMiniDonna to a more appropriate kEngineTransformedDonnaNicola Mettifogo
2007-03-10simplified character mode handlingNicola Mettifogo
2007-03-10some refactoringNicola Mettifogo
2007-03-10commented nasty hack in the original codeNicola Mettifogo
2007-03-10fixed old reimplementation bugNicola Mettifogo
2007-03-10fixed regression: head and talks are now loaded only for real characters, i.e...Nicola Mettifogo
2007-03-10more robust font managementNicola Mettifogo
2007-03-10Silence MSVC8 warnings.Eugene Sandulenko
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...Nicola Mettifogo