summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-02-14Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde
Implement more methods for OS on Desktop platforms
2018-02-14Merge pull request #16677 from YeldhamDev/itemlist_reselectRémi Verschelde
Added "allow_reselect" property to ItemList and enabled it for the method/help lists
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias
method/help lists.
2018-02-14Add mbedtls moduleFabio Alessandrelli
2018-02-14Merge pull request #16659 from vnen/plugin_orderRémi Verschelde
Expose priority and order for custom import plugins
2018-02-13Add a function to remove controls from containersGeorge Marques
Closes #5968
2018-02-13Expose priority and order for custom import pluginsGeorge Marques
2018-02-13Merge pull request #16401 from YeldhamDev/json_example_fixRémi Verschelde
Fixed wrong example in JSONParseResult
2018-02-12Merge pull request #16306 from mhilbrunner/mhilbrunner-docs-json-keyorderRémi Verschelde
[DOCS] parse_json: Objects do not keep key order
2018-02-05Fixed KinematicBody move_and_slide documentation namingAndrew Silver
2018-02-04Fixed wrong example in JSONParseResult.Michael Alexsander Silva Dias
2018-02-03Fix broken variant call of Vector3.snappedTimur Celik
2018-02-02[DOCS] parse_json: Objects do not keep key orderMax Hilbrunner
Document JSON not guaranteeing key order.
2018-02-01Small fixes for the Control description in the docs.Michael Alexsander Silva Dias
2018-02-01OSX: implement OS.get_unique_idgeequlim
Update the documentations for OS.get_unique_id()
2018-01-31Errata fix on Image get_format() descriptionProfesor Tartelett
The description of this function seems to be duplicated from the preceding description.
2018-01-31Merge pull request #16188 from Schweigert/masterRémi Verschelde
Display set_nodelay to GDScript
2018-01-31Merge pull request #16197 from Chaosus/viewportdocRémi Verschelde
Viewport doc improvements
2018-01-31Merge pull request #16215 from vnen/graphedit-exposeRémi Verschelde
Expose a few GraphEdit methods to script languages
2018-01-30Expose a few GraphEdit methods to script languagesGeorge Marques
2018-01-30Add interface for plugins to enable/disable other pluginsGeorge Marques
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description
2018-01-30Viewport doc improvementsChaosus
2018-01-30Fix wrong return type of xform functionsPoommetee Ketson
2018-01-26Update ProjectSettings description to correct usagevolzhs
Fix #16078
2018-01-25doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
2018-01-24doc: Sync with current sourceRémi Verschelde
2018-01-24Fix bug in color docChaosus
2018-01-22More precise description for is_visible_in_treePetePete1984
2018-01-20clarify OS.execute usage, add examplesTodd Ross
2018-01-19Added description to dedent in String.xmlAnutrix
2018-01-19Merge pull request #15857 from YeldhamDev/find_last_docPoommetee Ketson
[DOCS] Fixed incorrect information inside String's "find_last" method [ci skip]
2018-01-19[DOCS] Fixed incorrect information inside String's "find_last" method.Michael Alexsander Silva Dias
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18Merge pull request #15845 from Anutrix/masterRémi Verschelde
Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml
2018-01-18Update MultiMeshInstance and WorldEnvironment documentationAbhas Kumar Sinha
With some edits by @akien-mga.
2018-01-18Added description to get_collision_mask_bit and set_collision_mask_bit in ↵Anutrix
RayCast2D.xml
2018-01-17few doc fixesChaosus
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus
2018-01-15[DOCS] Description for the JavaScript singleton in @GlobalScope.Michael Alexsander Silva Dias
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
Added tutorial display in doc.
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
Fixes #15646.
2018-01-13doc: Sync with current sourceRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-13Small fix for Control bindingsletheed
2018-01-12Added some explanations that should make it easier to use the ↵Grosskopf
AnimationTreePlayer
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky
of tree notification. Updated doc accordingly.
2018-01-12Fix malformed doc after #15611Rémi Verschelde