aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dungeonman.cpp
AgeCommit message (Expand)Author
2016-08-26DM: F0342_INVENTORY_DrawPanel_Object, F0031_OBJECT_LoadNamesBendegúz Nagy
2016-08-26DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChestBendegúz Nagy
2016-08-26DM: Add F0163_DUNGEON_LinkThingToListBendegúz Nagy
2016-08-26DM: Add F0282_CHAMPION_ProcessCommands160To162_ClickInResurrectReincarnatePanelBendegúz Nagy
2016-08-26DM: Fix some GCC warningsStrangerke
2016-08-26DM: Fix compilation on GCCStrangerke
2016-08-26DM: Add F0157_DUNGEON_GetSquareFirstThingData, F0377_COMMAND_ProcessType80_Cl...Bendegúz Nagy
2016-08-26DM: Add standard GPLv2 headerBendegúz Nagy
2016-08-26DM: Add several functions realted to text displayBendegúz Nagy
2016-08-26DM: Move junkInfo to getObjectWeight, make it static and const.Strangerke
2016-08-26DM: Some renamingBendegúz Nagy
2016-08-26DM: Add dummy test code for chmpion selectionBendegúz Nagy
2016-08-26DM: Fix compilation, fix typos and some comment alignementStrangerke
2016-08-26DM: Replace WeaponClass enum with #definesBendegúz Nagy
2016-08-26DM: Add G0237_as_Graphic559_ObjectInfoBendegúz Nagy
2016-08-26DM: Add F0141_DUNGEON_GetObjectInfoIndex, getType for ContainerBendegúz Nagy
2016-08-26DM: Some more renaming, remove extra semi-columnStrangerke
2016-08-26DM: Some renamingStrangerke
2016-08-26DM: Add F0140_DUNGEON_GetObjectWeight and types for Potions, Armour, Weapons ...Bendegúz Nagy
2016-08-26DM: Add G0241_auc_Graphic559_JunkInfoBendegúz Nagy
2016-08-26DM: Add G0239_as_Graphic559_ArmourInfoBendegúz Nagy
2016-08-26DM: Add gWeaponInfoBendegúz Nagy
2016-08-26DM: Fix some CppCheck warningsStrangerke
2016-08-26DM: Fix a couple of warningsStrangerke
2016-08-26DM: Add commandsBendegúz Nagy
2016-08-26DM: Fix wrong MemoryReadStream size when loading dungeon.datBendegúz Nagy
2016-08-26DM: Forgot to commit these lines earlierBendegúz Nagy
2016-08-26DM: Fix some warningsStrangerke
2016-08-26DM: Fix some compilation errors under MSVC9Strangerke
2016-08-26DM: Add isDrawnWallOrnAnAlcove functionWinterGrascph
2016-08-26DM: Add decodeText functionWinterGrascph
2016-08-26DM: Add decodeText dependenciesWinterGrascph
2016-08-26DM: Add stairs displayWinterGrascph
2016-08-26DM: Add dummy movement code for testingWinterGrascph
2016-08-26DM: getSquareAspect(..) is completeWinterGrascph
2016-08-26DM: Add the partial drawing of dungeonwallsWinterGrascph
2016-08-26DM: Fix loadDungeonFile(..) zero sized array allocationWinterGrascph
2016-08-26DM: Fix destructor and allocation issues in DungeonMan and DisplayManWinterGrascph
2016-08-26DM: Fix loading map data in loadDungeonFile(..)WinterGrascph
2016-08-26DM: Fix dungeon.dat file loadingWinterGrascph
2016-08-26DM: Fix file loading dependancyWinterGrascph
2016-08-26DM: Fix bug with uninitialized _currMap.index and file loading orderBendegúz Nagy
2016-08-26DM: Add some draw dungeon dependenciesWinterGrascph
2016-08-26DM: Add wrapper class around raw map bytesWinterGrascph
2016-08-26DM: Finish implementing ornament masks in DungeonMan::getSquareWinterGrascph
2016-08-26DM: Refactor Thing PODWinterGrascph
2016-08-26DM: Add square query in DungeonManWinterGrascph
2016-08-26DM: Implement F0173_DUNGEON_SetCurrentMapWinterGrascph
2016-08-26DM: Implement Dungeon.dat file parsing, add relevant structuresWinterGrascph
2016-08-26DM: Fix typos and whitespaceWinterGrascph