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
/
editor
/
import
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #86824 from alessandrofama/audio-import-playback-position
Rémi Verschelde
2024-01-08
1
-2
/
+2
|
\
|
*
Fix playback position label update in Audio Stream Importer
Alessandro Famà
2024-01-05
1
-2
/
+2
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
2
-3
/
+3
*
|
Move 3D scene import classes to their own folder
Aaron Franke
2024-01-04
17
-7
/
+8
|
/
*
Merge pull request #84508 from jsjtxietian/clean-copy
Rémi Verschelde
2024-01-04
1
-2
/
+1
|
\
|
*
clean unnecessay copy detected by clang-tidy
jsjtxietian
2023-11-06
1
-2
/
+1
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
2
-3
/
+3
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
2
-3
/
+3
*
|
|
Merge pull request #85219 from dsnopek/light-bake-mode-no-gi-method
Yuri Sizov
2023-12-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove GI methods in parentheses from light baking options
David Snopek
2023-11-22
1
-1
/
+1
*
|
|
Return false when no '.editor.ctex' file exists so that the file will be reim...
Marius Hanl
2023-12-14
1
-0
/
+4
*
|
|
Merge pull request #85807 from rakkarage/import-warning
Rémi Verschelde
2023-12-12
1
-3
/
+16
|
\
\
\
|
*
|
|
Add toaster notifications for import warning.
Rakka Rage
2023-12-05
1
-3
/
+16
*
|
|
|
Fix referring to ResourceImporterScene static importers via instances
Aaron Franke
2023-12-11
2
-20
/
+25
*
|
|
|
Merge pull request #82899 from aaronfranke/import-settings-dialogs
Rémi Verschelde
2023-12-12
8
-166
/
+166
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Rename ImportSettings dialogs to have "Dialog" in the name
Aaron Franke
2023-11-26
8
-166
/
+166
|
|
/
/
*
|
|
Merge pull request #85556 from bs-mwoerner/wav-import-fix
Rémi Verschelde
2023-12-04
1
-1
/
+3
|
\
\
\
|
*
|
|
Fixed reading WAV files with odd chunk sizes.
Michael Wörner
2023-12-04
1
-1
/
+3
|
|
/
/
*
|
|
Merge pull request #85061 from SaracenOne/imported_slices_fix
Rémi Verschelde
2023-12-04
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix imported track flag on sliced animations.
Saracen
2023-11-18
1
-0
/
+2
*
|
|
Codestyle: Fix some comment issues
Rémi Verschelde
2023-11-21
1
-8
/
+0
|
/
/
*
|
Fix Resource Importer use after free
Alistair Leslie-Hughes
2023-11-14
2
-3
/
+5
*
|
Don't use TTR/RTR for ERR/WARN prints
Rémi Verschelde
2023-11-12
1
-3
/
+3
*
|
Fix stuck cursor in Advanced Scene Importer
Markus Sauermann
2023-11-09
1
-0
/
+3
*
|
Implement glTF compat version system for files from older Godot versions
Aaron Franke
2023-11-03
2
-2
/
+10
|
/
*
Merge pull request #83036 from jsjtxietian/move-animation-slice-processing-to...
Yuri Sizov
2023-11-03
1
-32
/
+28
|
\
|
*
Move animation slice processing to _post_fix_animations
jsjtxietian
2023-10-09
1
-32
/
+28
*
|
Merge pull request #84252 from clayjohn/ensure_tangents
Rémi Verschelde
2023-11-02
2
-4
/
+23
|
\
\
|
*
|
Enhance checks and user experience around tangents.
clayjohn
2023-11-01
2
-4
/
+23
*
|
|
Merge pull request #83600 from jsjtxietian/make-translation-import-more-robust
Rémi Verschelde
2023-11-02
1
-1
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make translation importer skip not-supported lang tag
jsjtxietian
2023-10-20
1
-1
/
+10
*
|
|
Merge pull request #83764 from timothyqiu/suffix-only
Rémi Verschelde
2023-10-26
1
-1
/
+5
|
\
\
\
|
*
|
|
Fix infinite loop when importing 3D object named "-colonly"
Haoyu Qiu
2023-10-22
1
-1
/
+5
*
|
|
|
Add method check for _notify_skeleton_bones_renamed.
Saracen
2023-10-26
1
-7
/
+6
*
|
|
|
Some more fixes for compressed meshes
clayjohn
2023-10-24
2
-7
/
+7
*
|
|
|
Fix "as" capitalization in editor strings
Haoyu Qiu
2023-10-23
1
-1
/
+1
|
/
/
/
*
/
/
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
3
-25
/
+34
|
/
/
*
|
[Bitmap fonts] Add support for scaling.
bruvzg
2023-10-13
2
-0
/
+6
*
|
Cleanup instances of using uint32_t for mesh formats
Clay
2023-10-12
2
-4
/
+4
*
|
Merge pull request #83076 from SaracenOne/make_rest_fixer_tracks_imported
Rémi Verschelde
2023-10-10
1
-0
/
+1
|
\
\
|
*
|
Set new RestFixer tracks as imported
Saracen
2023-10-09
1
-0
/
+1
|
|
/
*
/
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
2
-2
/
+2
|
/
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
4
-10
/
+38
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-9
/
+2
*
Fixed the Advanced Import Settings window's camera rotation order in the 3D v...
Shnazzy
2023-09-29
1
-1
/
+1
*
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
4
-10
/
+10
*
Make 3D editor gizmos and debug shapes ignore fog
Hugo Locurcio
2023-09-27
1
-0
/
+2
*
Merge pull request #82302 from MewPurPur/alt-font-icon
Rémi Verschelde
2023-09-25
1
-2
/
+2
|
\
|
*
Add white Font and Mesh icons
MewPurPur
2023-09-25
1
-2
/
+2
*
|
Merge pull request #82190 from BlueCube3310/aabb-import-shadows-disable
Rémi Verschelde
2023-09-24
1
-0
/
+1
|
\
\
[next]