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
*
Remove duplicate shortcut definitions
kobewi
2024-05-21
1
-9
/
+15
*
Merge pull request #91887 from minionprocyk/master
Rémi Verschelde
2024-05-20
1
-0
/
+3
|
\
|
*
Use Option+Cmd+Left/Right for script editor history navigation on macOS
Peter Procyk
2024-05-12
1
-0
/
+3
*
|
Add option to open online doc for selected native class in script editor
Gaktan
2024-05-14
1
-3
/
+39
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-4
/
+4
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-5
/
+4
*
|
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
|
/
*
Merge pull request #91619 from AThousandShips/find_improve
Rémi Verschelde
2024-05-08
1
-1
/
+1
|
\
|
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
|
/
*
Merge pull request #81906 from the-sink/dominant-script-default
Rémi Verschelde
2024-05-07
1
-1
/
+1
|
\
|
*
Set `open_dominant_script_on_scene_change` to off by default
the-sink
2023-09-19
1
-1
/
+1
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+2
*
|
Store line change in script navigation history
kobewi
2024-04-25
1
-5
/
+45
*
|
Further speed up closing multiple scripts
kobewi
2024-04-23
1
-15
/
+16
*
|
Merge pull request #90189 from Naros/expose-goto-help
Rémi Verschelde
2024-04-17
1
-0
/
+2
|
\
\
|
*
|
Expose `goto_help` for GDExtension on `ScriptEditor`
Chris Cranford
2024-04-16
1
-0
/
+2
*
|
|
Merge pull request #89861 from dalexeev/editor-help-fix-csharp-crash
Rémi Verschelde
2024-04-05
1
-9
/
+18
|
\
\
\
|
*
|
|
Fix regression with C# build editor crash due to `EditorHelpHighlighter`
Danil Alexeev
2024-03-24
1
-9
/
+18
*
|
|
|
[Native File Dialog] Add support for using native dialogs in the editor.
bruvzg
2024-03-28
1
-5
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #88465 from AeioMuch/search_results_button
Rémi Verschelde
2024-03-25
1
-12
/
+15
|
\
\
\
|
*
|
|
Hide Search Results by default. Show it on first search and push it at the en...
AeioMuch
2024-03-16
1
-12
/
+15
|
|
/
/
*
|
|
Merge pull request #89599 from timothyqiu/vegetate
Rémi Verschelde
2024-03-23
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+2
|
|
/
/
*
/
/
Fix sorting of files/dirs in dialogs
A Thousand Ships
2024-03-20
1
-1
/
+1
|
/
/
*
|
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-1
/
+1
*
|
Merge pull request #86705 from KoBeWi/resourception
Rémi Verschelde
2024-02-29
1
-1
/
+10
|
\
\
|
*
|
Improve saving of built-in resources
kobewi
2024-01-02
1
-1
/
+10
*
|
|
Merge pull request #88742 from MajorMcDoom/text-editor-zoom
Rémi Verschelde
2024-02-27
1
-1
/
+3
|
\
\
\
|
*
|
|
Fixed the text editor theme not being applied on editor start.
Zi Ye
2024-02-25
1
-1
/
+3
*
|
|
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-9
/
+9
*
|
|
|
Merge pull request #88675 from MajorMcDoom/script-editor-redundancy
Rémi Verschelde
2024-02-26
1
-4
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Removed some redundant calls from ScriptEditor.
Zi Ye
2024-02-22
1
-4
/
+0
*
|
|
|
Merge pull request #87760 from kitbdev/extract-bottom-dock
Rémi Verschelde
2024-02-23
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
Extract BottomPanel from EditorNode
kit
2024-02-20
1
-3
/
+4
*
|
|
|
|
Add methods to add submenus without using names
kobewi
2024-02-22
1
-8
/
+4
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Improved text editor status bar and zooming UX.
Zi Ye
2024-02-21
1
-6
/
+40
|
/
/
/
*
|
|
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-0
/
+5
*
|
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-3
/
+3
*
|
|
Disable signal callback generation in C#
Paul Joannon
2024-02-14
1
-0
/
+4
*
|
|
Disable multi-window buttons instead of hiding them when support is unavailable
Hugo Locurcio
2024-01-27
1
-8
/
+9
*
|
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-3
/
+23
|
\
\
\
|
*
|
|
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-3
/
+23
|
|
/
/
*
|
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-16
/
+5
*
|
|
Merge pull request #82498 from aXu-AP/docs-double-navigation
Rémi Verschelde
2024-01-09
1
-1
/
+0
|
\
\
\
|
*
|
|
Fix opening docs writing extra navigation history
aXu-AP
2023-09-29
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #83577 from DennisManaa/fix-translation-for-item-list
Rémi Verschelde
2024-01-04
1
-0
/
+3
|
\
\
\
|
*
|
|
Implement automatic translation for ItemList
DennisManaa
2023-10-23
1
-0
/
+3
*
|
|
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]