Commit Graph

70 Commits

Author SHA1 Message Date
c7ac1db971 Clang format everything. 2024-07-16 21:23:54 +02:00
7a4271104d VertexLight2D support for LayeredTileSetAtlasSourceEditor. 2024-05-11 21:50:55 +02:00
4a5e7894ab Only draw the radius's circle if it's bigger than 0. 2024-05-11 19:54:49 +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
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
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
f09ab537e0 Clang-format everything. 2024-04-21 15:27:36 +02:00
d255d381cb Fix layer navigation keys in LayeredTileMapLayerEditor even when not using layer nodes. 2024-04-06 21:04:57 +02:00
fd5be3f26c Fix layer navigation keys in LayeredTileMapLayerEditor. 2024-04-06 20:32:39 +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
db7f5c8bec Don't free the editor's UndoRedo. 2024-03-17 10:40:34 +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
7b72d180a5 Fix popup menu position. 2024-03-13 07:35:13 +01:00
2f87cf8230 Remove test print. 2024-03-13 07:07:20 +01:00
502f13a3f6 Fixed alternative tiles add icon sizing. 2024-03-13 07:06:14 +01:00
29ab4bf2c8 Use control instead of metakey as intended in the layered tilemap editors. 2024-03-12 23:26:04 +01:00
7789b60b2b Fix painting LayeredTileMap peering bits. 2024-03-12 23:21:43 +01:00
d38e9256b6 Fix position of popups in LayeredTileSetAtlasSourceEditor. 2024-03-11 15:40:43 +01:00
fd5ed33a7b Set up EditorInspectors for LayeredTileMaps properly. 2024-03-11 15:35:32 +01:00
93d90fb69d Fix LayeredTileSetAtlasSourceEditor's dropdown property selector. 2024-03-11 14:13:09 +01:00
850b5b03ef Fix the sizing of LayeredTileSourceInspectorPlugin's show_id_edit_dialog. 2024-03-11 13:24:19 +01:00
ee7140fe51 Bind method. 2024-03-11 13:18:33 +01:00
5435987237 Fix the sizing of the LayeredTileSetScenesCollectionSourceEditor. 2024-03-11 13:16:22 +01:00
432478cb70 Fix index error. 2024-03-09 16:42:24 +01:00
c67d45375b Fix LayeredTileMapPattern::get_used_cells(). 2024-03-09 16:27:43 +01:00
fe901f22bd Fix tile selection indicator graphic. 2024-03-09 11:21:59 +01:00
de33138e87 Fix creating polygons in GenericTilePolygonEditor. 2024-03-09 10:33:18 +01:00
5359053613 Fix expand in GenericTilePolygonEditor. 2024-03-09 08:35:49 +01:00
bfaf5a6b75 Don't free the Editor's UndoRedo. 2024-03-09 08:17:36 +01:00
bfbe04e78c Fix method name. 2024-03-09 08:03:18 +01:00
6ee714aab7 Updated all drop_data_fw method signatures. 2024-03-09 07:25:02 +01:00
626998dc26 Fixed panning in the LayeredTileMap editor. 2024-03-09 06:56:11 +01:00
dbcb0ac6d9 Fix binding a method twice. 2024-03-08 10:59:25 +01:00
9116814193 ItemLists does not support negative indexing. 2024-03-08 07:01:04 +01:00
a94f302003 Call the proper method. 2024-03-07 23:33:19 +01:00
66dcbb02b0 Fix calling method from signal. 2024-03-07 23:27:50 +01:00
f4d728b08e Use better popup() method. 2024-03-07 23:20:20 +01:00
2702aa5d65 Fix theme changed notifications for the layered tile map's editor. 2024-03-07 22:56:23 +01:00
564469a118 Add missing GDClass macro. 2024-03-07 22:55:46 +01:00
ffb4c9eef7 Use clip tabs. 2024-03-07 21:58:09 +01:00
12a6e10ddd Fixed errors on startup. 2024-03-07 21:38:08 +01:00