summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/mono_bottom_panel.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-150/+0
| | | | | | | | Make the build system automatically build the C# Api assemblies to be shipped with the editor. Make the editor, editor player and debug export templates use Api assemblies built with debug symbols. Always run MSBuild to build the editor tools and Api assemblies when building Godot. Several bugs fixed related to assembly hot reloading and restoring state. Fix StringExtensions internal calls not being registered correctly, resulting in MissingMethodException.
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
|
* Mono: Some editor usability improvementsIgnacio Etcheverry2019-02-271-2/+2
| | | | | | - Move "Mono" popup menu from the top right corner to `Projects -> Tools` as a submenu. - Add "Build solution" button to the top right corner. Makes it more visible and quicker to access. - Fix build list in the bottom panel unselect an item when clicking on empty space. Previously it would hide the issues panel but the item would remain selected, making it impossible to display the issues panel again if there was only one item.
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry2018-06-051-2/+4
|
* 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!
* Mono: Add build project button and reload intervalIgnacio Etcheverry2017-10-291-0/+2
|
* Mono: Fix and cleanup build start errorsIgnacio Etcheverry2017-10-241-1/+1
|
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+145