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
*
HarfBuzz: Update to version 4.0.0
bruvzg
2022-03-02
1
-0
/
+1
*
Remove unimplemented set_clip() method
kobewi
2022-03-02
5
-82
/
+0
*
Fix color issues with OpenXR
Bastiaan Olij
2022-02-28
2
-3
/
+58
*
Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHR
Bastiaan Olij
2022-02-27
1
-1
/
+1
*
Sort variables in VisualScriptEditor
Raul Santos
2022-02-24
1
-0
/
+1
*
Merge pull request #58496 from JFonS/fix_lm_crash
Rémi Verschelde
2022-02-24
1
-0
/
+2
|
\
|
*
Add sanity checks to lightmap unwrap texel size
jfons
2022-02-24
1
-0
/
+2
*
|
Fix llvm compilation by adding missing override
Gilles Roudière
2022-02-23
1
-3
/
+3
*
|
Merge pull request #58244 from V-Sekai/typed_fail_case_return
Rémi Verschelde
2022-02-23
2
-4
/
+37
|
\
\
|
*
|
Return a correctly typed variant in case of a function error to prevent hard ...
SaracenOne
2022-02-17
2
-4
/
+37
*
|
|
Merge pull request #56394 from BastiaanOlij/OpenXR_Core4
Rémi Verschelde
2022-02-23
30
-0
/
+5948
|
\
\
\
|
*
|
|
Implementing OpenXR driver
Bastiaan Olij
2022-02-23
30
-0
/
+5948
*
|
|
|
Merge pull request #58354 from timothyqiu/gridmap-export
Rémi Verschelde
2022-02-23
1
-37
/
+44
|
\
\
\
\
|
*
|
|
|
Fix GLTF exporter crash when using GridMap
Haoyu Qiu
2022-02-20
1
-37
/
+44
*
|
|
|
|
Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixes
Rémi Verschelde
2022-02-23
2
-28
/
+67
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixes cyclic detection from variables assigning themselves to themselves in a...
SaracenOne
2022-02-22
2
-28
/
+67
*
|
|
|
|
Merge pull request #58411 from cbscribe/rename_motion_velocity
Rémi Verschelde
2022-02-23
4
-24
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
Rename motion_velocity to velocity
Chris Bradfield
2022-02-22
4
-24
/
+24
|
|
/
/
/
/
*
/
/
/
/
Use Filament specular models and parametrization
clayjohn
2022-02-22
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #58275 from V-Sekai/attribute_parse_crash_fix
Rémi Verschelde
2022-02-21
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make 'is_attribute' false during parse error to prevent crash
SaracenOne
2022-02-18
1
-1
/
+2
*
|
|
|
Merge pull request #58321 from akien-mga/vector3-forward-declares
Rémi Verschelde
2022-02-20
4
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Core: Use forward declares for Vector3/Vector3i
Rémi Verschelde
2022-02-19
4
-0
/
+5
|
|
/
/
/
*
/
/
/
Don't process VisualScriptNodes
megalobyte
2022-02-19
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #58189 from fazil47/gltf-export-default-material-fix
Rémi Verschelde
2022-02-17
1
-0
/
+3
|
\
\
\
|
*
|
|
Default material is assigned to meshes without material for glTF export
Fazil Babu
2022-02-16
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #58130 from timothyqiu/ogg-seek-crash
Ellen Poe
2022-02-16
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix infinite recursion when seeking Ogg Vorbis file
Haoyu Qiu
2022-02-15
1
-1
/
+3
*
|
|
|
Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c
Rémi Verschelde
2022-02-16
11
-84
/
+96
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
11
-84
/
+96
*
|
|
|
Merge pull request #58190 from MisoMosiSpy/vs_icons
Rémi Verschelde
2022-02-16
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Added icons for missing types in visual script’s icon list.
MisoMosiSpy
2022-02-16
1
-0
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
17
-388
/
+118
|
/
/
/
*
|
|
Fix VisualScript crash when using Set Index node
Haoyu Qiu
2022-02-16
1
-4
/
+1
*
|
|
Add GridMap.get_used_cells_by_item
Haoyu Qiu
2022-02-16
3
-0
/
+21
|
/
/
*
|
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
6
-6
/
+6
*
|
Merge pull request #57877 from bruvzg/subpixel_gl_pos
Rémi Verschelde
2022-02-15
4
-39
/
+293
|
\
\
|
*
|
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
4
-39
/
+293
*
|
|
Merge pull request #35679 from Calinou/doc-add-xml-schema
Rémi Verschelde
2022-02-15
109
-109
/
+109
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
109
-109
/
+109
*
|
|
Merge pull request #58105 from trollodel/nuke_p_editor_editor_plugin
Rémi Verschelde
2022-02-14
8
-12
/
+9
|
\
\
\
|
*
|
|
Remove the EditorNode parameter from EditorPlugins create methods
trollodel
2022-02-14
8
-12
/
+9
*
|
|
|
Fix crash and memory leak when importing OGG Vorbis
Haoyu Qiu
2022-02-15
1
-6
/
+16
|
/
/
/
*
|
|
Merge pull request #57306 from trollodel/remove_editornode_param
Rémi Verschelde
2022-02-14
9
-30
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
9
-30
/
+20
*
|
|
NavMap Fix polygons being treated like triangle strips instead of triangle fans
kleonc
2022-02-13
3
-69
/
+32
*
|
|
Merge pull request #57954 from TokageItLab/refactor-cubic-interpolate
Rémi Verschelde
2022-02-13
6
-68
/
+97
|
\
\
\
|
*
|
|
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
6
-68
/
+97
|
|
/
/
*
|
/
Fix renaming function dialog in VisualScript does not work correctly
jmb462
2022-02-12
2
-1
/
+10
|
|
/
|
/
|
*
|
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
1
-9
/
+5
[next]