virtualx-engine/platform
lawnjelly adf14bfdde Add nodiscard to core math classes to catch c++ errors.
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
2022-01-20 17:28:31 +00:00
..
android Add OS.has_clipboard() to check clipboard content 2022-01-19 20:19:06 +08:00
iphone Improve iOS icon / loading screen export. 2022-01-19 16:04:16 +01:00
javascript ImageLoader: Remove references to unsupported svgz extension 2022-01-17 10:52:32 +01:00
osx Add nodiscard to core math classes to catch c++ errors. 2022-01-20 17:28:31 +00:00
server Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
uwp Simplify InputDefault::joy_axis code by using float instead of struct JoyAxis 2022-01-14 15:36:35 +00:00
windows ImageLoader: Remove references to unsupported svgz extension 2022-01-17 10:52:32 +01:00
x11 Merge pull request #56015 from bruvzg/phy_code_conv 2022-01-16 11:36:26 +01:00
register_platform_apis.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00