Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-22 | HDB: Fix issue in stylusDown | Strangerke | |
2019-09-22 | HDB: Fix Game Breaking Bug in Right Mouse Button Handling | D 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-19 | HDB: Simplify some code | Strangerke | |
2019-09-08 | HDB: Remove unused static in setButtons | Strangerke | |
2019-09-03 | HDB: Change init functions to handle errors | Strangerke | |
2019-09-03 | HDB: Fix PPC Double Click code | Nipun Garg | |
2019-09-03 | HDB: Fix crash in start menu in PPC version | Eugene Sandulenko | |
2019-09-03 | HDB: Fix PPC controls | Nipun Garg | |
2019-09-03 | HDB: Reduce some more variable scopes, simplify a couple of checks in input.cpp | Strangerke | |
2019-09-03 | HDB: Fix warnings | Eugene Sandulenko | |
2019-09-03 | HDB: Add new PPC-specific code | Nipun Garg | |
2019-09-03 | HDB: Integrate PPC version of Window | Nipun Garg | |
2019-09-03 | HDB: Section off WIN32 specific-code | Nipun Garg | |
2019-09-03 | HDB: Make Platform specific constants into variables | Nipun Garg | |
2019-09-03 | HDB: Section off PPC-specific code | Nipun Garg | |
2019-09-03 | HDB: Reduce header dependency | Eugene Sandulenko | |
2019-09-03 | HDB: Reduce header dependency | Eugene Sandulenko | |
2019-09-03 | HDB: Reduce header dependency | Eugene Sandulenko | |
2019-09-03 | HDB: Reduce header dependency | Eugene Sandulenko | |
2019-09-03 | HDB: Reduce header dependency | Eugene Sandulenko | |
2019-09-03 | HDB: Reduce some variable scopes, some janitorial work | Strangerke | |
2019-09-03 | HDB: Fix compilation for MSVC9 | Strangerke | |
2019-09-03 | HDB: Add warnings | Nipun Garg | |
2019-09-03 | HDB: Unstub the Quit functionality | Nipun Garg | |
2019-09-03 | HDB: Unstub the TRY AGAIN screen | Nipun Garg | |
2019-09-03 | HDB: Add Debug checks | Nipun Garg | |
2019-09-03 | HDB: Add code to enable Debugging | Nipun Garg | |
2019-09-03 | HDB: Remove redundant warning | Nipun Garg | |
2019-09-03 | HDB: Add Menu calls | Nipun Garg | |
2019-09-03 | HDB: Set _menuKey | Nipun Garg | |
2019-09-03 | HDB: Add stubs in Sound and Input | Nipun Garg | |
2019-09-03 | HDB: Add Pause Button | Nipun Garg | |
2019-09-03 | HDB: Unstub Window function calls | Nipun Garg | |
2019-09-03 | HDB: Unstub playSound calls | Nipun Garg | |
2019-09-03 | HDB: Rename _drawMan -> _gfx | Eugene Sandulenko | |
2019-09-03 | HDB: Hid noisy stubs | Eugene Sandulenko | |
2019-09-03 | HDB: Unstub DialogChoice and MessageBar checks | Nipun Garg | |
2019-09-03 | HDB: Initialize _buttons | Nipun Garg | |
Fixes the BUG where Guy is randomly moving about the screen | |||
2019-09-03 | HDB: Update setButtons() | Nipun Garg | |
2019-09-03 | HDB: Add getter-setter for _buttons | Nipun Garg | |
2019-09-03 | HDB: Add updateKeys() | Nipun Garg | |
2019-09-03 | HDB: Remove 'Check Pause Flag' stubs | Nipun Garg | |
2019-09-03 | HDB: Add updateMouseButtons and update updateMouse | Nipun Garg | |
2019-09-03 | HDB: Update Mouse data for buttons | Nipun Garg | |
2019-09-03 | HDB: Remove _lastMouseX and _lastMouseY | Nipun Garg | |
2019-09-03 | HDB: Add updateMouse() and call it in game loop | Nipun Garg | |
2019-09-03 | HDB: Unstub stylusMove() and stylusUp() | Nipun Garg | |
2019-09-03 | HDB: Unstub stylusDown() | Nipun Garg | |
2019-09-03 | JANITORIAL: Add endline to the end of file | Eugene Sandulenko | |
2019-09-03 | HDB: Add stubbed Input class | Nipun Garg | |