f011721a6e
Clearify how hex_to_int expects a '0x' prefixed string. Provide a small hex_to_int example
...
(cherry picked from commit cebb38e0b3 )
2019-07-29 17:47:46 +02:00
efee888a6e
Improved documentation of rsplit Method for String class.
...
Improved documentation of rsplit Method for String class.
Removed "divisor" (i will also change variants_call.cpp) and added "delimiter" in its place. Also moved the example at the bottom of the description.
(cherry picked from commit 1a397f46e6 )
2019-07-29 15:16:59 +02:00
044f0abbd9
Add "String Formatting" tutorial link to the 'String' doc
...
(cherry picked from commit 3197898c88 )
2019-07-29 15:05:04 +02:00
df6a6a2004
doc: Sync classref with current source
2019-07-05 11:34:47 +02:00
a485d862f1
doc: Sync classref with current source
2019-04-25 14:00:31 +02:00
53d73f59eb
doc: Drop unused <demos> tag
...
(cherry picked from commit 6af69f851a )
2019-04-19 13:10:25 +02:00
f12848f9e1
Document String's 'is_valid_filename()'
...
(cherry picked from commit 70499faff8 )
2019-04-19 13:05:06 +02:00
26fddb77be
doc: Fix wrong references found by new makerst.py
...
Thanks @PJB3005
2019-01-07 10:06:12 +01:00
b8f1fe9ed8
Bind is_valid_hex_number string method to GDScript
2018-12-24 20:54:36 +02:00
e4b2a20cd6
Filled missing Doc for String and FileDialog
2018-10-12 04:46:24 +02:00
f92b87e5f8
DocData: Fix return type listed as "var" instead of "Variant"
2018-08-31 22:41:14 +02:00
79ab43299a
Small doc formating changes and Linux cursor theme note
2018-08-05 04:07:04 -03:00
4c5dd51eb9
Sync classref with current source
...
Also fix binding of Basis.slerp
2018-05-28 14:53:15 +02:00
acf6c326fb
Merge pull request #14715 from Krakean/string_add_rsplit2
...
Added rsplit() method to String class
2018-05-23 17:19:35 +02:00
79ecdee496
add string trim_prefix trim_suffix lstrip and rstrip methods
2018-04-17 14:15:43 +03:00
3fa77b3172
doc: Remove status from hardcoded version string
...
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-27 13:40:49 +01:00
3c7a39b40c
doc: Update version string in header
2018-02-19 10:46:33 +01:00
d516aab8fa
doc: Sync with current source
...
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018
and fix the version tag in all files (not really stable yet, but it makes no sense
to hardcode rc3 at this stage).
2018-01-25 08:50:56 +01:00
6d4c6449f4
Added description to dedent in String.xml
2018-01-19 15:57:38 +05:30
d7e07fb25a
Merge pull request #15857 from YeldhamDev/find_last_doc
...
[DOCS] Fixed incorrect information inside String's "find_last" method
[ci skip]
2018-01-19 10:22:21 +07:00
d8f6acee4b
[DOCS] Fixed incorrect information inside String's "find_last" method.
2018-01-19 00:10:33 -02:00
9f479f096c
Fix typos in code and docs with codespell
...
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18 22:01:42 +01:00
e28cdc4654
doc: Update version string in XML
2018-01-13 11:43:42 +01:00
6fe415ca7f
Added rsplit() for String class
...
Docs updated
2017-12-15 22:23:58 +03:00
5302fd125b
Added third argument for String.split() function (see issue #14349 )
...
Remove negative limit, leave only positive and make it reflect behaviour like in Python
Also limit renamed to maxsplit to match Python one.
Also docs updated.
Fix indent
2017-12-15 21:51:13 +03:00
bc75fae579
doc: Update header version for 3.0-beta
2017-11-24 09:16:52 +01:00
d28763a4c1
Rename Rect3 to AABB.
...
Fixes #12973 .
2017-11-17 11:01:41 -05:00
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
2fce0010f0
classref: Sync with current source
...
[ci skip]
2017-11-13 09:25:53 +01:00
0608f2fca3
[DOCS] String
2017-10-23 00:11:09 +02:00
5ad9be4c24
Rename pos to position in user facing methods and variables
...
Rename user facing methods and variables as well as the corresponding
C++ methods according to the folloming changes:
* pos -> position
* rot -> rotation
* loc -> location
C++ variables are left as is.
2017-09-20 13:11:10 +02:00
4f929a0fdf
Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will
...
recognize them.
2017-09-12 17:45:41 -03:00