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
*
Add `--import` command-line flag
Mikael Hermansson
2024-04-09
1
-1
/
+15
*
Remove NavigationServerDummy warnings
smix8
2024-04-06
1
-2
/
+0
*
Properly skip printing version header with `--no-header`
Samuel Nicholas
2024-03-26
1
-4
/
+4
*
Merge pull request #89229 from akien-mga/main-refactor-os-exit-code
Rémi Verschelde
2024-03-24
2
-54
/
+44
|
\
|
*
Refactor OS exit code to be `EXIT_SUCCESS` by default
Rémi Verschelde
2024-03-08
2
-54
/
+44
*
|
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
2
-0
/
+16
*
|
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
1
-1
/
+1
|
\
\
|
*
|
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
|
|
/
*
|
Disable XR server when compiling without 3D
Aaron Franke
2024-03-13
1
-9
/
+19
*
|
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-17
/
+7
*
|
Merge pull request #89381 from aaronfranke/disable-3d
Rémi Verschelde
2024-03-11
1
-1
/
+10
|
\
\
|
*
|
Disable all 3D nodes, physics, and resources when compiling without 3D
Aaron Franke
2024-03-11
1
-1
/
+10
*
|
|
Merge pull request #82084 from ogapo/pr/pck-cache-merge
Rémi Verschelde
2024-03-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
1
-1
/
+1
|
|
/
*
/
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-3
/
+3
|
/
*
Check if DisplayServer supports icons before attempting setting it
Rémi Verschelde
2024-03-05
1
-5
/
+5
*
Add two new COMSTR environment variables
Thaddeus Crews
2024-03-01
1
-3
/
+3
*
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-0
/
+1
*
Display the build date in the editor and when starting the engine
Hugo Locurcio
2024-02-27
2
-3
/
+21
*
[Physics] Fix export with 3D disabled
A Thousand Ships
2024-02-22
2
-0
/
+32
*
Add `--no-header` option to clean output
Anatoli Babenia
2024-02-15
1
-3
/
+12
*
Disable ReShade in the editor and project manager (if run via Vulkan)
Hugo Locurcio
2024-02-14
1
-0
/
+2
*
Merge pull request #88130 from AlekseyKapustyanenko/Rotary_Input
Rémi Verschelde
2024-02-13
1
-1
/
+1
|
\
|
*
Add rotary input support. Fix documentation
ALEKSEY KAPUSTYANENKO
2024-02-13
1
-1
/
+1
*
|
Merge pull request #87013 from bruvzg/intel_angle_with_ids
Rémi Verschelde
2024-02-13
1
-0
/
+27
|
\
\
|
*
|
[Windows] Add support for hex vendor/device IDs in the Angle blocklist. Add I...
bruvzg
2024-01-09
1
-0
/
+27
*
|
|
Merge pull request #87635 from rune-scape/manage-time-singleton
Rémi Verschelde
2024-02-12
1
-8
/
+0
|
\
\
\
|
*
|
|
Manage time singleton
rune-scape
2024-02-11
1
-8
/
+0
*
|
|
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Add colors to the command-line help
Hugo Locurcio
2024-02-01
2
-117
/
+215
*
|
|
Add Wayland support
Riteo
2024-01-30
1
-29
/
+67
|
/
/
*
|
Add support for OpenXR local floor extension
David Snopek
2024-01-23
1
-1
/
+1
*
|
Add `--log-file` command line argument to write output log to a file
Hugo Locurcio
2024-01-19
1
-5
/
+29
*
|
Merge pull request #85939 from adamscott/single-threaded-godot-4
Rémi Verschelde
2024-01-18
1
-6
/
+12
|
\
\
|
*
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-6
/
+12
*
|
|
Fix `#if *_ENABLED` inconsistencies, should check if defined
Rémi Verschelde
2024-01-17
1
-1
/
+1
|
/
/
*
|
Merge pull request #86587 from RandomShaper/wtp_enhance
Rémi Verschelde
2024-01-11
1
-9
/
+5
|
\
\
|
*
|
WorkerThreadPool: Overhaul scheduling and synchronization
Pedro J. Estébanez
2024-01-08
1
-9
/
+5
|
|
/
*
/
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+0
|
/
*
Suggest `--headless` CLI argument in DisplayServer not found error message
Hugo Locurcio
2023-12-21
1
-1
/
+1
*
Merge pull request #83452 from RandomShaper/rd_common
Yuri Sizov
2023-12-20
1
-2
/
+2
|
\
|
*
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
1
-2
/
+2
*
|
[Windows] Make Windows Ink tablet API default, add dummy driver to disable ta...
bruvzg
2023-12-18
1
-1
/
+1
|
/
*
Merge pull request #70315 from RandomShaper/d3d12_mesa
Rémi Verschelde
2023-12-12
1
-5
/
+20
|
\
|
*
Add Direct3D 12 RenderingDevice implementation
Pedro J. Estébanez
2023-12-12
1
-5
/
+20
*
|
Merge pull request #85273 from bruvzg/amd_ban
Rémi Verschelde
2023-12-12
1
-7
/
+41
|
\
\
|
*
|
Force ANGLE on all pre GCN 4th gen. AMD/ATI GPUs.
bruvzg
2023-11-23
1
-7
/
+41
|
|
/
*
|
Merge pull request #85885 from YuriSizov/bench-pressing
Yuri Sizov
2023-12-08
1
-208
/
+305
|
\
\
|
*
|
Improve logging and benchmarking in Main
Yuri Sizov
2023-12-08
1
-192
/
+288
|
*
|
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
1
-19
/
+20
[next]