aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.h
AgeCommit message (Expand)Author
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03PARALLACTION: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03PARALLACTION: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-09-30Simplified inventory handling (too much information hiding will kill you).Nicola Mettifogo
2009-09-30Provide only the data that is strictly needed when creating a new Inventory.Nicola Mettifogo
2009-03-31Added basic multiple inventory support. This will be used for the GIVE and SW...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-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-11-19* made engine use Inventory and InventoryRendererNicola Mettifogo
2007-09-25Changed InventoryRenderer to draw inventory over a Surface, thus removing use...Nicola Mettifogo
2007-09-23Moved most of inventory-related code inside classes Inventory and InventoryRe...Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....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-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-13cleanupNicola Mettifogo
2007-02-17fixed regression bug caused by ZoneTypeData being declared as a struct instea...Nicola Mettifogo
2007-01-14Initial import of Parallaction engineEugene Sandulenko