aboutsummaryrefslogtreecommitdiff
path: root/tools/ios_xcode_template/godot_iosTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move templates and distribution stuff to tools/distRémi Verschelde2016-09-053-79/+0
| | | | Also removed the obsolete iOS xcode template.
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Update copyright header in ios xcode templatesRémi Verschelde2015-11-271-7/+28
|
* Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde2015-11-271-1/+1
| | | | | Since the engine development is now independent. Fixes #2836.
* -fixed bug in Button now exporting font propertyJuan Linietsky2014-02-153-0/+58
-made GUI Theme editor usable -editor does not allow to export or create .pck in the same path as a project -changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export. -will not look for .pck files recursively, was causing unexpected behaviors -fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux.