080b5e4f63
doc: add list of possible return values to OS.get_name() description
2016-02-13 15:24:01 +01:00
a415996f79
"Sync classes reference template with current code base"
2016-02-13 03:16:24 +01:00
f5433dc60d
Merge pull request #3627 from lordadamson/master
...
renamed function get_video_texutre to get_video_texture
2016-02-08 11:21:58 +01:00
6be6d02daf
renamed function get_video_texutre to get_video_texture
2016-02-08 12:11:26 +02:00
9998927cfd
Merge pull request #3625 from lordadamson/master
...
'radian' to 'radians' :D
2016-02-07 20:21:54 +01:00
485e772d37
just a small type
2016-02-07 21:17:13 +02:00
938772ac9f
Merge pull request #3624 from lordadamson/master
...
fixing typos all over the place
2016-02-07 20:15:26 +01:00
8161392eb6
fixing typos all over the place
2016-02-07 21:10:52 +02:00
6faa1b9288
Merge pull request #3619 from lordadamson/master
...
description for Input.is_mouse_button_pressed()
2016-02-07 19:22:18 +01:00
9d8b798d44
description for Input.is_mouse_button_pressed()
2016-02-07 19:48:23 +02:00
0f11b322b3
Improve parsing of [method ...] tags
...
Also improve some code display.
2016-02-07 18:30:18 +01:00
1af65aff44
Fix badly formatted tags in XML
...
Also add parsing of [code] tags in RST converter
2016-02-07 17:19:12 +01:00
b766e9c79b
Display better inheritance info in doc
2016-02-07 13:05:16 -03:00
2fabb3e892
Small makerst improvements
2016-02-07 14:43:09 +01:00
47e5a5fd74
Enhance xml to rst converter
...
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
2016-02-07 12:13:19 +01:00
c512dbfe5a
Sync classes ref with code
2016-02-07 11:18:38 +01:00
4a39202c8d
Merge pull request #3607 from 29jm/patch-1
...
Added get_cellv() method to TileMap
2016-02-07 00:33:43 +01:00
3ee4f4f19a
-Added RST generator for class reference
2016-02-06 20:23:39 -03:00
a634fc7a4a
Added get_cellv() method to TileMap
2016-02-06 13:48:41 +01:00
51dfd4a4b5
Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.
2016-01-30 10:36:58 +01:00
ac3aa29c24
Sync API reference with current code
2016-01-26 00:19:47 +01:00
de809f3ed9
replace InputEvent references with GlobalScope in joystick doc
2016-01-23 15:34:27 +01:00
8ed13c4df4
set_signed_data now works correctly on pcm8 samples.
2016-01-21 14:40:58 +01:00
37ee43fd5a
Documented AudioServserSW, EventPlayer and EventStream*. Corrections on AudioServer and Sample.
2016-01-21 01:17:17 +01:00
4563a5909a
add documentation for OS::set_keep_screen_on
2016-01-16 20:59:44 +09:00
c632c13c66
Add some joystick functions to input. Enables manipulation of mappings at runtime
2016-01-08 00:40:41 +01:00
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
57ffdbc24c
PhysicsBody2D and descendants documented.
2015-12-28 21:53:05 +01:00
d4993b74fc
Add missing argument names in GDScript bindings
...
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-28 02:13:05 +01:00
d1caf2f037
Remove bogus argument in body_get_node
2015-12-28 01:32:12 +01:00
46eebac3ae
Remove bogus argument in sample_get_description
...
Copy-paste mistake from the setter most likely.
2015-12-28 01:18:37 +01:00
e66f4a4021
Sync doc with current source
2015-12-27 23:06:13 +01:00
69a65e5a69
New area space override modes documented. Also, PhysicsBody2D, Area2D, and CollisionObject2D.
2015-12-22 15:48:41 +01:00
410e418aea
Add a Makefile to generate classes doc in various formats
...
All the generated documentation is put in doc/_build.
2015-12-13 00:01:04 +01:00
aeb5ea5934
Move documentation python tools to doc/tools folder
2015-12-12 23:30:45 +01:00
29f30b7deb
Move doxygen config to doc folder
...
Also removed logo_small.png and used logo.png instead
2015-12-12 21:18:33 +01:00
61eb037d5d
Remove outdated documentation
2015-12-12 21:18:33 +01:00
ff936c6b2e
Merge pull request #2868 from akien-mga/pr-fix-can-move-to
...
Fix can_move_to and rename it for more clarity
2015-12-08 17:09:47 -03:00
afb895f197
Merge pull request #2993 from leezh/nrex-v0.1
...
updated the RegEx library nrex to v0.1
2015-12-08 17:00:27 -03:00
3c4b0236cb
Add constructor for Image built-in type
2015-12-06 09:12:14 -03:00
d957749179
updated nrex documentation
2015-12-04 22:19:53 +00:00
12f2c1378a
Edit documentation for AABB and Rect2.
...
Docs for AABB were already present, but had a few mistakes.
2015-11-29 15:56:40 +02:00
c81c671131
Run -doctool on existing documentation
...
Also, s/vecor/vector/
2015-11-29 15:38:47 +02:00
323938cc28
Document byte conversion methods for Strings
2015-11-24 05:46:00 +01:00
a961347d8c
Fix return type of Matrix32 member vars
...
Thanks to @bojidar-bg for localising the issue.
2015-11-23 19:08:54 +01:00
4359a90cca
Document Vector3 and Vector3Array. Fix documentation of Vector2 and Vector2Array.
2015-11-23 14:18:13 +02:00
ca750fb7bc
Update doc with -doctool.
2015-11-23 13:57:57 +02:00
18dfb16e26
fix poorly formed documentation xml, text outside of tags
2015-11-23 12:52:43 +11:00
2674565cf6
Merge pull request #1931 from Faless/audio_free_rid
...
Expose AudioServer::free(RID rid) as AudioServer.free_rid(RID rid)
2015-11-23 00:22:15 +01:00
e57dfe2663
Update doc for can_teleport_to
2015-11-22 14:21:04 +01:00