summaryrefslogtreecommitdiffstats
path: root/doc/classes/TileMap.xml
Commit message (Collapse)AuthorAgeFilesLines
...
| * added negative X and negative Y offset to TileMapAaron Winter2019-04-051-0/+6
| | | | | | | | | | | | clang-format added negative X and negative Y offset to TileMap
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* Clarified TileMap get_cell method behavior.MidZik2019-02-121-2/+2
|
* Docs: Fix TileMap::world_to_map descriptionDemiu2019-01-191-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-0/+10
| | | | Fix various code formatting issues and argument names.
* doc: Add missing commas after "If true/false"Rémi Verschelde2018-12-201-2/+2
|
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
| | | | Fixes #23509.
* [Docs] Remove double-spaces from descriptions, as well a couple other small ↵LikeLakers22018-09-231-2/+2
| | | | fixes
* doc: Sync classref with current sourceRémi Verschelde2018-08-291-10/+0
|
* Improve TileMap.get_used_cells docs.PJB30052018-08-031-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-0/+10
| | | | Fix various missing arguments in bindings.
* Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers2018-07-221-0/+11
| | | | | | | This fixes #20323. #11077 is now technically re-broken, but you can now call update_dirty_quadrants as workaround.
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
| | | | Also change the <tutorials> structure to make use of individual <link> tags
* Sync classref with current sourceRémi Verschelde2018-05-281-7/+7
| | | | Also fix binding of Basis.slerp
* [DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield2018-05-121-21/+26
|
* Docs update for several classesCraigory V Coppola2018-04-191-0/+2
| | | | | Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer
* Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-131-0/+7
|\ | | | | TileMap: add fix_invalid_tiles
| * TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-241-0/+7
| |
* | 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: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde2018-01-251-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).
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-1/+1
|
* Filled tutorial field in most relevent classes.Juan Linietsky2018-01-151-0/+1
| | | | Added tutorial display in doc.
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-01-031-1/+1
|
* Update TileMap doc descriptions for update_bitmask_area/regionAndrew Thomas2017-12-271-0/+3
|
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-0/+18
|
* TileMap: Drop unused center_x/center_y booleansRémi Verschelde2017-12-101-32/+0
| | | | | | Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513.
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-10/+10
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-241/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-241-4/+3
|
* 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-11-131-0/+16
| | | | [ci skip]
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
| | | | | | | | | | | 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.
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-15/+15
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+537
possible to save module files in module directories and the build system will recognize them.