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
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't define NO_EDITOR_SPLASH in export templates
Programneer
2024-05-12
1
-1
/
+1
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Generate docs from GDExtensions using `--gdextension-docs` with `--doctool`
David Snopek
2024-05-07
1
-21
/
+30
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-269
/
+272
*
Add support for OpenXR hand interaction extension
Bastiaan Olij
2024-05-02
1
-0
/
+1
*
Ensure --doctool is run from root directory when implicit cwd is used
RedMser
2024-05-01
1
-1
/
+9
*
Add separate feature tags for editor runtime
kobewi
2024-04-26
1
-0
/
+1
*
Don't ignore `audio/driver/output_latency.web`
Kusok
2024-04-25
1
-1
/
+4
*
Use minor version in EditorSettings file name
kobewi
2024-04-19
1
-5
/
+3
*
Merge pull request #90507 from Calinou/tests-disabled-error-on-test-cli-argument
Rémi Verschelde
2024-04-18
1
-3
/
+8
|
\
|
*
Exit with an error if using `--test` on binary without unit tests compiled
Hugo Locurcio
2024-04-11
1
-3
/
+8
*
|
Fix some build errors with `disable_3d=yes`
A Thousand Ships
2024-04-16
1
-0
/
+2
*
|
Merge pull request #90268 from RandomShaper/wtp_servers
Rémi Verschelde
2024-04-15
1
-3
/
+8
|
\
\
|
*
|
Use WorkerThreadPool for Server threads
Juan Linietsky
2024-04-10
1
-3
/
+8
|
|
/
*
/
Reorganize some code to have 2D things grouped together
Aaron Franke
2024-04-13
1
-6
/
+8
|
/
*
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
1
-53
/
+43
|
\
|
*
Refactor OS exit code to be `EXIT_SUCCESS` by default
Rémi Verschelde
2024-03-08
1
-53
/
+43
*
|
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+5
*
|
Disable XR server when compiling without 3D
Aaron Franke
2024-03-13
1
-9
/
+19
*
|
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
1
-1
/
+1
|
/
*
Check if DisplayServer supports icons before attempting setting it
Rémi Verschelde
2024-03-05
1
-5
/
+5
*
Display the build date in the editor and when starting the engine
Hugo Locurcio
2024-02-27
1
-3
/
+20
*
[Physics] Fix export with 3D disabled
A Thousand Ships
2024-02-22
1
-0
/
+22
*
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
1
-117
/
+204
*
|
|
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
|
/
/
*
/
WorkerThreadPool: Overhaul scheduling and synchronization
Pedro J. Estébanez
2024-01-08
1
-9
/
+5
|
/
*
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
|
\
\
[next]