This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/graphics
suve 8ce7a37070 Add missing cstdint includes
Some files have been using various fixed-size types (uint32_t etc.),
which are defined in stdint.h / cstdint, without including said header
file. While this code worked with GCC12 (likely a transitive include),
under GCC13 it fails to build due to "unknown type" errors.
2023-01-21 19:50:55 -05:00
..
DrawMethodsDef.inc Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
FontReader.cpp Add missing cstdint includes 2023-01-21 19:50:55 -05:00
FontReader.h Compress font data 2020-12-25 19:46:13 +01:00
Graphics.cpp Fix renderer table gradients 2022-12-27 08:49:32 +01:00
Graphics.h Convert hmap data to gradients 2022-12-25 11:09:08 +01:00
Icons.h Fix issue where TPT was bought by EA 2018-04-01 15:26:13 -04:00
meson.build Mesonification 2020-12-14 20:16:52 +01:00
Pixel.h Remove long defunct OpenGL code paths 2022-10-11 20:11:14 +02:00
RasterDrawMethods.inl Add underline escape sequence to text renderer 2022-12-23 07:39:58 +01:00
RasterGraphics.cpp Add clip rect feature to Graphics and gfx.setClipRect 2022-10-11 20:47:39 +02:00
Renderer.cpp Fix potential crashes due to overeager operator[]s 2023-01-07 15:08:50 +01:00
Renderer.h Convert hmap data to gradients 2022-12-25 11:09:08 +01:00