summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit Windows build.Pāvels Nadtočajevs2024-11-171-2/+2
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-152-24/+67
|\
| * Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-122-24/+67
* | Rebrand godette into redot-chan on Platformer 2 comment for consistencyLegendGuard2024-11-151-1/+1
* | Merge pull request #860 from Spartan322/4.3-fix/android-loggerGeorge L. Albany2024-11-143-7/+7
|\ \
| * | Fix android logger Godot references to RedotSpartan3222024-11-143-7/+7
* | | Rebrand godette to Redot-chanTrashguy2024-11-141-1/+1
|/ /
* | Fix Redot being logged as godot in android loggerSpartan3222024-11-131-1/+1
* | Rebrand android editor to allow play store signingTrashguy2024-11-1378-265/+265
* | Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-11-0121-53/+550
* | Fix Android app permissions for SDK levels earlier than 28Andreas Raddau2024-11-011-3/+3
* | Fix remainder of godotengine referencesSpartan3222024-10-311-2/+2
* | Fix Kotlin license headers referring to GodotSpartan3222024-10-3122-44/+44
* | Fix copyright headers referring to GodotSpartan3222024-10-27291-582/+582
* | Fix Linux desktop filesChen Asraf2024-10-261-1/+1
* | Rebrand macos exports to RedotSpartan3222024-10-221-2/+2
* | Rebrand preambles to RedotSpartan3222024-10-13323-0/+646
* | Rebrand Godot 4.3 to RedotTrashguy2024-10-1345-64/+65
|/
* Remove debug print from Android `DisplayServer.screen_get_scale` implementationRobert Cadena2024-09-171-1/+0
* [Windows] Emit native file dialog callback from event loop, fix selected opti...bruvzg2024-09-172-49/+67
* [Windows] Run native file dialogs in thread to make it non-blocking.bruvzg2024-09-172-81/+267
* Fix editor_doc_cache locked on editor startupHilderin2024-09-171-1/+3
* Fix gamepad triggers not working on web exportsLisandro Lorea2024-09-171-2/+4
* [Windows] Fix broken apksigner detection.bruvzg2024-09-171-0/+5
* [Windows] Use the same API for all `OS_Windows::*_environment` functions.bruvzg2024-09-171-10/+1
* GDExtension: Show warning on missing PDB file, rather than errorDavid Snopek2024-09-171-1/+5
* Only main binaries require entitlements. This fixes signing issues on macOS.Leonardo Demartino2024-09-171-4/+4
* Windows: Call `AddDllDirectory()` with an absolute pathDavid Snopek2024-09-161-1/+2
* [Windows] Hide cursor before moving.bruvzg2024-09-161-8/+11
* Use wayland-egl-core.h instead of wayland-egl.hJoel Winarske2024-09-161-1/+1
* Honor `pitch_scale` value before playing audio sampleAdam Scott2024-09-163-4/+9
* Fix drag&drop between window on WindowsHilderin2024-09-162-1/+11
* Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-09-161-15/+15
* Update the Android `fileLastModified` method to return values in seconds inst...Fredia Huya-Kouadio2024-09-162-2/+2
* Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-09-168-3/+170
* DisplayServerWindows: Fix logic when creating with transient parentAlvin Wong2024-08-151-7/+9
* Merge pull request #95425 from bruvzg/macos_joypad_queueRémi Verschelde2024-08-121-3/+2
|\
| * [macOS] Fix wrong object type in joypad queue.bruvzg2024-08-121-3/+2
* | Merge pull request #95331 from Riteo/seat-tight-this-is-weirdRémi Verschelde2024-08-121-17/+21
|\ \ | |/ |/|
| * Wayland: Avoid recreating input objects on capability changeRiteo2024-08-091-17/+21
* | Merge pull request #95323 from bruvzg/ios_dylRémi Verschelde2024-08-091-1/+1
|\ \ | |/ |/|
| * [iOS] Fix dylib GDExtension convertion.bruvzg2024-08-091-1/+1
* | [macOS] Remove kill override.bruvzg2024-08-082-13/+0
|/
* [macOS] Load OpenGL.framework by path to avoid issues with non-Latin executab...bruvzg2024-08-072-7/+14
* Merge pull request #95191 from bruvzg/macos_termRémi Verschelde2024-08-061-2/+5
|\
| * [macOS] Attempt to terminate process normally before using `forceTerminate`.bruvzg2024-08-061-2/+5
* | Merge pull request #95189 from bruvzg/fix_mono_bundleRémi Verschelde2024-08-061-5/+7
|\ \
| * | [macOS] Fix `generate_bundle` build flag for .NET builds.bruvzg2024-08-061-5/+7
| |/
* | Merge pull request #95155 from bruvzg/win_pen_checksRémi Verschelde2024-08-061-0/+10
|\ \
| * | [Windows] Reject WM_POINTER(UP/DOWN) messages for non pen pointer type.bruvzg2024-08-041-0/+10
| |/