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/common
Tamás Bálint Misius 9bd8bd2274
Fix some deprecation warnings
Namely:

 - [[deprecated("Use Mat2")]]
 - [[deprecated("Use Vec2")]]
 - [[deprecated("Use Mat2::operator*(Vec2)")]]
 - [[deprecated("Use Vec2<float>::operator*(float)")]]
 - [[deprecated("Use Vec2::operator+")]]
 - [[deprecated("Use Vec2::operator-")]]
 - [[deprecated("Use Vec2::Zero")]]
 - [[deprecated("Use Mat2::Identity")]]
2023-05-12 18:53:48 +02:00
..
platform Add fs.isLink 2023-05-09 22:31:12 +02:00
ExplicitSingleton.h Manage search model requests in SearchModel 2023-01-27 09:26:41 +01:00
Format.h Work around some holes in the BitmaskType specification 2018-05-08 06:05:12 +03:00
meson.build Group platform files into their own directory 2023-01-27 17:31:40 +01:00
Plane.h Reorganize the constructors of non-owning PlaneAdapter 2023-05-04 19:41:47 +02:00
RasterGeometry.h Add new Vec2, Mat2, RGB, RGBA classes and deprecate some old functions 2023-04-05 02:29:35 +02:00
String.cpp Update tpt-libs, add support for compiling with MinGW on Windows 2021-10-22 23:14:54 +02:00
String.h Preprocessor purge round 19: Split and minimize usage of Config.h 2023-01-27 09:27:32 +01:00
tpt-compat.h Preprocessor purge round 17: easy parts of WIN, LIN, MACOSX, AND 2023-01-27 09:26:41 +01:00
tpt-inline.h Preprocessor purge round 2: #pragma once 2023-01-27 09:26:38 +01:00
tpt-minmax.h Preprocessor purge round 2: #pragma once 2023-01-27 09:26:38 +01:00
tpt-rand.cpp Fix RNG usage 2023-04-15 18:22:03 +02:00
tpt-rand.h Add ensureDeterminism to saves 2023-04-15 22:19:54 +02:00
tpt-thread-local.cpp Make thread_local replacement for MinGW slightly nicer 2021-10-23 10:08:26 +02:00
tpt-thread-local.h Preprocessor purge round 19: Split and minimize usage of Config.h 2023-01-27 09:27:32 +01:00
VariantIndex.h Refactor GameController events 2023-01-27 09:26:39 +01:00
Vec2.h Fix some deprecation warnings 2023-05-12 18:53:48 +02:00