index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
script_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2021-01-11
Fix script list only showing their names regardless of display option
Michael Alexsander
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-22
Fix filename disambiguation on scripts in certain occasions
Michael Alexsander
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-28
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-23
Implement new shortcuts system.
Eric M
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-06
Refactored Variant Operators.
reduz
2020-09-10
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-07-31
Properly disambiguate unsaved scripts
Tomasz Chabora
2020-07-27
Script editor: Fix crash when root script is null
Rémi Verschelde
2020-07-27
Script editor: Fix open dominant logic for language-specific external editors
Rémi Verschelde
2020-07-26
Script editor: Don't open dominant script in external editor
Rémi Verschelde
2020-07-26
Make unsaved scripts in the script editor more user-friendly
Andrii Doroshenko (Xrayez)
2020-07-26
Merge pull request #33760 from nekomatata/script-editor-init-optimization
Rémi Verschelde
2020-07-23
Skip internal scripts for breakpoints without printing an error
Andrii Doroshenko (Xrayez)
2020-07-17
Optimized ScriptEditor initialization when many scripts are loaded
PouleyKetchoupp
2020-07-16
Fix crash when closing a TextFile
Paulb23
2020-07-15
Merge pull request #40291 from hinlopen/dialog-size
Rémi Verschelde
2020-07-15
Merge pull request #40268 from DanielZTing/master
Rémi Verschelde
2020-07-14
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-11
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
Expose Syntax highlighter for editor plugins
Paulb23
2020-07-11
Convert syntax highlighters into a resource
Paulb23
2020-07-10
Fix cancel/OK button order on macOS
Daniel Ting
2020-07-08
Do not try to save internal scripts
Daniel Ting
2020-07-01
Merge pull request #39076 from rileylyman/editor_tab_names
Rémi Verschelde
2020-06-30
Make "Close and save changes?" actually save
Daniel Ting
2020-06-30
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-26
implement generic filename disambiguation
rileylyman
2020-06-24
Fix overlapping hotkey designations for save all scenes and save all scripts
Bill
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-09
Fix crash when creating new text file with no name
Phischermen
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-01
Fix Soft Reload Script shortcut clash with Replace in Files
Dominik 'dreamsComeTrue' Jasiński
2020-04-29
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
Merge pull request #38235 from BigRed-118/help_tabs_shuffle_fix
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-26
Fixed shuffling editor help tabs
Tom Evans
2020-04-16
Merge pull request #37012 from Calinou/reverse-builtin-script-naming
Rémi Verschelde
2020-04-06
Remove Node.get_position_in_parent()
Tomasz Chabora
2020-04-02
Merge pull request #35720 from Calinou/remove-request-docs-button
Rémi Verschelde
[next]