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
*
Cleanup unused engine code v2
kobewi
2023-01-19
1
-6
/
+0
*
Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsing
Rémi Verschelde
2023-01-19
1
-1
/
+2
|
\
|
*
Clean up EditorFileSystem script parsing
Juan Linietsky
2023-01-18
1
-1
/
+2
*
|
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-5
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-5
/
+1
*
|
Checking path variable if empty before opening external editor to fix #71528
Christoh Prenissl
2023-01-17
1
-4
/
+7
*
|
Save history when goto script line in the text editor.
Adam Scott
2023-01-15
1
-0
/
+2
*
|
Globalise path for New TextFile in FileSystemDock
Paulb23
2023-01-14
1
-2
/
+2
|
/
*
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-17
/
+14
*
Merge pull request #70580 from timothyqiu/drop-extern
Rémi Verschelde
2023-01-09
1
-4
/
+7
|
\
|
*
Fix error when dropping script into script editor
Haoyu Qiu
2022-12-26
1
-4
/
+7
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Fix Editor Shortcut keys are inserting in Script Editor
stmSi
2022-12-24
1
-0
/
+4
|
/
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Fix reload scripts error after saving in external editor.
Zae
2022-11-03
1
-1
/
+1
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-31
/
+31
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-31
/
+31
*
|
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
Rémi Verschelde
2022-10-31
1
-9
/
+5
|
\
\
|
*
|
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
1
-9
/
+5
|
|
/
*
/
Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...
Eric M
2022-10-25
1
-4
/
+4
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-109
/
+109
*
Merge pull request #66300 from KoBeWi/📝🧭
Rémi Verschelde
2022-10-05
1
-7
/
+8
|
\
|
*
Split script navigation state and edit state
kobewi
2022-09-25
1
-7
/
+8
*
|
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...
Rindbee
2022-10-04
1
-45
/
+35
*
|
Merge pull request #66815 from Rindbee/fix-blinking-line-gutter-icon
Rémi Verschelde
2022-10-03
1
-12
/
+0
|
\
\
|
*
|
Fix the flickering of the line gutter icon when saving
Rindbee
2022-10-03
1
-12
/
+0
*
|
|
Fix the file newer dialog that keeps popping up
Rindbee
2022-10-03
1
-1
/
+1
|
/
/
*
|
Merge pull request #65276 from aaronfranke/shader
Rémi Verschelde
2022-10-03
1
-0
/
+1
|
\
\
|
*
|
Separate TextShaderEditor and ShaderEditorPlugin into different files
Aaron Franke
2022-10-02
1
-0
/
+1
*
|
|
Remember scripts panel's visibility state
Michael Alexsander
2022-10-01
1
-0
/
+2
|
/
/
*
|
Merge pull request #66382 from MewPurPur/replace-in-files-forever
Rémi Verschelde
2022-09-26
1
-0
/
+2
|
\
\
|
*
|
Make Replace in Files always visible in Search
VolTer
2022-09-25
1
-0
/
+2
*
|
|
Merge pull request #66405 from Rindbee/fix-gd-not-sync-via-lsp
Rémi Verschelde
2022-09-26
1
-21
/
+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix out of sync when the script is edited externally via lsp
Rindbee
2022-09-25
1
-21
/
+24
*
|
|
Merge pull request #65535 from RedMser/script-editor-inheritance-icon
Rémi Verschelde
2022-09-25
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Show method override icon in script editor gutter
RedMser
2022-09-21
1
-0
/
+2
|
|
/
*
|
Merge pull request #63576 from KoBeWi/list_clicker
Rémi Verschelde
2022-09-21
1
-20
/
+9
|
\
\
|
|
/
|
/
|
|
*
Simplify script list click logic
kobewi
2022-08-30
1
-20
/
+9
*
|
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-14
/
+14
*
|
Merge pull request #65449 from YuriSizov/editor-main-control-screen-container...
Rémi Verschelde
2022-09-07
1
-1
/
+1
|
\
\
|
*
|
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-07
1
-1
/
+1
*
|
|
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-1
/
+1
|
/
/
*
/
VCS: Port Godot 3.5's VCS features to GDExtension
Twarit Waikar
2022-08-31
1
-46
/
+46
|
/
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-5
/
+5
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-5
/
+5
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-5
/
+5
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-5
/
+5
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-5
/
+5
|
/
*
Remove VisualScript module for 4.0
Rémi Verschelde
2022-08-24
1
-1
/
+0
[next]