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
*
Add scene Post-Import Plugin support.
reduz
2021-10-15
9
-70
/
+29
*
Merge pull request #53822 from vnen/gdscript-await-issues
Rémi Verschelde
2021-10-15
6
-15
/
+43
|
\
|
*
GDScript: Fix typing for await expression
George Marques
2021-10-14
1
-3
/
+12
|
*
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
2
-7
/
+7
|
*
GDScript: Properly return value with await on non-coroutine
George Marques
2021-10-14
3
-1
/
+17
|
*
GDScript: Make sure calls don't use return when not needed
George Marques
2021-10-14
1
-4
/
+7
*
|
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-14
1
-3
/
+0
|
/
*
Merge pull request #53807 from vnen/dont-share-arrays-and-dicts
Rémi Verschelde
2021-10-14
4
-0
/
+60
|
\
|
*
Zero Dictionary and Array variants when changing type with reset
George Marques
2021-10-14
4
-0
/
+60
*
|
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-14
3
-0
/
+28
|
\
\
|
|
/
|
/
|
|
*
GDScript: Access outer scope classes
Brian Semrau
2021-10-13
3
-0
/
+28
*
|
Restore gltf animation export after split.
K. S. Ernest (iFire) Lee
2021-10-13
2
-53
/
+38
*
|
Remove REST transform influence in skeleton bones
reduz
2021-10-13
3
-40
/
+14
*
|
Merge pull request #53689 from reduz/remove-animation-transform3d-track
Rémi Verschelde
2021-10-13
2
-19
/
+120
|
\
\
|
*
|
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-12
2
-19
/
+120
*
|
|
Merge pull request #53744 from williamd67/GPULightmapper-prevent-endless-loop
Rémi Verschelde
2021-10-13
1
-1
/
+1
|
\
\
\
|
*
|
|
GPULightmapper: prevent loop with max iterations
William Deurwaarder
2021-10-12
1
-1
/
+1
*
|
|
|
Merge pull request #53743 from williamd67/GPULightmapper-process-rays-to-sky
Rémi Verschelde
2021-10-13
1
-10
/
+12
|
\
\
\
\
|
*
|
|
|
GPULightmapper: process rays to sky in all bounces as active
William Deurwaarder
2021-10-12
1
-10
/
+12
|
|
/
/
/
*
|
|
|
Merge pull request #53322 from williamd67/GPULightmapper-skip-smoothen-positi...
Rémi Verschelde
2021-10-13
2
-1
/
+15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
GPULightmapper: skip smoothen positions for flat triangles
William Deurwaarder
2021-10-12
2
-1
/
+15
*
|
|
|
Merge pull request #53712 from CakHuri/nullptr
Rémi Verschelde
2021-10-12
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Replaced NULL with nullptr
M. Huri
2021-10-12
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
3
-0
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
3
-0
/
+13
*
|
|
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-12
3
-1
/
+13
|
/
/
*
|
Merge pull request #53697 from bruvzg/ts_string_names
Rémi Verschelde
2021-10-12
4
-163
/
+275
|
\
\
|
*
|
Move static feature set and number system `StringName`s to the singleton.
bruvzg
2021-10-12
4
-163
/
+275
*
|
|
Merge pull request #52736 from aaronfranke/lgtm-mult
Rémi Verschelde
2021-10-12
2
-3
/
+3
|
\
\
\
|
*
|
|
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-12
2
-3
/
+3
|
|
|
/
|
|
/
|
*
/
|
Fixed a typo in csg module
M. Huri
2021-10-12
3
-3
/
+3
|
/
/
*
|
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
5
-63
/
+24
*
|
Merge pull request #48332 from TokageItLab/implement-ping-pong
Rémi Verschelde
2021-10-11
5
-24
/
+63
|
\
\
|
*
|
implement ping-pong loop in animation
Tokage
2021-10-09
5
-24
/
+63
*
|
|
Merge pull request #53681 from Paulb23/rejig-syntax-highligher-bind
Rémi Verschelde
2021-10-11
1
-2
/
+0
|
\
\
\
|
*
|
|
Move add_syntax_highlighter bind to ScriptEditorBase
Paulb23
2021-10-11
1
-2
/
+0
*
|
|
|
Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletion
Yuri Roubinsky
2021-10-11
1
-1
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
1
-1
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #53430 from DavidSichma/typed_safe_setter
George Marques
2021-10-11
1
-2
/
+4
|
\
\
\
|
*
|
|
Only emit typed member setters if safe to do so
David Sichma
2021-10-08
1
-2
/
+4
*
|
|
|
Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix
George Marques
2021-10-11
17
-106
/
+291
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
17
-106
/
+291
*
|
|
|
Remove redundant String operation from GDScript enum exports
Yuri Sizov
2021-10-11
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Enhance and cleanup stringify for Vector
mashumafi
2021-10-09
2
-0
/
+76
*
|
|
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
2
-5
/
+5
|
/
/
*
|
Merge pull request #53536 from Faless/mp/4.x_rpc_config
Max Hilbrunner
2021-10-08
1
-2
/
+2
|
\
\
|
*
|
[Net] Rename RPCConfig.sync to call_local.
Fabio Alessandrelli
2021-10-08
1
-2
/
+2
*
|
|
Merge pull request #53336 from briansemrau/gdscript-i'm-not-my-own-local-class
George Marques
2021-10-08
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript fix wrong base class assignment
Brian Semrau
2021-10-04
1
-1
/
+3
*
|
|
GDScript: Use getter return type for the property type
George Marques
2021-10-07
1
-3
/
+6
[next]