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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #41861 from Razoric480/fix-vscript-value-by-type
Rémi Verschelde
2020-09-18
2
-2
/
+15
|
\
|
*
Add a VScript func to sanitize variant values
Francois Belair
2020-09-18
2
-2
/
+15
*
|
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
2
-3
/
+5
|
/
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
3
-34
/
+34
*
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
1
-1
/
+1
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
*
Make unsaved scripts in the script editor more user-friendly
Andrii Doroshenko (Xrayez)
2020-07-26
1
-1
/
+8
*
Merge pull request #33760 from nekomatata/script-editor-init-optimization
Rémi Verschelde
2020-07-26
2
-0
/
+6
|
\
|
*
Optimized ScriptEditor initialization when many scripts are loaded
PouleyKetchoupp
2020-07-17
2
-0
/
+6
*
|
VisualScript: Fix -Wduplicate-branches warning
Rémi Verschelde
2020-07-22
1
-7
/
+1
|
/
*
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
2
-4
/
+4
*
Expose Syntax highlighter for editor plugins
Paulb23
2020-07-11
1
-0
/
+2
*
Convert syntax highlighters into a resource
Paulb23
2020-07-11
2
-4
/
+4
*
Add override keywords.
Marcel Admiraal
2020-07-10
8
-541
/
+537
*
DocData: Skip language-specific ClassDoc without methods/constants
Rémi Verschelde
2020-06-17
2
-16
/
+0
*
Merge pull request #39041 from swarnimarun/patch-1
Rémi Verschelde
2020-06-04
1
-0
/
+6
|
\
|
*
Fix crashing of VisualScript due to...
Swarnim Arun
2020-05-25
1
-0
/
+6
*
|
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
12
-477
/
+869
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
8
-0
/
+153
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
18
-1493
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-3
/
+3
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
3
-124
/
+356
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
3
-20
/
+20
*
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
2
-0
/
+6
*
Change MATH_POSMOD return type back to INT
Nico Mitchell
2020-04-14
1
-1
/
+3
*
Change round return type to float
Nico Mitchell
2020-04-13
1
-1
/
+1
*
Merge pull request #37542 from swarnimarun/patch_vs_02
Rémi Verschelde
2020-04-12
2
-0
/
+25
|
\
|
*
Update vsnodes on editing vs variables
Swarnim Arun
2020-04-03
2
-0
/
+25
*
|
Merge pull request #37530 from swarnimarun/patch_vs_01
Rémi Verschelde
2020-04-10
2
-0
/
+19
|
\
\
|
*
|
VisualScript styling for new Variant Types
Swarnim Arun
2020-04-03
1
-0
/
+16
|
*
|
Deconstruct VSNodes for new Variant types
Swarnim Arun
2020-04-02
1
-0
/
+3
|
|
/
*
/
Remove Node.get_position_in_parent()
Tomasz Chabora
2020-04-06
1
-1
/
+1
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
11
-123
/
+123
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-2
/
+5
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
3
-116
/
+116
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
4
-48
/
+42
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
2
-19
/
+19
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
2
-2
/
+2
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
2
-2
/
+2
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
5
-28
/
+28
*
Merge pull request #36723 from AndreaCatania/fix-rset
Rémi Verschelde
2020-03-13
1
-2
/
+2
|
\
|
*
Fixed rset method for gdscript and visual script
Andrea Catania
2020-03-02
1
-2
/
+2
*
|
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
*
|
Merge pull request #36751 from Faless/debugger/threads_and_profilers
Rémi Verschelde
2020-03-09
2
-21
/
+23
|
\
\
|
*
|
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
2
-21
/
+23
|
|
/
*
/
Fix missing module editor icons
Andrii Doroshenko (Xrayez)
2020-03-08
1
-0
/
+0
|
/
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
2
-2
/
+2
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
2
-2
/
+2
[next]