Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #98587 from skyace65/SurroundingCells | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
|\ | | | | | | | Improve `TileMapLayer` get surrounding cells description | ||||
| * | Improve get surrounding cells description | skyace65 | 2024-10-27 | 1 | -1/+1 |
| | | |||||
* | | Add `TileMapLayer._update_cells` virtual callback called when the ↵ | Souchet Ferdinand | 2024-11-11 | 1 | -0/+15 |
| | | | | | | | | | | | | TileMapLayer's cells are updated Made `_update_cells` a hook into the `TileMapLayer`'s internal update | ||||
* | | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #93970 from ↵ | Rémi Verschelde | 2024-08-28 | 1 | -0/+3 |
|\ | | | | | | | | | | | MarblesFr/feature/collision-occlusion-options-layer-map Add occlusion enabled option to TileMapLayer | ||||
| * | Add occlusion enabled options to tile map layer | Sora | 2024-07-22 | 1 | -0/+3 |
| | | |||||
* | | Add helper methods to check for tile transforms | kobewi | 2024-08-12 | 1 | -0/+21 |
|/ | |||||
* | Implement X-draw-order switch in TileMapLayer | Gilles Roudière | 2024-06-10 | 1 | -2/+5 |
| | |||||
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 1 | -1/+1 |
| | | | | Found by apply the file_format checks again via #91597. | ||||
* | Don't store TileMapLayer data if empty | kobewi | 2024-04-19 | 1 | -1/+1 |
| | |||||
* | Fix a doc and a test issue not caught by CI | Rémi Verschelde | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | Expose TileMapLayer | Gilles Roudière | 2024-04-03 | 1 | -0/+303 |