aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Image.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky2018-06-111-0/+6
| | | | | | -Documented all properties of project settings Update documentation for ProjectSettings
* ImageTexture.load returns an error code.Pieter-Jan Briers2018-05-141-0/+2
|
* Sync classref with current sourceRémi Verschelde2018-05-121-0/+20
|
* doc: Sync classref with current sourceRémi Verschelde2018-04-101-35/+43
|
* Update Image format enumeration documentationNeil Moore2018-03-101-0/+35
| | | | Provides more information about each image format.
* 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
|
* Errata fix on Image get_format() descriptionProfesor Tartelett2018-01-311-1/+1
| | | The description of this function seems to be duplicated from the preceding description.
* 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).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Fix crash when using Image.resize() without calling Image.create() firstJerome670002018-01-061-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-01-041-32/+30
|
* doc: Sync classref with current sourceRémi Verschelde2018-01-031-30/+48
|
* Further changes to Image class docsSergei ZH2017-11-271-4/+4
| | | | | Were missed when squashing the previous 024c4f14. [ci skip]
* Fixing mistake in image classSergei ZH2017-11-261-3/+3
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-52/+52
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* Fix the class docs for the rst-syntax errors.Martin Capitanio2017-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - Generate a correkt rst-syntax for the [/code] inline markup. (http://www.sphinx-doc.org/en/1.6.5/rest.html#inline-markup) - Fix xml souce bugs for the sphinx's rst syntax werrors: class_area.rst:319: WARNING: Inline literal start-string without end-string. class_area2d.rst:287: WARNING: Inline literal start-string without end-string. class_audioserver.rst:287: WARNING: Inline literal start-string without end-string. class_control.rst:509: WARNING: Inline literal start-string without end-string. class_image.rst:422: WARNING: Inline literal start-string without end-string. class_image.rst:434: WARNING: Inline literal start-string without end-string. class_inputevent.rst:74: WARNING: Inline literal start-string without end-string. class_inputeventaction.rst:45: WARNING: Inline literal start-string without end-string. class_inputmap.rst:47: WARNING: Inline literal start-string without end-string. class_kinematicbody.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string. class_kinematicbody2d.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string. class_line2d.rst:182: WARNING: Inline literal start-string without end-string. class_thread.rst:51: WARNING: Inline literal start-string without end-string. class_treeitem.rst:160: WARNING: Inline literal start-string without end-string.
* 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: Apply doctool to fix formattingRémi Verschelde2017-10-291-4/+2
| | | | | Fixes regression from #12396 which caused #12466. [ci skip]
* Add and polish up documentation for Image methodsJakob Sinclair2017-10-261-16/+55
| | | | | | | | Written new documentation for undocumented methods. The already documented methods seemed to follow a very old style and changed them to fit the new guidelines for documentation. Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
* classref: Sync with current sourceRémi Verschelde2017-10-221-13/+13
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-1/+1
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+485
possible to save module files in module directories and the build system will recognize them.