Jamil Halabi
370ae3512d
Added gyroscope support to Godot and Android
2016-07-16 01:43:32 +08:00
Paulb23
2c9468a46a
Update docs with breakpoint_toggled signal
2016-07-15 15:05:57 +01:00
Rémi Verschelde
eaeee58b9e
Merge pull request #5705 from StraToN/doc-update
...
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished)
2016-07-15 13:04:22 +02:00
Julian Murgia
952cb12364
Written AnimatedSprite, AnimatedSprite3D (unfinished)
2016-07-14 22:03:14 +02:00
George Marques
98eec177ae
Fix classes.xml structure
...
Fix the addition in #4854 which added elements in the wrong place.
2016-07-14 12:13:04 -03:00
Timo Schwarzer
d691cb4732
Add an option to smooth camera limits when camera smoothing is enabled.
2016-07-13 11:48:50 +02:00
Paulb23
20c7f2bded
Added caret block mode to docs
2016-07-12 16:10:44 +01:00
Paulb23
a57c1da183
Update textedit docs with colors, show line number and highlight all occurences
2016-07-11 15:39:46 +01:00
Juan Linietsky
b41be2d1a9
Merge pull request #4854 from Razzlegames/screenToLocal
...
Conversion function for screen coords to local Canvas coords
2016-07-11 02:26:58 -03:00
Kyle Luce
605193b22f
Conversion function for screen coords to local Canvas coords
...
- Useful if you need to Convert screen coords to the coordinate space of a
CanvasItem, but don't have an associated InputEvent to use in
#make_event_local.
For example, if you have a particular point on the screen you'd like to project
into World Space, for various reasons, you would use this function on the root
of the scene. This is analogous to ray casting from screen space in 3D.
2016-07-10 16:06:57 -07:00
punto-
bba89aef3b
Merge pull request #5559 from Hinsbart/connected_joysticks
...
Input: add get_connected_joysticks() method.
2016-07-10 14:00:27 -03:00
Juan Linietsky
b06eca108a
Merge pull request #5490 from timoschwarzer/master
...
Add new Camera2D alignment functions
2016-07-10 12:39:50 -03:00
Juan Linietsky
5bb552273b
Merge pull request #5489 from jejung/richtextlabel-get_text
...
RichTextLabel-get_text
2016-07-10 12:38:28 -03:00
Rémi Verschelde
69c8b583e7
classref: Add docs for InputEvent* and InputMap
2016-07-08 23:41:07 +02:00
Rémi Verschelde
a15de80942
classref: Fix arg name for is_action_pressed/released
...
Also position TEXTURE_SPHERE constant properly.
2016-07-08 23:40:43 +02:00
Rémi Verschelde
288355afe9
classref: Fix descriptions indentation after #5588
2016-07-08 22:55:14 +02:00
J08nY
f5ce4e251d
Classref: update with new doctool indentation
2016-07-08 00:25:54 +02:00
Pawel Kowal
fe49b71804
Update String.capitalize() documentation
2016-07-06 10:33:27 +02:00
George Marques
eecf4ff273
Update classes.xml to fix sorting of constants
2016-07-05 17:09:16 -03:00
George Marques
5c355a63d3
Add OS.request_attention() for Windows
2016-07-05 12:29:08 -03:00
Andreas Haas
45cfd199a4
Input: add get_connected_joysticks() method.
...
fixes #5465
2016-07-05 14:08:02 +02:00
Timo Schwarzer
681471e3f0
Add documentation
2016-06-29 18:31:43 +02:00
Jean Jung
aeb5365e84
Adding support to get the raw text without formatting information from a RichTextLabel.
2016-06-29 12:43:51 -03:00
Jean Jung
673e3b70b6
Added ItemList.get_selected_items() doc
2016-06-28 16:22:36 -03:00
Jean Jung
5502499469
syncing the reference
2016-06-28 16:11:58 -03:00
George Marques
441640506f
Add *Array.invert() documentation
2016-06-25 14:47:32 -03:00
Rémi Verschelde
d52fa2e0eb
Merge pull request #5380 from vnen/string-canvasitem-docs
...
Documentation for String and CanvasItem
2016-06-24 21:16:20 +02:00
Rémi Verschelde
118f54aeeb
Merge pull request #5328 from Paulb23/line_edit_caret
...
Added caret blink to line edit
2016-06-24 21:13:26 +02:00
George Marques
6776fa63de
Add docs for String and CanvasItem
2016-06-23 18:08:41 -03:00
Paulb23
c85f27c973
Added caret blink documentation
2016-06-22 13:26:44 +01:00
J08nY
3284e7b9d4
Classref: added for new *Array bindings
...
- append(),append_array(),insert(),remove()
2016-06-22 12:21:32 +02:00
Rémi Verschelde
3b5b893a0e
Merge pull request #5350 from vnen/fix-classesxml-sorting
...
Fix classes.xml sorting
2016-06-22 00:35:29 +02:00
Rémi Verschelde
5e082d583b
classref: Fix UTF-8 parsing in makerst
2016-06-22 00:32:29 +02:00
George Marques
e53f186899
Sync classes.xml with the new sorting
2016-06-21 17:24:47 -03:00
George Marques
4d33eb01d7
Add classref for File class
2016-06-21 11:24:51 -03:00
George Marques
d3dff93e33
Add docs for String.bigrams() and String.similarity(text)
2016-06-19 11:43:47 -03:00
Mehmet Durgel
92fc3fa536
Clarification about enter keys confusion
...
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript).
Added additional explanation about this issue.
Related to #4595
2016-06-19 16:34:11 +03:00
J08nY
b587a13293
Classref: Mutex, Semaphore, Thread, *Array ( #5278 )
2016-06-18 21:21:29 +02:00
Rémi Verschelde
7723579237
Fix type hint for the seed argument
...
Closes #5260 .
2016-06-18 01:18:06 +02:00
J08nY
541a1226cd
Classref: added PacketPeer*
2016-06-16 14:15:48 +02:00
J08nY
bb2cac4515
Sync classref
2016-06-16 14:15:34 +02:00
J08nY
cffdc52482
Classref: Added docs for StreamPeer* ( #5216 )
2016-06-15 13:32:12 +02:00
Rémi Verschelde
78b745bb0a
Merge pull request #5192 from J08nY/issue-5190
...
Dictionary: rename param in .has() .has_all() .erase()
2016-06-15 11:13:59 +02:00
Rémi Verschelde
ee105744e0
Merge pull request #5210 from J08nY/issue-5189
...
String documentation: .ord_at() returns int not String
2016-06-15 11:08:10 +02:00
Wilhem Barbier
f665200df7
Add joystick vibration support on Linux ( #5043 )
2016-06-15 07:25:35 +02:00
J08nY
58a891265a
String documentation: .ord_at() returns int not String
...
fixes #5189
2016-06-14 14:52:32 +02:00
J08nY
7a19e3c6ae
Dictionary: rename param in .has() .has_all() .erase()
...
fixes #5190 , param should be named key, not value
2016-06-13 19:08:04 +02:00
J08nY
d42117eeb6
Sync classref
2016-06-13 19:01:07 +02:00
Juan Linietsky
20b4567829
Merge pull request #5177 from vnen/string-subsequence
...
Add subsequence search to tools
2016-06-13 13:25:56 -03:00
Ovnuniarchos
471ab4e6ff
Documented many Physics2D* classes
2016-06-12 20:24:19 +02:00
George Marques
feb95fa9ac
Add documentation to String.is_subsequence_of{,i}
2016-06-12 14:53:03 -03:00
George Marques
6ce5876c63
Add documentation for Array.find and Array.rfind
2016-06-10 18:07:59 -03:00
CowThing
50de99f050
Filling in documentation
...
Documentation for BoneAttachment, KinematicBody, ParallaxBackground,
ParallaxLayer, and TestCube
2016-06-08 15:29:46 -04:00
Juan Linietsky
4b893ffeeb
Merge pull request #4861 from brakhane/negative-indexing
...
Add support for Python-like negative indexing
2016-06-07 10:17:00 -03:00
J08nY
ec96e36bc9
Classref for: ImageTexture, Image, LargeTexture
2016-06-07 12:17:18 +02:00
J08nY
db5ea849d8
Sync classref
2016-06-07 10:39:36 +02:00
Dennis Brakhane
1e068d34f4
Add support for Python-like negative indexing
...
Negative indexing is a useful feature in Python, especially when combined
with array slicing. Array slicing will hopefully be implemented later, but
negative indexing is useful in its own right.
A negative index is indexing from the end of an array,
"array[-1] == array[array.size()-1]", using a negative index
larger/smaller than the length of the array is still an error.
While primarily useful for arrays and strings, support is also added to
"array like" structures like Vector3 and Color. This is done just
to be consistent; vector3[2] is much clearer than vector3[-1], but disallowing
it while allowing it for an array with 3 elements seems confusing.
2016-06-05 20:00:54 +02:00
J08nY
dcce477f5e
Added Dictionary.values()
2016-06-05 14:50:06 +02:00
Bojidar Marinov
662e0cc411
Document Viewport and ViewportSprite classes
2016-06-05 14:51:44 +03:00
Bojidar Marinov
9e0921e038
Sync with -doctool
2016-06-05 14:47:12 +03:00
J08nY
1a80b2a04a
Added InputMap.get_actions()
...
get_actions() lists all actions in the InputMap.
2016-06-04 17:56:30 +02:00
Rémi Verschelde
4b0bae9799
Merge pull request #5027 from J08nY/gdscript
...
Add Array.find_last() and Array.count()
2016-06-04 16:07:48 +02:00
Rémi Verschelde
cbba9c4506
Merge pull request #4300 from leezh/control_focus_mode
...
Exposed Control::focus_mode to the scene editor
2016-06-04 14:41:36 +02:00
J08nY
5f5ca8cd9b
Added Array.find_last() and Array.count()
2016-06-03 23:36:02 +02:00
J08nY
4c5439f8cd
Added classref for HTTPClient and HTTPRequest
2016-06-03 18:13:15 +02:00
J08nY
45163b10be
Sync classref
2016-06-03 18:03:12 +02:00
P-GLEZ
35cb75220d
StaticBody documentation
...
Documented StaticBody. Also corrected an error in StaticBody2D
documentation
2016-06-01 12:35:25 +02:00
Rémi Verschelde
4e6f452c52
Merge pull request #4933 from J08nY/classref
...
Added RigidBody and finished Resource class-reference
2016-06-01 07:23:53 +02:00
P-GLEZ
0325944ee4
classref: Area documentation
...
One method was missing.
2016-05-31 21:17:35 +02:00
P-GLEZ
617530832b
Area Documentation
...
Ported the Area2D documentation into its 3D counterpart. Also fixed some
typos
2016-05-31 19:24:27 +02:00
Rémi Verschelde
84ad8a11b6
Merge pull request #4931 from CowThing/classref-edit
...
Filling in documentation
2016-05-30 22:40:24 +02:00
J08nY
063d507a15
Added classref for RigidBody, and finished classref for Resource
2016-05-30 22:13:33 +02:00
J08nY
a4cbed8465
Sync class-ref with code base.
2016-05-30 22:13:33 +02:00
CowThing
3ba4e6b2ac
Filling in documentation
...
VisibilityNotifier and VisibilityEnabler (2D and 3D).
2016-05-30 15:05:27 -04:00
Rémi Verschelde
96bdab6edf
Merge pull request #4845 from vnen/pr-magnetometer
...
Add magnetometer sensor support for Android
2016-05-29 18:37:33 +02:00
Julian Murgia - StraToN
9ac4b29322
Documented Light2D and LightOccluder2D
2016-05-29 01:41:22 +02:00
Julian Murgia - StraToN
defe7f18c2
Documented BackBufferCopy. Need validation for the different copy modes (constants)
2016-05-28 22:02:21 +02:00
George Marques
8d69e1b620
Add documentation for Input.get_magnetometer()
2016-05-27 14:55:24 -03:00
Zher Huei Lee
0ccf153a15
GUI Focus mode improvements
...
Exposed `get_focus_mode()` to the script
Added `focus_mode` to the property panels for line-edit and sliders
Added `enabled_focus_mode` to the property panels for buttons
enabled_focus_mode is used when button is enabled/disabled
2016-05-23 15:08:50 +01:00
Rémi Verschelde
da24bc8f3f
VehicleBody: Cosmetic fixes to previous commit
2016-05-21 11:52:21 +02:00
Agustin Benavidez
97da9f14ab
Add get_linear_velocity() method to VehicleBody class
...
Doc added also.
2016-05-21 11:35:55 +02:00
Geequlim
a92652d578
Document the FileDialog and partial OS methods
2016-05-20 21:39:31 +08:00
Bojidar Marinov
d208572906
Fix a XML error with the documentation
2016-05-20 14:54:33 +03:00
CowThing
0749db2cf8
Filling in documentation.
...
AABB, Color, Rect2, Transform, Vector2, and Vector3.
2016-05-15 19:01:21 -04:00
Rémi Verschelde
7913e792ac
Merge pull request #4563 from djrm/classref-edit
...
Documented @GlobalScope singletons and some keys
2016-05-13 21:09:08 +02:00
Daniel J. Ramirez
70ec87ecd2
Fix some errors in some rotation functions, also clarify that certain parameters are expressed in radians
2016-05-12 18:44:32 -05:00
MattUV
91c85ff1f5
classref: Fixed return types in Area and Area2D ( #4635 )
2016-05-12 17:03:15 +02:00
Rémi Verschelde
22d1385caf
classref: Directory and ConfigFile
2016-05-12 08:41:43 +02:00
Rémi Verschelde
2fbf4f563b
classref: Sync with current source
2016-05-12 08:31:53 +02:00
Paulb23
997476777a
Updated caret blink method documentation
2016-05-11 17:55:59 +01:00
Rémi Verschelde
bc31be9812
Sync classes.xml with current sources
...
Also fix a typo in the binding of Control::set_drag_forwarding.
2016-05-09 22:20:35 +02:00
Daniel J. Ramirez
cb0be4adaa
Documented @GlobalScope singletons and some keys
2016-05-05 14:04:42 -05:00
Daniel J. Ramirez
ed7c0a6caf
Partial documentation for OS methods
2016-05-05 12:46:31 -05:00
Daniel J. Ramirez
f558b4003b
Documented LinkButton
2016-05-05 11:23:25 -05:00
CowThing
f6ae5e41de
Input Documentation
...
Input Documentation
2016-05-03 14:44:58 -04:00
Rémi Verschelde
5b039245b9
Sync class reference
2016-05-03 19:35:01 +02:00
Daniel J. Ramirez
3ca1d0f1d5
Documented bool methods
2016-05-02 13:32:29 -05:00
Rémi Verschelde
1d9c4c559b
Merge pull request #4529 from djrm/classref-float
...
Documented float
2016-05-02 20:14:28 +02:00
Daniel J. Ramirez
520e6f5b09
Documented float
2016-05-02 13:11:14 -05:00
Daniel J. Ramirez
4453284388
Documented int methods
2016-05-02 12:44:30 -05:00
CowThing
abf5f8c586
Finished AnimationPlayer Documentation
...
Finished AnimationPlayer Documentation
2016-05-02 12:16:59 -04:00
CowThing
bf13410626
Finished Timer Documentation
...
Finished Timer Documentation
2016-05-02 11:10:31 -04:00
CowThing
957c265f11
Documented YSort ( #4515 )
...
Documented YSort
2016-05-01 23:55:24 +02:00
Daniel J. Ramirez
c2bdb3727b
Documented ColorRamp
2016-05-01 13:34:25 -05:00
Daniel J. Ramirez
3cd58fe0ba
Partial documentation for Particles2D
2016-05-01 12:36:45 -05:00
Bojidar Marinov
5cdf4a6379
Document Popup, PopupDialog, PopupMenu, and PopupPanel
2016-05-01 17:52:42 +03:00
Rémi Verschelde
18c09acf9f
classref: Run doctool and merge BitmapFont
...
BitmapFont was split from the Font class, so the relevant method
descriptions were readded manually.
2016-04-29 18:28:07 +02:00
Geequlim
a518792d89
Add more documentations for this classes:
...
* BoxContainer
* CenterContainer
* ScrollContainer
* SplitContainer
* Vector2
* StringArray
* FileDiloags
2016-04-29 22:27:16 +08:00
Rémi Verschelde
a0dce1e66f
Merge pull request #4482 from Geequlim/master
...
Add more documentations and fix AcceptDialog::add_cancel
2016-04-29 10:43:50 +02:00
Geequlim
5c61e17c10
Add more documentations and fix AcceptDialog::add_cancel
2016-04-29 16:34:07 +08:00
Rémi Verschelde
c97cc362e3
Merge pull request #4387 from JoshuaGrams/rigidbody2d-torque
...
Hooked up RigidBody2D torque methods
2016-04-29 10:29:12 +02:00
Geequlim
4de3f8944e
Fill in the blank in the Array, CenterContainer and Dictionary class reference ( #4476 )
2016-04-29 07:32:13 +02:00
Daniel J. Ramirez
faf21b81e8
Documentation for Canvas Modulate, ColorPicker, ColorPickerButton
2016-04-29 07:27:18 +02:00
Rémi Verschelde
0485c9eaba
Merge pull request #4451 from JoshuaGrams/anim-tree-filter
...
Anim tree: add filters on Animation nodes
2016-04-28 20:48:38 +02:00
Daniel Ramirez
9f29b4b26a
Partial documentation for Polygon2D and Raycast2D ( #4467 )
2016-04-28 10:14:55 +02:00
Rémi Verschelde
3a4ec88b37
Classref: Document Button and ButtonArray
...
Also bind relevant constants and define some object types and better
argument names for the docs.
2016-04-28 00:10:17 +02:00
Rémi Verschelde
e9a5471ee1
Merge pull request #4461 from djrm/classref-edit
...
Added GridContainer documentation
2016-04-27 23:49:52 +02:00
Daniel J. Ramirez
a5b4c1d64f
GridContainer, CheckBox documentation, descriptions for Vector2 and CenterContainer.set_use_top_left
2016-04-27 16:09:48 -05:00
Jan Heemstra
e301ca3544
fixed some mistakes in WeakRef documentation
2016-04-27 17:27:01 +02:00
Jan Heemstra
edff81c214
Documented WeakRef and member functions
2016-04-27 16:10:10 +02:00
Jan Heemstra
f2a73816c2
Sync classes reference template with current code base
2016-04-27 15:19:12 +02:00
Julian Murgia - StraToN
87aa128228
Documented Node2D
2016-04-26 23:19:45 +02:00
Rémi Verschelde
034d6e811f
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
2016-04-26 21:35:06 +02:00
Josh Grams
a7b4127481
RigidBody2D (add_force, set_inertia): new methods.
2016-04-26 08:15:15 -04:00
Josh Grams
bd95e18ae4
AnimationTree: add filters to Animation nodes.
2016-04-26 06:49:06 -04:00
Julian Murgia
81e405545b
Edited classes.xml : GraphEdit finished ( #4450 )
2016-04-26 12:48:47 +02:00
Bojidar Marinov
c9340cdcc6
Add a python script to check the current doc status
2016-04-22 18:32:15 +03:00
Josh Grams
f7d31cec38
RigidBody2D: add and bind get_inertia() method.
...
You can't set this value very well, since it's automatically computed
from the mass and the collision shapes. But since the values are higher
than many people might suspect, so being able to read it helps estimate
the amount of torque you might need to apply.
2016-04-20 20:49:37 -04:00
Josh Grams
dbabe4c07c
RigidBody2D: add and bind get/set_applied_torque.
2016-04-20 19:49:35 -04:00
Alexander Holland
a379ed56ea
string ends_with
2016-04-17 23:49:21 +02:00
Rémi Verschelde
d454e64f42
Sync docs with source
2016-04-07 21:27:29 +02:00
Rémi Verschelde
0a5472e697
Remove trailing spaces
2016-04-02 20:26:12 +02:00
Josh Grams
ef08fed277
doc/base/classes.xml: String.match, Node.find_node
...
Clarify wildcard behavior.
2016-03-27 08:21:14 -04:00
Kyle Luce
674c6f2f2d
Add function to convert Date time from a dictionary to Epoch
...
- Also changed get_time_from_unix_time to get_date_time_from_unix_time to be
consistent.
Ticket:
https://github.com/godotengine/godot/issues/4038
2016-03-16 23:13:39 -07:00
Kyle Luce
feef563f3f
Fixes the month consistency issue in enums and get_date etc
...
- Also updated the docs to reflect this.
- Added some vim temp files to gitignore
- Changed NaCL to be consistent with the other OS_Unix::get_date implementation
(added 1 to month to map to 1-12)
Ticket:
https://github.com/godotengine/godot/issues/4025
2016-03-13 15:27:39 -07:00
Bojidar Marinov
0e8a8d2cb1
Add option to keep margins when changing anchors, closes #3979
...
Amend: Fixed an issue for non-tool builds
Amend2: Same, just fixed doing nothing at some times
2016-03-09 21:14:17 +02:00
Rémi Verschelde
32bb7a04a2
Merge pull request #3833 from AlexHolly/feature-file-md5
...
expose md5 for file(s) to gdscript
2016-03-08 19:32:33 +01:00
hondres
1b806ef54e
doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)
2016-03-06 13:40:37 +01:00
Martin Chuckeles
ff7c89ebaf
Add more verbose build-in functions descriptions
...
Add descriptions for some global constants
2016-03-06 10:34:07 +01:00
Martin Chuckeles
cd1184d56c
Write GDScript documentation
2016-03-05 15:06:31 +01:00
Stabington
6b7ec5de69
set_time_scale docs
...
This is correct?
2016-03-03 10:07:10 +01:00
Rémi Verschelde
002ff3cc9a
Revert "Merge pull request #3814 from est31/iterators_for_for"
...
This reverts commit adf5056889
, reversing
changes made to ee2bc87c0e
.
2016-03-01 18:09:48 +01:00
Rémi Verschelde
a12c63ef9e
Quick fixes to tween documentation formatting
...
Maybe the reST parser should be improved instead though ;)
2016-03-01 08:37:35 +01:00
Juan Linietsky
640443be6a
Merge pull request #3864 from leezh/editorplugin_extras
...
Adds EditorPlugin::remove_control_from_bottom_panel()
2016-02-28 23:11:37 -03:00
est31
f81153eb69
Add xrange builtin function
...
Also update classes.xml in order to document xrange
2016-02-28 22:47:48 +01:00
Zher Huei Lee
3546403af2
Updated the docs for EditorPlugin
...
One thing to note is that visibilty of the bottom panel items are automatically
managed by the buttons along the bottom.
2016-02-28 20:09:15 +00:00
Bojidar Marinov
49e1cc6fa9
Document Tween class
2016-02-28 22:04:01 +02:00
Juan Linietsky
6fc1c3a4d1
Completed the support for plugins! It is not possible to add plugins.
...
Not all APIs are provided yet, please request whathever you are missing.
Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings.
Have fun!
2016-02-27 23:12:27 -03:00
Alexander Holland
d093f558ab
expose md5 for file(s) to gdscript
2016-02-25 19:25:29 +01:00
David
00d3c657de
applied some typo fixes. see godotengine/godot-docs#18
2016-02-24 01:53:44 -06: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
Rémi Verschelde
391a882218
Merge pull request #3699 from Hinsbart/doc_os_getname
...
Doc: add list of possible return values to OS.get_name() description
2016-02-13 14:32:50 +01:00
hondres
080b5e4f63
doc: add list of possible return values to OS.get_name() description
2016-02-13 15:24:01 +01:00
hondres
a415996f79
"Sync classes reference template with current code base"
2016-02-13 03:16:24 +01:00
Alexander Holland
260380be45
Doc HTTPClient.get_response_headers_as_dictionary()
2016-02-12 22:39:23 +01:00
Rémi Verschelde
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
Adham Zahran
6be6d02daf
renamed function get_video_texutre to get_video_texture
2016-02-08 12:11:26 +02:00
Rémi Verschelde
9998927cfd
Merge pull request #3625 from lordadamson/master
...
'radian' to 'radians' :D
2016-02-07 20:21:54 +01:00
Adham Zahran
485e772d37
just a small type
2016-02-07 21:17:13 +02:00
Rémi Verschelde
938772ac9f
Merge pull request #3624 from lordadamson/master
...
fixing typos all over the place
2016-02-07 20:15:26 +01:00
Adham Zahran
8161392eb6
fixing typos all over the place
2016-02-07 21:10:52 +02:00
Rémi Verschelde
6faa1b9288
Merge pull request #3619 from lordadamson/master
...
description for Input.is_mouse_button_pressed()
2016-02-07 19:22:18 +01:00
Adham Zahran
9d8b798d44
description for Input.is_mouse_button_pressed()
2016-02-07 19:48:23 +02:00
Rémi Verschelde
0f11b322b3
Improve parsing of [method ...] tags
...
Also improve some code display.
2016-02-07 18:30:18 +01:00
Rémi Verschelde
1af65aff44
Fix badly formatted tags in XML
...
Also add parsing of [code] tags in RST converter
2016-02-07 17:19:12 +01:00
Juan Linietsky
b766e9c79b
Display better inheritance info in doc
2016-02-07 13:05:16 -03:00
Rémi Verschelde
2fabb3e892
Small makerst improvements
2016-02-07 14:43:09 +01:00
Rémi Verschelde
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
Rémi Verschelde
c512dbfe5a
Sync classes ref with code
2016-02-07 11:18:38 +01:00
Rémi Verschelde
4a39202c8d
Merge pull request #3607 from 29jm/patch-1
...
Added get_cellv() method to TileMap
2016-02-07 00:33:43 +01:00
Juan Linietsky
3ee4f4f19a
-Added RST generator for class reference
2016-02-06 20:23:39 -03:00
Johan Manuel
a634fc7a4a
Added get_cellv() method to TileMap
2016-02-06 13:48:41 +01:00
Ovnuniarchos
51dfd4a4b5
Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.
2016-01-30 10:36:58 +01:00
Rémi Verschelde
ac3aa29c24
Sync API reference with current code
2016-01-26 00:19:47 +01:00
hondres
de809f3ed9
replace InputEvent references with GlobalScope in joystick doc
2016-01-23 15:34:27 +01:00
Ovnuniarchos
8ed13c4df4
set_signed_data now works correctly on pcm8 samples.
2016-01-21 14:40:58 +01:00
Ovnuniarchos
37ee43fd5a
Documented AudioServserSW, EventPlayer and EventStream*. Corrections on AudioServer and Sample.
2016-01-21 01:17:17 +01:00
volzhs
4563a5909a
add documentation for OS::set_keep_screen_on
2016-01-16 20:59:44 +09:00
hondres
c632c13c66
Add some joystick functions to input. Enables manipulation of mappings at runtime
2016-01-08 00:40:41 +01:00
George Marques
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
Ovnuniarchos
57ffdbc24c
PhysicsBody2D and descendants documented.
2015-12-28 21:53:05 +01:00
Rémi Verschelde
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
Rémi Verschelde
d1caf2f037
Remove bogus argument in body_get_node
2015-12-28 01:32:12 +01:00
Rémi Verschelde
46eebac3ae
Remove bogus argument in sample_get_description
...
Copy-paste mistake from the setter most likely.
2015-12-28 01:18:37 +01:00
Rémi Verschelde
e66f4a4021
Sync doc with current source
2015-12-27 23:06:13 +01:00
Ovnuniarchos
69a65e5a69
New area space override modes documented. Also, PhysicsBody2D, Area2D, and CollisionObject2D.
2015-12-22 15:48:41 +01:00
Rémi Verschelde
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
Rémi Verschelde
aeb5ea5934
Move documentation python tools to doc/tools folder
2015-12-12 23:30:45 +01:00
Rémi Verschelde
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
Rémi Verschelde
61eb037d5d
Remove outdated documentation
2015-12-12 21:18:33 +01:00
Juan Linietsky
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
Juan Linietsky
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
Franklin Sobrinho
3c4b0236cb
Add constructor for Image built-in type
2015-12-06 09:12:14 -03:00
Zher Huei Lee
d957749179
updated nrex documentation
2015-12-04 22:19:53 +00:00
Bojidar Marinov
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
Bojidar Marinov
c81c671131
Run -doctool on existing documentation
...
Also, s/vecor/vector/
2015-11-29 15:38:47 +02:00
est31
323938cc28
Document byte conversion methods for Strings
2015-11-24 05:46:00 +01:00
Rémi Verschelde
a961347d8c
Fix return type of Matrix32 member vars
...
Thanks to @bojidar-bg for localising the issue.
2015-11-23 19:08:54 +01:00
Bojidar Marinov
4359a90cca
Document Vector3 and Vector3Array. Fix documentation of Vector2 and Vector2Array.
2015-11-23 14:18:13 +02:00
Bojidar Marinov
ca750fb7bc
Update doc with -doctool.
2015-11-23 13:57:57 +02:00
zvodd
18dfb16e26
fix poorly formed documentation xml, text outside of tags
2015-11-23 12:52:43 +11:00
Rémi Verschelde
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
Rémi Verschelde
e57dfe2663
Update doc for can_teleport_to
2015-11-22 14:21:04 +01:00
Rémi Verschelde
0c8dda80ff
Update Vector2.angle() description
2015-11-20 18:47:18 +01:00
Rémi Verschelde
497efa720c
Sync doc template with code
2015-11-20 18:39:23 +01:00
Ovnuniarchos
8c0c46c2ae
Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.
2015-11-20 18:24:28 +01:00
Ovnuniarchos
68a0f713b8
Differences between ConvexPolygon2D and ConcavePolygon2D?
2015-11-20 18:09:31 +01:00
Ovnuniarchos
1155ac884c
ConvexPolygonShape2D.set_point_cloud documented to do nothing.
2015-11-20 18:09:31 +01:00
Ovnuniarchos
73a80e5509
Added definition of bias solver.
2015-11-20 18:09:31 +01:00
Juan Linietsky
232b1a3fef
Merge pull request #2822 from kurikaesu/master
...
HTTPClient docs & request functionality + fixes
2015-11-19 09:18:09 -03:00
Aren Villanueva
5c7e9e7e63
Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser to break.
...
Documentation for HTTPClient.
Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages.
String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
2015-11-19 22:01:42 +11:00
Ovnuniarchos
07110c3a14
Changed capabilities list.
2015-11-19 11:18:22 +01:00
Rémi Verschelde
3fcfdfec0a
Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollow
...
Documented classes Curve*, Path*, and PathFollow*
2015-11-07 13:15:47 +01:00
Ovnuniarchos
8abdb43aab
Documented classes Curve*, Path*, and PathFollow*
2015-11-07 13:09:00 +01:00
Ovnuniarchos
3b2899bc42
Regex class documented. For some reason, parameter descriptors don\'t appear.
2015-11-03 04:39:42 +01:00
Fabio Alessandrelli
203f069329
Expose AudioServer::free(RID rid) as AudioServer::free_rid(RID rid)
...
to avoid script error due to collision with Object method free
2015-11-02 17:54:33 +01:00
Rémi Verschelde
b2f9acb8c9
Merge pull request #2680 from Brickcaster/onceagain
...
Added a few notes to classes.xml
2015-11-02 07:38:06 +01:00
Brickcaster
e0e4bcc6a6
Added description to classes/ScrollContainer
...
Added description to help understand how to utilize the ScrollContainer
node.
2015-11-01 20:58:07 -05:00
Brickcaster
18964798b7
classes/color - Documenting a trick with set_modulate
...
I wanted to document a trick using class color to highlight a sprite.
2015-11-01 20:58:06 -05:00
Brickcaster
44057ed4ae
Updated classes/matrix32
...
The 3 members of a matrix 32 are Vector2, not float. Updated
documentation to reflect this.
2015-10-25 19:29:44 -04:00
George Marques
baa59c0670
Add missing reference documentation for Array class
2015-10-20 14:31:30 -02:00
George Marques
eefc2bf5f7
Syncing classes.xml with current binary
2015-10-20 14:26:37 -02:00
Julian Murgia - StraToN
2975064c4d
GraphEdit and GraphNode documentation
2015-10-16 17:56:03 +02:00
George Marques
6e87314d83
Add support for Opus audio format
2015-10-02 14:25:38 -03:00
Rémi Verschelde
7c1a79089a
Update documentation for all Sample* classes
2015-09-26 23:58:12 +02:00
Juan Linietsky
6f0df4e80c
Merge pull request #2534 from eska014/unpress-hidden-buttons
...
Fix BaseButtons remaining pressed when hiding while pressed down
2015-09-26 00:53:38 -03:00
eska
6ee2a84e8a
Clarify BaseButton::is_pressed()
documentation
2015-09-26 05:48:51 +02:00
Rémi Verschelde
4abc7f5740
Update documentation for TileSet and Timer
2015-09-25 20:45:00 +02:00
Rémi Verschelde
c69ea708fa
Sync classes reference template with current code base
2015-09-25 17:54:24 +02:00
Juan Linietsky
52eebdc001
Merge pull request #2449 from leezh/label-valign-fix
...
reworked Label class
2015-09-25 11:29:49 -03:00
Rémi Verschelde
d55274b5b0
Document TileMap class
2015-09-23 23:05:47 +02:00
Bojidar Marinov
f41ed99df2
Update descriptions for Vector2 and Vector2Array
2015-09-23 17:41:02 +03:00
Bojidar Marinov
6adb5ed440
Regenerate docs
2015-09-23 17:34:07 +03:00
Zher Huei Lee
b33c288525
updated Label documentation
2015-09-08 10:41:58 +01:00
Ovnuniarchos
d1a260c966
A bunch of spell checks, and rewordings. Also, some simple documentation.
2015-07-26 20:09:47 +02:00
Ovnuniarchos
43053e3a71
Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*.
2015-07-20 20:07:25 +02:00
ShadowKyogre
631cb10e86
Add some documentation for RayCast2D about is_colliding and get_collider quirks
2015-06-24 13:24:42 -07:00