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 #49650 from KoBeWi/FindReplaceCrash
Rémi Verschelde
2021-06-24
1
-3
/
+13
|
\
|
*
Fix crash with FindReplaceBar
kobewi
2021-06-24
1
-3
/
+13
*
|
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-1
/
+3
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
|
/
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-4
/
+4
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replace
Rémi Verschelde
2021-06-09
1
-1
/
+12
|
\
|
*
Move FindReplaceBar out of CodeTextEditor
kobewi
2021-06-08
1
-1
/
+12
*
|
Don't save built-in script when adding method
kobewi
2021-06-06
1
-1
/
+3
*
|
Merge pull request #47336 from Calinou/rename-shader-file-extension
Rémi Verschelde
2021-06-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Rename the `.shader` file extension to `.gdshader`
Hugo Locurcio
2021-03-24
1
-1
/
+1
*
|
Fixed console error spam (about invalid edited scene index)
Yuri Roubinsky
2021-05-26
1
-2
/
+4
*
|
Updates script list colors after theme is changed
Yuri Roubinsky
2021-05-20
1
-0
/
+3
*
|
Fix crash when trying to save with no scenes and scripts open
Hugo Locurcio
2021-05-18
1
-2
/
+1
*
|
Merge pull request #37796 from Gogsi/master
Rémi Verschelde
2021-05-18
1
-1
/
+1
|
\
\
|
*
|
Change EditorFileSystem and ScriptEditor file sorting order to improve consis...
Georgi Genkov
2021-05-18
1
-1
/
+1
*
|
|
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-2
/
+2
|
/
/
*
|
Add get_base_editor to ScriptEditorBase
sent44
2021-05-15
1
-0
/
+2
*
|
Save the current script when pressing Ctrl + S if no scene is open
Hugo Locurcio
2021-05-09
1
-56
/
+56
*
|
Merge pull request #33577 from Calinou/highlight-control-flow-keywords
Rémi Verschelde
2021-05-07
1
-1
/
+6
|
\
\
|
*
|
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-1
/
+6
*
|
|
Merge pull request #45607 from Calinou/improve-editor-theme
Rémi Verschelde
2021-05-06
1
-8
/
+1
|
\
\
\
|
*
|
|
Improve the editor theme
Hugo Locurcio
2021-04-27
1
-8
/
+1
|
|
/
/
*
/
/
Save the current script when adding a new method via signal connection
Hugo Locurcio
2021-05-05
1
-50
/
+58
|
/
/
*
/
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
|
/
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-2
/
+2
*
Don't save unchanged script upon closing
kobewi
2021-03-06
1
-6
/
+6
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
Merge pull request #44514 from madmiraal/split-os-execute
Rémi Verschelde
2021-01-12
1
-1
/
+1
|
\
|
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-1
/
+1
*
|
Fix script list only showing their names regardless of display option
Michael Alexsander
2021-01-11
1
-1
/
+14
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...
Rémi Verschelde
2020-12-28
1
-1
/
+1
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-10
/
+10
*
Fix filename disambiguation on scripts in certain occasions
Michael Alexsander
2020-12-22
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-11
/
+0
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-12
/
+7
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-0
/
+64
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+12
*
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-28
1
-5
/
+7
|
\
|
*
Implement new shortcuts system.
Eric M
2020-11-23
1
-5
/
+7
*
|
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-2
/
+9
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Refactored Variant Operators.
reduz
2020-11-06
1
-1
/
+1
*
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
1
-4
/
+3
*
Properly disambiguate unsaved scripts
Tomasz Chabora
2020-07-31
1
-2
/
+6
*
Script editor: Fix crash when root script is null
Rémi Verschelde
2020-07-27
1
-3
/
+3
*
Script editor: Fix open dominant logic for language-specific external editors
Rémi Verschelde
2020-07-27
1
-2
/
+6
*
Script editor: Don't open dominant script in external editor
Rémi Verschelde
2020-07-26
1
-15
/
+11
[next]