summaryrefslogtreecommitdiff
path: root/doc/base
AgeCommit message (Collapse)Author
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-07Sync classes ref with codeRémi Verschelde
2016-02-06Added get_cellv() method to TileMapJohan Manuel
2016-01-30Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.Ovnuniarchos
2016-01-26Sync API reference with current codeRémi Verschelde
2016-01-23replace InputEvent references with GlobalScope in joystick dochondres
2016-01-21set_signed_data now works correctly on pcm8 samples.Ovnuniarchos
2016-01-21Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵Ovnuniarchos
AudioServer and Sample.
2016-01-16add documentation for OS::set_keep_screen_onvolzhs
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at ↵hondres
runtime
2015-12-28PhysicsBody2D and descendants documented.Ovnuniarchos
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
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).
2015-12-28Remove bogus argument in body_get_nodeRémi Verschelde
2015-12-28Remove bogus argument in sample_get_descriptionRémi Verschelde
Copy-paste mistake from the setter most likely.
2015-12-27Sync doc with current sourceRémi Verschelde
2015-12-22New area space override modes documented. Also, PhysicsBody2D, Area2D, and ↵Ovnuniarchos
CollisionObject2D.
2015-12-08Merge pull request #2868 from akien-mga/pr-fix-can-move-toJuan Linietsky
Fix can_move_to and rename it for more clarity
2015-12-08Merge pull request #2993 from leezh/nrex-v0.1Juan Linietsky
updated the RegEx library nrex to v0.1
2015-12-06Add constructor for Image built-in typeFranklin Sobrinho
2015-12-04updated nrex documentationZher Huei Lee
2015-11-29Edit documentation for AABB and Rect2.Bojidar Marinov
Docs for AABB were already present, but had a few mistakes.
2015-11-29Run -doctool on existing documentationBojidar Marinov
Also, s/vecor/vector/
2015-11-24Document byte conversion methods for Stringsest31
2015-11-23Fix return type of Matrix32 member varsRémi Verschelde
Thanks to @bojidar-bg for localising the issue.
2015-11-23Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵Bojidar Marinov
Vector2Array.
2015-11-23Update doc with -doctool.Bojidar Marinov
2015-11-22Update doc for can_teleport_toRémi Verschelde
2015-11-20Update Vector2.angle() descriptionRémi Verschelde
2015-11-20Sync doc template with codeRémi Verschelde
2015-11-20Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos
2015-11-20Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos
2015-11-20ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos
2015-11-20Added definition of bias solver.Ovnuniarchos