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
/
visual_script_property_selector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make OpenSimplex and VisualScript modules not depend on the editor
Aaron Franke
2021-11-12
1
-733
/
+0
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-1
/
+1
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-0
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-20
/
+20
*
Fix visual script icons
Nick Huelin
2021-07-20
1
-3
/
+9
*
Optimize StringName usage
reduz
2021-07-18
1
-33
/
+33
*
Merge pull request #49043 from theoway/missing_description_vs_search_window_f...
Rémi Verschelde
2021-06-17
1
-2
/
+3
|
\
|
*
Fixes missing descriptions in search window of visualscript
Umang Kalra
2021-06-15
1
-2
/
+3
*
|
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-15
1
-1
/
+1
|
/
*
update property selector's icon list and rename Quat.svg to Quaternion.svg
Silc 'Tokage' Renew
2021-06-09
1
-1
/
+1
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-3
/
+3
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
*
Refactored variant constructor logic
reduz
2020-11-09
1
-1
/
+1
*
Use translated docs in PropertySelector
Rémi Verschelde
2020-05-28
1
-5
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-24
/
+41
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-17
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-32
/
+32
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-41
/
+37
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-1
/
+1
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-1
/
+1
*
|
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
1
-1
/
+5
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-10
/
+5
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-3
/
+5
|
/
*
Fix suspicious | and + operators
Rafał Mikrut
2020-02-23
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-7
/
+7
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-7
/
+7
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-6
/
+0
*
Texture refactor
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove dependency on the editor directory being in the build's include path.
Marcel Admiraal
2019-10-10
1
-1
/
+1
*
Deconstruct node for Visualscript
Swarnim Arun
2019-09-29
1
-13
/
+25
*
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-26
1
-28
/
+57
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-6
/
+8
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-1
/
+1
*
Fix always true/false values
qarmin
2019-06-20
1
-2
/
+1
*
VS: Better ux
K. S. Ernest (iFire) Lee
2019-05-01
1
-190
/
+134
*
Change order of Visual Script Search.
K. S. Ernest (iFire) Lee
2019-05-01
1
-32
/
+35
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-1
/
+1
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-10
/
+10
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make visualscript search better.
K. S. Ernest (iFire) Lee
2018-10-11
1
-23
/
+33
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-2
/
+2
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-2
/
+2
[next]