Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-02 | Replace NULL with nullptr | lupoDharkael | |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky | |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky | |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde | |
Remove now unnecessary bindings of signal callbacks in the public API. There might be some false positives that need rebinding if they were meant to be public. No regular expressions were harmed in the making of this commit. (Nah, just kidding.) | |||
2020-02-20 | Reworked signal connection system, added support for Callable and Signal ↵ | Juan Linietsky | |
objects and made them default. | |||
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-11-06 | Make text in the "About" dialog reset its position when changed | Michael Alexsander | |
2019-10-05 | Increase the size of the About dialog | Hugo Locurcio | |
This makes third-party license texts display without any soft wrapping. The About dialog still fits in the editor when using the smallest window size permitted (1024x600). | |||
2019-08-21 | Tweak a few strings displayed in the editor for consistency | Hugo Locurcio | |
2019-06-01 | Display longer Git hashes in engine version dialogs | Hugo Locurcio | |
Due to the high number of commits in the Godot repository, 7-character hashes were starting to become occasionally ambiguous. In contrast, 9-character hashes are currently unambiguous for all commits. | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-11-17 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-10-14 | Increase the source font's line spacing | Hugo Locurcio | |
This also increases line spacing in license texts in the editor's About dialog. | |||
2018-09-15 | Remove unnecessary "OK"s text settings | Michael Alexsander Silva Dias | |
2018-08-05 | Use a standard "OK" text for confirmation buttons in error dialogs | Hugo Locurcio | |
[ci skip] | |||
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | |
2018-05-19 | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir | |
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 | |||
2018-02-25 | Update icons when theme changed | Poommetee Ketson | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-03 | Fix broken Info.plist after copyright update | Razah | |
Fixes #15293. + related misc fixes by @akien-mga. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-25 | EditorAbout: TTR workaround for "Project Manager" contexts | Poommetee Ketson | |
2017-12-01 | Changed EditorAbout's TextEdits to RichTextLabels. | Michael Alexsander Silva Dias | |
2017-11-27 | EditorAbout: single-column'd some section, monospace | Poommetee Ketson | |
- 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 | |||
2017-11-07 | Fixed invalid license symbol | Chaosus | |
2017-09-04 | EditorAbout: fix names being selectable | Poommetee Ketson | |
2017-09-04 | EditorAbout: add donors tab | Poommetee Ketson | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson | |
2017-07-23 | Move About dialog to editor_about.cpp | Poommetee Ketson | |