aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_about.h
Commit message (Collapse)AuthorAgeFilesLines
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-1/+1
| | | | | | | | | 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
* 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!
* Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias2017-12-011-3/+3
|
* EditorAbout: single-column'd some section, monospacePoommetee Ketson2017-11-271-1/+3
| | | | | | | | - 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
* EditorAbout: add donors tabPoommetee Ketson2017-09-041-0/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Move About dialog to editor_about.cppPoommetee Ketson2017-07-231-0/+70