OpenRCT2/src/openrct2/drawing
Michael Steenbeek 2a9481bb99
Add Πligature
2021-07-20 14:28:43 +02:00
..
AVX2Drawing.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Drawing.Sprite.BMP.cpp Share blit methods between BMP and RLE 2020-08-28 01:29:59 +01:00
Drawing.Sprite.RLE.cpp Fix: Unused variable warning because of if constexpr (#12871) 2020-09-06 22:22:49 +02:00
Drawing.Sprite.cpp Refactor IStream::ReadArray to return unique_ptr 2021-02-12 19:30:53 +02:00
Drawing.String.cpp Move gLastStringPos into rct_drawpixelinfo (#14811) 2021-06-03 22:10:09 -03:00
Drawing.cpp Move gLastStringPos into rct_drawpixelinfo (#14811) 2021-06-03 22:10:09 -03:00
Drawing.h Move gLastStringPos into rct_drawpixelinfo (#14811) 2021-06-03 22:10:09 -03:00
Font.cpp Add Πligature 2021-07-20 14:28:43 +02:00
Font.h Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
IDrawingContext.h Use ScreenLine on gfx_draw_line_software 2021-03-13 16:52:58 +01:00
IDrawingEngine.h Move window update out of variable frame updates (#13704) 2021-01-10 09:36:34 -03:00
Image.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
ImageImporter.cpp Correct palette indexes of remap colors in image importer 2021-05-13 16:30:35 +02:00
ImageImporter.h Correct palette indexes of remap colors in image importer 2021-05-13 16:30:35 +02:00
LightFX.cpp Improvement: Added lighting effects for shops and stalls. (#14169) 2021-06-30 07:55:02 +01:00
LightFX.h Improvement: Added lighting effects for shops and stalls. (#14169) 2021-06-30 07:55:02 +01:00
Line.cpp Part of #12100 : Use ScreenCoordsXY for gfx_draw_line_on_buffer (#14305) 2021-05-11 08:16:59 -03:00
NewDrawing.cpp Merge pull request #13444 from tupaschoal/extract-ifdefed-functions 2021-03-27 10:00:01 -03:00
NewDrawing.h Close #12404: Refactor DRAWING_ENGINE to use strong enum (#13070) 2020-10-02 22:41:30 -03:00
Rect.cpp Remove raw coords gfx_fill_rect_inset overload 2021-03-29 09:34:11 -03:00
SSE41Drawing.cpp Several more spelling fixes (#13752) 2021-01-10 18:23:35 +00:00
ScrollingText.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
ScrollingText.h Add ScrollingText.h 2021-01-02 16:43:17 +02:00
TTF.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
TTF.h Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
TTFSDLPort.cpp Convert remaining C-style casts to C++-style ones 2020-09-10 21:36:20 +02:00
Text.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Text.h Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Weather.cpp Fix #12940: Windows cause issues with snow drawing (#13238) 2020-10-19 18:58:47 +02:00
Weather.h Add snow as a weather type 2020-09-14 21:58:00 +02:00
X8DrawingEngine.cpp Use ScreenLine on gfx_draw_line_software 2021-03-13 16:52:58 +01:00
X8DrawingEngine.h Use ScreenLine on gfx_draw_line_software 2021-03-13 16:52:58 +01:00