aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/objectman.h
AgeCommit message (Collapse)Author
2016-09-07DM: Fix regression introduced in e4fe372Bendegúz Nagy
2016-09-05DM: Start refactoring ObjectManStrangerke
2016-09-03DM: Fix include headersBendegúz Nagy
Add DM_ prefix Add missing include guards
2016-09-03DM: Clean up includesBendegúz Nagy
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
2016-08-26DM: Rename ObjectMan and ProjExpl membersStrangerke
2016-08-26DM: Add debug command 'items', add option 'list'Bendegúz Nagy
2016-08-26DM: Add f349_processCommand70_clickOnMouthBendegúz Nagy
2016-08-26DM: Add some missing codeBendegúz Nagy
2016-08-26DM: Rename functionsBendegúz Nagy
2016-08-26DM: Remove several blitting overloadsBendegúz Nagy
2016-08-26DM: More constant and global variable renamingBendegúz Nagy
2016-08-26DM: Add F0295_CHAMPION_HasObjectIconInSlotBoxChanged, ↵Bendegúz Nagy
F0039_OBJECT_GetIconIndexInSlotBox
2016-08-26DM: Add F0034_OBJECT_DrawLeaderHandObjectNameBendegúz Nagy
2016-08-26DM: F0342_INVENTORY_DrawPanel_Object, F0031_OBJECT_LoadNamesBendegúz Nagy
2016-08-26DM: Add F0332_INVENTORY_DrawIconToViewportBendegúz Nagy
2016-08-26DM: Move gSlotBoxes to ObjectManBendegúz Nagy
2016-08-26DM: Add F0157_DUNGEON_GetSquareFirstThingData, ↵Bendegúz Nagy
F0377_COMMAND_ProcessType80_ClickInDungeonView Also add ElementType enum and G0462_as_Graphic561_Box_ObjectPiles, refactor DungeonMan::_dungeonViewClickableBoxes into Box type
2016-08-26DM: Add standard GPLv2 headerBendegúz Nagy
2016-08-26DM: Add G0030_as_Graphic562_SlotBoxes, SLOT_BOX, F0038_OBJECT_DrawIconInSlotBoxBendegúz Nagy
2016-08-26DM: Silent some CppCheck warningsStrangerke
2016-08-26DM: Add F0386_MENUS_DrawActionIconBendegúz Nagy
2016-08-26DM: Add F0036_OBJECT_ExtractIconFromBitmap, K0077_ai_IconGraphicHeight, ↵Bendegúz Nagy
ObjectIcon indices
2016-08-26DM: Add F0033_OBJECT_GetIconIndex and several getters for object typesBendegúz Nagy
2016-08-26DM: Add F0032_OBJECT_GetTypeBendegúz Nagy
2016-08-26DM: Add ObjectManBendegúz Nagy