aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_about.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-061-0/+1
|
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-22/+31
| | | | | | | | | Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license
* Update icons when theme changedPoommetee Ketson2018-02-251-1/+3
|
* 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.
* Fix broken Info.plist after copyright updateRazah2018-01-031-1/+2
| | | | | Fixes #15293. + related misc fixes by @akien-mga.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-3/+3
| | | | Happy new year to the wonderful Godot community!
* EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson2017-12-251-1/+1
|
* Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias2017-12-011-9/+4
|
* EditorAbout: single-column'd some section, monospacePoommetee Ketson2017-11-271-15/+30
| | | | | | | | - Show ItemLists in single column if not enough item, or is a special section (Gold/Platinum sponsors) - Add a space before and after names so that it looks a bit better for long names adjacent to another - License text in monospace
* Fixed invalid license symbolChaosus2017-11-071-2/+2
|
* EditorAbout: fix names being selectablePoommetee Ketson2017-09-041-1/+1
|
* EditorAbout: add donors tabPoommetee Ketson2017-09-041-27/+57
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Label: update min size when regenerate wordcachePoommetee Ketson2017-07-251-1/+0
|
* Move About dialog to editor_about.cppPoommetee Ketson2017-07-231-0/+210