summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij2021-12-187-78/+73
* Merge pull request #55966 from bruvzg/wt💩4Rémi Verschelde2021-12-163-3/+18
|\
| * [Windows] Detect new Windows Terminal and disable unsupported set_console_vis...bruvzg2021-12-153-3/+18
* | Fixed detecting the Valve Streaming GamepadSam Lantinga2021-12-161-2/+4
* | Only rotate Android sensor values for sensors that need them rotatedMarcel Admiraal2021-12-151-31/+64
|/
* [Windows] Open a new console window for the editor instances.bruvzg2021-12-141-0/+3
* Misc build system fixesAaron Franke2021-12-104-4/+4
* Merge pull request #43181 from nathanfranke/string-emptyRémi Verschelde2021-12-1012-60/+60
|\
| * Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-0912-60/+60
* | Merge pull request #55767 from m4gr3d/config_hand_tracking_frequency_masterRémi Verschelde2021-12-094-5/+41
|\ \
| * | Add support for configuring the xr hand tracking frequency modene0fhyk2021-12-094-5/+41
| |/
* | Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_masterRémi Verschelde2021-12-093-1/+10
|\ \
| * | Enable configuration of the `android:excludeFromRecents` activity attribute.Fredia Huya-Kouadio2021-12-093-1/+10
| |/
* | Merge pull request #55737 from m4gr3d/add_min_target_sdk_configs_masterRémi Verschelde2021-12-093-7/+64
|\ \ | |/ |/|
| * Add configs to specify the min and target sdk versions.Fredia Huya-Kouadio2021-12-083-7/+64
* | Fix files_dropped in HTML5 export.Luis Sanchez2021-12-031-1/+1
|/
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-302-4/+7
* [HTML5] Fix multi-touch input handling.Fabio Alessandrelli2021-11-301-3/+3
* Merge pull request #55347 from Faless/js/4.x_scons_emcc_abspathRémi Verschelde2021-11-261-3/+3
|\
| * [HTML5] Use absolute path for JS lib/pre/externs.Fabio Alessandrelli2021-11-261-3/+3
* | Merge pull request #55344 from Chaosus/repair_error_funcYuri Roubinsky2021-11-263-4/+4
|\ \ | |/ |/|
| * Fix console colors on WindowsYuri Roubinsky2021-11-263-4/+4
* | [HTML5] Fix focus (again) in Firefox's iframes.Fabio Alessandrelli2021-11-261-2/+6
|/
* Restore console window output for editor app on WindowsYuri Roubinsky2021-11-251-2/+12
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-238-9/+9
* Merge pull request #55159 from m4gr3d/add_oculus_openxr_config_masterRémi Verschelde2021-11-227-19/+83
|\
| * Add support for OpenXR export configurations.Fredia Huya-Kouadio2021-11-207-19/+83
* | Fix Android `get_screen_orientation()` not returning valid valuesMarcel Admiraal2021-11-212-2/+31
|/
* [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-194-64/+67
* Merge pull request #54499 from Faless/threads/4.x_work_pool_defaultRémi Verschelde2021-11-191-0/+1
|\
| * [OS] Add ThreadWorkPool default size to OS.Fabio Alessandrelli2021-11-021-0/+1
* | [HTML5] Add checks to Gamepad API events.Fabio Alessandrelli2021-11-191-2/+6
* | [HTML5] Fix input not focusing canvas.Fabio Alessandrelli2021-11-191-0/+6
* | Merge pull request #55072 from KoBeWi/untitled_goose_projectRémi Verschelde2021-11-181-1/+1
|\ \
| * | Fix data directory of unnamed projectskobewi2021-11-181-1/+1
* | | Windows: Use `/bigobj` only for debug builds, breaks GCC LTORémi Verschelde2021-11-181-2/+6
|/ /
* | Fix crash on macOS (AS) when dualshock4 is removedWill Jordan2021-11-172-4/+7
* | [macOS] Fix crash handler not printing function names on M1 Macs.bruvzg2021-11-161-0/+5
* | Merge pull request #54992 from RandomShaper/drop_android_db_settingRémi Verschelde2021-11-154-32/+7
|\ \
| * | Drop pointless Android depth buffer settingPedro J. Estébanez2021-11-154-32/+7
* | | Fix typo in architecture name for x86_64 macOSAaron Franke2021-11-121-1/+1
* | | Use "enum class" for input enumsAaron Franke2021-11-1227-1061/+1066
* | | Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* | | Merge pull request #54876 from bruvzg/no_captured_moveRémi Verschelde2021-11-111-1/+6
|\ \ \
| * | | Make window unmovable by dragging title bar, when mouse in captured or confin...bruvzg2021-11-111-1/+6
* | | | String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-112-2/+2
|/ / /
* | | Merge pull request #54837 from akien-mga/windows-bigobjRémi Verschelde2021-11-101-2/+4
|\ \ \
| * | | Windows: Enable `/bigobj` to increase max size for obj filesRémi Verschelde2021-11-101-2/+4
| |/ /
* / / Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde2021-11-102-3/+5
|/ /
* | Merge pull request #54463 from RandomShaper/fix_gl3_32bitsRémi Verschelde2021-11-0912-39/+31
|\ \