aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-03-18Made 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-18Made loadHead return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadTalk return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Removed old and commented hack code for Dino in the museum location.Nicola Mettifogo
2007-03-18extracted more code from runDialogue and renamed some key variablesNicola Mettifogo
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-18more formattingNicola Mettifogo
2007-03-18formattingNicola Mettifogo
2007-03-18broke down huge runDialogue in more manageable chunksNicola Mettifogo
2007-03-18Bug fixed: inventory wasn't refreshed when loading a savegame if character wa...Nicola Mettifogo
2007-03-18fixed usage of reference operatorNicola Mettifogo
2007-03-17added getRect() to Zone to slightly simplify hitZone condition checkNicola Mettifogo
2007-03-17added translate() to ZoneNicola Mettifogo
2007-03-17renamed structures to be more generalNicola Mettifogo
2007-03-17added getters for width and height in Zone and AnimationNicola Mettifogo
2007-03-17split Zone::_oldPosition in two membersNicola Mettifogo
2007-03-17Flattened anonymous union in Zone. Its members have been partially merged.Nicola Mettifogo
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
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