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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup unused engine code v2
kobewi
2023-01-19
1
-3
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-13
/
+11
*
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
1
-0
/
+1
*
Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...
Eric M
2022-10-25
1
-1
/
+1
*
Merge pull request #66300 from KoBeWi/📝🧭
Rémi Verschelde
2022-10-05
1
-0
/
+1
|
\
|
*
Split script navigation state and edit state
kobewi
2022-09-25
1
-0
/
+1
*
|
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...
Rindbee
2022-10-04
1
-0
/
+2
*
|
Fix the flickering of the line gutter icon when saving
Rindbee
2022-10-03
1
-1
/
+0
*
|
Fix out of sync when the script is edited externally via lsp
Rindbee
2022-09-25
1
-1
/
+1
|
/
*
Merge pull request #63576 from KoBeWi/list_clicker
Rémi Verschelde
2022-09-21
1
-1
/
+1
|
\
|
*
Simplify script list click logic
kobewi
2022-08-30
1
-1
/
+1
*
|
VCS: Port Godot 3.5's VCS features to GDExtension
Twarit Waikar
2022-08-31
1
-1
/
+1
|
/
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-2
/
+2
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-3
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Merge pull request #55134 from KoBeWi/script_pillow_or_something
Rémi Verschelde
2022-05-17
1
-1
/
+0
|
\
|
*
Always soft-reload scripts
kobewi
2021-11-19
1
-1
/
+0
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-14
/
+14
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+1
*
|
Merge pull request #56695 from bruvzg/mod_unicode_input
Rémi Verschelde
2022-04-05
1
-1
/
+1
|
\
\
|
*
|
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-1
/
+1
*
|
|
Fix lookup symbol in scripts which doesn't open a tab at first attempt
Yuri Roubinsky
2022-04-05
1
-0
/
+1
|
/
/
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-46
/
+46
*
|
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-2
/
+0
*
|
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-4
/
+2
*
|
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+4
*
|
Save script editor's function list split offset with the editor layout
jmb462
2022-02-02
1
-1
/
+1
*
|
Disable ScriptEditor's menu items when they do nothing
Haoyu Qiu
2022-01-21
1
-0
/
+3
*
|
Convert TextEdit callbacks to Callable
Paulb23
2022-01-19
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Improve save handling for built-in scripts
kobewi
2021-11-07
1
-0
/
+1
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-4
/
+0
*
Allow dragging TextFiles from the Filesystem dock
Paulb23
2021-10-12
1
-1
/
+2
*
Allow breakpoints in closed files
Paulb23
2021-10-07
1
-0
/
+1
*
Preserve script editor state through tab closes
Paulb23
2021-10-07
1
-0
/
+3
*
Add TextFile support across the editor
Paulb23
2021-09-30
1
-0
/
+3
*
Add history navigation in the script editor using extra mouse buttons
Hugo Locurcio
2021-09-25
1
-0
/
+1
*
Merge pull request #52479 from KoBeWi/the_close_of_all_tabs
Rémi Verschelde
2021-09-20
1
-0
/
+2
|
\
|
*
Don't stop closing on unsaved script
kobewi
2021-09-07
1
-0
/
+2
*
|
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-09-15
1
-0
/
+1
|
/
*
Merge pull request #51639 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-09-01
1
-0
/
+4
|
\
|
*
Implemented advanced features of DAP
Ev1lbl0w
2021-08-31
1
-0
/
+4
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-1
/
+1
*
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-1
/
+4
*
|
Auto-reload scripts with external editor
Jihyun Yu
2021-08-17
1
-0
/
+1
|
/
*
Merge pull request #49650 from KoBeWi/FindReplaceCrash
Rémi Verschelde
2021-06-24
1
-0
/
+1
|
\
|
*
Fix crash with FindReplaceBar
kobewi
2021-06-24
1
-0
/
+1
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
|
/
[next]