aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.cpp
AgeCommit message (Expand)Author
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
2009-10-16Fixed bug 2879805. Typo in inventory code made the inventory impossible to cl...Nicola Mettifogo
2009-09-30Simplified inventory handling (too much information hiding will kill you).Nicola Mettifogo
2009-09-30* Added secondary inventories for BRA.Nicola Mettifogo
2009-09-30Provide only the data that is strictly needed when creating a new Inventory.Nicola Mettifogo
2009-05-21Made BRA demos start again by partially reverting commit 39773. Multiple inve...Nicola Mettifogo
2009-03-31Added basic multiple inventory support. This will be used for the GIVE and SW...Nicola Mettifogo
2009-03-15Fix loading objects in the Amiga version of BRA.Travis Howell
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
2008-12-13Fixed positioning of inventory.Nicola Mettifogo
2008-12-07Fixed assorted leaks in Parallaction.Nicola Mettifogo
2008-12-06Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all...Nicola Mettifogo
2008-12-06Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i...Nicola Mettifogo
2008-07-29* Added flexible verb configuration for both NS and BRA.Nicola Mettifogo
2008-07-28Inventory is now properly rendered. Item selection is not yet working.Nicola Mettifogo
2008-07-27Moved inventory cursor drawing code to InventoryRenderer.Nicola Mettifogo
2008-07-23More decoupling of inventory code.Nicola Mettifogo
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
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