Commit Graph
24 Commits
Author SHA1 Message Date
Paweł Kołodziejski 06902574b4 GRIM: Janitorial 2022-06-08 01:12:00 +02:00
Paweł Kołodziejski 7da3d486d2 GRIM: Filter out of range keycodes 2022-01-05 16:10:54 +01:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Cameron Cawley 03e8f0ed2d ENGINES: Remove code for toggling fullscreen mode (#2523)
* GRIM: Remove code for toggling fullscreen mode

* MYST3: Remove code for toggling fullscreen mode

* STARK: Remove code for toggling fullscreen mode

* ENGINES: Remove the fullscreen argument from initGraphics3d()
2020-10-14 07:49:28 +02:00
Paweł Kołodziejski 6e619ca714 GRIM: Merge branch 'remastered' 2020-10-07 18:26:49 +02:00
Pawel Kolodziejski 8cef3c14cb GRIM: Added keymaps entries for keymapper 2020-10-06 21:31:18 +02:00
Bastien Bouclet 03b7c01806 GRIM: Update the debugger code to match the shared code 2020-05-12 19:55:29 +02:00
Laurent Merckx fc16b30bbf SDL/GRIM: Improve game controller support
- Use back button to open virtual keyboard (managed by resvm-sdl-events)
- Map controller buttons to corresponding actions (in grim engine)
- Solve bug on RPI with Myst3 (view stuck on top when using joystick)
2019-02-24 07:46:09 +01:00
Dries Harnie a518480359 GRIM: Fix abs->fabsf compiler warning 2015-05-05 18:37:30 +08:00
Vincent Pelletier 144cc90ec5 GRIM: Exit input handling after processing alt-return combo. 2015-03-25 09:01:23 +01:00
Joel Teichroeb e3b19c5b48 Handle some mouse stuff 2015-02-04 20:53:33 -08:00
Einar Johan Trøan Sømåen 89d825fcd7 Add comments to the previously mapped mouse buttons to make them spottable for fixing. 2015-01-28 03:03:32 +01:00
Einar Johan Trøan Sømåen 151b008def Map two new mouse-buttons to allow the game to launch. (Not correctly mapped for now). 2015-01-28 03:01:35 +01:00
Ingo van Lil 3d39e63da7 GRIM/EMI: Add Joystick/gamepad support 2015-01-12 19:45:18 +01:00
Joel Teichroeb 0f3da43694 GRIM: Change NULL to nullptr. 2014-05-30 17:43:08 -07:00
Pawel Kolodziejski 8759900b6a ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
Einar Johan Trøan Sømåen fe3883cecd GRIM: Reformat code to be closer to convention. 2013-07-09 21:12:55 +02:00
Giulio Camuffo 2b612292f6 GRIM: Add on-screen console debugger 2013-02-04 16:37:34 +01:00
Paweł Kołodziejski 175620b62a ALL: change license headers from LGPL to GPL, and few updates 2012-12-19 23:15:43 +01:00
Giulio Camuffo 52bc1d948a GRIM: Ignore the sticky modifiers when checking alt+enter. 2012-03-09 12:09:37 +01:00
Einar Johan T. Sømåen 60e5109c02 GRIM: Move handleControls and handleChars into grim_controls 2012-01-29 10:36:43 +01:00
Paweł Kołodziejski e350c7f777 renames 2012-01-06 23:29:45 +01:00
Einar Johan T. Sømåen f0ac5976ac GRIM: Move Keycode-mapping from grim.cpp to grim_controls.cpp 2011-10-03 01:29:38 +02:00