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
/
visual_script
/
editor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove VisualScript module for 4.0
Rémi Verschelde
2022-08-24
4
-6877
/
+0
*
Replace Array return types with TypedArray
kobewi
2022-08-22
2
-3
/
+3
*
Add per-scene UndoRedo
kobewi
2022-08-22
2
-8
/
+5
*
Changed the title of change node type dialog
Umang Kalra
2022-08-20
1
-1
/
+1
*
Remove `CustomPropertyEditor` completely
Yuri Sizov
2022-08-01
2
-16
/
+77
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
2
-1
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-20
/
+20
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-6
/
+6
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+9
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-9
/
+9
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
2
-4
/
+4
*
Fix visual editor settings change propagation
Hendrik Brucker
2022-06-07
1
-0
/
+3
*
Support explicit values in flag properties, add C# flags support
Raul Santos
2022-06-03
1
-1
/
+43
*
Improve Graphedit connection lines
Hendrik Brucker
2022-05-30
1
-0
/
+5
*
Merge pull request #47665 from trollodel/tree_more_buttons_signals
Rémi Verschelde
2022-05-24
2
-6
/
+14
|
\
|
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
2
-6
/
+14
*
|
Merge pull request #61017 from derammo/derammo_58121
Rémi Verschelde
2022-05-22
2
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
display of large help text in visual script
derammo
2022-05-21
2
-10
/
+10
*
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-26
/
+26
*
|
Merge pull request #60463 from Geometror/improve-vs-1
Rémi Verschelde
2022-05-16
1
-2
/
+10
|
\
\
|
*
|
Improve the VisualShader/VisualScript editor UI
Hendrik Brucker
2022-04-30
1
-2
/
+10
*
|
|
Merge pull request #61010 from derammo/visual_script_selector_paths
Rémi Verschelde
2022-05-16
1
-4
/
+4
|
\
\
\
|
*
|
|
fixed path calculations in visual script selector
derammo
2022-05-13
1
-4
/
+4
|
|
|
/
|
|
/
|
*
/
|
Replace most uses of Map by HashMap
reduz
2022-05-16
4
-55
/
+55
|
/
/
*
|
Add a new HashMap implementation
reduz
2022-05-12
1
-7
/
+5
*
|
Cleanup metadata usage
kobewi
2022-05-06
1
-5
/
+1
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
2
-7
/
+7
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
|
/
*
Improve VisualScript search and instancing of nodes
David Cambré
2022-04-17
4
-33
/
+83
*
Fix Visual Script's jump to function relative to zoom
Nicholas Huelin
2022-04-12
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-19
/
+19
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
2
-3
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
Sort variables in VisualScriptEditor
Raul Santos
2022-02-24
1
-0
/
+1
*
Don't process VisualScriptNodes
megalobyte
2022-02-19
1
-1
/
+1
*
Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c
Rémi Verschelde
2022-02-16
2
-0
/
+3
|
\
|
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
2
-0
/
+3
*
|
Added icons for missing types in visual script’s icon list.
MisoMosiSpy
2022-02-16
1
-0
/
+3
|
/
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+0
*
Fix renaming function dialog in VisualScript does not work correctly
jmb462
2022-02-12
2
-1
/
+10
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-5
/
+5
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
2
-15
/
+15
|
\
|
*
Re-add missing `SNAME` macros in `get_theme_*` calls
Rémi Verschelde
2022-02-08
1
-2
/
+2
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
2
-17
/
+17
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+0
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
2
-17
/
+17
*
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-03
1
-1
/
+1
|
\
|
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
|
initialized member variables in header
zwebb
2022-02-03
3
-15
/
+13
|
/
[next]