Rémi Verschelde
|
16f6a5b139
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
2834332591
TileMap: Use const ref for all Vector2 parameters
|
2 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Haoyu Qiu
|
2131b3c61c
Fix selection of spaced atlas tile when using priority
|
3 years ago |
Rémi Verschelde
|
ee86dc3011
TileSet: Improve error message for invalid IDs
|
3 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
3 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
3 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
3 years ago |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
3 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
3 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Michael Alexsander
|
a779774c86
Hide TileSet's properties from the inspector
|
5 years ago |
TrevorPeyton
|
ae4fee52d5
Added binding for Autotile Center
|
5 years ago |
Michael Alexsander
|
151f33111b
Fix TileSet shape data not updating when being set via code
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Yuri Roubinsky
|
26b933dc21
Fix incorrect offset for old-format tilemaps
|
5 years ago |
Tomasz Chabora
|
af5e0fff66
Remove ERR_EXPLAIN from scene/* code
|
5 years ago |
Emmanuel Barroga
|
625b87633e
Fix Wrong Shape Offsets in Tileset
|
5 years ago |
qarmin
|
1b8b36c771
Fix crash with TileSet(again)
|
5 years ago |
Rémi Verschelde
|
e294f0872e
TileSet: Don't error out on tile_ getters with wrong shape id
|
5 years ago |
qarmin
|
c77ff48a85
Fix some editor crashes
|
5 years ago |
Rémi Verschelde
|
4b399034aa
Merge pull request #24560 from guilhermefelipecgs/fix_24549
|
5 years ago |
Max
|
d9f0d9cdac
Changed autotile priority picking algorithm
|
5 years ago |
Magnus Specht
|
a3af9d5714
+ Added ignore flags to autotile bitmask
|
6 years ago |
Mariano Suligoy
|
078b869d9a
TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003
|
6 years ago |
Bojidar Marinov
|
abfeba8d12
Fix crashes when calling update_bitmask_area
|
6 years ago |
Juan Linietsky
|
e081cec69f
Fix collision margin being wrongly read by default, fixes #25181
|
6 years ago |
Juan Linietsky
|
d8b702b566
-Re-added margins in one way collision (made in a more user friendly way than in Godot 2.1), fixes #23860
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Michael Alexsander Silva Dias
|
4a91f94c13
Add undo-redo to the TileSet editor, and other improvements
|
6 years ago |