| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync classref with current source | Rémi Verschelde | 2018-05-28 | 1 | -14/+14 |
| | | | | | Also fix binding of Basis.slerp | ||||
| * | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | 2018-05-23 | 1 | -0/+14 |
| |\ | | | | | Added rsplit() method to String class | ||||
| | * | Added rsplit() for String class | Dmitry Koteroff | 2017-12-15 | 1 | -0/+14 |
| | | | | | | | | | Docs updated | ||||
| * | | add string trim_prefix trim_suffix lstrip and rstrip methods | bosak | 2018-04-17 | 1 | -0/+36 |
| | | | |||||
| * | | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| | | | | | | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | ||||
| * | | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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). | ||||
| * | | Added description to dedent in String.xml | Anutrix | 2018-01-19 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #15857 from YeldhamDev/find_last_doc | Poommetee Ketson | 2018-01-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | [DOCS] Fixed incorrect information inside String's "find_last" method [ci skip] | ||||
| | * | | [DOCS] Fixed incorrect information inside String's "find_last" method. | Michael Alexsander Silva Dias | 2018-01-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| |/ / | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * / | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 |
| |/ | |||||
| * | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | 2017-12-15 | 1 | -0/+3 |
| | | | | | | | | | 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 | ||||
| * | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 |
| | | |||||
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -2/+2 |
| | | | | | Fixes #12973. | ||||
| * | doc: Remove revision.module_config from version string | Rémi Verschelde | 2017-11-15 | 1 | -1/+1 |
| | | | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | ||||
| * | classref: Sync with current source | Rémi Verschelde | 2017-11-13 | 1 | -0/+6 |
| | | | | | [ci skip] | ||||
| * | [DOCS] String | mhilbrunner | 2017-10-23 | 1 | -59/+84 |
| | | |||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -5/+5 |
| | | | | | | | | | | | | 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. | ||||
| * | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+730 |
| possible to save module files in module directories and the build system will recognize them. | |||||
