aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/input.cpp
AgeCommit message (Collapse)Author
2019-12-03HDB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-09-22HDB: Fix issue in stylusDownStrangerke
2019-09-22HDB: Fix Game Breaking Bug in Right Mouse Button HandlingD G Turner
The right mouse button (which is the "Use" button for throwing gems etc.) function sets the Button B flag in the _buttons flag field, but never cleared it. This resulted in blocking of setting of movement waypoints with the left button and thus locked up the player character. You could avoid this by using the "Return" key which is also mapped to use, but this would only be possible on desktop ports or with a virtual keyboard. This commit fixes the mouse handling code to clear the flag and thus avoids future bug reports.
2019-09-19HDB: Simplify some codeStrangerke
2019-09-08HDB: Remove unused static in setButtonsStrangerke
2019-09-03HDB: Change init functions to handle errorsStrangerke
2019-09-03HDB: Fix PPC Double Click codeNipun Garg
2019-09-03HDB: Fix crash in start menu in PPC versionEugene Sandulenko
2019-09-03HDB: Fix PPC controlsNipun Garg
2019-09-03HDB: Reduce some more variable scopes, simplify a couple of checks in input.cppStrangerke
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add new PPC-specific codeNipun Garg
2019-09-03HDB: Integrate PPC version of WindowNipun Garg
2019-09-03HDB: Section off WIN32 specific-codeNipun Garg
2019-09-03HDB: Make Platform specific constants into variablesNipun Garg
2019-09-03HDB: Section off PPC-specific codeNipun Garg
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce some variable scopes, some janitorial workStrangerke
2019-09-03HDB: Fix compilation for MSVC9Strangerke
2019-09-03HDB: Add warningsNipun Garg
2019-09-03HDB: Unstub the Quit functionalityNipun Garg
2019-09-03HDB: Unstub the TRY AGAIN screenNipun Garg
2019-09-03HDB: Add Debug checksNipun Garg
2019-09-03HDB: Add code to enable DebuggingNipun Garg
2019-09-03HDB: Remove redundant warningNipun Garg
2019-09-03HDB: Add Menu callsNipun Garg
2019-09-03HDB: Set _menuKeyNipun Garg
2019-09-03HDB: Add stubs in Sound and InputNipun Garg
2019-09-03HDB: Add Pause ButtonNipun Garg
2019-09-03HDB: Unstub Window function callsNipun Garg
2019-09-03HDB: Unstub playSound callsNipun Garg
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Hid noisy stubsEugene Sandulenko
2019-09-03HDB: Unstub DialogChoice and MessageBar checksNipun Garg
2019-09-03HDB: Initialize _buttonsNipun Garg
Fixes the BUG where Guy is randomly moving about the screen
2019-09-03HDB: Update setButtons()Nipun Garg
2019-09-03HDB: Add getter-setter for _buttonsNipun Garg
2019-09-03HDB: Add updateKeys()Nipun Garg
2019-09-03HDB: Remove 'Check Pause Flag' stubsNipun Garg
2019-09-03HDB: Add updateMouseButtons and update updateMouseNipun Garg
2019-09-03HDB: Update Mouse data for buttonsNipun Garg
2019-09-03HDB: Remove _lastMouseX and _lastMouseYNipun Garg
2019-09-03HDB: Add updateMouse() and call it in game loopNipun Garg
2019-09-03HDB: Unstub stylusMove() and stylusUp()Nipun Garg
2019-09-03HDB: Unstub stylusDown()Nipun Garg
2019-09-03JANITORIAL: Add endline to the end of fileEugene Sandulenko