aboutsummaryrefslogtreecommitdiff
path: root/tools/doc/doc_data.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵Aren Villanueva2015-11-191-0/+2
| | | | | | | | 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.
* Fix a bug with doctool (" >")Bojidar Marinov2015-09-231-2/+2
| | | Please test, this was made from GitHub GUI, so couldn't test it myself.
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-3/+3
| | | | | | | | 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.
* resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky2015-04-221-0/+3
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-031-2/+4
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-1/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* FixesJuan Linietsky2014-10-141-2/+3
| | | | | | | | | -=-=- -Fixed normalmap depth parameter -Fixes to DirAccess on Windows -Double click on resource dock will open them -Fixes to doc generator (should make github wiki on class list more up to date)
* Bug FixesJuan Linietsky2014-06-291-1/+113
| | | | | | | | | | -=-=-=-=- -Documentation now shows overridable theme values (though this needs to be documented). -Detect when object transform is flipped and flip normals too. -TileMap can specify bounce and friction for collision. -Removed limit of 4 lights per object -Added is_hovered() to buttons.
* -added kinematic bodyJuan Linietsky2014-02-221-0/+11
| | | | -added kinematic body demos
* -project settings are saved when changedJuan Linietsky2014-02-151-209/+14
| | | | | | | | -load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1112