scummvm/engines/director/lingo
Scott Percival f7e2a19327 DIRECTOR: Fix video palette mismatch in Mac gamma mode
A few places in the code fetch the palette from the window manager. This
is not the source of truth; the WM might have a gamma-converted palette.

Fixes incorrect video colouring in the Mac version of Wrath of the Gods.
2025-03-25 12:17:34 +08:00
..
lingodec DIRECTOR: Fix MSVC warnings (#6464) 2025-03-11 09:37:38 +01:00
tests DIRECTOR: TESTS: added test for 'add' and 'findPos' 2025-02-28 18:55:48 +01:00
xlibs DIRECTOR: Fix video palette mismatch in Mac gamma mode 2025-03-25 12:17:34 +08:00
xtras DIRECTOR: Add several games to detection table 2025-03-25 12:17:34 +08:00
lingo-ast.h DIRECTOR: LINGO: Revert now unneeded macro expansion 2024-06-01 16:30:21 +02:00
lingo-builtins.cpp DIRECTOR: LINGO: Improve accuracy of 'the result' 2025-03-25 12:17:34 +08:00
lingo-builtins.h DIRECTOR: LINGO: Added b_lineHeight() stub 2025-02-21 21:39:54 +01:00
lingo-bytecode.cpp DIRECTOR: LINGO: Limit functions which can be discovered 2025-03-25 12:17:34 +08:00
lingo-bytecode.h
lingo-code.cpp DIRECTOR: LINGO: Improve accuracy of 'the result' 2025-03-25 12:17:34 +08:00
lingo-code.h DIRECTOR: LINGO: Fix behaviour of c_procret 2024-07-07 22:11:03 +02:00
lingo-codegen.cpp DIRECTOR: LINGO: Make Movie::getHandler accept a castLib hint 2025-02-08 14:45:53 +01:00
lingo-codegen.h DIRECTOR: Add script decompiler for D2 and D3 2024-06-01 07:51:02 +02:00
lingo-events.cpp DIRECTOR: LINGO: Mark new event types 2025-02-04 15:24:17 +01:00
lingo-funcs.cpp DIRECTOR: LINGO: Improve accuracy of "play done" 2025-02-27 21:01:03 +01:00
lingo-gr.cpp DIRECTOR: Director 5 Lingo parser additions 2025-02-04 15:24:17 +01:00
lingo-gr.h DIRECTOR: Director 5 Lingo parser additions 2025-02-04 15:24:17 +01:00
lingo-gr.y DIRECTOR: Director 5 Lingo parser additions 2025-02-04 15:24:17 +01:00
lingo-lex.cpp DIRECTOR: Director 5 Lingo parser additions 2025-02-04 15:24:17 +01:00
lingo-lex.l DIRECTOR: Director 5 Lingo parser additions 2025-02-04 15:24:17 +01:00
lingo-mci.cpp DIRECTOR: Make more static data read only 2024-11-26 00:32:00 +01:00
lingo-object.cpp DIRECTOR: XOBJ: Add stubs for GetSoundInLevel and ListDev 2025-03-25 12:17:34 +08:00
lingo-object.h DIRECTOR: LINGO: Make Movie::getHandler accept a castLib hint 2025-02-08 14:45:53 +01:00
lingo-patcher.cpp DIRECTOR: LINGO: Slight improvement in Cosmology of Kyoto patch 2025-03-25 12:17:34 +08:00
lingo-preprocessor.cpp DIRECTOR: Avoid using bitfields in debugC 2023-12-28 01:41:10 +01:00
lingo-the.cpp DIRECTOR: LINGO: Allow setting properties on nonexistent cast members 2025-03-25 12:17:34 +08:00
lingo-the.h DIRECTOR: LINGO: Fix kTheIdle entities being wrongly declared as fields 2025-02-17 11:07:59 +01:00
lingo-utils.cpp DIRECTOR: Make more static data read only 2024-11-26 00:32:00 +01:00
lingo-utils.h DIRECTOR: Clean up array compare code, add more tests 2024-05-22 17:24:31 +02:00
lingo.cpp DIRECTOR: LINGO: Fix const'ness of Datum comparison operations 2025-02-28 18:55:47 +01:00
lingo.h DIRECTOR: LINGO: Fix const'ness of Datum comparison operations 2025-02-28 18:55:47 +01:00