Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added negative X and negative Y offset to TileMap | Aaron Winter | 2019-04-05 | 1 | -0/+6 | |
| | | | | | | | | | | | | clang-format added negative X and negative Y offset to TileMap | |||||
* | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 | |
|/ | ||||||
* | Clarified TileMap get_cell method behavior. | MidZik | 2019-02-12 | 1 | -2/+2 | |
| | ||||||
* | Docs: Fix TileMap::world_to_map description | Demiu | 2019-01-19 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-12-27 | 1 | -0/+10 | |
| | | | | Fix various code formatting issues and argument names. | |||||
* | doc: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -2/+2 | |
| | ||||||
* | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -1/+1 | |
| | | | | Fixes #23509. | |||||
* | [Docs] Remove double-spaces from descriptions, as well a couple other small ↵ | LikeLakers2 | 2018-09-23 | 1 | -2/+2 | |
| | | | | fixes | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-08-29 | 1 | -10/+0 | |
| | ||||||
* | Improve TileMap.get_used_cells docs. | PJB3005 | 2018-08-03 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 1 | -0/+10 | |
| | | | | Fix various missing arguments in bindings. | |||||
* | Defer TileMap::update_dirty_quadrants once again. | Pieter-Jan Briers | 2018-07-22 | 1 | -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.py | robojumper | 2018-06-12 | 1 | -1/+1 | |
| | | | | Also change the <tutorials> structure to make use of individual <link> tags | |||||
* | Sync classref with current source | Rémi Verschelde | 2018-05-28 | 1 | -7/+7 | |
| | | | | Also fix binding of Basis.slerp | |||||
* | [DOCS] Vector2/Vector3/TileMap wording fixes | Chris Bradfield | 2018-05-12 | 1 | -21/+26 | |
| | ||||||
* | Docs update for several classes | Craigory V Coppola | 2018-04-19 | 1 | -0/+2 | |
| | | | | | Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer | |||||
* | Merge pull request #16971 from Noshyaar/tilemap | Rémi Verschelde | 2018-03-13 | 1 | -0/+7 | |
|\ | | | | | TileMap: add fix_invalid_tiles | |||||
| * | TileMap: add fix_invalid_tiles | Poommetee Ketson | 2018-02-24 | 1 | -0/+7 | |
| | | ||||||
* | | 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: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | 2018-01-25 | 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). | |||||
* | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -1/+1 | |
| | ||||||
* | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 1 | -0/+1 | |
| | | | | Added tutorial display in doc. | |||||
* | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-01-03 | 1 | -1/+1 | |
| | ||||||
* | Update TileMap doc descriptions for update_bitmask_area/region | Andrew Thomas | 2017-12-27 | 1 | -0/+3 | |
| | ||||||
* | Bind TextEdit.deselect and update documentation | Rémi Verschelde | 2017-12-16 | 1 | -0/+18 | |
| | ||||||
* | TileMap: Drop unused center_x/center_y booleans | Rémi Verschelde | 2017-12-10 | 1 | -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 2bc6db6 | Rémi Verschelde | 2017-11-24 | 1 | -10/+10 | |
| | ||||||
* | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | 2017-11-24 | 1 | -241/+0 | |
| | ||||||
* | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-11-24 | 1 | -4/+3 | |
| | ||||||
* | 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/+16 | |
| | | | | [ci skip] | |||||
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -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 source | Rémi Verschelde | 2017-09-13 | 1 | -15/+15 | |
| | | | | [ci skip] | |||||
* | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+537 | |
possible to save module files in module directories and the build system will recognize them. |