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