index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
tiles
/
tile_data_editors.cpp
Age
Commit message (
Expand
)
Author
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-20
Improve TileSet editor and add more suffixes
FireForge
2022-06-13
Merge pull request #61809 from groud/terrain_center_bit
Rémi Verschelde
2022-06-10
Add terrain center bit
Gilles Roudière
2022-06-07
Add shortcuts to GenericTilePolygonEditor
kobewi
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-01-28
Merge pull request #57365 from pycbouh/editor-icons-uniformity
Rémi Verschelde
2022-01-29
Fix theme application in various curve editors
Yuri Sizov
2022-01-28
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
2022-01-13
Add tooltips to all tile data editor properties
PucklaMotzer09
2022-01-13
Merge pull request #56253 from PucklaMotzer09/tile_editor_select
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-26
Correctly deselect properties of TileDataCollisionEditor
PucklaMotzer09
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-26
Implement polygons editors in the tiles selection mode
Gilles Roudière
2021-10-25
Ignore empty Font resources as theme override.
bruvzg
2021-10-13
Greatly improve editor performances by deferring tiles related updates
Gilles Roudière
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Improve TileMap physics for moving platforms and conveyor belts like movements
Gilles Roudière
2021-09-25
Make some buttons in editor use the lighter version of the TabMenu icon
Michael Alexsander
2021-09-21
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-14
Fix transform of TileMap nodes and tilemap selection
Gilles Roudière
2021-09-07
Fix TileSet terrain painting reset to no terrain
Gilles Roudière
2021-08-23
Rename polygon editor settings for better display in the Editor Settings
Hugo Locurcio
2021-07-25
Fix various typos with codespell
luz paz
2021-07-19
Make various strings translatable
foxydevloper
2021-07-18
Optimize StringName usage
reduz
2021-06-29
Implement painting properties over TileSets
Gilles Roudière
2021-06-16
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-05-21
Fixes TileSet Y-sort not working and TileSet not saving correctly
Gilles Roudière
2021-05-20
Implement scenes tiles in TileMaps
Gilles Roudière
2021-05-07
Rework the TileSet resource and TileMap nodes:
Gilles Roudière