aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc/base/classes.xml: String.match, Node.find_nodeJosh Grams2016-04-021-2/+3
| | | | | | Clarify wildcard behavior. (cherry picked from commit ef08fed277f457249ae4058f2a391bc9e2ebe5bb)
* doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)hondres2016-03-061-2/+2
| | | | (cherry picked from commit 1b806ef54e4f74a47e5d922330f63bf53220fffd)
* Add more verbose build-in functions descriptionsMartin Chuckeles2016-03-061-28/+143
| | | | | | Add descriptions for some global constants (cherry picked from commit ff7c89ebaf7303380dee8b9120093f20e35aa5cf)
* Write GDScript documentationMartin Chuckeles2016-03-051-1/+10
| | | | (cherry picked from commit cd1184d56c89015463ed44d9e4debb9bbe302c6d)
* set_time_scale docsStabington2016-03-051-0/+1
| | | | | | This is correct? (cherry picked from commit 6b7ec5de695623c395827533225ce864d3486d4b)
* Quick fixes to tween documentation formattingRémi Verschelde2016-03-011-12/+2
| | | | | | Maybe the reST parser should be improved instead though ;) (cherry picked from commit a12c63ef9e6332d0003228e1d8d79a57ef3995fb)
* Sync classesRémi Verschelde2016-03-011-1/+17
|
* Document Tween classBojidar Marinov2016-02-291-0/+74
| | | | (cherry picked from commit 49e1cc6fa90e437bae2477c1825331915e41f4dc)
* applied some typo fixes. see godotengine/godot-docs#18David2016-02-271-16/+16
|
* doc (NodePath): Rewrite description and all methods.Josh Grams2016-02-221-8/+11
|
* docs: RigidBody2D._integrate_forces: Explain in more detail.Josh Grams2016-02-201-2/+2
|
* update doc on HTTPClient headers case-sensitivityAlexander Holland2016-02-201-1/+7
|
* Remove broken [image] usage in classrefRémi Verschelde2016-02-191-1/+1
|
* Merge pull request #3754 from akien-mga/pr-subtractRémi Verschelde2016-02-171-1/+1
|\ | | | | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
| * Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-171-1/+1
| | | | | | | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
* | Implement support for [codeblock] tag in helpRémi Verschelde2016-02-171-30/+33
|/ | | | | 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.
* Fix NavigationPolygon references in _bind_methodRémi Verschelde2016-02-171-12/+13
| | | | Also sync the doc accordingly
* doc: explain DampedSpringJoint2D parameters.Josh Grams2016-02-171-5/+5
|
* Merge pull request #3710 from AlexHolly/doc-directoryRémi Verschelde2016-02-161-1/+27
|\ | | | | some doc for directory
| * some doc for directoryAlexander Holland2016-02-141-1/+27
| |
* | Bind method is_cell_transposedRémi Verschelde2016-02-151-0/+11
| |
* | Fix some broken method referencesRémi Verschelde2016-02-151-28/+28
| | | | | | | | + sync template with source
* | Merge pull request #3699 from Hinsbart/doc_os_getnameRémi Verschelde2016-02-131-4/+48
|\ \ | |/ |/| Doc: add list of possible return values to OS.get_name() description
| * doc: add list of possible return values to OS.get_name() descriptionhondres2016-02-131-1/+1
| |
| * "Sync classes reference template with current code base"hondres2016-02-131-3/+47
| |
* | Doc HTTPClient.get_response_headers_as_dictionary()Alexander Holland2016-02-121-0/+1
|/
* Merge pull request #3627 from lordadamson/masterRémi Verschelde2016-02-081-1/+1
|\ | | | | renamed function get_video_texutre to get_video_texture
| * renamed function get_video_texutre to get_video_textureAdham Zahran2016-02-081-1/+1
| |
* | Merge pull request #3625 from lordadamson/masterRémi Verschelde2016-02-071-1/+1
|\| | | | | 'radian' to 'radians' :D
| * just a small typeAdham Zahran2016-02-071-1/+1
| |
* | Merge pull request #3624 from lordadamson/masterRémi Verschelde2016-02-071-135/+135
|\| | | | | fixing typos all over the place
| * fixing typos all over the placeAdham Zahran2016-02-071-135/+135
| |
* | Merge pull request #3619 from lordadamson/masterRémi Verschelde2016-02-071-1/+2
|\| | | | | description for Input.is_mouse_button_pressed()
| * description for Input.is_mouse_button_pressed()Adham Zahran2016-02-071-1/+2
| |
* | Improve parsing of [method ...] tagsRémi Verschelde2016-02-071-25/+17
|/ | | | Also improve some code display.
* Fix badly formatted tags in XMLRémi Verschelde2016-02-071-42/+44
| | | | Also add parsing of [code] tags in RST converter
* Sync classes ref with codeRémi Verschelde2016-02-071-9/+43
|
* Added get_cellv() method to TileMapJohan Manuel2016-02-061-0/+9
|
* Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.Ovnuniarchos2016-01-301-2/+2
|
* Sync API reference with current codeRémi Verschelde2016-01-261-104/+270
|
* replace InputEvent references with GlobalScope in joystick dochondres2016-01-231-4/+5
|
* set_signed_data now works correctly on pcm8 samples.Ovnuniarchos2016-01-211-0/+1
|
* Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵Ovnuniarchos2016-01-211-14/+98
| | | | AudioServer and Sample.
* add documentation for OS::set_keep_screen_onvolzhs2016-01-161-0/+13
|
* Add some joystick functions to input. Enables manipulation of mappings at ↵hondres2016-01-081-23/+131
| | | | runtime
* PhysicsBody2D and descendants documented.Ovnuniarchos2015-12-281-22/+68
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-140/+140
| | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
* Remove bogus argument in body_get_nodeRémi Verschelde2015-12-281-2/+0
|
* Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-281-2/+0
| | | | Copy-paste mistake from the setter most likely.
* Sync doc with current sourceRémi Verschelde2015-12-271-21/+462
|