OpenRCT2/src/openrct2/drawing
Gymnasiast c83ddefe47
Convert remaining C-style casts to C++-style ones
2020-09-10 21:36:20 +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 Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Drawing.String.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Drawing.cpp Refactor drawing 2020-08-28 01:30:15 +01:00
Drawing.h Replace gfx_draw_string_clipped() calls with DrawTextEllipsised 2020-09-10 18:13:13 +02:00
Font.cpp Add stroke to lowercase 'L' to differentiate from capital 'I' (#12890) 2020-09-10 20:07:12 +02:00
Font.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
IDrawingContext.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
IDrawingEngine.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
Image.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
ImageImporter.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
ImageImporter.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
LightFX.cpp Close #12497: Remove extra SPRITE_INDEX_NULL checks (#12601) 2020-08-08 09:12:52 -03:00
LightFX.h Fix #12405: Make LIGHTFX_LIGHT_TYPE a strong enum (LightType) (#12569) 2020-08-04 15:55:14 +01:00
Line.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
NewDrawing.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
NewDrawing.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Rain.cpp Close #12448: Refactor RAIN_LEVEL to use strong enum (#12488) 2020-07-28 17:19:45 +01:00
Rain.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
Rect.cpp Part of #12097: Use ScreenRect in gfx_fill_rect_inset (#12284) 2020-08-01 00:51:29 -03:00
SSE41Drawing.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
ScrollingText.cpp Pass the formatter directly to scrolling_text_setup 2020-07-31 12:31:26 +02:00
TTF.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
TTF.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
TTFSDLPort.cpp Convert remaining C-style casts to C++-style ones 2020-09-10 21:36:20 +02:00
Text.cpp Remove const void* overload from DrawTextEllipsised() 2020-09-10 18:13:13 +02:00
Text.h Remove const void* overload from DrawTextEllipsised() 2020-09-10 18:13:13 +02:00
X8DrawingEngine.cpp Close #12457: Rename INTRO_STATE to use PascalCase 2020-07-26 09:32:53 -04:00
X8DrawingEngine.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00