index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
inventory.h
Age
Commit message (
Expand
)
Author
2014-02-18
PARALLACTION: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
PARALLACTION: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
PARALLACTION: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-09-30
Simplified inventory handling (too much information hiding will kill you).
Nicola Mettifogo
2009-09-30
Provide only the data that is strictly needed when creating a new Inventory.
Nicola Mettifogo
2009-03-31
Added 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-28
Inventory is now properly rendered. Item selection is not yet working.
Nicola Mettifogo
2008-07-27
Moved inventory cursor drawing code to InventoryRenderer.
Nicola Mettifogo
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-06
Indent with tabs instead of spaces.
Torbjörn Andersson
2007-11-19
* made engine use Inventory and InventoryRenderer
Nicola Mettifogo
2007-09-25
Changed InventoryRenderer to draw inventory over a Surface, thus removing use...
Nicola Mettifogo
2007-09-23
Moved most of inventory-related code inside classes Inventory and InventoryRe...
Nicola Mettifogo
2007-08-25
Added an abstract base class for representing multiple-frames for animations....
Nicola Mettifogo
2007-07-09
Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.
Nicola Mettifogo
2007-07-08
Changed inventory graphics update from synchronous to lazy.
Nicola Mettifogo
2007-07-08
Cleanup inventory code.
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-21
Fixed the largest memory leaks.
Nicola Mettifogo
2007-05-13
cleanup
Nicola Mettifogo
2007-02-17
fixed regression bug caused by ZoneTypeData being declared as a struct instea...
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko