summaryrefslogtreecommitdiff
path: root/tools/docdump
AgeCommit message (Collapse)Author
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-12Move documentation python tools to doc/tools folderRémi Verschelde
2015-11-19Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵Aren Villanueva
parser to break. Documentation for HTTPClient. Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages. String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
2015-10-07Minor changes: Organizing importsJorge Araya Navarro
2015-10-07Minor changesJorge Araya Navarro
2015-10-07Internationalization implementedJorge Araya Navarro
Specify which language you want the templates translate to with the `--language` option and any choice language available. By default English is used. When class_list.xml is translated to different language than English this option will be useful to make the template language match.
2015-10-06Refactoring some strings and ordering importsJorge Araya Navarro
2015-09-27XML to Open Project Wiki implementedJorge Araya Navarro
2015-09-26Adding the new Python fileJorge Araya Navarro
This script works different compared to the other, for instance, it requires Python 3.x to run. It also have more sophisticate flags to run. And finally this file conforms to PEP8. This script is not finished yet, though.
2015-06-29Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
-Added function to retrieve list of actions fron InputMap
2015-05-06optional formal changesehriche
2015-04-18Updated copyright year in all headersJuan Linietsky
2014-11-11Fixed documentation typoBrandon DeRosier
2014-10-27-Much improvement to baked light bakerJuan Linietsky
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
2014-02-24-moved script to modulesJuan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky