| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -1/+1 |
| | | | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | ||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 4 | -0/+4 |
| | | | | | | | 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 2018 | Rémi Verschelde | 2018-01-01 | 4 | -8/+8 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 1 | -2/+0 |
| | | |||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -2/+2 |
| | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | ||||
| * | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | 2017-09-01 | 1 | -5/+5 |
| |\ | | | | | Fix signed and unsigned comparisons | ||||
| | * | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -5/+5 |
| | | | | | | | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | | Fix files header | Poommetee Ketson | 2017-09-01 | 2 | -2/+2 |
| |/ | |||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 4 | -4/+4 |
| | | |||||
| * | Added support for SVG | Daniel J. Ramirez | 2017-08-20 | 2 | -2/+2 |
| | | |||||
| * | TGA support based on SaracenOne's work. | Juan Linietsky | 2017-06-07 | 6 | -0/+489 |
