scummvm/graphics
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
..
fonts GRAPHICS: TTF: Support loading fixed size fonts 2021-05-01 01:49:46 +02:00
macgui GRAPHICS: MACGUI: Clean up comments 2021-07-12 18:02:56 -04:00
nanosvg JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
opengl JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
scaler GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
tinygl GRAPHICS: Fix warnings for header search failure. 2021-06-26 08:46:07 +03:00
colormasks.h GRAPHICS: Integrate Graphics::ColorMasks with Graphics::PixelFormat 2021-06-24 11:55:54 +02:00
conversion.cpp GRAPHICS: Add optimized versions of scaleBlitBilinear and rotoscaleBlitLinear 2021-06-24 11:55:54 +02:00
conversion.h GRAPHICS: fixed formatting 2021-06-19 14:34:52 +02:00
cursor.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
cursorman.cpp ALL: Sync with ScummVM rev. 55dba55056 2019-12-08 17:06:42 +01:00
cursorman.h DOXYGEN: Review of high prio files from graphics 2020-12-01 23:24:37 +00:00
font.cpp GRAPHICS: Expose ascent value in font class 2021-03-23 20:25:23 +00:00
font.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
fontman.cpp ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
fontman.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
korfont.cpp SCI: Fix buffer overflow when loading Korean font 2020-11-21 00:51:26 -08:00
korfont.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
larryScale_generated.cpp ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
larryScale_generator.js ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
larryScale.cpp ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
larryScale.h ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
maccursor.cpp ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
maccursor.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
macega.h SCUMM: Add Macintosh b/w rendering mode 2021-07-13 09:53:36 +02:00
managed_surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
managed_surface.h GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
mode.h ALL: Merge from ScummVM rev 3a933138ce 2017-12-06 21:41:03 +01:00
module.mk GRAPHICS: Font class for drawing Amiga Topaz font 2021-04-15 17:45:37 +02:00
nine_patch.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
nine_patch.h GRAPHICS: MACGUI: move titlePos into BorderOffsets 2021-04-12 14:04:25 +02:00
palette.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
pixelbuffer.cpp GRAPHICS: Fixed logic typo "_format.aLoss = 8" -> "_format.aLoss == 8" 2020-11-12 12:07:22 +01:00
pixelbuffer.h GRIM: Remove unneeded use of Graphics::createPixelFormat 2021-06-24 11:55:54 +02:00
pixelformat.cpp ALL: Sync with ScummVM - rev. 87ebc7140c 2017-09-02 15:04:07 +02:00
pixelformat.h GRAPHICS: Integrate Graphics::ColorMasks with Graphics::PixelFormat 2021-06-24 11:55:54 +02:00
primitives.cpp Sync with ScummVM rev. 654b8208b8 2020-06-22 08:14:16 +02:00
primitives.h ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
renderer.cpp GUI: Add lowres support for the renderer dropdown 2021-03-26 15:34:22 +01:00
renderer.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
scaler.h GRAPHICS: Remove unused code 2021-03-15 16:48:40 +02:00
scalerplugin.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
scalerplugin.h BASE: Update scaler settings from old config files 2021-06-23 21:29:53 +02:00
screen.cpp TWINE: use Graphics::Screen 2021-06-03 22:07:26 +02:00
screen.h GRAPHICS: Allow TTFFont to handle ManagedSurfaces with transparent pixels 2021-02-26 17:58:19 -08:00
sjis.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
sjis.h GRAPHICS: Compile SJIS code when building AGOS 2021-05-09 15:13:37 +03:00
surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
surface.h GRAPHICS: removed invalid char from comment 2021-07-11 13:56:19 +02:00
svg.cpp GRAPHICS: Fix SVG rendering on big endian 2021-04-26 19:18:59 +03:00
svg.h GRAPHICS: Retain original SVG transparency and expose its pixelformat 2021-04-11 21:21:44 +02:00
thumbnail.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
thumbnail.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
transform_struct.cpp
transform_struct.h ALL: Sync with ScummVM - rev. 87ebc7140c 2017-09-02 15:04:07 +02:00
transform_tools.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
transform_tools.h
transparent_surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
transparent_surface.h GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
VectorRenderer.cpp ALL: Sync with ScummVM rev. 55dba55056 2019-12-08 17:06:42 +01:00
VectorRenderer.h GRAPHICS: GUI: Take tab shadow size from theme 2021-04-13 08:09:16 +02:00
VectorRendererSpec.cpp GRAPHICS: Fix triangle rendering with some aspect ratios 2021-06-20 12:30:20 +02:00
VectorRendererSpec.h GRAPHICS: Fix crash when resizing the window to low width 2021-06-27 09:05:17 +03:00
wincursor.cpp GRAPHICS: Add the Windows busy cursor 2021-03-22 00:07:37 +01:00
wincursor.h GRAPHICS: Add the Windows busy cursor 2021-03-22 00:07:37 +01:00
yuv_to_rgb.cpp GRAPHICS: No need to keep comment anymore 2020-10-04 14:03:36 +02:00
yuv_to_rgb.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00