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
/
dm
/
inventory.h
Age
Commit message (
Collapse
)
Author
2016-09-20
DM: Janitorial - remove trailing spaces
Strangerke
2016-09-18
DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMask
Strangerke
2016-09-03
DM: Fix include headers
Bendegúz Nagy
Add DM_ prefix Add missing include guards
2016-09-03
DM: Clean up includes
Bendegúz Nagy
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
2016-09-02
DM: More renaming in InventoryMan, some refactoring
Strangerke
2016-08-26
DM: Rename members of InventoryMan
Strangerke
2016-08-26
DM: Change several string constness, hopefully fixing GCC warnings
Strangerke
2016-08-26
DM: Get rid of some globals in inventory
Strangerke
2016-08-26
DM: Fix wrong global initialized in InventoryMan::initConstants()
Bendegúz Nagy
2016-08-26
DM: Add localization
Bendegúz Nagy
2016-08-26
DM: Add f444_endGame and checks for Common::EVENT_QUIT
Bendegúz Nagy
2016-08-26
DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements ↵
Bendegúz Nagy
now prevents mouse movement
2016-08-26
DM: Add f349_processCommand70_clickOnMouth
Bendegúz Nagy
2016-08-26
DM: Complete main gameloop
Bendegúz Nagy
2016-08-26
DM: Replace ChampionMan::f292_drawChampionState with original
Bendegúz Nagy
2016-08-26
DM: Clean up some initialization
Bendegúz Nagy
2016-08-26
DM: Add some missing code
Bendegúz Nagy
2016-08-26
DM: Rename functions
Bendegúz Nagy
2016-08-26
DM: More constant and global variable renaming
Bendegúz Nagy
2016-08-26
DM: F0342_INVENTORY_DrawPanel_Object, F0031_OBJECT_LoadNames
Bendegúz Nagy
2016-08-26
DM: Add F0339_INVENTORY_DrawPanel_ArrowOrEye, G0033_s_Graphic562_Box_ArrowOrEye
Bendegúz Nagy
2016-08-26
DM: Add F0335_INVENTORY_DrawPanel_ObjectDescriptionString
Bendegúz Nagy
2016-08-26
DM: Add F0336_INVENTORY_DrawPanel_BuildObjectAttributesString
Bendegúz Nagy
2016-08-26
DM: Add F0332_INVENTORY_DrawIconToViewport
Bendegúz Nagy
2016-08-26
DM: Add F0333_INVENTORY_OpenAndDrawChest
Bendegúz Nagy
2016-08-26
DM: Add F0341_INVENTORY_DrawPanel_Scroll
Bendegúz Nagy
2016-08-26
DM: Add F0340_INVENTORY_DrawPanel_ScrollTextLine
Bendegúz Nagy
2016-08-26
DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChest
Bendegúz Nagy
2016-08-26
DM: Add renameChampion stub, fix wrong inputArray ↵
Bendegúz Nagy
EventManager::commandProcess81ClickInPanel
2016-08-26
DM: Add standard GPLv2 header
Bendegúz Nagy
2016-08-26
DM: Add F0291_CHAMPION_DrawSlot, G0425_aT_ChestSlots and constructor to ↵
Bendegúz Nagy
Viewport, swap some warnings for code
2016-08-26
DM: Silent some CppCheck warnings
Strangerke
2016-08-26
DM: Fix some more GCC warnings
Strangerke
2016-08-26
DM: Add F0347_INVENTORY_DrawPanel
Bendegúz Nagy
2016-08-26
DM: Add G0423_i_InventoryChampionOrdinal and related enum, PanelContent
Bendegúz Nagy
2016-08-26
DM: Add F0345_INVENTORY_DrawPanel_FoodWaterPoisoned
Bendegúz Nagy
2016-08-26
DM: Add F0344_INVENTORY_DrawPanel_FoodOrWaterBar
Bendegúz Nagy
2016-08-26
DM: Add F0343_INVENTORY_DrawPanel_HorizontalBar
Bendegúz Nagy
2016-08-26
DM: Add F0287_CHAMPION_DrawBarGraph
Bendegúz Nagy
2016-08-26
DM: Add F0354_INVENTORY_DrawStatusBoxPortrait
Bendegúz Nagy
2016-08-26
DM: Add F0355_INVENTORY_Toggle_CPSE
Bendegúz Nagy
2016-08-26
DM: Add InventoryMan, G0041_s_Graphic562_Box_ViewportFloppyZzzCross
Bendegúz Nagy