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
...
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-4
/
+4
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-6
/
+6
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-2
/
+0
*
Merge pull request #63700 from YeldhamDev/no_methods_to_filter_pal
Rémi Verschelde
2022-08-06
1
-0
/
+3
|
\
|
*
Hide method filter bar when selecting a doc in the Script editor
Michael Alexsander
2022-07-30
1
-0
/
+3
*
|
Find a better solution for the script editor member list sometimes not being ...
MinusKube
2022-07-31
1
-10
/
+9
*
|
Fix elements not being shown on first selected script/doc
Michael Alexsander
2022-07-30
1
-0
/
+3
|
/
*
Merge pull request #63603 from aaronfranke/editor-paths
Rémi Verschelde
2022-07-29
1
-3
/
+4
|
\
|
*
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-3
/
+4
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-7
/
+7
|
/
*
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-3
/
+3
|
\
|
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-3
/
+3
*
|
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-3
/
+3
|
/
*
Merge pull request #61459 from reduz/new-shader-editor
Rémi Verschelde
2022-06-20
1
-1
/
+1
|
\
|
*
Redo the shader editor
reduz
2022-05-28
1
-1
/
+1
*
|
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-2
/
+2
|
/
*
Add a new HashSet template
reduz
2022-05-20
1
-4
/
+4
*
Merge pull request #55134 from KoBeWi/script_pillow_or_something
Rémi Verschelde
2022-05-17
1
-9
/
+17
|
\
|
*
Always soft-reload scripts
kobewi
2021-11-19
1
-9
/
+17
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-21
/
+21
*
|
Add a new HashMap implementation
reduz
2022-05-12
1
-3
/
+3
*
|
Cleanup metadata usage
kobewi
2022-05-06
1
-2
/
+2
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-27
/
+27
*
|
Add an external link editor icon
Hugo Locurcio
2022-04-24
1
-1
/
+1
*
|
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-9
/
+13
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-7
/
+2
*
|
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
|
/
/
[prev]
[next]