aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_log.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Show error icon at "Output" in case of errorsBernhard Liebl2018-03-111-3/+6
|
* 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.
* Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde2018-01-041-1/+3
|\ | | | | Fix errors with custom theme and custom font in project settings.
| * Fix errors with custom default theme and custom fonts.geequlim2017-12-301-1/+3
| |
* | Merge pull request #15066 from poke1024/shortcut-clear-outputRémi Verschelde2018-01-031-0/+2
|\ \ | | | | | | Add keyboard shortcut for Clear Output
| * | Add keyboard shortcut for Clear OutputBernhard Liebl2017-12-261-0/+2
| |/
* / Update copyright statements to 2018Rémi Verschelde2018-01-011-3/+3
|/ | | | Happy new year to the wonderful Godot community!
* Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+0
|
* Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-261-1/+1
|\ | | | | Implements set_margins_preset(...)
| * Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-221-1/+1
| | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)
* | Add font size setting for output panelvolzhs2017-09-251-6/+9
|/
* Use code font in editor logDaniel J. Ramirez2017-09-151-0/+6
|
* Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez2017-09-121-20/+5
|
* fixed log colorstoger52017-09-051-2/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Merge pull request #10164 from djrm/pr_theme_fixesRémi Verschelde2017-08-101-7/+2
|\ | | | | Visual polishing
| * Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-7/+2
| | | | | | | | | | | | Improved colors Added some missing icons
* | -Errors are printed again to Output, after a long time. Fixes #3373Juan Linietsky2017-08-071-27/+2
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
|
* New customizable editor themevolzhs2017-05-091-0/+3
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-63/+40
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+242
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.