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
/
plugins
/
script_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #56695 from bruvzg/mod_unicode_input
Rémi Verschelde
2022-04-05
1
-2
/
+2
|
\
|
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-2
/
+2
*
|
Fix lookup symbol in scripts which doesn't open a tab at first attempt
Yuri Roubinsky
2022-04-05
1
-9
/
+19
|
/
*
Fix creation and reopening of built-in scripts
Michael Alexsander
2022-04-03
1
-6
/
+1
*
Add GDExtension support to Script
reduz
2022-03-27
1
-6
/
+6
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-2
/
+2
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-4
/
+4
*
Remove set_as_minsize()
kobewi
2022-03-06
1
-2
/
+2
*
Replace some bits of code left to work with the new `TabContainer`
Michael Alexsander
2022-03-04
1
-3
/
+3
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-103
/
+103
*
Fix scripts not saving when closing
kobewi
2022-03-01
1
-1
/
+1
*
Use versioned URL for "Online Documentation" buttons in the editor
Hugo Locurcio
2022-02-17
1
-1
/
+2
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-3
/
+1
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-39
/
+37
*
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Rémi Verschelde
2022-02-12
1
-0
/
+1
|
\
|
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
|
Fix editor compile error when VisualScript is disabled
trollodel
2022-02-11
1
-2
/
+2
|
/
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-5
/
+5
|
\
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-5
/
+5
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-2
/
+2
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-5
/
+5
*
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-03
1
-3
/
+3
|
\
|
*
String: Add contains().
Anilforextra
2022-02-04
1
-3
/
+3
*
|
Save script editor's function list split offset with the editor layout
jmb462
2022-02-02
1
-5
/
+11
|
/
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-27
1
-2
/
+2
|
\
|
*
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-25
1
-2
/
+2
*
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-2
/
+2
*
|
Merge pull request #57029 from timothyqiu/disable-script-editor-menu
Rémi Verschelde
2022-01-23
1
-2
/
+53
|
\
\
|
*
|
Disable ScriptEditor's menu items when they do nothing
Haoyu Qiu
2022-01-21
1
-2
/
+53
*
|
|
Merge pull request #57012 from Calinou/editor-add-new-script-textfile-shortcuts
Rémi Verschelde
2022-01-23
1
-2
/
+2
|
\
\
\
|
*
|
|
Add shortcuts for New Script and New Text File in the script editor
Hugo Locurcio
2022-01-20
1
-2
/
+2
*
|
|
|
Fix icon in drag preview of scripts/docs
Michael Alexsander
2022-01-21
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #55066 from trollodel/less_singletons_in_editornode
Rémi Verschelde
2022-01-20
1
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-5
/
+5
*
|
|
Fix unhandled_key_input() in Script Editor
kobewi
2022-01-20
1
-1
/
+1
|
/
/
*
|
Convert TextEdit callbacks to Callable
Paulb23
2022-01-19
1
-2
/
+1
*
|
Merge pull request #55541 from KoBeWi/outcognito_scripts
Rémi Verschelde
2022-01-14
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Make script type distinguishable by icon
kobewi
2022-01-13
1
-0
/
+12
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-12
/
+12
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-1
/
+1
*
Show scene when showing built-in script file
kobewi
2021-11-24
1
-1
/
+5
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-26
/
+26
*
Make OpenSimplex and VisualScript modules not depend on the editor
Aaron Franke
2021-11-12
1
-1
/
+1
*
Merge pull request #54745 from KoBeWi/find_in_scenes
Rémi Verschelde
2021-11-10
1
-0
/
+3
|
\
|
*
Properly handle scenes in Find in Files
kobewi
2021-11-08
1
-0
/
+3
*
|
Properly reload built-in tool scripts
kobewi
2021-11-09
1
-0
/
+5
[next]