Ferenc Arn
d28763a4c1
Rename Rect3 to AABB.
...
Fixes #12973 .
2017-11-17 11:01:41 -05:00
Rémi Verschelde
852b9691a6
Merge pull request #12940 from willnationsdev/richtextlabel-docs
...
[DOCS] Adding internal tag stack information and fleshing out descriptions
2017-11-17 00:32:10 +01:00
Rémi Verschelde
4cfc29611e
GDScript: Refactor "GD" class prefix to "GDScript"
2017-11-16 18:54:56 +01:00
Rémi Verschelde
11e07d18bd
doc: Sync classref with current source
2017-11-15 21:29:34 +01:00
Rémi Verschelde
677e95d8d1
doc: Make all module docs self-contained
2017-11-15 21:29:33 +01:00
Rémi Verschelde
e7701bb2de
doc: Rename "@Global Scope" to "@GlobalScope"
...
Spaces in filenames are evil.
2017-11-15 20:41:16 +01:00
Rémi Verschelde
967bfb0c4a
doc: Remove revision.module_config from version string
...
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}",
limits unnecessary diffs.
2017-11-15 20:41:16 +01:00
Will Nations
879b70178b
Adding internal tag stack information.
2017-11-14 16:31:02 -06:00
Zher Huei Lee
2eba585d38
Added RegEx.search_all() for multiple matches
...
And updated the docs
2017-11-14 13:04:25 +08:00
BastiaanOlij
9d3f8418ca
Removed add/remove interface bindings and added get_interfaces
2017-11-13 22:08:43 +11:00
Rémi Verschelde
2fce0010f0
classref: Sync with current source
...
[ci skip]
2017-11-13 09:25:53 +01:00
Rémi Verschelde
81fb6e474f
Merge pull request #12862 from YeldhamDev/text_property
...
Made text in TextEdit a property
2017-11-12 21:15:29 +01:00
Michael Alexsander Silva Dias
2a26931246
Made text in TextEdit a property.
2017-11-12 13:10:26 -02:00
Goutte
91ca725f9b
Add support for the TAU constant. Fixes #12094 .
2017-11-12 13:32:35 +01:00
Michael Alexsander Silva Dias
920f3f6546
Added "is_readonly()" to TextEdit and made it a property.
2017-11-11 22:14:14 -02:00
Ian
fc299b4f37
add context menu enable getters, setters, and properties in LineEdit and TextEdit
2017-11-11 03:30:59 -05:00
letheed
482e07af7e
Unify degree members and properties
2017-11-10 12:52:07 +01:00
Chris Bradfield
b87a7df186
Merge pull request #12733 from NathanWarden/document_object
...
[DOCS] Object
2017-11-08 19:37:12 -08:00
Nathan Warden
09a1d01b74
[DOCS] Object
2017-11-08 22:18:07 -05:00
Max Hilbrunner
a897be5a04
[DOCS] OS.get_unique_string().
2017-11-08 05:18:41 +01:00
Poommetee Ketson
5ceaae51f7
Merge pull request #12636 from Chaosus/wrapdocs
...
Docs for wrap functions
2017-11-06 09:09:34 +07:00
Bernhard Liebl
7ec32b6d09
Basic docs for Geometry plus two new functions
2017-11-05 07:56:27 +01:00
Chaosus
bd41cb197b
Docs for wrap functions
2017-11-04 19:09:37 +03:00
DmDerbin
4c79e58e3f
AStar: implementation of get_point_connections
2017-11-04 11:21:03 +03:00
Robbie Cooper
dbf774f9dc
Proofreading: Change a usage of "specially" to "especially"
...
See PR godotengine/godot-docs#561 . This file generates documentation touched by that PR, so must be changed to stay in sync.
I couldn't find any other usages in this repo that needed changing. I looked in all files matching *.cpp *.h *.md *.txt *.xml *.html *.rst.
2017-10-31 19:47:07 -04:00
N0hbdy
f3fc07272c
Add Colemak keybindings to editor for osx
2017-10-30 22:51:02 +01:00
Henrique Campos
07d90b0e6f
[DOCS] Added documentation for OccluderPolygon2D
2017-10-30 12:28:53 -02:00
Rémi Verschelde
9f4f630adf
Merge pull request #12437 from mhilbrunner/astar-setpointweightscale
...
AStar: Add setters for point position and scale weight, cleanup
2017-10-29 13:32:08 +01:00
Rémi Verschelde
d4d12eba53
classref: Apply doctool to fix formatting
...
Fixes regression from #12396 which caused #12466 .
[ci skip]
2017-10-29 12:09:20 +01:00
MattUV
24e047f91d
[DOCS]Completed LineEdit.xml
2017-10-28 23:54:10 +02:00
Chris Bradfield
c93a3c1bd9
Merge pull request #12396 from AntiSC2/master
...
[DOCS] Add and polish up documentation for Image methods
2017-10-28 09:48:21 -07:00
Unknown
9b4c5989ad
AStar: Add setters for point position and scale weight, cleanup
2017-10-27 19:19:01 +02:00
MattUV
1c378f918d
[DOCS] Corrected some typing mistakes on Node2D.xml
2017-10-27 08:27:29 +02:00
Rémi Verschelde
369a119963
Merge pull request #12339 from Ertain/master
...
Added descriptions for some methods.
2017-10-27 07:48:55 +02:00
Rémi Verschelde
b1b11ea411
Merge pull request #12422 from eska014/httpclient-api
...
Remove HTTPClient::send_body_text and ::send_body_data
2017-10-26 23:29:59 +02:00
Leon Krause
d1102cb37d
Remove HTTPClient::send_body_text and ::send_body_data
...
These were never implemented, the request* methods provide parameters to
send body data as part of the client's requests.
2017-10-26 22:25:35 +02:00
Jakob Sinclair
3d810a207c
Add and polish up documentation for Image methods
...
Written new documentation for undocumented methods. The already
documented methods seemed to follow a very old style and changed them to
fit the new guidelines for documentation.
Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-26 20:07:05 +02:00
Henrique Campos
1063ddfeb5
Added description for camera2D missing members
...
Also fixed typo in AudioEffectFilter.
[ci skip]
2017-10-26 09:08:52 +02:00
Rémi Verschelde
d135008acf
Merge pull request #12405 from Jerome67000/clean_getnodetype
...
Removes Script::get_node_type()
[ci skip]
2017-10-26 08:49:38 +02:00
Jason Anderson
8aecdaa6f0
Added descriptions to RichTextLabel
2017-10-25 13:15:39 -05:00
Jerome67000
2609cc9ef4
Removes Script::get_node_type()
...
used before GDScript, with squirrel apparently
2017-10-25 20:11:30 +02:00
Chris Bradfield
c9e6168db0
Merge pull request #12375 from NathanWarden/cubemap_docs
...
[DOCS] CubeMap
2017-10-25 08:54:15 -07:00
Nathan Warden
e0b2a74a14
[DOCS] CubeMap
2017-10-24 21:46:37 -05:00
Rémi Verschelde
552ed07cfd
classref: Sync with current source
...
[ci skip]
2017-10-24 19:22:43 +02:00
volzhs
d15af2c290
Fix example code for EditorImportPlugin
2017-10-25 01:12:43 +09:00
Rémi Verschelde
5b53cd1fc4
Merge pull request #12330 from Jerome67000/docs_basebutton
...
[DOCS] BaseButton
[ci skip]
2017-10-23 23:13:25 +02:00
Rémi Verschelde
abea816e54
Revert "Rename Schlick GGX to GGX."
2017-10-23 07:42:36 +02:00
Chris Bradfield
774023a38e
Merge pull request #12336 from mhilbrunner/docs-globalscope
...
[DOCS] @GlobalScope
2017-10-22 18:03:20 -07:00
Chris Bradfield
4bb02a1b68
Merge pull request #12318 from mhilbrunner/docs-remotetransform
...
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-22 17:29:57 -07:00
mhilbrunner
0b7619fd9c
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-23 02:18:57 +02:00