Commit History

Author SHA1 Message Date
  Raul Santos a10372fe9a Expose `ScriptEditor::edit` to scripting 3 years ago
  Haoyu Qiu 6c07784dba Validate parameters when adding plugins 4 years ago
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
  Rémi Verschelde 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
  kobewi f72c91e0b1 Expose edit_node() for editor plugins 4 years ago
  Yuri Sizov ea5b3dda93 Expose editor scale to the plugin API 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Tomasz Chabora dc05beca80 Register methods for drawing 3D editor overlays 5 years ago
  andriyDev 98eb6e4af6 Added inspector_only option to inspect_object in EditorInterface. 5 years ago
  Yuri Sizov 2b4773f0cf Expose methods to play scene from plugin code 5 years ago
  Hugo Locurcio 9e01a0cd28 Add a getter and property for the editor distraction-free mode 5 years ago
  Ignacio Etcheverry 110523fecc Expose FileSystemDock to the scripting API and fixed signals 5 years ago
  Aaron Franke 41e385cfac Document EditorPlugin get_plugin_icon and get_plugin_name 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Haoyu Qiu 078c0d75f2 Cleans up headers included in editor_node.h 5 years ago
  Rémi Verschelde 2f727ee167 Merge pull request #31847 from aole/editor-expose-current-path 6 years ago
  Bhupendra Aole f6952cb944 Script callback for enabling/disabling EditorPlugin 6 years ago
  Bhupendra Aole 3518e7a6c7 Expose current path to EditorPlugin 6 years ago
  PouleyKetchoupp b49226e085 Support for file not found in ConfigFile::Load and handle a few specific cases 6 years ago
  Rémi Verschelde ba541bceca Merge pull request #31077 from qarmin/coverity_bugs 6 years ago
  qarmin e0b5b21863 Add some code changes/fixes proposed by Coverity and Clang Tidy 6 years ago
  Will Nations 2e3264259b Let EditorPlugins set editor/distraction-free mode 6 years ago
  Ignacio Etcheverry aa9908e4f6 Script API methods must return Ref<T> instead of Reference* 6 years ago
  qarmin 3c154eb93b Remove unnecessary code and add some error explanations 6 years ago
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 years ago
  Rémi Verschelde 0dac4d6db6 Merge pull request #25522 from aqnuep/MeshLibrary_improvements 6 years ago
  K. S. Ernest (iFIre) Lee be341e1931 Be able to add to the editor setting tabs. 6 years ago
  Will Nations c1b247e4d5 Add EditorInspector getter. Update Sub-Inspectors. 6 years ago