aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/VisualServer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Sync classref with current sourceRémi Verschelde2018-05-121-4/+33
|
* Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.Pieter-Jan Briers2018-04-211-1/+1
|
* 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.
* [DOCS] Sync classref with current sourcePoommetee Ketson2018-02-251-2/+6
|
* Fix typos with codespellluz.paz2018-02-211-1/+1
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* doc: Sync classref with current sourceRémi Verschelde2018-02-191-0/+1850
|
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-2/+2
| | | | | | 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-5/+5
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-01-041-6/+6
|
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-1/+3
|
* doc: Sync classref with current sourceRémi Verschelde2017-12-101-4/+4
|
* Merge pull request #13310 from Grosskopf/visual-server-docsRémi Verschelde2017-12-091-1/+285
|\ | | | | [DOCS] Added documentation for VisualServer
| * Added documentation for VisualServerGrosskopf2017-12-071-1/+285
| |
* | doc: Sync classref with current sourceRémi Verschelde2017-11-271-0/+4
|/
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-155/+155
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-241-14/+14
|
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
| | | | Fixes #12973.
* doc: Sync classref with current sourceRémi Verschelde2017-11-151-0/+6
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-221-2/+0
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* classref: Sync with current sourceRémi Verschelde2017-10-211-0/+2006
|
* Expose 'request_frame_drawn_callback' to script.Saracen2017-10-141-0/+14
|
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-0/+6
| | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+82
possible to save module files in module directories and the build system will recognize them.