Commit Graph

131 Commits

Author SHA1 Message Date
05dbe60f9b Re-extracted class docs. 2024-07-16 23:22:41 +02:00
c7ac1db971 Clang format everything. 2024-07-16 21:23:54 +02:00
7476c8608c Implemented VertexLight2D management support to LayeredTileMapLayers. 2024-05-11 22:59:41 +02:00
7a4271104d VertexLight2D support for LayeredTileSetAtlasSourceEditor. 2024-05-11 21:50:55 +02:00
48c65ce89e Added VertexLight2D support to LayeredTileData. 2024-05-11 21:05:52 +02:00
63fe195965 Implement debug drawing avoidance radius in LayeredTileMapLayer. 2024-05-11 19:55:48 +02:00
4a5e7894ab Only draw the radius's circle if it's bigger than 0. 2024-05-11 19:54:49 +02:00
d59353d48e Implement navigation obstacle support for LayeredTileMapLayers. 2024-05-11 19:29:43 +02:00
01342ca5fd Fix typo. 2024-05-11 17:40:21 +02:00
a138731c98 Also draw the position and radius in TileDataAvoidanceEditor. 2024-05-11 17:39:30 +02:00
36dd1dc0c3 Fix typo. 2024-05-11 16:13:53 +02:00
25ce3051b9 Editor setup for the avoidance properties. 2024-05-11 15:58:33 +02:00
37e586ebbc Avoidance positions are now using Vector2is in LayeredTileData. 2024-05-11 13:48:35 +02:00
4f11a25ef7 Added avoidance position property to LayeredTileData. 2024-05-11 13:23:40 +02:00
8998814481 Added flip winding order tool to GenericTilePolygonEditor. 2024-05-11 13:04:57 +02:00
5a870d0972 Implemented Obstacle for LayeredTileSets. 2024-05-11 12:49:44 +02:00
cbbdc7b32d Fixed rao and vertex lights for newly added cells. Also fixed re-generating the tilemap cells in many cases. Also small improvements. 2024-05-10 21:50:21 +02:00
41fd5fa504 Remove duplicate call. 2024-05-10 18:09:10 +02:00
c781ca9c5f Bind _tile_set_changed in LayeredTileDataEditor. 2024-05-10 17:55:53 +02:00
62a3dcfd34 Turn autowrap on on LayeredTileSetAtlasSourceEditor's tile_inspector_no_tile_selected_label. 2024-05-10 17:52:21 +02:00
6783cb92ab Re-extracted class docs. 2024-04-26 17:32:25 +02:00
5d190f21d6 Re-extracted class docs. 2024-04-21 15:39:49 +02:00
cc2f893bcd LayeredTileMapLayer fix class names in docs. 2024-04-21 15:39:10 +02:00
82bdd1c235 Update LayeredTileMapLayer's docs to work properly. 2024-04-21 15:34:13 +02:00
f09ab537e0 Clang-format everything. 2024-04-21 15:27:36 +02:00
227b5d3f86 Don't create a default layer in LayeredTileMap's constructor. 2024-04-20 09:45:16 +02:00
3b25f0c0d5 Fix regression in LayeredTileMaps. 2024-04-09 13:52:02 +02:00
936c2e07bc Don't warn about layers not being y-sorted when there are no layers. 2024-04-06 21:08:44 +02:00
d255d381cb Fix layer navigation keys in LayeredTileMapLayerEditor even when not using layer nodes. 2024-04-06 21:04:57 +02:00
aa82d20e4b Added a get_layer() helper method to the LayeredTileMap. 2024-04-06 21:03:59 +02:00
fd5be3f26c Fix layer navigation keys in LayeredTileMapLayerEditor. 2024-04-06 20:32:39 +02:00
d63e561693 Make RAO and VertexLights2D work with the new LayeredTileMap setup. 2024-04-06 19:44:35 +02:00
3ac3c7da24 Backported from godot4: [TileMap] Fix forcing cleanup on exiting tree/canvas
- AThousandShips
09edece17d
2024-04-06 19:07:12 +02:00
cb55fa2292 Backported from godot4: Fixes "no cached rect" errors in TileMapLayer editor
- groud
c928273c6c
2024-04-06 18:59:41 +02:00
4cad999f60 Backported from godot4: Correctly update TileMapLayer highlighting when disabling it
- groud
256a6713f2
2024-04-06 18:42:37 +02:00
8648a32667 Backported from Godot4: Expose TileMapLayer
- groud
3cd4b2859c
2024-04-06 18:35:58 +02:00
a58eba6277 Re-extracted class docs. 2024-03-27 08:06:09 +01:00
b353267679 Use blending for now with vertex lights in Layered Tile Maps. 2024-03-26 14:10:41 +01:00
fa68cf6872 Set up vertex lights 2d support for Layered Tile Maps. 2024-03-26 13:07:57 +01:00
f3745546c1 Re-extracted class docs. 2024-03-17 22:48:15 +01:00
5e4b6182f1 Enable and fix LayeredTileMap2DNavigationGeometryParser2D. 2024-03-17 14:39:34 +01:00
5b18493589 Small tweaks. 2024-03-17 14:06:44 +01:00
db7f5c8bec Don't free the editor's UndoRedo. 2024-03-17 10:40:34 +01:00
d088565d3f Fix typo. 2024-03-17 10:35:40 +01:00
9a6e66b711 Fix the name of the rao_noise property. 2024-03-17 08:27:58 +01:00
4f072898a6 Added missing icons. 2024-03-13 17:18:28 +01:00
24dba4063e Added missing icon. 2024-03-13 16:50:11 +01:00
e34e374e38 Fix the positioning of the help text in LayeredTileSetAtlasSourceEditor. 2024-03-13 08:35:26 +01:00
7f48c0055a Fix positioning of the Center View buttons in the GenericTilePolygonEditor. 2024-03-13 08:27:32 +01:00
ab43d163ba Fix positioning of the Center View buttons. 2024-03-13 08:23:59 +01:00