index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
/
tile_map.h
Age
Commit message (
Expand
)
Author
2022-11-24
Merge pull request #67330 from KoBeWi/immortal_scenes
Rémi Verschelde
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-07
Don't free instanced scenes when recreating tiles
kobewi
2022-10-20
Make terrain painting not change neighbors centers bits
Gilles Roudière
2022-10-06
Fix TileMap occluders having a wrong transform
Gilles Roudière
2022-09-28
refactor(TileMap): Return Rect2i in get_used_rect
MisterMX
2022-09-19
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-05
Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`
Micky
2022-08-16
Add a method to get TileData from a cell
kobewi
2022-07-21
Fix various typos not caught by codespell
luz paz
2022-06-10
Add terrain center bit
Gilles Roudière
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-03-02
Changed TileMap::set_cell alternative_tile default value to 0
Igor Kordiukiewicz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-27
Implement runtime update of TileData object in TileMap
Gilles Roudière
2021-10-27
Optimize TileMap layers updates
Gilles Roudière
2021-10-21
Allow updating TileMap cells using surrounding terrains
Gilles Roudière
2021-10-19
Implement TileMap patterns palette
Gilles Roudière
2021-10-13
Greatly improve editor performances by deferring tiles related updates
Gilles Roudière
2021-10-10
Add modulate property to TileMap layers
kobewi
2021-09-29
Improve TileMap physics for moving platforms and conveyor belts like movements
Gilles Roudière
2021-09-23
Implement animated tiles
Gilles Roudière
2021-09-07
Implement properties arrays in the Inspector.
Gilles Roudière
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-08-05
Fix get_used_rect() calculation
kobewi
2021-08-02
Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...
Gilles Roudière
2021-07-21
Implement atlas merging and tile proxies
Gilles Roudière
2021-06-05
Deleted YSort, moved its functionality directly into Node2D.
andriyDev
2021-05-25
Restore a way to show collsion/navigation on TileMap.
Gilles Roudière
2021-05-20
Implement scenes tiles in TileMaps
Gilles Roudière
2021-05-07
Update TileMap to use Vector2i instead of two ints
Aaron Franke
2021-05-07
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-04-11
Use Array for node configuration warnings
Nathan Franke
2021-03-10
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
Gilles Roudière
2021-02-10
Removed _change_notify
reduz
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-12
TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u...
Mateo Dev .59
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Rename various TileMap methods/properties for clarity and consistency
Hugo Locurcio
2020-04-21
Add proper type to most public API uses of Array
Juan Linietsky
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-10
- Integrated NavigationServer and Navigation2DServer.
Andrea Catania
2020-01-09
Don't compile editor-only function when tools=no
Gilles Roudière
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-08
Fix some issue with TileMap's and other nodes' boundaries
Bojidar Marinov
2019-07-02
Tilemap fix displaced textures and shapes and added center texture and compat...
Ranoller
[next]