Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -0/+23 |
|\ | |||||
| * | Add `TileMapLayer._update_cells` virtual callback called when the ↵ | Souchet Ferdinand | 2024-11-11 | 1 | -0/+23 |
| | | | | | | | | | | | | TileMapLayer's cells are updated Made `_update_cells` a hook into the `TileMapLayer`'s internal update | ||||
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 1 | -0/+2 |
|\| | |||||
| * | Add collision priority property to TileSet physics layers | Danni | 2024-11-02 | 1 | -0/+2 |
| | | |||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\| | |||||
| * | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -1/+1 |
| | | | | | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Implement multiple occlusion polygons within each TileSet occlusion layer | Gilles Roudière | 2024-09-03 | 1 | -39/+58 |
| | |||||
* | Merge pull request #90945 from Scony/extract-navigation-defaults | Rémi Verschelde | 2024-08-29 | 1 | -1/+1 |
|\ | | | | | | | Extract navigation-related defaults to separate header | ||||
| * | Extract navigation-related defaults to separate header | Pawel Lampe | 2024-08-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #93970 from ↵ | Rémi Verschelde | 2024-08-28 | 1 | -2/+20 |
|\ \ | |/ |/| | | | | | | | 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 | -2/+20 |
| | | |||||
* | | Add helper methods to check for tile transforms | kobewi | 2024-08-12 | 1 | -0/+16 |
|/ | |||||
* | Fix some TileMapLayer editing problems | kobewi | 2024-06-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #92016 from KoBeWi/pick_layers_like_a_boss | Rémi Verschelde | 2024-06-28 | 1 | -0/+6 |
|\ | | | | | | | Allow selecting TileMapLayers by clicking them | ||||
| * | Allow selecting TileMapLayers by clicking them | kobewi | 2024-05-16 | 1 | -0/+6 |
| | | |||||
* | | Fix TileMapLayer not respecting physics interpolation mode | Ricardo Buring | 2024-06-18 | 1 | -5/+47 |
| | | |||||
* | | Implement X-draw-order switch in TileMapLayer | Gilles Roudière | 2024-06-10 | 1 | -8/+40 |
| | | |||||
* | | Remove some TileMap dependencies from TileMapLayer | kobewi | 2024-05-21 | 1 | -5/+90 |
| | | |||||
* | | Fix 2d sdf collision for TileMapLayer | cosparks | 2024-05-20 | 1 | -0/+1 |
|/ | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
| | |||||
* | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 1 | -20/+20 |
| | |||||
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -4/+2 |
| | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | Don't store TileMapLayer data if empty | kobewi | 2024-04-19 | 1 | -0/+9 |
| | |||||
* | [TileMap] Fix forcing cleanup on exiting tree/canvas | A Thousand Ships | 2024-04-04 | 1 | -30/+28 |
| | |||||
* | Expose TileMapLayer | Gilles Roudière | 2024-04-03 | 1 | -394/+431 |
| | |||||
* | Fixed Timestep Interpolation (2D) | Ricardo Buring | 2024-03-23 | 1 | -0/+17 |
| | | | | | | | Adds fixed timestep interpolation to the rendering server (2D only). Switchable on and off with a project setting (default is off). Co-authored-by: lawnjelly <lawnjelly@gmail.com> | ||||
* | Remove almost all remaining dependencies of TileMapLayer on TileMap | Gilles Roudière | 2024-02-29 | 1 | -117/+221 |
| | |||||
* | Prevent threading problems in `TileMap` | A Thousand Ships | 2024-02-27 | 1 | -4/+9 |
| | |||||
* | Remove word duplicates in comments and strings, and fix casing and punctuation | Robert Yevdokimov | 2024-02-23 | 1 | -2/+2 |
| | |||||
* | Fixes a memory leak with TileMap runtime updates | Gilles Roudière | 2024-02-21 | 1 | -8/+19 |
| | |||||
* | Merge pull request #88190 from Eoin-ONeill-Yokai/bugfix/materials-tilemap2d | Rémi Verschelde | 2024-02-13 | 1 | -1/+1 |
|\ | | | | | | | Fix regression where a tile's custom material was ignored | ||||
| * | Fix regression where tile-specific materials were ignored. | Eoin O'Neill | 2024-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Regression stemmed from commit 48bed5050b4a2d695953ace409c577bdfefe0038 The material assigned to a tile is completely ignored in master unless this line is changed. | ||||
* | | Change TileMapEditor to TileMapLayerEditor | Gilles Roudière | 2024-02-12 | 1 | -147/+175 |
|/ | |||||
* | Make TileMapLayers extend Node2D and work as children of TileMap | Gilles Roudière | 2024-01-17 | 1 | -295/+351 |
| | |||||
* | Fix some TileMap debug drawing truncating to ints | kleonc | 2024-01-14 | 1 | -4/+4 |
| | |||||
* | Fix TileMap quadrant canvas item position not being local | kleonc | 2024-01-08 | 1 | -1/+1 |
| | |||||
* | Move TileMapLayer to its own files | Gilles Roudière | 2024-01-05 | 1 | -0/+2886 |