scummvm/engines/mohawk
Bastien Bouclet ad3feae490 MOHAWK: RIVEN: Fix crash when clicking on a marble with the mouse moving
In some cases a mouse moved event could be handled between the moment
the xtakeit script was queued and the moment it is executed (on the same
frame), causing the mouse position no longer to be over a marble
rectangle.

Fixes #10647.
2018-08-04 06:42:17 +02:00
..
myst_stacks MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
riven_stacks MOHAWK: RIVEN: Fix crash when clicking on a marble with the mouse moving 2018-08-04 06:42:17 +02:00
bitmap.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
bitmap.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
configure.engine MOHAWK: Build Riven by default 2017-07-03 08:50:10 +02:00
console.cpp MOHAWK: MYST: Move the current stack id to ScriptParser 2018-06-13 07:55:55 +02:00
console.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
cstime_cases.cpp MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
cstime_cases.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
cstime_game.cpp MOHAWK: Engine classes initializations 2016-06-13 22:00:38 +02:00
cstime_game.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
cstime_graphics.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
cstime_graphics.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
cstime_ui.cpp MOHAWK: Engine classes initializations 2016-06-13 22:00:38 +02:00
cstime_ui.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
cstime_view.cpp MOHAWK: Change several variables to boolean 2016-06-01 00:56:54 +02:00
cstime_view.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
cstime.cpp MOHAWK: Display a GUI error message when no audio devices are available 2018-06-07 20:14:27 +02:00
cstime.h MOHAWK: Added override clauses 2018-03-28 12:28:27 +02:00
cursors.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
cursors.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
detection_tables.h MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
detection.cpp MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
dialogs.cpp MOHAWK: Silent Compiler Warning About Unused VM Pointer. 2018-07-29 06:00:42 +01:00
dialogs.h MOHAWK: Silent Compiler Warning About Unused VM Pointer. 2018-07-29 06:00:42 +01:00
graphics.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
graphics.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
installer_archive.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
installer_archive.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
livingbooks_code.cpp MOHAWK: LB: Mark some switch fall-throughs as intentional 2018-04-22 08:17:50 +02:00
livingbooks_code.h MOHAWK: Implement xpos/ypos for LB. 2015-07-03 17:42:48 +02:00
livingbooks_graphics.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
livingbooks_graphics.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
livingbooks_lbx.cpp MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
livingbooks_lbx.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
livingbooks.cpp MOHAWK: Display a GUI error message when no audio devices are available 2018-06-07 20:14:27 +02:00
livingbooks.h MOHAWK: Added override clauses 2018-03-28 12:28:27 +02:00
module.mk MOHAWK: MYST: Introduce a main menu stack 2018-06-29 13:15:01 +02:00
mohawk.cpp MOHAWK: Display a GUI error message when no audio devices are available 2018-06-07 20:14:27 +02:00
mohawk.h MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
myst_areas.cpp MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
myst_areas.h MOHAWK: MYST: Simplify memory management of the active stack 2018-06-13 07:55:55 +02:00
myst_card.cpp MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was used 2018-07-21 09:56:33 +02:00
myst_card.h MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was used 2018-07-21 09:56:33 +02:00
myst_graphics.cpp MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
myst_graphics.h MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
myst_scripts.cpp MOHAWK: MYST: Add delays at each step of Achenar's torture switch anim 2018-07-08 21:55:09 +02:00
myst_scripts.h MOHAWK: MYST: Move the current stack id to ScriptParser 2018-06-13 07:55:55 +02:00
myst_sound.cpp MOHAWK: Myst: Rewrite the sound code 2017-07-22 20:38:56 +02:00
myst_sound.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
myst_state.cpp MOHAWK: MYST: Introduce a main menu stack 2018-06-29 13:15:01 +02:00
myst_state.h MOHAWK: MYST: Introduce a main menu stack 2018-06-29 13:15:01 +02:00
myst.cpp MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
myst.h MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
POTFILES MOHAWK: MYST: Introduce a main menu stack 2018-06-29 13:15:01 +02:00
resource_cache.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
resource_cache.h MOHAWK: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
resource.cpp MOHAWK: RIVEN: Fix off-by-one ids in ospit for the 25th localized versions 2018-07-10 19:09:30 +02:00
resource.h MOHAWK: RIVEN: Fix off-by-one ids in ospit for the 25th localized versions 2018-07-10 19:09:30 +02:00
riven_card.cpp MOHAWK: RIVEN: Tweak a bit the main menu items 2018-06-29 13:31:55 +02:00
riven_card.h MOHAWK: RIVEN: Add more options to the main menu 2018-06-29 13:31:54 +02:00
riven_graphics.cpp MOHAWK: RIVEN: Draw menu with TTF fonts 2018-06-29 13:31:54 +02:00
riven_graphics.h MOHAWK: RIVEN: Draw menu with TTF fonts 2018-06-29 13:31:54 +02:00
riven_inventory.cpp MOHAWK: RIVEN: Queue opening and closing the main menu as scripts 2018-07-13 19:44:48 +02:00
riven_inventory.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
riven_saveload.cpp MOHAWK: RIVEN: Use an in-game thumbnail when saving from the menu 2018-06-29 13:31:54 +02:00
riven_saveload.h MOHAWK: RIVEN: Use an in-game thumbnail when saving from the menu 2018-06-29 13:31:54 +02:00
riven_scripts.cpp MOHAWK: RIVEN: Queue opening and closing the main menu as scripts 2018-07-13 19:44:48 +02:00
riven_scripts.h MOHAWK: RIVEN: Queue opening and closing the main menu as scripts 2018-07-13 19:44:48 +02:00
riven_sound.cpp MOHAWK: Myst: Move the sound code to its own class 2017-07-22 20:38:56 +02:00
riven_sound.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
riven_stack.cpp MOHAWK: RIVEN: Fix the credits not showing in the Polish version 2018-07-02 13:17:23 +02:00
riven_stack.h MOHAWK: RIVEN: Fix the credits not showing in the Polish version 2018-07-02 13:17:23 +02:00
riven_vars.cpp MOHAWK: Riven: Set more variables when starting new games 2017-07-15 07:26:26 +02:00
riven_video.cpp MOHAWK: RIVEN: Execute the stored opcode before resetting movies 2018-02-05 07:40:20 +01:00
riven_video.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
riven.cpp MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
riven.h MOHAWK: MYST: Add support for the localized 25th games 2018-07-30 20:13:16 +02:00
sound.cpp MOHAWK: Fix decoding sounds with 16 bit samples 2018-05-24 17:22:15 +01:00
sound.h MOHAWK: Remove midi playback 2018-05-17 20:49:28 +02:00
video.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
video.h MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
view.cpp MOHAWK: Fix some clang-tidy warnings 2018-03-31 13:36:09 +02:00
view.h MOHAWK: Remove yet another useless variable 2016-06-01 00:59:01 +02:00