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
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
2020-04-02
Remove Request Docs button in the script editor due to various issues
Hugo Locurcio
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-13
Tweak the built-in script naming for resources with custom names
Hugo Locurcio
2020-03-08
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-27
Merge pull request #36333 from Calinou/decrease-script-editor-split-width
Rémi Verschelde
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-21
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
Decrease the script editor's default split width to 70
Hugo Locurcio
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-13
Added 'Replace in files' functionality to text editors
Dominik 'dreamsComeTrue' Jasiński
2020-02-11
Texture refactor
Juan Linietsky
2020-02-05
Shortens minimum height of script editor windows
Haoyu Qiu
2020-01-09
Add option to disable loading scripts in ScriptCreateDialog
Michael Alexsander
2020-01-08
Minor fixes for ScriptCreateDialog
Michael Alexsander
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-30
Merge pull request #34695 from timothyqiu/show-in-file-system
Rémi Verschelde
2019-12-30
Checks script path before show in filesystem
Haoyu Qiu
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-21
Makes more editor strings translatable
Haoyu Qiu
2019-12-19
Fix ScriptTextEditor encapsulation
Yuri Roubinsky
2019-12-17
Fix toggle scripts panel to allow using shortcut in other areas
Yuri Roubinsky
2019-12-15
Moves switch for show scripts panel from File menu to status bar
Yuri Roubinsky
2019-11-25
Fixes around ScriptEditor script list
PouleyKetchoupp
2019-10-10
Fixed ScriptEditor autosave timer causing errors on start
PouleyKetchoupp
[next]