virtualx-engine/platform/osx
lawnjelly b411a731fe 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 13:07:49 +00:00
..
export [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra privacy settings, entitlements warnings and error checking. 2022-01-18 11:11:02 +02:00
crash_handler_osx.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
crash_handler_osx.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
detect.py Misc build system fixes 2021-12-10 12:14:27 -06:00
dir_access_osx.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dir_access_osx.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
display_server_osx.h Window management improvements. 2022-01-18 11:47:03 +02:00
display_server_osx.mm Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
gl_manager_osx.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gl_manager_osx.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godot_main_osx.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
joypad_osx.cpp Fix Actions mapped to triggers not using the full range 2022-01-14 15:36:20 +00:00
joypad_osx.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
os_osx.h Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
os_osx.mm Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
platform_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
platform_osx_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
SCsub [macOS] Add support for OpenGLES3 video driver. 2021-11-02 13:11:55 +02:00
vulkan_context_osx.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
vulkan_context_osx.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00