summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Merge pull request #95972 from Hilderin/fix-mouse-move-over-unfocused-windowThaddeus Crews2024-11-131-3/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mouse move over an unfocused window
| | * | | | | | | | Fix mouse move over an unfocused windowHilderin2024-08-221-3/+6
| | | | | | | | | |
| * | | | | | | | | Merge pull request #99171 from dustdfg/pkg_configThaddeus Crews2024-11-131-5/+7
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildsystem: Use pkg-config for miniupnpc and mbedtls
| | * | | | | | | | | Buildsystem: Use pkg-config for miniupnpc and mbedtlsYevhen Babiichuk (DustDFG)2024-11-131-5/+7
| | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Miniupnpc added pkg-config files in 2.2.3 but we require 2.2.8 https://github.com/miniupnp/miniupnp/commit/5a398006b90e35942ffd8015a9f792df9ec97fd8 MbedTLS added pkg-config files in 3.6.0 while we require 3.6.1 https://github.com/Mbed-TLS/mbedtls/blob/development/ChangeLog Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
| * | | | | | | | | Merge pull request #99138 from dustdfg/remove_old_vs_proj_codeThaddeus Crews2024-11-131-10/+0
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete old unused code for VS project generation
| | * | | | | | | | | Delete old unused code for VS project generationYevhen Babiichuk (DustDFG)2024-11-121-10/+0
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also ensured that sorting of files for hashing actually happens Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
| * | | | | | | | | Merge pull request #99123 from tygyh/Update-vulnerable-pluginsThaddeus Crews2024-11-133-329/+239
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update JavaScript/Java plugins to solve known vulnerabilities
| | * | | | | | | | | Update JavaScript/Java plugins to solve known vulnerabilitiesDr. Dystopia2024-11-123-329/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done using the Snyk tool.
| * | | | | | | | | | [Web] Disable UNIX socketsFabio Alessandrelli2024-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are not supported anyway, emscripten has an emulation layer that implements them over WebSocket/WebRTC, which is really surprising for users, and also not very useful since we have proper WebSocket and WebRTC support. This can make the build smaller, if we also disable the UPNP module (which will otherwise include a third party library referencing "socket" thus forcing emscripten to include the compatibility layer)
| * | | | | | | | | | [Net] Properly rename NetSocketPosix to NetSocketUnixFabio Alessandrelli2024-11-132-5/+5
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-1234-1867/+2244
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #98687 from ↵Thaddeus Crews2024-11-121-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m4gr3d/disable_swappy_requirement_for_as_debug_builds Update the `production` build argument for Android Studio debug builds
| | * | | | | | | | | Update the `production` build argument for Android Studio debug buildsFredia Huya-Kouadio2024-10-301-1/+1
| | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swappy is required for `production` build which breaks the Android Studio debug builds as those turns on the `production` argument. This commit updates the logic so that the `production` argument is only used by Android Studio for `release` builds.
| * | | | | | | | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-123-6/+160
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [OS] Add functions to determine standard I/O device type.
| | * | | | | | | | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-063-6/+160
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #98604 from Summersay415/read-musicThaddeus Crews2024-11-122-0/+20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android: Add various media permissions
| | * | | | | | | | | Add media permissionsSummersay4152024-10-282-0/+20
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #99107 from RandomShaper/win_less_inheritanceThaddeus Crews2024-11-122-24/+67
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | Windows: Avoid child processes inheriting all file handles
| | * | | | | | | | | Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-122-24/+67
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #98931 from adamscott/fix-ime-web-issuesThaddeus Crews2024-11-121-38/+66
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Web] Fix issue where focus timer would throw continuously
| | * | | | | | | | | Fix issue where focus timer would throw continuouslyAdam Scott2024-11-111-9/+32
| | | | | | | | | | |
| | * | | | | | | | | Make IME code early return insteadAdam Scott2024-11-071-36/+41
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #96625 from elpozewaunig/web_splash_colorThaddeus Crews2024-11-121-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display project settings splash color on web export
| | * | | | | | | | | Display correct splash color on web exportElias Pozewaunig2024-11-111-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #99042 from Repiteo/windows/natvis-improvementsThaddeus Crews2024-11-122-28/+146
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows: Expand `godot.natvis` type coverage
| | * | | | | | | | | | Windows: Expand `godot.natvis` type coverageThaddeus Crews2024-11-112-28/+146
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #98890 from syntaxerror247/android-dialog-theme-updateThaddeus Crews2024-11-122-2/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android: Update exported app and editor theme
| | * | | | | | | | | | Android: Update exported app and editor themeAnish Mishra2024-11-082-2/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #99112 from bruvzg/get_model_nameThaddeus Crews2024-11-124-0/+41
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement `get_model_name` on macOS and Windows.
| | * | | | | | | | | | | Implement `get_model_name` on macOS and Windows.Pāvels Nadtočajevs2024-11-124-0/+41
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #98976 from hpvb/regenerate-x11-wrappers-0.6Thaddeus Crews2024-11-1214-1748/+1708
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux: Regenerate X11 wrappers with dynload-wrapper 0.6
| | * | | | | | | | | | | Regenerate X11 wrappersHein-Pieter van Braam2024-11-0914-1748/+1708
| | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 0.6 of https://github.com/hpvb/dynload-wrapper/ now supports all of the features we need to generate the wrappers without editing them. This replaces the hand-patched wrappers with "clean" generated ones.
| * | | | | | | | | | | Merge pull request #95774 from Mickeon/documentation-miscellaneous-odditiesThaddeus Crews2024-11-121-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix miscellaneous oddities around the class reference
| | * | | | | | | | | | | Fix miscellaneous oddities around the class referenceMicky2024-08-181-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #98971 from syntaxerror247/new_appCategoryThaddeus Crews2024-11-123-6/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `CATEGORY_UNDEFINED` option in Android export
| | * | | | | | | | | | | | Android: Add app_category "Undefined"Anish Mishra2024-11-083-6/+13
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #98969 from Faless/net/split_socketsThaddeus Crews2024-11-122-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Net] Split Unix/Windows NetSocket implementation
| | * | | | | | | | | | | | [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-102-4/+4
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #99080 from Repiteo/ci/bump-ruff-mypyThaddeus Crews2024-11-121-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | CI: Update `ruff` & `mypy` pre-commit hooks
| | * | | | | | | | | | | CI: Update `ruff` & `mypy` pre-commit hooksThaddeus Crews2024-11-111-1/+3
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • ruff: 0.6.6 → 0.7.3 • mypy: 1.11.2 → 1.13.0
| * | | | | | | | | | | Merge pull request #97356 from reduz/pck-file-removalThaddeus Crews2024-11-111-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability for PCK patches to remove files
| | * | | | | | | | | | | Add ability for PCK patches to remove filesJuan2024-11-111-4/+4
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mikael Hermansson <mikael@hermansson.io>
| * / / / / / / / / / / Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-117-94/+81
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uniThaddeus Crews2024-11-101-0/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDExtension] Improve macOS library loading/export.
| | * | | | | | | | | | [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-0/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #98934 from ↵Thaddeus Crews2024-11-101-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adamscott/shush-web-display-server-complaining-about-vsync-and-screen-kept-on [Web] Remove warnings when setting vsync mode and screen keep on
| | * | | | | | | | | | | [Web] Remove warnings when setting vsync mode and screen keep onAdam Scott2024-11-071-0/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #98961 from mihe/natvis-improvementsThaddeus Crews2024-11-101-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `Ref` and `HashSet` to `godot.natvis`
| | * | | | | | | | | | | | Add `Ref` and `HashSet` to `godot.natvis`Mikael Hermansson2024-11-081-0/+20
| | |/ / / / / / / / / / /