18 Commits

Author SHA1 Message Date
Miro Kropacek
f85fde7707 ENGINES: ALL: Use new CursorMan API where applicable
This makes code not only cleaner but also friendly to 8-bit surfaces
where pitch != width.
2023-07-19 22:22:11 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert
a54b19976f GLK: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
Paul Gilbert
106e366424 GLK: Fix stalling of event processing loop 2019-09-07 22:14:21 -07:00
Paul Gilbert
0ede777f55 GLK: FROTZ: Title screen for Arthur is partially showing 2019-08-02 20:29:51 -07:00
Paul Gilbert
a04bdb3d7c GLK: Added skeleton debugger 2019-07-29 22:05:19 -07:00
Paul Gilbert
0146ae2255 GLK: Revert to passing ascii characters rather than scancodes to the sub-engines 2019-03-03 21:24:55 -08:00
Torbjörn Andersson
b923410025 GLK: Don't treat Caps, Num and Scroll Lock as standard keypresses
Technically, they're lock keys rather than modifier keys, but we
may as well treat them as the same thing here.

My keyboard doesn't have an F-lock key, and I can't find any key
code for it, so I don't know if that one has to be excluded too.
2019-03-02 15:45:55 +01:00
Paul Gilbert
f14703e709 GLK: Don't ignore Alt key combinations
I'm told that on some foreign keyboards, combinations of Alt & Fn
keys are used to produce standard characters. So I can't just
ignore Alt combinations because of this
2019-03-01 19:38:21 -08:00
Paul Gilbert
e91e911b61 GLK: Don't treat modifier keys as standard keypresses 2019-03-01 19:38:21 -08:00
Paul Gilbert
69f91fafe4 GLK: Cleanups & fixes from color refactoring 2019-01-31 21:54:34 -08:00
Paul Gilbert
b92f8f0856 GLK: FROTZ: Make window transparent for V6 games to not obscure upper area 2019-01-29 21:17:18 -08:00
Paul Gilbert
183d8319d3 GLK: FROTZ: Implement setting mouse cursor visibility 2019-01-19 19:28:37 -08:00
Paul Gilbert
1021da132b GLK: Splitting font related info from Conf into their own classes 2018-12-31 18:34:42 -08:00
Paul Gilbert
e232d024c5 GLK: Standardizing uint vs uint32 usage 2018-12-09 14:47:15 -08:00
Paul Gilbert
0cbd51641b GLK: FROTZ: Further sound handling 2018-12-08 19:05:59 -08:00
Paul Gilbert
a2104deb4c GLK: Changing class and namespaces from Gargoyle to Glk 2018-12-08 19:05:59 -08:00
Paul Gilbert
1fb931fbd9 GLK: Changing gargoyle folder to glk 2018-12-08 19:05:59 -08:00