aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/editor/godotsharp_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-2/+2
|
* Mono: Add project export pluginIgnacio Etcheverry2018-02-221-0/+6
|
* Update warning about C# supportRémi Verschelde2018-02-211-3/+4
|
* Mono: Display opt-out warning in editor about WIP statusRémi Verschelde2018-01-221-0/+86
| | | | | | | | | This ensures that all users of the Mono flavour of Godot 3.0 are aware of its current shortcomings (no export, crashes and usability issues). The dialog is shown each time the editor is started, until the checkbox is disabled (i.e. until users will have actually read it). Fixes #15956.
* External editor fixesIgnacio Etcheverry2018-01-091-1/+6
| | | | | | - Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Add more translatable text for editor plugins.geequlim2017-12-231-9/+9
|
* Fixed editor settings disappearing.Daniel J. Ramirez2017-11-091-3/+1
| | | | Some items that are no longer defined may disappear, but thats expected i guess.
* Remove Visual Studio for now from the external editors listIgnacio Etcheverry2017-10-301-6/+1
|
* Mono: Add build project button and reload intervalIgnacio Etcheverry2017-10-291-15/+46
|
* Mono: Use "UnnamedProject" if application/config/name is emptyUnknown2017-10-271-0/+4
|
* Fix mono enabled builds (broken by 3d87b70).Ferenc Arn2017-10-051-2/+2
|
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+256