.. |
fonts
|
GRAPHICS: Const correctness
|
2023-02-25 15:29:30 +01:00 |
macgui
|
JANITORIAL: Fix various "an" typos in comments
|
2023-03-16 14:47:28 +01:00 |
nanosvg
|
GRAPHICS: Fix GCC Compiler Duplicated Branch Warnings in Nano SVG
|
2022-01-12 04:59:23 +00:00 |
opengl
|
GRAPHICS: Handle cases where glGetString returns a nullptr
|
2023-03-11 18:19:54 +01:00 |
scaler
|
JANITORIAL: Fix various "an" typos in comments
|
2023-03-16 14:47:28 +01:00 |
tinygl
|
JANITORIAL: Fix various "an" typos in comments
|
2023-03-16 14:47:28 +01:00 |
big5.cpp
|
GRAPHICS: Fix wrong order of arguments in big5 char drawing
|
2023-03-16 21:24:21 +01:00 |
big5.h
|
GRAPHICS: Extract big5 renderer from sky into common graphics code
|
2023-02-28 00:40:25 +01:00 |
blit-atari.cpp
|
GRAPHICS: ATARI: Introduce accelerated blitting
|
2023-03-04 23:38:42 +01:00 |
blit-scale.cpp
|
GRAPHICS: Fix negation of unsigned integer warning
|
2023-02-18 14:16:18 +01:00 |
blit.cpp
|
GRAPHICS: ATARI: Introduce accelerated blitting
|
2023-03-04 23:38:42 +01:00 |
blit.h
|
GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit
|
2023-02-05 23:14:35 +01:00 |
colormasks.h
|
GRAPHICS: Fix riscos compilation with an explicit cast
|
2023-01-19 10:32:26 +01:00 |
conversion.h
|
GRAPHICS: Split conversion.cpp into multiple files
|
2022-12-22 23:45:14 +01:00 |
cursor.h
|
GRAPHICS: Add support for pixels with masks and inverted pixels
|
2023-02-19 23:51:09 +01:00 |
cursorman.cpp
|
GRAPHICS: Add support for pixels with masks and inverted pixels
|
2023-02-19 23:51:09 +01:00 |
cursorman.h
|
JANITORIAL: Fix various "an" typos in comments
|
2023-03-16 14:47:28 +01:00 |
font.cpp
|
GRAPHICS: Expose Font leading and descent values
|
2022-11-06 23:05:20 -08:00 |
font.h
|
GRAPHICS: Expose Font leading and descent values
|
2022-11-06 23:05:20 -08:00 |
fontman.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
fontman.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
framelimiter.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
framelimiter.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
korfont.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
korfont.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
larryScale_generated.cpp
|
GRAPHICS: Fix GCC Duplicated Branch Warnings in LarryScale
|
2022-01-12 08:26:39 +00:00 |
larryScale_generator.js
|
GRAPHICS: Fix GCC Duplicated Branch Warnings in LarryScale
|
2022-01-12 08:26:39 +00:00 |
larryScale.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
larryScale.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
maccursor.cpp
|
GRAPHICS: Fix MacCursor handling of color 255
|
2022-11-12 19:32:57 -08:00 |
maccursor.h
|
GRAPHICS: Add support for loading oversized Mac CURS resources
|
2022-05-07 20:51:44 +03:00 |
macega.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
managed_surface.cpp
|
GRAPHICS: Fix VS signed/unsigned mismatch warning
|
2023-03-16 15:08:29 +01:00 |
managed_surface.h
|
GRAPHICS: Make rawBlitFrom take a ManagedSurface
|
2023-02-23 19:10:45 +01:00 |
mode.h
|
ENGINES: Allow to specify several supported resolutions
|
2023-02-28 01:58:13 +01:00 |
module.mk
|
GRAPHICS: ATARI: Introduce accelerated blitting
|
2023-03-04 23:38:42 +01:00 |
nine_patch.cpp
|
GRAPHICS: Round border length to nearest interger
|
2022-08-05 20:15:03 +02:00 |
nine_patch.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
palette.cpp
|
GRAPHICS: Add naive algorithm option for PaletteLookup
|
2022-07-17 13:17:41 +02:00 |
palette.h
|
GRAPHICS: Add naive algorithm option for PaletteLookup
|
2022-07-17 13:17:41 +02:00 |
pixelformat.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
pixelformat.h
|
GRAPHICS: Implemented PixelFormat::isCLUT8()
|
2023-02-02 19:33:20 +01:00 |
pm5544.cpp
|
JANITORIAL: Clean up all non-engine Visual Studio warnings.
|
2022-12-04 00:08:48 +01:00 |
pm5544.h
|
GRAPHICS: Added doxygen documentation to PM5544
|
2022-10-08 23:39:18 +02:00 |
primitives.cpp
|
GRAPHICS: Change drawRect1 in primitives to fix corner pixel issues
|
2022-09-19 00:38:28 +02:00 |
primitives.h
|
GRAPHICS: Bump color parameter to uint32 type for functions using it
|
2022-09-09 02:21:47 +02:00 |
renderer.cpp
|
OPENGL: Merge both OpenGL contexts
|
2022-06-26 18:32:10 +02:00 |
renderer.h
|
GRAPHICS: Create a dynamic list of available renderers
|
2022-04-10 18:11:46 +02:00 |
scaler.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
scalerplugin.cpp
|
GRAPHICS: Use correct pixel size in Normal1x with CLUT8
|
2023-01-11 19:15:48 +01:00 |
scalerplugin.h
|
BASE: Filter out old graphics modes when passed to -g
|
2023-02-12 09:44:51 +01:00 |
screen.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
screen.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
sjis.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
sjis.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
surface.cpp
|
GRAPHICS: ATARI: Introduce accelerated blitting
|
2023-03-04 23:38:42 +01:00 |
surface.h
|
GRAPHICS: Add Surface::convertFrom()
|
2023-03-02 15:11:24 +00:00 |
svg.cpp
|
GRAPHICS: SVGBitmap now inherits from ManagedSurface
|
2023-03-16 19:20:50 +01:00 |
svg.h
|
GRAPHICS: SVGBitmap now inherits from ManagedSurface
|
2023-03-16 19:20:50 +01:00 |
thumbnail.cpp
|
GRAPHICS: Add function to create thumbnail without binding it to a output stream
|
2022-09-08 19:10:42 +02:00 |
thumbnail.h
|
GRAPHICS: Add function to create thumbnail without binding it to a output stream
|
2022-09-08 19:10:42 +02:00 |
transform_struct.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
transform_struct.h
|
GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit
|
2023-02-05 23:14:35 +01:00 |
transform_tools.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
transform_tools.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
transparent_surface.cpp
|
GRAPHICS: Split conversion.cpp into multiple files
|
2022-12-22 23:45:14 +01:00 |
transparent_surface.h
|
GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit
|
2023-02-05 23:14:35 +01:00 |
VectorRenderer.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
VectorRenderer.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
VectorRendererSpec.cpp
|
GRAPHICS: Support RGB332 in VectorRendererSpec.
|
2023-01-12 10:27:20 +03:00 |
VectorRendererSpec.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
wincursor.cpp
|
GRAPHICS: Add support for pixels with masks and inverted pixels
|
2023-02-19 23:51:09 +01:00 |
wincursor.h
|
COMMON: Move more file format code into common/formats
|
2022-12-11 22:33:23 +01:00 |
yuv_to_rgb.cpp
|
JANITORIAL: Fix "the the" and similar typos
|
2022-07-29 19:36:40 +03:00 |
yuv_to_rgb.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |