aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.cpp
AgeCommit message (Expand)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-21Fixed the largest memory leaks.Nicola Mettifogo
2007-05-13Reverted some changes to inventory handling.Nicola Mettifogo
2007-05-13More cleanup.Nicola Mettifogo
2007-05-13cleanupNicola Mettifogo
2007-05-06Added embryonic debugger, and some adjustments to make basic commands work.Nicola Mettifogo
2007-04-09- moved walk code to List<>Nicola Mettifogo
2007-04-07cleanupNicola Mettifogo
2007-03-29- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()Nicola Mettifogo
2007-03-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
2007-03-18converted input and labels to Common::PointNicola Mettifogo
2007-03-18Made loadObjects return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18fixed usage of reference operatorNicola Mettifogo
2007-03-17cleanupNicola Mettifogo
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...Nicola 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-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-13Moved inventory surface management into inventory.cpp, thus removing Graphics...Nicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-11cleanupNicola Mettifogo
2007-03-11more refactoringNicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02added inventory objects loader routineNicola Mettifogo
2007-02-18enforced use of MAKE_INVENTORY_IDNicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
2007-01-21fixed out-of-bounds error causing premature crashes on some systemsNicola Mettifogo
2007-01-14Initial import of Parallaction engineEugene Sandulenko