Paulb23
f61f515872
Updated caret blink method documentation
...
(cherry picked from commit 997476777a
)
2016-05-12 09:06:10 +02:00
Daniel J. Ramirez
b224407770
Partial documentation for OS methods
...
(cherry picked from commit ed7c0a6caf
)
2016-05-06 11:14:59 +02:00
CowThing
f95918e05a
Input Documentation
...
Input Documentation
(cherry picked from commit f6ae5e41de
)
2016-05-06 11:11:09 +02:00
Daniel J. Ramirez
fb3d10c579
Documented bool methods
...
(cherry picked from commit 3ca1d0f1d5
)
2016-05-06 11:10:41 +02:00
Daniel J. Ramirez
0b75c39c2b
Documented float
...
(cherry picked from commit 520e6f5b09
)
2016-05-06 11:10:34 +02:00
Daniel J. Ramirez
e0a13981fc
Documented int methods
...
(cherry picked from commit 4453284388
)
2016-05-06 11:10:28 +02:00
CowThing
bdbb831261
Finished AnimationPlayer Documentation
...
(cherry picked from commit abf5f8c586
)
2016-05-06 11:09:51 +02:00
CowThing
78dc8e79c4
Documented YSort ( #4515 )
...
Documented YSort
(cherry picked from commit 957c265f11
)
2016-05-06 11:07:25 +02:00
Daniel J. Ramirez
fbb8a2170c
Documented ColorRamp
...
(cherry picked from commit c2bdb3727b
)
2016-05-06 11:07:03 +02:00
Daniel J. Ramirez
e8a972197c
Partial documentation for Particles2D
...
(cherry picked from commit 3cd58fe0ba
)
2016-05-06 11:06:56 +02:00
Bojidar Marinov
047767b824
Document Popup, PopupDialog, PopupMenu, and PopupPanel
...
(cherry picked from commit 5cdf4a6379
)
2016-05-06 11:06:49 +02:00
Rémi Verschelde
944ac2500a
classref: Sync with source
2016-04-29 18:12:33 +02:00
Geequlim
b4adb0d338
Add more documentations for this classes:
...
* BoxContainer
* CenterContainer
* ScrollContainer
* SplitContainer
* Vector2
* StringArray
* FileDiloags
(cherry picked from commit a518792d89
)
2016-04-29 18:06:09 +02:00
Geequlim
5365ae9212
Add more documentations and fix AcceptDialog::add_cancel
...
(cherry picked from commit 5c61e17c10
)
2016-04-29 18:02:03 +02:00
Geequlim
a3fd381a4f
Fill in the blank in the Array, CenterContainer and Dictionary class reference ( #4476 )
...
(cherry picked from commit 4de3f8944e
)
2016-04-29 07:44:23 +02:00
Daniel J. Ramirez
d81ffaf2ab
Documentation for Canvas Modulate, ColorPicker, ColorPickerButton
...
(cherry picked from commit faf21b81e8
)
2016-04-29 07:43:43 +02:00
Daniel Ramirez
35e05b092c
Partial documentation for Polygon2D and Raycast2D ( #4467 )
...
(cherry picked from commit 9f29b4b26a
)
2016-04-29 07:43:09 +02:00
Rémi Verschelde
238bbb6539
Classref: Document Button and ButtonArray
...
Also bind relevant constants and define some object types and better
argument names for the docs.
(cherry picked from commit 3a4ec88b37
)
2016-04-29 07:42:59 +02:00
Daniel J. Ramirez
946ef8d478
GridContainer, CheckBox documentation, descriptions for Vector2 and CenterContainer.set_use_top_left
...
(cherry picked from commit a5b4c1d64f
)
2016-04-29 07:42:48 +02:00
Jan Heemstra
e38666b76a
fixed some mistakes in WeakRef documentation
...
(cherry picked from commit e301ca3544
)
2016-04-27 20:19:52 +02:00
Jan Heemstra
6f76eca883
Documented WeakRef and member functions
...
(cherry picked from commit edff81c214
)
2016-04-27 20:19:46 +02:00
Julian Murgia - StraToN
d183a5361f
Documented Node2D
...
(cherry picked from commit 87aa128228
)
2016-04-27 20:19:37 +02:00
Rémi Verschelde
11aa0d1405
Various improvements to doc_status.py
...
- Make comments opt-in (smaller table in width)
- Reduce length of Brief Description and Description (also smaller table as output)
- Make names cyan (blue is too dark on black terminal)
- Drop some redundant synonyms for the flags
(cherry picked from commit 034d6e811f
)
2016-04-27 20:19:30 +02:00
Julian Murgia
6efe8818a7
Edited classes.xml : GraphEdit finished ( #4450 )
...
(cherry picked from commit 81e405545b
)
2016-04-27 20:19:20 +02:00
Bojidar Marinov
c0748bad06
Add a python script to check the current doc status
...
(cherry picked from commit c9340cdcc6
)
2016-04-27 20:17:00 +02:00
Rémi Verschelde
5d63f4e758
Sync classref with source
2016-04-07 21:30:22 +02:00
Rémi Verschelde
bac8248316
Remove trailing spaces
...
(cherry picked from commit 0a5472e697
)
2016-04-02 22:19:40 +02:00
Josh Grams
fed11a662a
doc/base/classes.xml: String.match, Node.find_node
...
Clarify wildcard behavior.
(cherry picked from commit ef08fed277
)
2016-04-02 22:15:20 +02:00
hondres
c44060bb82
doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)
...
(cherry picked from commit 1b806ef54e
)
2016-03-06 18:06:47 +01:00
Martin Chuckeles
4fee5f3915
Add more verbose build-in functions descriptions
...
Add descriptions for some global constants
(cherry picked from commit ff7c89ebaf
)
2016-03-06 10:39:21 +01:00
Martin Chuckeles
450a7a9120
Write GDScript documentation
...
(cherry picked from commit cd1184d56c
)
2016-03-05 15:12:24 +01:00
Stabington
7fea990b1b
set_time_scale docs
...
This is correct?
(cherry picked from commit 6b7ec5de69
)
2016-03-05 12:56:27 +01:00
Rémi Verschelde
459b914d9c
Quick fixes to tween documentation formatting
...
Maybe the reST parser should be improved instead though ;)
(cherry picked from commit a12c63ef9e
)
2016-03-01 08:38:23 +01:00
Rémi Verschelde
9ed3d21d5a
Sync classes
2016-03-01 08:25:04 +01:00
Bojidar Marinov
186b82c350
Document Tween class
...
(cherry picked from commit 49e1cc6fa9
)
2016-02-29 09:03:06 +01:00
David
61f17fb1bb
applied some typo fixes. see godotengine/godot-docs#18
2016-02-27 15:27:10 +01:00
Josh Grams
d2ac38679d
doc (NodePath): Rewrite description and all methods.
2016-02-22 17:59:18 -05:00
Josh Grams
47a2213580
docs: RigidBody2D._integrate_forces: Explain in more detail.
2016-02-20 21:18:24 -05:00
Alexander Holland
d809987827
update doc on HTTPClient headers case-sensitivity
2016-02-20 00:37:43 +01:00
Rémi Verschelde
0dce4f7eb2
Remove broken [image] usage in classref
2016-02-19 18:39:16 +01:00
Rémi Verschelde
16b0cf8bcb
Merge pull request #3754 from akien-mga/pr-subtract
...
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
2016-02-17 23:33:13 +01:00
Rémi Verschelde
130f8fa193
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
...
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-17 23:01:27 +01:00
Rémi Verschelde
e5389288dd
Add a warning header to each rst file
...
To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST
2016-02-17 22:02:55 +01:00
Rémi Verschelde
9e4532d689
Implement support for [codeblock] tag in help
...
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-17 21:17:08 +01:00
Rémi Verschelde
281236280e
Fix NavigationPolygon references in _bind_method
...
Also sync the doc accordingly
2016-02-17 18:46:31 +01:00
Josh Grams
a0cffd625b
doc: explain DampedSpringJoint2D parameters.
2016-02-17 10:25:55 -05:00
Rémi Verschelde
747c1709aa
Merge pull request #3710 from AlexHolly/doc-directory
...
some doc for directory
2016-02-16 07:47:44 +01:00
Rémi Verschelde
5439937899
Bind method is_cell_transposed
2016-02-15 23:30:52 +01:00
Rémi Verschelde
76ff31b3ff
Fix some broken method references
...
+ sync template with source
2016-02-15 23:22:55 +01:00
Alexander Holland
e65838f2d0
some doc for directory
2016-02-14 20:31:55 +01:00