25 Commits

Author SHA1 Message Date
athrxx c11193f35c COMMON: add Windows 16 colors render mode option 2024-10-09 08:35:11 +03:00
athrxx 0aca97d8f5 COMMON: add PC-98 8-color render mode to launcher 2024-08-06 08:47:25 +03:00
athrxx 7ada2f4017 COMMON: mark vga grey scale rendermode as translateable 2024-07-12 23:51:52 +02:00
athrxx bc6573237d SCI: add SCI 1 video mode detection for EGA and VGA grey scale 2024-07-11 08:02:49 +03:00
Eugene Sandulenko b2e6c74eff I18N: Added more explanations to the render modes 2023-03-26 17:42:20 +02:00
athrxx 7c98d26170 GUI: fix rendermode setting
(add missing lines for CPC, ZX and C64 rendering)
2023-03-05 14:57:08 +01:00
neuromancer 3cd8f444b5 COMMON: added Commodore 64 rendering mode 2023-01-02 08:09:37 -03:00
neuromancer 90d97edd63 COMMON: added a render mode for Amstrad CPC 2022-12-29 10:52:57 -03:00
neuromancer 6841227241 COMMON: added zx spectrum render mode 2022-12-24 13:18:53 -03:00
athrxx dd39b406c0 COMMON: add CGA b/w render mode
(for SCUMM v1)
2022-07-11 18:16:23 +02:00
athrxx bd1f3ff984 COMMON: add CGA Composite render mode
(for SCUMM v1)
2022-07-10 01:04:38 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
athrxx aefb23d44c GUI: add missing GUIO settings for mac b/w mode
(I noticed that I got offered macintosh b/w mode for EOB DOS and Amiga versions)
2021-11-14 16:19:32 +01:00
Torbjörn Andersson 5775637bb8 COMMON: Add translator's note for the Macintosh b/w render mode 2021-07-13 09:53:36 +02:00
Torbjörn Andersson 2ba156184c SCUMM: Add Macintosh b/w rendering mode
This is currently only (partially) implemented for the 16-color Mac
versions of Loom and Indiana Jones and the Last Crusade. The text is
still drawn in color, since that's rendered separately, but I'm
committing this now while it still works.
2021-07-13 09:53:36 +02:00
Bastien Bouclet 955e18c648 COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
Johannes Schickel 29b37f473c COMMON: Add render mode for Macintosh.
On request of m_kiewitz who wants to use it for AGI.
2016-02-05 12:38:28 +01:00
Johannes Schickel b166cb84e2 COMMON: Use spaces for beautifying formatting. 2016-01-21 23:48:48 +01:00
Johannes Schickel a481702488 COMMON: Allow translation of PC-98 render modes. 2016-01-21 23:41:30 +01:00
Johannes Schickel 0024519e9c COMMON: Use our standard FM-TOWNS spelling for render modes. 2016-01-21 23:41:30 +01:00
Johannes Schickel 1479219f7a COMMON: Add render modes for Apple IIgs and Atari ST.
On request of m_kiewitz who wants to use it for AGI.
2016-01-21 23:41:30 +01:00
Johannes Schickel 854e22b38b COMMON: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Eugene Sandulenko 04d50f3703 COMMON: Use String class consistently 2012-03-17 12:55:51 +02:00
Max Horn 92d219715f COMMON: Replace OptionsDialog::renderType2GUIO by API in rendermode.h 2012-02-29 11:43:21 +01:00
Max Horn 215b41b244 COMMON: Move RenderMode and GUIOptions functionality into separate files 2012-02-26 15:19:31 +01:00