a379ed56ea
string ends_with
2016-04-17 23:49:21 +02:00
d454e64f42
Sync docs with source
2016-04-07 21:27:29 +02:00
ef08fed277
doc/base/classes.xml: String.match, Node.find_node
...
Clarify wildcard behavior.
2016-03-27 08:21:14 -04:00
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
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
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
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
1b806ef54e
doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)
2016-03-06 13:40:37 +01:00
ff7c89ebaf
Add more verbose build-in functions descriptions
...
Add descriptions for some global constants
2016-03-06 10:34:07 +01:00
cd1184d56c
Write GDScript documentation
2016-03-05 15:06:31 +01:00
6b7ec5de69
set_time_scale docs
...
This is correct?
2016-03-03 10:07:10 +01:00
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
a12c63ef9e
Quick fixes to tween documentation formatting
...
Maybe the reST parser should be improved instead though ;)
2016-03-01 08:37:35 +01:00
640443be6a
Merge pull request #3864 from leezh/editorplugin_extras
...
Adds EditorPlugin::remove_control_from_bottom_panel()
2016-02-28 23:11:37 -03:00
f81153eb69
Add xrange builtin function
...
Also update classes.xml in order to document xrange
2016-02-28 22:47:48 +01:00
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
49e1cc6fa9
Document Tween class
2016-02-28 22:04:01 +02:00
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
d093f558ab
expose md5 for file(s) to gdscript
2016-02-25 19:25:29 +01:00
00d3c657de
applied some typo fixes. see godotengine/godot-docs#18
2016-02-24 01:53:44 -06:00
d2ac38679d
doc (NodePath): Rewrite description and all methods.
2016-02-22 17:59:18 -05:00
47a2213580
docs: RigidBody2D._integrate_forces: Explain in more detail.
2016-02-20 21:18:24 -05:00
d809987827
update doc on HTTPClient headers case-sensitivity
2016-02-20 00:37:43 +01:00
0dce4f7eb2
Remove broken [image] usage in classref
2016-02-19 18:39:16 +01:00
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
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
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
281236280e
Fix NavigationPolygon references in _bind_method
...
Also sync the doc accordingly
2016-02-17 18:46:31 +01:00
a0cffd625b
doc: explain DampedSpringJoint2D parameters.
2016-02-17 10:25:55 -05:00
747c1709aa
Merge pull request #3710 from AlexHolly/doc-directory
...
some doc for directory
2016-02-16 07:47:44 +01:00
5439937899
Bind method is_cell_transposed
2016-02-15 23:30:52 +01:00
76ff31b3ff
Fix some broken method references
...
+ sync template with source
2016-02-15 23:22:55 +01:00
e65838f2d0
some doc for directory
2016-02-14 20:31:55 +01:00
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
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
260380be45
Doc HTTPClient.get_response_headers_as_dictionary()
2016-02-12 22:39:23 +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
c512dbfe5a
Sync classes ref with code
2016-02-07 11:18:38 +01: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