aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.cpp
AgeCommit message (Collapse)Author
2016-08-26DM: Start refactoring of eventManStrangerke
2016-08-26DM: Clear check some warnings, complete minor functionsBendegúz Nagy
2016-08-26DM: Fix some GCC warningsStrangerke
2016-08-26DM: Make ScummVM's save dialog open up when savingBendegúz Nagy
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: More work on globals in gfx.cppStrangerke
2016-08-26DM: Add colour to mouseBendegúz Nagy
2016-08-26DM: Refactor f367_commandProcessTypes12to27_clickInChampionStatusBox, ↵Strangerke
f70_mouseProcessCommands125To128_clickOnChampionIcon, f370_commandProcessType100_clickInSpellArea, f369_commandProcessTypes101To108_clickInSpellSymbolsArea and f371_commandProcessType111To115_ClickInActionArea
2016-08-26DM: Remove a useless variable in ↵Strangerke
f374_processType80_clickInDungeonViewDropLeaderHandObject
2016-08-26DM: Make EventManager:f541_waitForMouseOrKeyActivity discard input firstBendegúz Nagy
2016-08-26DM: Some refactoring in ↵Strangerke
f373_processType80_clickInDungeonView_grabLeaderHandObject and f374_processType80_clickInDungeonViewDropLeaderHandObject
2016-08-26DM: REfactor f375_processType80_clickDungeonView_isLeaderHandObjThrown, ↵Strangerke
f372_commandProcessType80ClickInDungeonViewTouchFrontWall and f377_commandProcessType80ClickInDungeonView
2016-08-26DM: Refactor f366_commandMovePartyStrangerke
2016-08-26DM: Renaming in f380_processCommandQueue and f366_commandMovePartyStrangerke
2016-08-26DM: Add missing return in processInput with ctrl+dBendegúz Nagy
2016-08-26DM: Fix possibly dangerous cast in eventman.cpp, movePartyBendegúz Nagy
2016-08-26DM: Add noclip debug commandBendegúz Nagy
2016-08-26DM: Add debugger consoleBendegúz Nagy
2016-08-26DM: Add missing code setting _g587_hideMousePointerRequestCountBendegúz Nagy
2016-08-26DM: Refactor f73_buildpointerScreenArea, enable code in f78_showMouse and ↵Strangerke
f77_hideMouse
2016-08-26DM: Refactor f68_setPointerToObjectStrangerke
2016-08-26DM: Swap warnings to stub method f363_highlightBoxDisableBendegúz Nagy
2016-08-26DM: Add _g335_selectedDialogChoiceBendegúz Nagy
2016-08-26DM: Swap some warnings to stub methodsBendegúz Nagy
Stub methods: f362_commandHighlightBoxEnable, f442_SARTEND_processCommand202_entranceDrawCredits, f437_STARTEND_drawTittle
2016-08-26DM: Remove unnecessary redirection through DMEngine membersBendegúz Nagy
2016-08-26DM: Fix mouse cursor dimensionsBendegúz Nagy
2016-08-26DM: Remove unnecessary memset from setMousePointerFromSpriteDataBendegúz Nagy
2016-08-26DM: Fix cursor data decodingBendegúz Nagy
2016-08-26DM: Add f444_endGame and checks for Common::EVENT_QUITBendegúz Nagy
2016-08-26DM: Add some missing calls to already implemented methodsBendegúz Nagy
2016-08-26DM: Add missing call to f379_drawSleepScreen, fix bytewidth bug in ↵Bendegúz Nagy
f379_drawSleepScreen
2016-08-26DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements ↵Bendegúz Nagy
now prevents mouse movement
2016-08-26DM: Add f349_processCommand70_clickOnMouthBendegúz Nagy
2016-08-26DM: Complete ChampionMan::f281_renameChampionBendegúz Nagy
2016-08-26DM: Fix broken champion action hand slotsBendegúz Nagy
2016-08-26DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. ↵Strangerke
Rename _moveSens
2016-08-26DM: Rename f325_decrementStamina, refactor f300_getObjectRemovedFromSlot and ↵Strangerke
f325_decrementStamina Also remove a couple of GOTOs in f321_addPendingDamageAndWounds_getDamage
2016-08-26DM: Properly stub f064_SOUND_RequestPlay_CPSDStrangerke
2016-08-26DM: Silent some CppCheck warnings in eventman.cppStrangerke
2016-08-26DM: Fix footprints everywhereBendegúz Nagy
2016-08-26DM: Add entrance processingBendegúz Nagy
2016-08-26DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds()Bendegúz Nagy
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 f70_mouseProcessCommands125To128_clickOnChampionIconBendegúz Nagy
2016-08-26DM: Add f367_commandProcessTypes12to27_clickInChampionStatusBoxBendegúz Nagy
2016-08-26DM: Clean up f380_processCommandQueue, add ↵Bendegúz Nagy
_g318_waitForInputMaxVerticalBlankCount
2016-08-26DM: Add missing code to command turn partyBendegúz Nagy