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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor delete nodes functions in visual shader editor
Yuri Roubinsky
2020-10-15
2
-139
/
+93
*
Refactored binding system for core types
reduz
2020-10-14
1
-1
/
+1
*
Merge pull request #42748 from qarmin/dont_clear_twice
Rémi Verschelde
2020-10-13
1
-1
/
+3
|
\
|
*
Don't try to compare freed object to nullptr
Rafał Mikrut
2020-10-13
1
-1
/
+3
*
|
Merge pull request #42489 from auderer/tilemapeditor-refocus
Rémi Verschelde
2020-10-13
2
-0
/
+26
|
\
\
|
*
|
initialize refocus_over_tile to false
Michael Auderer
2020-10-02
1
-1
/
+1
|
*
|
Reset TileMapEditor painting on application refocus
Michael Auderer
2020-10-02
2
-0
/
+26
*
|
|
Merge pull request #42737 from volzhs/android-run-tooltip
Rémi Verschelde
2020-10-13
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Show android device name when connected only one device
volzhs
2020-10-12
1
-2
/
+4
*
|
|
Ensure grid index is valid before trying to change value.
Marcel Admiraal
2020-10-12
1
-1
/
+1
*
|
|
Merge pull request #42692 from Chaosus/vs_add_metallic
Yuri Roubinsky
2020-10-10
1
-0
/
+1
|
\
\
\
|
*
|
|
Adds Metallic to spatial light input of visual shaders
Yuri Roubinsky
2020-10-10
1
-0
/
+1
*
|
|
|
Merge pull request #42683 from reduz/implement-call-bind-unbind
Juan Linietsky
2020-10-10
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add ability to bind an unbind arguments to Callable.
reduz
2020-10-09
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #42568 from DavidSichma/fix-aabb-update
Rémi Verschelde
2020-10-10
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
aabb change updates bounding box
David Sichma
2020-10-05
1
-4
/
+4
*
|
|
|
Implement GPU Particle Collisions
reduz
2020-10-09
7
-1
/
+557
|
|
/
/
|
/
|
|
*
|
|
Adds pan gesture to StateMachine editor
Haoyu Qiu
2020-10-09
1
-0
/
+6
*
|
|
Update the setting when clicking Show hidden files
Tomasz Chabora
2020-10-06
1
-5
/
+8
*
|
|
Merge pull request #42314 from mbrlabs/nodepath-fix
Rémi Verschelde
2020-10-06
1
-9
/
+27
|
\
\
\
|
*
|
|
Fixed renaming/moving of nodes with exported NodePaths
Marcus Brummer
2020-09-25
1
-9
/
+27
*
|
|
|
Check for global script class information before clearing it
Aaron Franke
2020-10-05
1
-1
/
+3
*
|
|
|
Better non alphanumeric bone names.
K. S. Ernest (iFire) Lee
2020-10-05
1
-4
/
+9
*
|
|
|
glTF: Fix parsing image data with `mimeType` undefined
Rémi Verschelde
2020-10-05
1
-51
/
+85
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #42518 from Duroxxigar/update-getter-and-setters
Rémi Verschelde
2020-10-03
3
-4
/
+4
|
\
\
\
|
*
|
|
Updated getters and setters names for toplevel
Duroxxigar
2020-10-02
3
-4
/
+4
*
|
|
|
Don't write global script class information if there is none
Aaron Franke
2020-10-03
1
-1
/
+5
|
/
/
/
*
|
|
glTF: Fix parsing buffer data with application/gltf-buffer and image/* MIME t...
Rémi Verschelde
2020-10-02
1
-5
/
+13
*
|
|
Merge pull request #42451 from Duroxxigar/rename-toplevel
Rémi Verschelde
2020-10-02
5
-13
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
5
-13
/
+13
*
|
|
Merge pull request #42467 from Chaosus/vs_fix_bug
Yuri Roubinsky
2020-10-01
2
-0
/
+9
|
\
\
\
|
*
|
|
Updates size of float constant in visual shader if empty is selected
Yuri Roubinsky
2020-10-01
2
-0
/
+9
*
|
|
|
Merge pull request #40473 from rcorre/gizmo-doc
Rémi Verschelde
2020-10-01
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix bound return type on get_priority.
Ryan Roden-Corrent
2020-07-21
1
-1
/
+1
*
|
|
|
|
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-10-01
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-1
/
+1
*
|
|
|
|
Merge pull request #42458 from groud/fix_cursor_rotation
Rémi Verschelde
2020-10-01
1
-25
/
+31
|
\
\
\
\
\
|
*
|
|
|
|
Fix scale cursor rotation and handle diagonal ones
Gilles Roudière
2020-10-01
1
-25
/
+31
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Add an option to select a predifined constant in visual shader editor
Yuri Roubinsky
2020-10-01
2
-11
/
+102
|
/
/
/
/
*
|
|
|
Fixes FileSystem tree preview icon size on HiDPI
Haoyu Qiu
2020-09-30
1
-1
/
+0
*
|
|
|
Merge pull request #42387 from KoBeWi/warp_no_mouse
Rémi Verschelde
2020-09-30
1
-5
/
+0
|
\
\
\
\
|
*
|
|
|
Don't warp mouse when selecting tracks
Tomasz Chabora
2020-09-28
1
-5
/
+0
*
|
|
|
|
Make the pressed autokey icon red to emphasize its "recording" status
Hugo Locurcio
2020-09-29
1
-0
/
+6
*
|
|
|
|
Merge pull request #42407 from Chaosus/vs_drag_and_drop
Yuri Roubinsky
2020-09-29
2
-8
/
+46
|
\
\
\
\
\
|
*
|
|
|
|
Drag & drop 3d/2d array/cubemap texture to visual shader
Yuri Roubinsky
2020-09-29
2
-8
/
+46
*
|
|
|
|
|
Automatically start searching in the asset library when entering text
Hugo Locurcio
2020-09-29
2
-6
/
+17
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #42385 from Craig-Stoneham/patch-2
Rémi Verschelde
2020-09-29
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Removed unnecessary keyword, fix comment style
Craig-Stoneham
2020-09-29
1
-1
/
+0
*
|
|
|
|
|
Merge pull request #42078 from Chaosus/vs_rename_type
Rémi Verschelde
2020-09-29
1
-3
/
+3
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Renames Type to OpType in VisualShaderNodeMultiplyAdd
Yuri Roubinsky
2020-09-15
1
-3
/
+3
[next]