Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Clean up \n from end of translation strings | Artem Varaksa | |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-18 | Fix bug in previous commit | Rémi Verschelde | |
2017-12-18 | Prevent infinite loop in export template manager | Rémi Verschelde | |
2017-12-18 | Fix installing export templates from file | Onur Aslan | |
3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it. | |||
2017-12-17 | Property install export templates when downloaded from http | Juan Linietsky | |
added a scale parameter for scene import | |||
2017-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-11-20 | Pass engine name and version parts as proper strings | Rémi Verschelde | |
Removes the need for _MKSTR all over the place which has the drawback of converting _MKSTR(UNKNOWN_DEFINE) to "UKNOWN_DEFINE" instead of throwing a compilation error. | |||
2017-11-19 | Use new XDG folders to dehardcode paths | Rémi Verschelde | |
2017-11-17 | EditorSettings: Rename settings_path to settings_dir | Rémi Verschelde | |
Also to prepare for upcoming refactoring for XDG support. | |||
2017-11-04 | Change URL of the mirror list | Bojidar Marinov | |
2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | |
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||
2017-09-25 | Removed most of the custom colors from the interface. | Daniel J. Ramirez | |
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez | |
2017-04-28 | Add a few missing copyright headers | Rémi Verschelde | |
2017-03-21 | Export template management dialog. | Juan Linietsky | |
Missing download (need to discuss this!) |