Commit Graph
17 Commits
Author SHA1 Message Date
Misty De Meo ade01150b8 DIRECTOR: add quirk for henachoco05
Rodem tracks mouse movement outside the game window. It's not possible to
trigger Rodem's movement to the next screen to the left or right just by
moving the mouse cursor to the edge of the screen; it has to be tracked
outside the screen altogether.

This can be fixed by enabling ScummVM's desktop emulation. I've confirmed
this makes both the Mac and Windows versions playable. Since an existing
quirk already implemented this behaviour, I've renamed the existing
function and given it a more generic name.
2022-12-31 01:37:21 +01:00
eientei 6b6a5884e7 DIRECTOR: Attempt (and fail) to give McLuhan the file it wants 2022-12-01 01:18:11 +01:00
Eugene Sandulenko 5b8b2bb25f DIRECTOR: Fix incorrect bitwise operation. CID 1490801 2022-10-10 12:03:36 +02:00
Roland van Laar f1715e368d DIRECTOR: fix sign of integer
Make `size` an int32. `f->size` is an int32 and can be -1.
2022-09-29 15:51:08 +02:00
eientei 826383601a DIRECTOR: Convert note about wolfgang into quirk 2022-09-29 14:18:29 +02:00
Eugene Sandulenko dbed5cb1a9 DIRECTOR: Fix crash on exit 2022-09-29 13:45:25 +02:00
Eugene Sandulenko 47474b3407 DIRECTOR: Added possibility to inject static files in game quirks.
Use it for trektech for simulating presence of an after-install INI file
2022-09-29 13:32:58 +02:00
Eugene Sandulenko 76a2c77854 DIRECTOR: Fix quirk for kidsbox 2022-07-19 23:46:58 +02:00
Eugene Sandulenko 88dedd276e JANITORIAL: Rename constants to follow our code naming conventions 2022-07-19 20:25:06 +02:00
Pragyansh Chaturvedi 5c17fe70b8 JANITORIAL: Fix conventions and reimplement MacFontManager::rectifyId() 2022-07-17 13:04:14 +02:00
Pragyansh Chaturvedi c4f6aa89b9 GRAPHICS: Implement assigning of windows font, check for wrong fontId while loading stxt, read name from FON files DIRECTOR 2022-07-17 13:04:14 +02:00
Eugene Sandulenko b03f50d576 DIRECTOR: Cleanup game quirks, remove redundant ones 2022-07-10 16:09:46 +02:00
Misty De Meo a03adf30ac DIRECTOR: set window size in Kids Box 2022-07-07 15:59:41 +02:00
Misty De Meo a2d4dfa4a1 DIRECTOR: add Kids Box quirk 2022-07-06 01:47:16 +02:00
Eugene Sandulenko 8d13da7dc1 DIRECTOR: Added possibility to provide extra search path, use it for mcluhan 2022-06-04 14:15:46 +02:00
Eugene Sandulenko 0ce860e63b DIRECTOR: Added quirk for warlock 2022-06-03 14:24:14 +02:00
Eugene Sandulenko 93412a5bab DIRECTOR: Created file for hosting game-specific quirks and moved a few there 2022-06-03 14:04:16 +02:00