aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/@GlobalScope.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-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).
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* [DOCS] Description for the JavaScript singleton in @GlobalScope.Michael Alexsander Silva Dias2018-01-151-0/+1
|
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Fix malformed doc after #15611Rémi Verschelde2018-01-121-0/+3
|
* Update docsBojidar Marinov2018-01-121-4/+1
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2018-01-031-0/+60
|
* doc: Sync classref with current sourceRémi Verschelde2017-12-071-1/+1
|
* Improve slang, especially in user-visible partsUnknown2017-12-051-3/+0
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-448/+448
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-241-0/+3
|
* Merge pull request #12961 from eska014/platform-docRémi Verschelde2017-11-191-0/+2
|\ | | | | Facilitate documenting platform-exclusive classes
| * Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | This makes the interfaces available, without implementation, in other platforms and the editor, which facilitates documenting platform-exclusive classes. Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp. Provide noop method-implementations where necessary. Also setup and document the HTML5 platform's JavaScript singleton.
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
|/ | | | Fixes #12973.
* doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-151-0/+1387
Spaces in filenames are evil.