aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/menus.cpp
AgeCommit message (Expand)Author
2016-08-26DM: Pull sound handling into a separate classBendegúz Nagy
2016-08-26DM: Correct language from GR_GRE to DE_DEUBendegúz Nagy
2016-08-26DM: Add localizationBendegúz Nagy
2016-08-26DM: Get rid the last globals of gfx.cppStrangerke
2016-08-26DM: More work on globals in gfx.cppStrangerke
2016-08-26DM: Add entrance creditsBendegúz Nagy
2016-08-26DM: Remove default parameters from blitToBitmapBendegúz Nagy
2016-08-26DM: Attempt to fix menus.cpp crlf problemBendegúz Nagy
2016-08-26DM: Reorder MenuMan::f393_drawSpellAreaControlsBendegúz Nagy
2016-08-26DM: Fix g0_BoxSpellArea valueBendegúz Nagy
2016-08-26DM: Reorder MenuMan::f392_buildSpellAreaLine, add MenuMan::_gK73_bitmapSpellA...Bendegúz Nagy
2016-08-26DM: Add stub methods, clean up warnings and some commentsBendegúz Nagy
2016-08-26DM: Add stub method f6_highlightScreenBoxBendegúz Nagy
2016-08-26DM: Swap warnings to stub method f363_highlightBoxDisableBendegúz Nagy
2016-08-26DM: Remove unnecessary redirection through DMEngine membersBendegúz Nagy
2016-08-26DM: Fix compilation using MSVC9Strangerke
2016-08-26DM: Add f385_drawActionDamageBendegúz Nagy
2016-08-26DM: Add some missing calls to already implemented methodsBendegúz Nagy
2016-08-26DM: Add f349_processCommand70_clickOnMouthBendegúz Nagy
2016-08-26DM: Add some missing code warnings to function callsBendegúz Nagy
2016-08-26DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. Rename...Strangerke
2016-08-26DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectile...Strangerke
2016-08-26DM: Rename f325_decrementStamina, refactor f300_getObjectRemovedFromSlot and ...Strangerke
2016-08-26DM: Fix some more CppCheck warningsStrangerke
2016-08-26DM: Properly stub f064_SOUND_RequestPlay_CPSDStrangerke
2016-08-26DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependenciesBendegúz Nagy
2016-08-26DM: Add f370_commandProcessType100_clickInSpellAreaBendegúz Nagy
2016-08-26DM: Add warning with repeat parameterBendegúz Nagy
2016-08-26DM: Replace ChampionMan::f292_drawChampionState with originalBendegúz Nagy
2016-08-26DM: Clean up some initializationBendegúz Nagy
2016-08-26DM: Add some missing codeBendegúz Nagy
2016-08-26DM: Revert to using byteWidths where the original does so as wellBendegúz Nagy
2016-08-26DM: Reorder fillBitmap parametersBendegúz Nagy
2016-08-26DM: Reorder blitshrink parametersBendegúz Nagy
2016-08-26DM: Box objects are not expected to conatain inclusive boundaries, blitting a...Bendegúz Nagy
2016-08-26DM: Reorder DisplayMan::D24_clearScrenBox parametersBendegúz Nagy
2016-08-26DM: Reorder blitting method parametersBendegúz Nagy
2016-08-26DM: Rename functionsBendegúz Nagy
2016-08-26DM: Remove blitToScreen overloadsBendegúz Nagy
2016-08-26DM: Remove several blitting overloadsBendegúz Nagy
2016-08-26DM: Renaming stuffBendegúz Nagy
2016-08-26DM: More constant and global variable renamingBendegúz Nagy
2016-08-26DM: More renamingBendegúz Nagy
2016-08-26DM: Renaming in champion.c/hBendegúz Nagy
2016-08-26DM: Massive renaming in gfx.hBendegúz Nagy
2016-08-26DM: Add F0142_DUNGEON_GetProjectileAspectBendegúz Nagy
2016-08-26DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChestBendegúz Nagy
2016-08-26DM: Fix possible bug in MenuMan::setMagicCasterAndDrawSpellAreaBendegúz Nagy
2016-08-26DM: Add MenuMan::setMagicCasterAndDrawSpellAreaBendegúz Nagy
2016-08-26DM: Add F0392_MENUS_BuildSpellAreaLineBendegúz Nagy