summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Soft Reload Script shortcut clash with Replace in FilesDominik 'dreamsComeTrue' Jasiński2020-05-011-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Merge pull request #38235 from BigRed-118/help_tabs_shuffle_fixRémi Verschelde2020-04-291-0/+4
|\
| * Fixed shuffling editor help tabsTom Evans2020-04-261-0/+4
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
|/
* Merge pull request #37012 from Calinou/reverse-builtin-script-namingRémi Verschelde2020-04-161-2/+4
|\
| * Tweak the built-in script naming for resources with custom namesHugo Locurcio2020-03-131-2/+4
* | Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
* | Merge pull request #35720 from Calinou/remove-request-docs-buttonRémi Verschelde2020-04-021-12/+0
|\ \
| * | Remove Request Docs button in the script editor due to various issuesHugo Locurcio2020-04-021-12/+0
* | | Replace NULL with nullptrlupoDharkael2020-04-021-25/+25
|/ /
* | Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-25/+23
* | Working multiple window support, including editorJuan Linietsky2020-03-261-12/+12
* | Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* | Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* | Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-3/+4
* | Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
|/
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-1/+0
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-9/+5
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-96/+54
* | Merge pull request #36333 from Calinou/decrease-script-editor-split-widthRémi Verschelde2020-02-271-1/+1
|\ \ | |/ |/|
| * Decrease the script editor's default split width to 70Hugo Locurcio2020-02-181-1/+1
* | Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-3/+3
* | Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-115/+14
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-65/+65
|/
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-0/+17
* Texture refactorJuan Linietsky2020-02-111-4/+4
* Shortens minimum height of script editor windowsHaoyu Qiu2020-02-051-3/+3
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-1/+1
* Minor fixes for ScriptCreateDialogMichael Alexsander2020-01-081-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34695 from timothyqiu/show-in-file-systemRémi Verschelde2019-12-301-6/+9
|\
| * Checks script path before show in filesystemHaoyu Qiu2019-12-301-6/+9
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+3
|/
* Makes more editor strings translatableHaoyu Qiu2019-12-211-4/+4
* Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-9/+5
* Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky2019-12-171-3/+18
* Moves switch for show scripts panel from File menu to status barYuri Roubinsky2019-12-151-4/+10
* Fixes around ScriptEditor script listPouleyKetchoupp2019-11-251-12/+25
* Fixed ScriptEditor autosave timer causing errors on startPouleyKetchoupp2019-10-101-17/+20
* Add shortcut Shift + F3 to search pervious in the built-in docsMarqus2019-10-101-0/+4
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-5/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-5/+2
* | Improve the debugger shortcut UXHugo Locurcio2019-09-221-1/+1