aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.cpp
AgeCommit message (Expand)Author
2016-08-26DM: Finish the renaming of class membersStrangerke
2016-08-26DM: Rename ObjectMan and ProjExpl membersStrangerke
2016-08-26DM: Renaming in MenuMan definitionStrangerke
2016-08-26DM: Rename members of InventoryManStrangerke
2016-08-26DM: Rename variables and functions of DisplayManStrangerke
2016-08-26DM: Rename class members in EventManagerStrangerke
2016-08-26DM: Rename DungeonMan class membersStrangerke
2016-08-26DM: Rename functions of DMEngine and DialogManStrangerke
2016-08-26DM: Fix some more GCC warningsStrangerke
2016-08-26DM: Renaming of Champion and ChampionMan functionsStrangerke
2016-08-26DM: Change several string constness, hopefully fixing GCC warningsStrangerke
2016-08-26DM: Fix some more GCC warnings, move some globals to MenuManStrangerke
2016-08-26DM: Fix incorrect thumbnailsBendegúz Nagy
2016-08-26DM: Get rid of some globals in inventoryStrangerke
2016-08-26DM: Fix some GCC warningsStrangerke
2016-08-26DM: Work on eventman globals, renaming and apply some coding conventionsStrangerke
2016-08-26DM: Move some more globalsStrangerke
2016-08-26DM: Remove some warningsBendegúz Nagy
2016-08-26DM: Start refactoring of eventManStrangerke
2016-08-26DM: Some renaming, move some globals to class memberStrangerke
2016-08-26DM: Fix regression (pressure plate), fix compilationStrangerke
2016-08-26DM: Clear check some warnings, complete minor functionsBendegúz Nagy
2016-08-26DM: Make thumbnail capture the dungeonBendegúz Nagy
2016-08-26DM: Pull sound handling into a separate classBendegúz Nagy
2016-08-26DM: Fix wrong global initialized in InventoryMan::initConstants()Bendegúz Nagy
2016-08-26DM: Correct language from GR_GRE to DE_DEUBendegúz Nagy
2016-08-26DM: Add missing calls in constructors to initConstant methodsBendegúz Nagy
2016-08-26DM: Add localizationBendegúz Nagy
2016-08-26DM: Fix no food and water bar graphsBendegúz Nagy
2016-08-26DM: Add missing localization warnings and query function for languageBendegúz Nagy
2016-08-26DM: Fix mouse when clicking on eyeBendegúz Nagy
2016-08-26DM: More work on globals in gfx.cppStrangerke
2016-08-26DM: Remove default parameters from blitToBitmapBendegúz Nagy
2016-08-26DM: Add missing code setting _g587_hideMousePointerRequestCountBendegúz Nagy
2016-08-26DM: Add stub methods, clean up warnings and some commentsBendegúz Nagy
2016-08-26DM: Remove unnecessary redirection through DMEngine membersBendegúz Nagy
2016-08-26DM: Add f444_endGame and checks for Common::EVENT_QUITBendegúz Nagy
2016-08-26DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements ...Bendegúz Nagy
2016-08-26DM: Add f349_processCommand70_clickOnMouthBendegúz Nagy
2016-08-26DM: Remove variable redefinition in f337_setDungeonViewPalette, reduce some s...Strangerke
2016-08-26DM: Reduce the scope of a couple of variablesStrangerke
2016-08-26DM: Add f370_commandProcessType100_clickInSpellAreaBendegúz Nagy
2016-08-26DM: Fix a bug in drawPanelObject, fix some casts formattingStrangerke
2016-08-26DM: Complete main gameloopBendegúz Nagy
2016-08-26DM: Add warning with repeat parameterBendegúz Nagy
2016-08-26DM: Add proper keyboard input handlingBendegúz Nagy
2016-08-26DM: Some soft refactoring, in order to silent some CppCheck warningsBendegúz Nagy
2016-08-26DM: Replace InventoryMan::f355_toggleInventory with originalBendegúz Nagy
2016-08-26DM: Replace ChampionMan::f292_drawChampionState with originalBendegúz Nagy
2016-08-26DM: Clean up some initializationBendegúz Nagy