godot/platform/osx
Rémi Verschelde 0f84d8dc49
SCons: Add only selected platform's opts to env
Otherwise we can get situations where platform-specific opts with the same name
can override each other depending on the order at which platforms are parsed,
as was the case with `use_static_cpp` in Linux/Windows.

Fixes #44304.

This also has the added benefit that the `scons --help` output will now only
include the options which are relevant for the selected (or detected) platform.
2020-12-16 16:31:19 +01:00
..
export Merge pull request #43742 from qarmin/editor_modules_default_values 2020-12-08 15:53:42 +01:00
SCsub Remove `debug_symbols=full` in favor of `debug_symbols=yes` 2020-11-09 15:48:30 +01:00
context_gl_osx.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
context_gl_osx.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
crash_handler_osx.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
crash_handler_osx.mm Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
detect.py SCons: Add only selected platform's opts to env 2020-12-16 16:31:19 +01:00
dir_access_osx.h Hides special folders in FileDialog for macOS 2020-09-28 14:36:21 +08:00
dir_access_osx.mm Hides special folders in FileDialog for macOS 2020-09-28 14:36:21 +08:00
display_server_osx.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
display_server_osx.mm RenderingServer reorganization 2020-12-04 18:39:46 -03:00
godot_main_osx.mm t Add unit testing to Godot using DocTest and added to GitHub Actions CI 2020-07-24 13:05:33 +01:00
joypad_osx.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
joypad_osx.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
os_osx.h Port ClassDB tests to use doctest 2020-08-16 16:41:02 +03:00
os_osx.mm Merge pull request #40708 from bruvzg/improve_os_locale 2020-12-10 11:49:00 +01:00
platform_config.h Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
platform_osx_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
vulkan_context_osx.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
vulkan_context_osx.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00