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
/
doc
/
classes
/
ProjectSettings.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Link to Project Settings tutorial from ProjectSettings class
tetrapod00
2024-11-01
1
-0
/
+1
*
Rebranding: Doc/
Dubhghlas McLaughlin
2024-10-17
1
-8
/
+8
*
fix: change "Godot" to "Redot"
Muhannad Elbolaky
2024-10-15
1
-29
/
+29
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-2
/
+2
*
[.NET] Move search in files extension list definition to be after Scene level...
bruvzg
2024-09-16
1
-1
/
+1
*
Document expected coordinates in `PopupMenu.popup()`
Hugo Locurcio
2024-08-05
1
-1
/
+3
*
Fall back to D3D12 if Vulkan is not supported and vice versa
Kusok
2024-07-27
1
-0
/
+8
*
Merge pull request #94052 from m4gr3d/clean_input_dispatch_settings
Rémi Verschelde
2024-07-17
1
-6
/
+0
|
\
|
*
Cleanup Android input on render thread settings
Fredia Huya-Kouadio
2024-07-09
1
-6
/
+0
*
|
Merge pull request #91300 from jsjtxietian/project-binary-doc
Rémi Verschelde
2024-07-08
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Mention ProjectSettings won't be affected by `convert_text_resources_to_binary`
jsjtxietian
2024-07-08
1
-2
/
+3
*
|
Merge pull request #93977 from ericrallen/feature/consistent-aesthetic-spelling
Rémi Verschelde
2024-07-07
1
-2
/
+2
|
\
\
|
*
|
fix: change esthetic -> aesthetic
Eric allen
2024-07-05
1
-2
/
+2
|
|
/
*
|
Merge pull request #91551 from m4rr5/configure_timestamp_query_elements
Rémi Verschelde
2024-07-07
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Added a project setting to configure the maximum amount of timestamps, with a...
Marcel Offermans
2024-05-05
1
-0
/
+3
*
|
Fix ANRs reported by the Google Play Console
Fredia Huya-Kouadio
2024-07-04
1
-0
/
+6
*
|
Merge pull request #93685 from decacis/patch-1
Rémi Verschelde
2024-06-29
1
-3
/
+2
|
\
\
|
*
|
Update note regarding 3D MSAA and foveated rendering
Daniel Castellanos
2024-06-28
1
-3
/
+2
*
|
|
GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning
Danil Alexeev
2024-06-28
1
-0
/
+3
|
/
/
*
|
Prevent folder names with trailing periods from being used automatically
Hugo Locurcio
2024-06-26
1
-0
/
+1
*
|
Merge pull request #90785 from jsjtxietian/low-process
Rémi Verschelde
2024-06-24
1
-1
/
+1
|
\
\
|
*
|
Update outdated `low_processor_usage_mode` doc
jsjtxietian
2024-06-24
1
-1
/
+1
*
|
|
Add samples playback support
Adam Scott
2024-06-18
1
-1
/
+10
|
/
/
*
|
Add more validation to UBO size and alignment in Compatibility renderer
clayjohn
2024-06-14
1
-0
/
+2
*
|
Rename FBX2glTF binary path setting back to 4.2 name
Rémi Verschelde
2024-05-30
1
-1
/
+1
*
|
Fix outdated `vsync_mode` project setting documentation
Hugo Locurcio
2024-05-25
1
-2
/
+3
*
|
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
Danil Alexeev
2024-05-17
1
-2
/
+2
*
|
Update dependencies in D3D12 SDK installer script
Hugo Locurcio
2024-05-07
1
-2
/
+2
|
/
*
Add support for OpenXR hand interaction extension
Bastiaan Olij
2024-05-02
1
-0
/
+3
*
Remove text saying low processor mode only works on desktop
skyace65
2024-04-30
1
-1
/
+1
*
Add separate feature tags for editor runtime
kobewi
2024-04-26
1
-2
/
+6
*
GDScript: Warn when enum variable has no default
George Marques
2024-04-16
1
-0
/
+3
*
Merge pull request #90730 from timothyqiu/root-auto-translate
Rémi Verschelde
2024-04-16
1
-0
/
+4
|
\
|
*
Add project setting for root node auto translate mode
Haoyu Qiu
2024-04-16
1
-0
/
+4
*
|
Warn users when assigning VERTEX directly to POSITION due to compatibility br...
clayjohn
2024-04-12
1
-0
/
+3
|
/
*
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
Rémi Verschelde
2024-04-09
1
-1
/
+1
|
\
|
*
GDScript: Fix `UNSAFE_CAST` warning
Danil Alexeev
2023-10-27
1
-1
/
+1
*
|
Use `[codeblock lang=text]` more often in class ref
Micky
2024-04-08
1
-2
/
+2
*
|
Merge pull request #90310 from mhilbrunner/OutdatedDemos
Rémi Verschelde
2024-04-08
1
-3
/
+3
|
\
\
|
*
|
Update links to outdated asset library demos
skyace65
2024-04-07
1
-3
/
+3
*
|
|
Merge pull request #88329 from ManpreetXSingh/key-window-menu
Rémi Verschelde
2024-04-08
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Windows: Add alt+space menu and fix window modes
Manpreet Singh
2024-04-06
1
-0
/
+5
*
|
|
Add toggle for enabling or disabling RenderingDevice's pipeline cache.
Dario
2024-04-05
1
-0
/
+4
|
/
/
*
|
Jitter raster occlusion camera to reduce false positives.
lawnjelly
2024-04-03
1
-0
/
+3
*
|
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-0
/
+6
*
|
Merge pull request #89692 from Scony/baking-crash-prevention
Rémi Verschelde
2024-03-24
1
-0
/
+3
|
\
\
|
*
|
Add navigation baking crash prevention mechanism
Pawel Lampe
2024-03-23
1
-0
/
+3
*
|
|
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-1
/
+7
|
/
/
*
|
[Doc] Fix some incorrect uses of `a/an`
A Thousand Ships
2024-03-13
1
-3
/
+3
*
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
1
-4
/
+5
[next]