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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
[macOS] Cleanup default GL driver setting.
bruvzg
2023-11-15
1
-6
/
+3
*
Don't apply frame delay project setting to the editor
Hugo Locurcio
2023-11-12
1
-0
/
+3
*
[Windows] Add some AMD GPUs to the OpenGL blocklist.
bruvzg
2023-11-09
1
-1
/
+22
*
[X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.
bruvzg
2023-11-06
1
-0
/
+1
*
Merge pull request #84354 from RandomShaper/gdext_no_cache_doc
Yuri Sizov
2023-11-02
1
-3
/
+3
|
\
|
*
Polish & fix editor help cache generation
Pedro J. Estébanez
2023-11-02
1
-3
/
+3
*
|
Merge pull request #83753 from bruvzg/mac_angle_fb
Rémi Verschelde
2023-10-31
1
-13
/
+14
|
\
\
|
|
/
|
/
|
|
*
[macOS] Fallback to native OpenGL renderer if ANGLE initialization failed. Re...
bruvzg
2023-10-21
1
-13
/
+14
*
|
Fix missing initial position modes for the main window.
bruvzg
2023-10-23
1
-3
/
+13
|
/
*
Fix missing editor singletons when dump extension api
Daylily-Zeleen
2023-10-13
1
-0
/
+1
*
Merge pull request #79169 from reduz/debug-canvas-item-redraw
Rémi Verschelde
2023-10-11
1
-0
/
+7
|
\
|
*
Debug CanvasItem redraw
Juan Linietsky
2023-08-28
1
-0
/
+7
*
|
Merge pull request #82893 from m4gr3d/godot_android_lib_improvements
Rémi Verschelde
2023-10-10
1
-0
/
+3
|
\
\
|
*
|
Cleanups and improvements to the Godot Android library api:
Fredia Huya-Kouadio
2023-10-08
1
-0
/
+3
*
|
|
Fix building without GDScript
Jack Wilsdon
2023-10-08
1
-2
/
+6
|
/
/
*
|
Merge pull request #82722 from BastiaanOlij/openxr_fix_hand_tracking_issues
Rémi Verschelde
2023-10-04
1
-1
/
+2
|
\
\
|
*
|
OpenXR Fix small hand tracking issues
Bastiaan Olij
2023-10-04
1
-1
/
+2
*
|
|
[X11] Add support for using EGL/GLES instead of GLX.
bruvzg
2023-10-04
1
-2
/
+6
|
/
/
*
|
Merge pull request #82614 from m4gr3d/openxr_eye_gaze_interaction
Rémi Verschelde
2023-10-03
1
-0
/
+3
|
\
\
|
*
|
Add support for the OpenXR Eye gaze interaction extension
Bastiaan Olij
2023-10-02
1
-0
/
+3
*
|
|
[ANGLE] Add fallback control options and defaults.
bruvzg
2023-10-03
1
-1
/
+8
|
/
/
*
|
Merge pull request #82331 from rburing/gdextension_dump_docs
Rémi Verschelde
2023-09-26
1
-2
/
+15
|
\
\
|
*
|
Optionally include documentation in GDExtension API dump
Ricardo Buring
2023-09-26
1
-2
/
+15
*
|
|
Merge pull request #82347 from SaracenOne/dir_access_checks
Rémi Verschelde
2023-09-26
1
-0
/
+4
|
\
\
\
|
*
|
|
Add error checks for DirAccess creation.
Saracen
2023-09-26
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #81608 from timothyqiu/fullscreen-editor
Rémi Verschelde
2023-09-26
1
-4
/
+2
|
\
\
\
|
*
|
|
Make editor support `--fullscreen` command-line argument
Haoyu Qiu
2023-09-13
1
-4
/
+2
*
|
|
|
Merge pull request #80796 from smix8/navgenerator_2d_4.x
Rémi Verschelde
2023-09-26
1
-1
/
+12
|
\
\
\
\
|
*
|
|
|
Add 2D navigation mesh baking
smix8
2023-09-25
1
-1
/
+12
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-0
/
+1
*
|
|
|
Implement OpenXR Foveated rendering support
Bastiaan Olij
2023-09-25
1
-0
/
+2
|
/
/
/
*
|
|
Merge pull request #82008 from KoTeYkA23/render-selector-restart-fix
Rémi Verschelde
2023-09-24
1
-14
/
+13
|
\
\
\
|
*
|
|
Make all render driver project settings require restart
CaTaTo
2023-09-21
1
-14
/
+13
*
|
|
|
Fix --gdscript-docs tool failing when autoloads are used in the project.
Álex Román Núñez
2023-09-22
1
-33
/
+46
|
/
/
/
*
|
|
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
1
-7
/
+13
*
|
|
Add `--lsp-port` as a command line argument
ryanabx
2023-09-18
1
-3
/
+23
*
|
|
Fix issue with OpenXR environment blend mode not being applied properly
Bastiaan Olij
2023-09-13
1
-0
/
+1
|
/
/
*
|
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-4
/
+4
*
|
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
1
-2
/
+1
*
|
Fix ThemeDB initialization in tests
Yuri Sizov
2023-09-04
1
-8
/
+13
|
/
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-0
/
+18
*
Merge pull request #78012 from Calinou/cli-add-max-fps-argument
Rémi Verschelde
2023-08-17
1
-1
/
+17
|
\
|
*
Add a `--max-fps` command-line argument to set a FPS limit
Hugo Locurcio
2023-07-28
1
-1
/
+17
*
|
Merge pull request #80188 from vnen/gdextension-copy-dll
Rémi Verschelde
2023-08-16
1
-1
/
+6
|
\
\
|
*
|
GDExtension: Copy DLL to a temp file before opening
George Marques
2023-08-11
1
-1
/
+6
*
|
|
Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...
sakrel
2023-08-12
1
-0
/
+3
|
/
/
*
|
Merge pull request #75784 from Riteo/int-scale
Rémi Verschelde
2023-08-11
1
-0
/
+7
|
\
\
|
*
|
Add content scale stretch modes, implement integer scaling
Riteo
2023-08-10
1
-0
/
+7
*
|
|
Move navigation mesh baking to NavigationServer
smix8
2023-08-03
1
-0
/
+9
[next]