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
/
pink
/
objects
/
inventory.cpp
Age
Commit message (
Expand
)
Author
2018-07-21
PINK: hid debug output under channels and levels
Andrei Prykhodko
2018-07-02
PINK: fixed uninitialized field in InventoryMgr
Andrei Prykhodko
2018-06-30
PINK: fixed uninitialized fields
Andrei Prykhodko
2018-06-28
PINK: rework setItemOwner method
Andrei Prykhodko
2018-06-28
PINK: fixed loading WorldBook when clicking on inv window
Andrei Prykhodko
2018-06-28
PINK: JANITORIAL: Indentation fixes
Eugene Sandulenko
2018-06-28
PINK: JANITORIAL: More whitespace fixes
Eugene Sandulenko
2018-06-28
PINK: JANITORIAL: Indentation fixes
Eugene Sandulenko
2018-06-28
PINK: rework item changing in inventory
whiterandrek
2018-06-28
PINK: rework InventoryMgr updating
whiterandrek
2018-06-28
PINK: fix pausing when click on panther with empty inventory
whiterandrek
2018-06-28
PINK: fix inventory opening
whiterandrek
2018-06-28
PINK: move the same code to functions(getInventoryMgr and getActorByPoint)
whiterandrek
2018-06-28
PINK: inline small functions
whiterandrek
2018-06-28
PINK: add Pokus World Book implementation
whiterandrek
2018-06-28
PINK: fix loading inventory save
whiterandrek
2018-06-28
PINK: fixes to save system
whiterandrek
2018-06-28
PINK: add state saving/loading of Inventory
whiterandrek
2018-06-28
PINK: fix formatting
whiterandrek
2018-06-28
PINK: fix compiler warning about UB
whiterandrek
2018-06-28
PINK: fix indentation
whiterandrek
2018-06-28
PINK: fix no newline warning
whiterandrek
2018-06-28
PINK: remove >> << operators
whiterandrek
2018-06-28
PINK: fix arguments in InventoryItem method
whiterandrek
2018-06-28
PINK: fix signed vs unsigned comparison
whiterandrek
2018-06-28
PINK: remove the use of auto variables
whiterandrek
2018-06-28
PINK: fix includes
whiterandrek
2018-06-28
PINK: added implementation of item using
whiterandrek
2018-06-28
PINK: fixed Inventory onClick method and other bugfixes
whiterandrek
2018-06-28
PINK: added more constants
whiterandrek
2018-06-28
PINK: added check for item owner
whiterandrek
2018-06-28
PINK: bugfixes and added basic inventory implementation
whiterandrek
2018-06-28
PINK: started inventory implementation
whiterandrek
2018-06-28
PINK: added onMouseOver method to LeadActor
whiterandrek
2018-06-28
PINK: did a big file movement for better readability. Almost implemented
whitertandrek
2018-06-28
PINK: Implemented Page loading.
whitertandrek
2018-06-28
PINK: Added InventoryItem class
whitertandrek