elasota
baa62911cd
DEVTOOLS: Make create_japanesemacfonts portable using 7-zip and xar-unpacker
2022-07-15 22:34:09 +02:00
athrxx
33c2631290
SCUMM: (V2) - improve CGA and Hercules modes
...
Should be pixel-perfect now.
This change is only about SCUMM2 (ZAK/MM).
2022-07-15 15:40:16 +02:00
antoniou79
2b5f0c7177
BLADERUNNER: Fix regression for toggling clue privacy
...
This KIA hotkey was not considered when switching to the ScummVM keymapper
2022-07-15 11:08:40 +03:00
elasota
69c6470c6a
MTROPOLIS: Add scene transition effect support
2022-07-15 01:38:31 -04:00
Eugene Sandulenko
f21d5582b0
GRAPHICS: Fix Rect drawing in primitives
2022-07-14 14:40:18 +02:00
eientei
a2f1577170
WAGE: Add shareware found on Walnut Creek's Ultra Mac Games disc
2022-07-14 13:06:44 +02:00
eientei
aee1659660
WAGE: Add rest of TODO games, sort alphabetically
2022-07-14 13:06:44 +02:00
eientei
35e6233198
WAGE: Fix some names
2022-07-14 13:06:44 +02:00
eientei
38f8482ed5
WAGE: Add some more games
2022-07-14 13:06:44 +02:00
Le Philousophe
062c2982ec
RISCOS: Prevent garbage collection of plugins code
2022-07-14 10:56:55 +02:00
elasota
8da787840d
MTROPOLIS: Move some defs around to fix def shadowing warnings
2022-07-14 02:35:21 -04:00
elasota
2427ecd3e4
MTROPOLIS: Refactor some static interfaces to suppress compiler warnings
2022-07-14 02:35:21 -04:00
Torbjörn Andersson
bb69363580
DEVTOOLS: Make C++ the default mode for md5table
...
Like the built-in help says. Before, you still had to pass --c++ to it.
2022-07-14 07:44:58 +02:00
Misty De Meo
a0c114db8e
DIRECTOR: correct paws mac filesize
2022-07-13 15:47:52 -07:00
Eugene Sandulenko
8cf16488e6
MTROPOLIS: Fix warnings
2022-07-13 23:37:39 +02:00
Eugene Sandulenko
3515dc79eb
GRAPHICS: MACGUI: Switch to wider Rect primitives for now
...
We need to eliminate their usage but that requires more testing
2022-07-13 23:23:03 +02:00
Eugene Sandulenko
d670adb4b9
WAGE: Switch to wider Rect primitives
2022-07-13 23:22:51 +02:00
Eugene Sandulenko
dbb1114269
DIRECTOR: Switch to wider rect primitives so visuals stay unchanged
2022-07-13 23:22:35 +02:00
Eugene Sandulenko
57d91c8bdd
GRAPHICS: Draw thick lines with wider rectangles for the time being
2022-07-13 23:20:49 +02:00
Eugene Sandulenko
d8a5a284e7
GRAPHICS: Added primitives drawing over bigger rectangles
...
We do not count right and bottom edges of Common::Rect. But the
original primitives.cpp was drawn _with_ this in mind.
This introduces *1 methods which will be used by Director, WAGE
and MacGUI. Maybe at some moment in the future we will rewrite
those.
2022-07-13 23:01:48 +02:00
Paweł Kołodziejski
f18c1ed826
WINTERMUTE: WME3D: Opengl renderers doesn't support arbitrary resolutions yet
2022-07-13 22:27:18 +02:00
Paweł Kołodziejski
fc02f082d8
WINTERMUTE: Synchronize with 2d renderer
2022-07-13 22:26:29 +02:00
antoniou79
ede86a6f96
BLADERUNNER: Fix bad dialogue entry for Italian localization
...
AUTOMOBILI should be C.C.S.R.
2022-07-13 21:47:51 +03:00
Paweł Kołodziejski
0df8687dd1
WINTERMUTE: Mark early games as not working at all
2022-07-13 19:59:15 +02:00
Paweł Kołodziejski
5a81a94bdd
WINTERMUTE: Document another demo mode for 'Pizza Morgana'
2022-07-13 19:34:39 +02:00
Le Philousophe
15235fa8ad
OPENGL: Add workaround for AmigaOS which supports GLSL 0.9
2022-07-13 19:00:15 +02:00
Hubert Maier
9e4995d354
AMIGAOS: Revert dynamic detection features
2022-07-13 18:18:37 +02:00
Misty De Meo and Eugene Sandulenko
3e9e39a8fa
DIRECTOR: resource might be missing cursor
...
Co-authored-by: Eugene Sandulenko <sev@scummvm.org >
2022-07-13 18:12:22 +02:00
Pragyansh Chaturvedi
1a5603c488
DIRECTOR: LINGO: Remove all occurences of _loadedCast outside of the Cast namespace
2022-07-13 18:10:49 +02:00
Pragyansh Chaturvedi
4d9b05e2c1
DIRECTOR: Initialize multiple casts, insert loadedCast and sharedCast
2022-07-13 18:10:49 +02:00
AndywinXp
9518dc5341
SCUMM: DiMUSE: Fix if guard for quarter samplerate case
...
Also, amend a5d4e15 which removed the half samplerate case.
2022-07-13 07:50:04 +02:00
D G Turner
a5d4e15f14
SCUMM: DiMUSE: Remove Older Code Path for 8-bit Stereo Audio Mixing
...
This would have been executed instead of the newer code added in the
previous commit on this module.
2022-07-13 00:51:33 +01:00
Paweł Kołodziejski
86d02ef73f
WINTERMUTE: Added 'Royal Mahjong: King's Journey'
2022-07-13 00:20:51 +02:00
Paweł Kołodziejski
b4c581a580
WINTERMUTE: Added 'Octave' demo
2022-07-13 00:13:30 +02:00
Martin Gerhardy
dd56f35477
TWINE: after watching the cutscenes at the television, the background is not properly restored
...
https://bugs.scummvm.org/ticket/13683
2022-07-12 20:25:58 +02:00
AndywinXp
19a7a40c41
SCUMM: DiMUSE: Properly mix audio which with quarter sample rate
...
This fixes instances in which audio chunks with a sample rate equal to a
quarter of the global one were not mixed correctly, causing wave aliasing
during the reconstruction of the analog signal from the digital one.
2022-07-12 17:49:26 +02:00
eientei
42cd8ba9ce
DEVTOOLS: COMPANION: Finish integrating create_classicmacfonts as createmacfonts
2022-07-12 16:19:37 +02:00
Eugene Sandulenko
ca960c61c2
DEVTOOLS: COMPANION: Initial code for extracting classic mac fonts
2022-07-12 14:08:04 +02:00
Paweł Kołodziejski
540c113f64
WINTERMUTE: Added 'Nose Bound: Episode 1' demo
2022-07-12 08:08:06 +02:00
Paweł Kołodziejski
982797a23b
WINTERMUTE: Added 'El Engaño de Barbapoca' chapter 1 and 2
2022-07-12 01:05:46 +02:00
Paweł Kołodziejski
8e4b713032
WINTERMUTE: Added 'TeTRiks'
2022-07-12 00:55:55 +02:00
Paweł Kołodziejski
0ce86b06cc
WINTERMUTE: Added 'The Guttenburg Project' demo
2022-07-12 00:48:43 +02:00
Paweł Kołodziejski
e0024465b0
WINTERMUTE: Added 'The Driller Incident' Czech version
2022-07-12 00:44:27 +02:00
Paweł Kołodziejski
f45314b77d
WINTERMUTE: Added 'Sunny' demo
2022-07-12 00:39:16 +02:00
Paweł Kołodziejski
54437a0b42
WINTERMUTE: Added 'Shelter' demo
2022-07-12 00:33:27 +02:00
Paweł Kołodziejski
ed3b64f762
WINTERMUTE: Added "Precious Pills, Blasting Bacon and Mowing Minds"
2022-07-12 00:28:29 +02:00
Torbjörn Andersson
941fce9686
SCUMM: Fix comment typo
2022-07-11 21:34:16 +02:00
Paweł Kołodziejski
1e0c55145c
WINTERMUTE: Added 'Night in the Fog' demo
2022-07-11 21:32:26 +02:00
Paweł Kołodziejski
2059aa5085
WINTERMUTE: Added 'Mystic Triddle' demo
2022-07-11 21:24:57 +02:00
Paweł Kołodziejski
6b726a36be
WINTERMUTE: Added another version of game 'Miskatonic' and it's 3D game
2022-07-11 21:14:32 +02:00