Commit Graph

3842 Commits

Author SHA1 Message Date
e63a88836c Added Material and merger support for PropDataMergeGroup. 2024-03-17 23:45:53 +01:00
5ae8d147f0 Added Material support for PropDataProp. 2024-03-17 23:42:39 +01:00
f3745546c1 Re-extracted class docs. 2024-03-17 22:48:15 +01:00
018f59305e Added a new PropDataMergeGroup Node for props. 2024-03-17 22:48:05 +01:00
5e4b6182f1 Enable and fix LayeredTileMap2DNavigationGeometryParser2D. 2024-03-17 14:39:34 +01:00
d395657ee1 Now CharacterSkeleton2D inherits from YSort. It disables sorting by default, so the default behaviour won't change. 2024-03-17 14:15:52 +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
f277dfc227 Don't use icons and don't sort in EditorQuickOpen for some easy speed gains. 2024-03-17 08:41:30 +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
272ae15993 Now tooltips won't get scaled to their original control's scale anymore by default. Added a new gui_scale_tooltips property to Viewport to be able to use the previous behaviour when it's desired. 2024-03-13 16:55:47 +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
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
053b283c47 Reworked RendetingServer's canvas_item_add_texture_rect_animation's last parameter. Now instead of bool randomize_start_time it's real start_time. This should make it more versatile. 2024-03-12 17:52:12 +01:00
105115dbb3 Removed clips_input() method and _clips_input() virtual method from Control. Made clip_contents to also have an input clipping effect, since I couldn't think any single instance where keeping them separated would be useful.
This fixes LayeredTileMap's editors clipping input while being invisible, and likely other smaller issues.
2024-03-12 17:29:22 +01:00
062ccd439f Now EditorPropertyEnums can be setup multiple times. 2024-03-12 06:35:44 +01:00
90ae8d4791 Tweaks to CommandRectAnimation's destructor. 2024-03-12 06:15:35 +01:00
be686f5db4 Update the tiles properly when a rao setting changes. 2024-03-12 06:07:44 +01:00
16699e7b5f Implemented RAO for LayeredTileMaps. 2024-03-12 00:51:00 +01:00
765a8ded6a Re-extracted class docs. 2024-03-11 21:09:47 +01:00
ea3317d12e Make use of the new randomize_start_time parameter of RenderingServer::canvas_item_add_texture_rect_animation() in LayeredTileMap. 2024-03-11 20:53:45 +01:00
588b50e9ce Added randomize_start_time optional parameter to canvas_item_add_texture_rect_animation(). 2024-03-11 20:53:05 +01:00
8a8193e8d3 Fix memleak. 2024-03-11 20:51:14 +01:00
2c42753ea6 Docs for canvas_item_add_texture_rect_animation(). 2024-03-11 18:35:31 +01:00
8cc6506c27 Reimplement animations for LayeredTileMaps. 2024-03-11 18:21:31 +01:00
2934369381 Added a new canvas_item_add_texture_rect_animation() method to the RenderingServer. 2024-03-11 18:21:05 +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
b11bd949cc Backported from Godot4: Allow disabling scrolling in Tree.
- groud
b2dddc3c82
2024-03-11 13:46:53 +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
5604071bb4 Fix 2d mesh transforms and colors. 2024-03-11 12:45:36 +01:00
fb99db4585 Re-extracted class docs. 2024-03-10 10:36:13 +01:00
0e32e11ea1 Small LayeredTileMap doc fixes. 2024-03-10 10:34:27 +01:00
b376573e8a Fix arguments of the _use_tile_data_runtime_update() vmethod. 2024-03-10 10:34:14 +01:00
f54b3c8a45 Updates to the LayeredTileMap modules's docs. 2024-03-10 10:29:38 +01:00
b3a5b516f7 Proper docs for WebServerSimple. 2024-03-10 10:24:16 +01:00
6f81a15fc0 Various doc fixes. 2024-03-10 10:10:02 +01:00
3f4cc73caa Updated docs for FileCache. 2024-03-10 10:09:19 +01:00