summaryrefslogtreecommitdiffstats
path: root/modules/tga
Commit message (Collapse)AuthorAgeFilesLines
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
|
* Rename pos to position in user facing methods and variablesletheed2017-09-201-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-compareRémi Verschelde2017-09-011-5/+5
|\ | | | | Fix signed and unsigned comparisons
| * Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-5/+5
| | | | | | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7
* | Fix files headerPoommetee Ketson2017-09-012-2/+2
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
|
* Added support for SVGDaniel J. Ramirez2017-08-202-2/+2
|
* TGA support based on SaracenOne's work.Juan Linietsky2017-06-076-0/+489