| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 32-bit Windows build. | Pāvels Nadtočajevs | 2024-11-17 | 1 | -2/+2 |
* | Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a | Spartan322 | 2024-11-15 | 2 | -24/+67 |
|\ |
|
| * | Windows: Avoid child processes inheriting all file handles | Pedro J. Estébanez | 2024-11-12 | 2 | -24/+67 |
* | | Rebrand godette into redot-chan on Platformer 2 comment for consistency | LegendGuard | 2024-11-15 | 1 | -1/+1 |
* | | Merge pull request #860 from Spartan322/4.3-fix/android-logger | George L. Albany | 2024-11-14 | 3 | -7/+7 |
|\ \ |
|
| * | | Fix android logger Godot references to Redot | Spartan322 | 2024-11-14 | 3 | -7/+7 |
* | | | Rebrand godette to Redot-chan | Trashguy | 2024-11-14 | 1 | -1/+1 |
|/ / |
|
* | | Fix Redot being logged as godot in android logger | Spartan322 | 2024-11-13 | 1 | -1/+1 |
* | | Rebrand android editor to allow play store signing | Trashguy | 2024-11-13 | 78 | -265/+265 |
* | | Add support for launching the Play window in PiP mode | Fredia Huya-Kouadio | 2024-11-01 | 21 | -53/+550 |
* | | Fix Android app permissions for SDK levels earlier than 28 | Andreas Raddau | 2024-11-01 | 1 | -3/+3 |
* | | Fix remainder of godotengine references | Spartan322 | 2024-10-31 | 1 | -2/+2 |
* | | Fix Kotlin license headers referring to Godot | Spartan322 | 2024-10-31 | 22 | -44/+44 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 291 | -582/+582 |
* | | Fix Linux desktop files | Chen Asraf | 2024-10-26 | 1 | -1/+1 |
* | | Rebrand macos exports to Redot | Spartan322 | 2024-10-22 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 323 | -0/+646 |
* | | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 45 | -64/+65 |
|/ |
|
* | Remove debug print from Android `DisplayServer.screen_get_scale` implementation | Robert Cadena | 2024-09-17 | 1 | -1/+0 |
* | [Windows] Emit native file dialog callback from event loop, fix selected opti... | bruvzg | 2024-09-17 | 2 | -49/+67 |
* | [Windows] Run native file dialogs in thread to make it non-blocking. | bruvzg | 2024-09-17 | 2 | -81/+267 |
* | Fix editor_doc_cache locked on editor startup | Hilderin | 2024-09-17 | 1 | -1/+3 |
* | Fix gamepad triggers not working on web exports | Lisandro Lorea | 2024-09-17 | 1 | -2/+4 |
* | [Windows] Fix broken apksigner detection. | bruvzg | 2024-09-17 | 1 | -0/+5 |
* | [Windows] Use the same API for all `OS_Windows::*_environment` functions. | bruvzg | 2024-09-17 | 1 | -10/+1 |
* | GDExtension: Show warning on missing PDB file, rather than error | David Snopek | 2024-09-17 | 1 | -1/+5 |
* | Only main binaries require entitlements. This fixes signing issues on macOS. | Leonardo Demartino | 2024-09-17 | 1 | -4/+4 |
* | Windows: Call `AddDllDirectory()` with an absolute path | David Snopek | 2024-09-16 | 1 | -1/+2 |
* | [Windows] Hide cursor before moving. | bruvzg | 2024-09-16 | 1 | -8/+11 |
* | Use wayland-egl-core.h instead of wayland-egl.h | Joel Winarske | 2024-09-16 | 1 | -1/+1 |
* | Honor `pitch_scale` value before playing audio sample | Adam Scott | 2024-09-16 | 3 | -4/+9 |
* | Fix drag&drop between window on Windows | Hilderin | 2024-09-16 | 2 | -1/+11 |
* | Fix reload of GDExtension libraries in framework package on macos | Joel Croteau | 2024-09-16 | 1 | -15/+15 |
* | Update the Android `fileLastModified` method to return values in seconds inst... | Fredia Huya-Kouadio | 2024-09-16 | 2 | -2/+2 |
* | Fix AudioStreamPlayer get_playback_position() for web build | Yahkub-R | 2024-09-16 | 8 | -3/+170 |
* | DisplayServerWindows: Fix logic when creating with transient parent | Alvin Wong | 2024-08-15 | 1 | -7/+9 |
* | Merge pull request #95425 from bruvzg/macos_joypad_queue | Rémi Verschelde | 2024-08-12 | 1 | -3/+2 |
|\ |
|
| * | [macOS] Fix wrong object type in joypad queue. | bruvzg | 2024-08-12 | 1 | -3/+2 |
* | | Merge pull request #95331 from Riteo/seat-tight-this-is-weird | Rémi Verschelde | 2024-08-12 | 1 | -17/+21 |
|\ \
| |/
|/| |
|
| * | Wayland: Avoid recreating input objects on capability change | Riteo | 2024-08-09 | 1 | -17/+21 |
* | | Merge pull request #95323 from bruvzg/ios_dyl | Rémi Verschelde | 2024-08-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [iOS] Fix dylib GDExtension convertion. | bruvzg | 2024-08-09 | 1 | -1/+1 |
* | | [macOS] Remove kill override. | bruvzg | 2024-08-08 | 2 | -13/+0 |
|/ |
|
* | [macOS] Load OpenGL.framework by path to avoid issues with non-Latin executab... | bruvzg | 2024-08-07 | 2 | -7/+14 |
* | Merge pull request #95191 from bruvzg/macos_term | Rémi Verschelde | 2024-08-06 | 1 | -2/+5 |
|\ |
|
| * | [macOS] Attempt to terminate process normally before using `forceTerminate`. | bruvzg | 2024-08-06 | 1 | -2/+5 |
* | | Merge pull request #95189 from bruvzg/fix_mono_bundle | Rémi Verschelde | 2024-08-06 | 1 | -5/+7 |
|\ \ |
|
| * | | [macOS] Fix `generate_bundle` build flag for .NET builds. | bruvzg | 2024-08-06 | 1 | -5/+7 |
| |/ |
|
* | | Merge pull request #95155 from bruvzg/win_pen_checks | Rémi Verschelde | 2024-08-06 | 1 | -0/+10 |
|\ \ |
|
| * | | [Windows] Reject WM_POINTER(UP/DOWN) messages for non pen pointer type. | bruvzg | 2024-08-04 | 1 | -0/+10 |
| |/ |
|