summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-04-02Remove trailing spacesRémi Verschelde
2016-03-27doc/base/classes.xml: String.match, Node.find_nodeJosh Grams
Clarify wildcard behavior.
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce
- Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce
- Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025
2016-03-09Add option to keep margins when changing anchors, closes #3979Bojidar Marinov
Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times
2016-03-08Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde
expose md5 for file(s) to gdscript
2016-03-06doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)hondres
2016-03-06Add more verbose build-in functions descriptionsMartin Chuckeles
Add descriptions for some global constants
2016-03-05Write GDScript documentationMartin Chuckeles
2016-03-03set_time_scale docsStabington
This is correct?
2016-03-01Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde
This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d.
2016-03-01Quick fixes to tween documentation formattingRémi Verschelde
Maybe the reST parser should be improved instead though ;)
2016-02-28Merge pull request #3864 from leezh/editorplugin_extrasJuan Linietsky
Adds EditorPlugin::remove_control_from_bottom_panel()
2016-02-28Add xrange builtin functionest31
Also update classes.xml in order to document xrange
2016-02-28Updated the docs for EditorPluginZher Huei Lee
One thing to note is that visibilty of the bottom panel items are automatically managed by the buttons along the bottom.
2016-02-28Document Tween classBojidar Marinov
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
2016-02-25expose md5 for file(s) to gdscriptAlexander Holland
2016-02-24applied some typo fixes. see godotengine/godot-docs#18David
2016-02-22doc (NodePath): Rewrite description and all methods.Josh Grams
2016-02-20docs: RigidBody2D._integrate_forces: Explain in more detail.Josh Grams
2016-02-20update doc on HTTPClient headers case-sensitivityAlexander Holland
2016-02-19Remove broken [image] usage in classrefRémi Verschelde
2016-02-17Merge pull request #3754 from akien-mga/pr-subtractRémi Verschelde
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
2016-02-17Add a warning header to each rst fileRémi Verschelde
To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST
2016-02-17Implement support for [codeblock] tag in helpRémi Verschelde
It allows to define a multiline space-indented code block that will be properly parsed by the reST converter for the online docs. The in-editor help understand the [codeblock] tag as it supposedly understand [code] already (i.e. it just seems to discard it, though the code was supposed to switch it to a monospace font, but that's likely another issue.
2016-02-17Fix NavigationPolygon references in _bind_methodRémi Verschelde
Also sync the doc accordingly
2016-02-17doc: explain DampedSpringJoint2D parameters.Josh Grams
2016-02-16Merge pull request #3710 from AlexHolly/doc-directoryRémi Verschelde
some doc for directory
2016-02-15Bind method is_cell_transposedRémi Verschelde
2016-02-15Fix some broken method referencesRémi Verschelde
+ sync template with source
2016-02-14some doc for directoryAlexander Holland
2016-02-13Merge pull request #3699 from Hinsbart/doc_os_getnameRémi Verschelde
Doc: add list of possible return values to OS.get_name() description
2016-02-13doc: add list of possible return values to OS.get_name() descriptionhondres
2016-02-13"Sync classes reference template with current code base"hondres
2016-02-12Doc HTTPClient.get_response_headers_as_dictionary()Alexander Holland
2016-02-08Merge pull request #3627 from lordadamson/masterRémi Verschelde
renamed function get_video_texutre to get_video_texture
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran
2016-02-07Merge pull request #3625 from lordadamson/masterRémi Verschelde
'radian' to 'radians' :D
2016-02-07just a small typeAdham Zahran
2016-02-07Merge pull request #3624 from lordadamson/masterRémi Verschelde
fixing typos all over the place
2016-02-07fixing typos all over the placeAdham Zahran
2016-02-07Merge pull request #3619 from lordadamson/masterRémi Verschelde
description for Input.is_mouse_button_pressed()
2016-02-07description for Input.is_mouse_button_pressed()Adham Zahran
2016-02-07Improve parsing of [method ...] tagsRémi Verschelde
Also improve some code display.
2016-02-07Fix badly formatted tags in XMLRémi Verschelde
Also add parsing of [code] tags in RST converter
2016-02-07Display better inheritance info in docJuan Linietsky
2016-02-07Small makerst improvementsRémi Verschelde
2016-02-07Enhance xml to rst converterRémi Verschelde
Fixes a number of issues: - Headings underliners now have the correct length - Newline+Tabs in descriptions are replaced by two newlines to make a proper paragraph - [br] are replaced by two newlines, making a proper paragraph - Properly parse internal hyperlinks in constants description - Fix broken internal links due to missing newlines - Show method header even when it has no description, to have something to reference in hyperlinks