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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #59995 from Scony/fix-threaded-navmesh-baking
Rémi Verschelde
2022-04-09
2
-50
/
+55
|
\
|
*
Fix navmesh baking
Pawel Lampe
2022-04-08
2
-50
/
+55
*
|
GDScript: Fix method call on singletons
George Marques
2022-04-08
1
-1
/
+3
*
|
Fix path handling in FBX and Blend importers
Rémi Verschelde
2022-04-07
2
-6
/
+10
*
|
Add built-in Variant types to autocompletion list
David Maziarka
2022-04-07
1
-11
/
+16
|
/
*
Merge pull request #59947 from vnen/gdscript-static-methods-classdb
Rémi Verschelde
2022-04-06
11
-20
/
+135
|
\
|
*
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
11
-20
/
+135
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
27
-260
/
+252
*
|
Merge pull request #59862 from bruvzg/font_delay_texture_update
Rémi Verschelde
2022-04-06
4
-92
/
+105
|
\
\
|
|
/
|
/
|
|
*
Delay font texture update, until `draw` is called. Rasterize glyphs during sh...
bruvzg
2022-04-05
4
-92
/
+105
*
|
Merge pull request #59930 from Scony/fix-navi-get-simple-path-master
Rémi Verschelde
2022-04-05
1
-2
/
+6
|
\
\
|
*
|
Fix get_simple_path behavior in 2D & 3D
Pawel Lampe
2022-04-05
1
-2
/
+6
*
|
|
Fix `NoiseTexture._generate_texture` crash
Paweł Fertyk
2022-04-05
1
-0
/
+1
|
/
/
*
/
CI: Update black formatter and apply changes
Rémi Verschelde
2022-04-05
1
-1
/
+0
|
/
*
Merge pull request #59888 from akien-mga/clang-tidy
Rémi Verschelde
2022-04-04
4
-16
/
+14
|
\
|
*
Style: Apply clang-tidy to current code, add `readability-redundant-member-init`
Rémi Verschelde
2022-04-04
4
-16
/
+14
*
|
Merge pull request #59885 from Jayman2000/autoload-inheritance-message
Rémi Verschelde
2022-04-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Improve autoload inheritance error message
Jason Yundt
2022-04-04
1
-1
/
+1
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
27
-168
/
+168
|
/
*
Merge pull request #59513 from BastiaanOlij/openxr_actionmap_editor
Rémi Verschelde
2022-04-04
34
-55
/
+2692
|
\
|
*
Add action map editor for OpenXR
Bastiaan Olij
2022-04-04
34
-55
/
+2692
*
|
Initialize pointer variables to fix random crash on startup.
Marc Gilleron
2022-04-03
1
-5
/
+5
*
|
Merge pull request #59633 from EricEzaM/better-code-complete-update
Rémi Verschelde
2022-04-03
1
-23
/
+116
|
\
\
|
|
/
|
/
|
|
*
Improve sorting of Code Completion options.
Eric M
2022-04-01
1
-23
/
+116
*
|
Merge pull request #59764 from reduz/blender-import-autodetect
Rémi Verschelde
2022-04-01
4
-18
/
+356
|
\
\
|
*
|
Add Blender install autodetection and configuration.
reduz
2022-04-01
4
-18
/
+356
*
|
|
Fix group name in FastNoise and Gradient
FireForge
2022-03-31
1
-1
/
+1
*
|
|
Merge pull request #59755 from V-Sekai/import-gltf-mat-placeholder
Rémi Verschelde
2022-04-01
2
-0
/
+16
|
\
\
\
|
*
|
|
Add support for Blend importing of material placeholders.
K. S. Ernest (iFire) Lee
2022-03-31
2
-0
/
+16
*
|
|
|
Merge pull request #59753 from V-Sekai/let-there-be-light
Rémi Verschelde
2022-03-31
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Allow importing punctual lights from Blend.
K. S. Ernest (iFire) Lee
2022-03-31
1
-1
/
+1
|
|
/
/
*
/
/
Fix some issues found by clang sanitizers.
bruvzg
2022-03-31
1
-1
/
+1
|
/
/
*
|
[Brotli] Use aligned reads when building with sanitizers.
bruvzg
2022-03-31
1
-0
/
+3
*
|
Fix typos with codespell
Rémi Verschelde
2022-03-31
7
-8
/
+8
*
|
[ICU] Add library name suffix for API rename to avoid conflicts (GDExtension ...
bruvzg
2022-03-31
1
-0
/
+7
*
|
Merge pull request #59694 from vnen/gdscript-better-call-super
Rémi Verschelde
2022-03-30
2
-5
/
+13
|
\
\
|
*
|
GDScript: Fix issues with completion and `super` calls
George Marques
2022-03-30
2
-5
/
+13
*
|
|
Merge pull request #58983 from Chaosus/gds_fix_builtin_methods_completion
Rémi Verschelde
2022-03-30
3
-18
/
+73
|
\
\
\
|
*
|
|
Fix autocompletion of static methods in built-in types in GDScript
Yuri Roubinsky
2022-03-30
3
-18
/
+73
|
|
/
/
*
/
/
Add fbx2gltf support for importing .fbx files
K. S. Ernest (iFire) Lee
2022-03-30
9
-29
/
+235
|
/
/
*
|
Remove ad-hoc FBX importer
Rémi Verschelde
2022-03-30
52
-14483
/
+0
*
|
Add PortableCompressedTexture
reduz
2022-03-30
1
-4
/
+13
*
|
Merge pull request #59507 from bruvzg/openxr_move_proj_settings
Rémi Verschelde
2022-03-29
3
-28
/
+0
|
\
\
|
*
|
Move OpenXR project settings to the main, to make them visible on unsupported...
bruvzg
2022-03-29
3
-28
/
+0
*
|
|
Add support for importing .blend files
K. S. Ernest (iFire) Lee
2022-03-29
11
-47
/
+445
|
/
/
*
|
Merge pull request #59583 from V-Sekai/svg-crash
Rémi Verschelde
2022-03-29
1
-1
/
+1
|
\
\
|
*
|
Set threads to be one to avoid SVG crash.
K. S. Ernest (iFire) Lee
2022-03-29
1
-1
/
+1
*
|
|
Merge pull request #59660 from timothyqiu/fbx-reg
Rémi Verschelde
2022-03-29
2
-20
/
+7
|
\
\
\
|
*
|
|
Simplify FBX importer project settings registering
Haoyu Qiu
2022-03-29
2
-20
/
+7
*
|
|
|
[ICU] Add library name suffix for API rename to avoid conflicts.
bruvzg
2022-03-29
1
-1
/
+6
|
/
/
/
[next]