summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-03-03[DOCS] Small fix to Area: Fix copy/paste errorsMax Hilbrunner
2018-03-02s/Camear/Camera in docsPoommetee Ketson
2018-03-02[DOCS] Small fix to PinJoint2DMax Hilbrunner
2018-02-27doc: Sync classref with current sourceRémi Verschelde
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-26added docs on Control's drag and drop apiindicainkwell
2018-02-25Merge pull request #17003 from Noshyaar/docsRémi Verschelde
[DOCS] Sync classref with current source
2018-02-25[DOCS] Sync classref with current sourcePoommetee Ketson
2018-02-24Merge pull request #16952 from Noshyaar/datadirRémi Verschelde
[DOCS] clarify that OS.get_user_data_dir needs project name
2018-02-24[DOCS] clarify that OS.get_user_data_dir needs project namePoommetee Ketson
[ci skip]
2018-02-22StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers
2018-02-22Added documentation for VehicleBodyBastiaanOlij
2018-02-21Fix typos with codespellluz.paz
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
2018-02-21Merge pull request #16874 from volzhs/button-group-descRémi Verschelde
Mention about BaseButton.toggle_mode in ButtonGroup description
2018-02-21Mention about BaseButton.toggle_mode in ButtonGroup descriptionvolzhs
2018-02-20Clarified what the Tree's signals "item_activated" and "item_double_clicked" do.Michael Alexsander Silva Dias
2018-02-19Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde
Add shuffle() method to Array
2018-02-19Merge pull request #16060 from sdfgeoff/apply_torqueRémi Verschelde
Exposed apply_torque_impulse to gdscript
2018-02-19Merge pull request #16738 from YeldhamDev/rigidbodies_descriptionsRémi Verschelde
Made modifications to the RigidBody(2D) descriptions
2018-02-19Made modifications to the RigidBody(2D) descriptions.Michael Alexsander Silva Dias
2018-02-19doc: Sync classref with current sourceRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-18Merge pull request #16792 from Yanpas/md_makerRémi Verschelde
fixed md script
2018-02-18fixed md scriptYan Pas
2018-02-16Direct to InputEventJoypadButton for using buttonsBenjamin Stammen
2018-02-16Documentation tool does not add escapes to code and codeblocksAnish
Instead of adding the escapes to all * and _ the tool now excludes the characters inside [code] and [codeblock]. Resolves: #15156
2018-02-15Exposed apply_torque_impulse to gdscript and added documentation for added ↵sdfgeoff
apply_torque_impulse method
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