index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows: Avoid child processes inheriting all file handles
Pedro J. Estébanez
2024-11-12
2
-24
/
+67
*
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
|
|
/
*
|
Merge pull request #95046 from timothyqiu/typos
Rémi Verschelde
2024-08-06
2
-6
/
+6
|
\
\
|
*
|
Fix several typos in the documentation
Haoyu Qiu
2024-08-02
2
-6
/
+6
|
|
/
*
|
Merge pull request #95009 from bruvzg/win_transp_checks
Rémi Verschelde
2024-08-06
1
-26
/
+29
|
\
\
|
*
|
[Windows] Check if transparency is enabled in the project setting before appl...
bruvzg
2024-08-01
1
-26
/
+29
|
|
/
*
/
[X11] Use motion event button state instead of async state.
bruvzg
2024-08-01
1
-2
/
+19
|
/
*
[macOS] Fix `is_process_running` and `kill` for bundled apps.
bruvzg
2024-07-31
2
-0
/
+20
*
Merge pull request #94976 from bruvzg/win_app_name
Rémi Verschelde
2024-07-31
1
-2
/
+13
|
\
|
*
[Windows] Improve editor grouping, set friendly name registry key for exporte...
bruvzg
2024-07-31
1
-2
/
+13
*
|
Merge pull request #94958 from adamscott/fix-missing-web-nullcheck-source
Rémi Verschelde
2024-07-31
1
-1
/
+3
|
\
\
|
*
|
Add missing null check before disconnecting source
Adam Scott
2024-07-30
1
-1
/
+3
|
|
/
*
|
Merge pull request #94428 from alvinhochun/windows-angle-resize-sync
Rémi Verschelde
2024-07-31
4
-4
/
+11
|
\
\
|
*
|
Windows: Update ANGLE surface size when window is resized
Alvin Wong
2024-07-16
2
-1
/
+6
|
*
|
Windows: Do not attempt to resize surface before it is created
Alvin Wong
2024-07-16
2
-3
/
+5
*
|
|
Android: Ensure cleanup of all subobjects in the OpenSL audio driver
Pierce Brooks
2024-07-30
2
-11
/
+42
|
|
/
|
/
|
*
|
Merge pull request #94943 from bruvzg/arm64_gl_switch
Rémi Verschelde
2024-07-30
1
-7
/
+27
|
\
\
|
*
|
[Windows] Improve OpenGL/ANGLE switching on ARM64.
bruvzg
2024-07-30
1
-7
/
+27
*
|
|
Merge pull request #94923 from m4gr3d/fix_crash_on_android_terminate
Rémi Verschelde
2024-07-30
1
-0
/
+4
|
\
\
\
[next]