aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.cpp
AgeCommit message (Expand)Author
2007-11-19* made engine use Inventory and InventoryRendererNicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-10-21Added new debug level for inventory routines.Nicola Mettifogo
2007-10-07Fixed bug #1808529. One must use memmove() when copying overlapping blocks of...Nicola Mettifogo
2007-10-06Fixed bug #1808620. The original Inventory::addItem routine relied on a trick...Nicola Mettifogo
2007-09-25Changed InventoryRenderer to draw inventory over a Surface, thus removing use...Nicola Mettifogo
2007-09-24Fixed inventory regression introduced with yesterday's commit.Nicola Mettifogo
2007-09-23Oops. Some debug code was committed.Nicola Mettifogo
2007-09-23Moved most of inventory-related code inside classes Inventory and InventoryRe...Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-02Cleanup: removed unneeded references to engine (_vm).Nicola Mettifogo
2007-09-02Jobs are now members of the engine and are handled with a table, instead of b...Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-07-26Made screen size parameters properties of engine instead of compile-time cons...Nicola Mettifogo
2007-07-09Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-06-18Mouse is now properly hidden during dialogues, and is restored after load/sav...Nicola Mettifogo
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