Commit Graph

  • d699df272f Fix property hint. Relintai 2024-04-04 19:55:42 +0200
  • a2d07caf93 Small doc tweak. Relintai 2024-03-27 16:14:42 +0100
  • 4785d29a16 Rename quadrants to octants in the vertex lights 3d module. Relintai 2024-03-27 16:13:58 +0100
  • fd1f8aa5d7 Update docs for the vertex lights 3d module. Relintai 2024-03-27 16:12:15 +0100
  • 20776d0746 Recolor vertrex light 3d's icons. Relintai 2024-03-27 16:04:06 +0100
  • c0805afa6c Rework the vertex light 3d module to actually be 3d. Relintai 2024-03-27 16:02:08 +0100
  • b2b13bfb80 Copy the vertex lights 2d module over to the 3d version. Relintai 2024-03-27 12:26:20 +0100
  • 0ee99269a6 Added an icon for VertexLight2DEnvironment. Relintai 2024-03-27 11:52:43 +0100
  • e1fcf610e6 Small tweaks to docs. Relintai 2024-03-27 09:14:58 +0100
  • ab1f78ec21 Added docs for VertexLight2D and VertexLight2DEnvironment. Relintai 2024-03-27 09:11:46 +0100
  • 2007ef0f90 Added missing z_index parameter to VertexLights2DServer::sample_light(). Relintai 2024-03-27 09:04:59 +0100
  • 7f5b9650d9 Docs for the VertexLights2DServer. Relintai 2024-03-27 08:58:40 +0100
  • cd8f79865e Added a property to World2D for the vertex light 2d map. Relintai 2024-03-27 08:16:48 +0100
  • a58eba6277 Re-extracted class docs. Relintai 2024-03-27 08:06:09 +0100
  • 34603315e4 Don't emit changed signal for disabled lights. Relintai 2024-03-27 08:04:16 +0100
  • 76c5252239 Emit changed notification when moving VertexLights. Relintai 2024-03-27 08:00:55 +0100
  • a593fdff63 Fix VertexLights2DServer's changed notification setup. Relintai 2024-03-27 07:55:04 +0100
  • 59a4fcfc70 Allow setting abase color per map for vertex light 2ds. Also added VertexLight2DEnvironment Node so it can be changed easily using the SceneTree. Relintai 2024-03-26 16:29:02 +0100
  • b353267679 Use blending for now with vertex lights in Layered Tile Maps. Relintai 2024-03-26 14:10:41 +0100
  • af243a1111 Fix issues with vertex lights. Relintai 2024-03-26 14:10:14 +0100
  • 6e8073bbb6 Initialize layer_range properly. Relintai 2024-03-26 14:09:31 +0100
  • f3d4f20344 Fix small issues with VertexLight2D. Relintai 2024-03-26 14:09:16 +0100
  • 6762e597e6 Properly initialize the quadrant size of maps. Relintai 2024-03-26 13:24:46 +0100
  • fa68cf6872 Set up vertex lights 2d support for Layered Tile Maps. Relintai 2024-03-26 13:07:57 +0100
  • 645eba011b Small tweak. Relintai 2024-03-26 12:14:45 +0100
  • 862ab3c5ca Added a map changed signal to the VertexLights2DServer. Relintai 2024-03-26 12:11:00 +0100
  • d2ed14cf26 Implemented vertex light 2d sampling. Relintai 2024-03-26 06:47:28 +0100
  • 42171f1fa2 Added attenuation and range properties to vertex light 2ds. Relintai 2024-03-25 21:55:27 +0100
  • d7a54d702d Free vertex_lights_2d_map in World2D's destructor. Relintai 2024-03-25 09:17:44 +0100
  • d08718051d Fix windows build. Relintai 2024-03-25 08:10:36 +0100
  • 8a567fdfa5 Added an icon for VertexLight2D. Relintai 2024-03-24 22:19:18 +0100
  • 3fc75ad15f Set up VertexLight2D maps. Relintai 2024-03-24 22:14:26 +0100
  • 02fe45b08a Added enabled property for VertexLight2Ds. Relintai 2024-03-24 22:05:00 +0100
  • 9df448113d Set up transform notification for VertexLight2D. Relintai 2024-03-24 21:55:18 +0100
  • 9ce6ebc1b5 Also set VErtexLight Properties in the server. Relintai 2024-03-24 21:50:34 +0100
  • 1bc9424bc8 Initialize color to white. Relintai 2024-03-24 21:46:54 +0100
  • 26ca3d7235 Added VertexLight2D Node. Relintai 2024-03-24 21:45:06 +0100
  • e6fcd72b66 Renamed VertexLights2D to VertexLights2DServer. Relintai 2024-03-24 21:19:33 +0100
  • 66a2d798b3 Implemented api and data storage for the VertexLights2D singleton. Relintai 2024-03-24 20:57:35 +0100
  • e3c63958d7 VertexLights2D singleton better data setup. Relintai 2024-03-24 18:02:13 +0100
  • fb032a2f20 VertexLights2D Singleton initial setup. Relintai 2024-03-24 17:11:10 +0100
  • 0d23e04aff Disabled the new module. It still needs more thinking. Relintai 2024-03-24 12:19:09 +0100
  • fb90408570 Added VertexLightData3D class. Relintai 2024-03-20 20:27:56 +0100
  • 8375f17c42 Created a new VertexLights3D module. Relintai 2024-03-20 17:54:39 +0100
  • e17cc864bc Added exp2 to the Math singleton. Relintai 2024-03-18 11:04:37 +0100
  • f270c67ca1 Improved Light setup in PropInstance. Relintai 2024-03-18 09:12:02 +0100
  • a52a68afb7 Added more properties to PropDataLight and other light helper classes. Relintai 2024-03-18 08:38:27 +0100
  • e63a88836c Added Material and merger support for PropDataMergeGroup. Relintai 2024-03-17 23:45:53 +0100
  • 5ae8d147f0 Added Material support for PropDataProp. Relintai 2024-03-17 23:42:39 +0100
  • f3745546c1 Re-extracted class docs. Relintai 2024-03-17 22:48:15 +0100
  • 018f59305e Added a new PropDataMergeGroup Node for props. Relintai 2024-03-17 22:48:05 +0100
  • 5e4b6182f1 Enable and fix LayeredTileMap2DNavigationGeometryParser2D. Relintai 2024-03-17 14:39:34 +0100
  • d395657ee1 Now CharacterSkeleton2D inherits from YSort. It disables sorting by default, so the default behaviour won't change. Relintai 2024-03-17 14:15:52 +0100
  • 5b18493589 Small tweaks. Relintai 2024-03-17 14:06:44 +0100
  • db7f5c8bec Don't free the editor's UndoRedo. Relintai 2024-03-17 10:40:34 +0100
  • d088565d3f Fix typo. Relintai 2024-03-17 10:35:40 +0100
  • f277dfc227 Don't use icons and don't sort in EditorQuickOpen for some easy speed gains. Relintai 2024-03-17 08:41:30 +0100
  • 9a6e66b711 Fix the name of the rao_noise property. Relintai 2024-03-17 08:27:58 +0100
  • 4f072898a6 Added missing icons. Relintai 2024-03-13 17:18:28 +0100
  • 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. Relintai 2024-03-13 16:55:47 +0100
  • 24dba4063e Added missing icon. Relintai 2024-03-13 16:50:11 +0100
  • e34e374e38 Fix the positioning of the help text in LayeredTileSetAtlasSourceEditor. Relintai 2024-03-13 08:35:26 +0100
  • 7f48c0055a Fix positioning of the Center View buttons in the GenericTilePolygonEditor. Relintai 2024-03-13 08:27:32 +0100
  • ab43d163ba Fix positioning of the Center View buttons. Relintai 2024-03-13 08:23:59 +0100
  • 7b72d180a5 Fix popup menu position. Relintai 2024-03-13 07:35:13 +0100
  • 2f87cf8230 Remove test print. Relintai 2024-03-13 07:07:20 +0100
  • 502f13a3f6 Fixed alternative tiles add icon sizing. Relintai 2024-03-13 07:06:14 +0100
  • 29ab4bf2c8 Use control instead of metakey as intended in the layered tilemap editors. Relintai 2024-03-12 23:26:04 +0100
  • 7789b60b2b Fix painting LayeredTileMap peering bits. Relintai 2024-03-12 23:21:43 +0100
  • 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. Relintai 2024-03-12 17:52:12 +0100
  • 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. Relintai 2024-03-12 17:29:22 +0100
  • 062ccd439f Now EditorPropertyEnums can be setup multiple times. Relintai 2024-03-12 06:35:44 +0100
  • 90ae8d4791 Tweaks to CommandRectAnimation's destructor. Relintai 2024-03-12 06:15:35 +0100
  • be686f5db4 Update the tiles properly when a rao setting changes. Relintai 2024-03-12 06:07:44 +0100
  • 16699e7b5f Implemented RAO for LayeredTileMaps. Relintai 2024-03-12 00:50:47 +0100
  • 765a8ded6a Re-extracted class docs. Relintai 2024-03-11 21:09:47 +0100
  • ea3317d12e Make use of the new randomize_start_time parameter of RenderingServer::canvas_item_add_texture_rect_animation() in LayeredTileMap. Relintai 2024-03-11 20:53:45 +0100
  • 588b50e9ce Added randomize_start_time optional parameter to canvas_item_add_texture_rect_animation(). Relintai 2024-03-11 20:53:05 +0100
  • 8a8193e8d3 Fix memleak. Relintai 2024-03-11 20:51:14 +0100
  • 2c42753ea6 Docs for canvas_item_add_texture_rect_animation(). Relintai 2024-03-11 18:35:31 +0100
  • 8cc6506c27 Reimplement animations for LayeredTileMaps. Relintai 2024-03-11 18:21:31 +0100
  • 2934369381 Added a new canvas_item_add_texture_rect_animation() method to the RenderingServer. Relintai 2024-03-11 18:21:05 +0100
  • d38e9256b6 Fix position of popups in LayeredTileSetAtlasSourceEditor. Relintai 2024-03-11 15:40:43 +0100
  • fd5ed33a7b Set up EditorInspectors for LayeredTileMaps properly. Relintai 2024-03-11 15:35:32 +0100
  • 93d90fb69d Fix LayeredTileSetAtlasSourceEditor's dropdown property selector. Relintai 2024-03-11 14:13:09 +0100
  • b11bd949cc Backported from Godot4: Allow disabling scrolling in Tree. - groud b2dddc3c82 Relintai 2024-03-11 13:46:53 +0100
  • 850b5b03ef Fix the sizing of LayeredTileSourceInspectorPlugin's show_id_edit_dialog. Relintai 2024-03-11 13:24:19 +0100
  • ee7140fe51 Bind method. Relintai 2024-03-11 13:18:33 +0100
  • 5435987237 Fix the sizing of the LayeredTileSetScenesCollectionSourceEditor. Relintai 2024-03-11 13:16:22 +0100
  • 5604071bb4 Fix 2d mesh transforms and colors. Relintai 2024-03-11 12:45:36 +0100
  • fb99db4585 Re-extracted class docs. Relintai 2024-03-10 10:36:13 +0100
  • 0e32e11ea1 Small LayeredTileMap doc fixes. Relintai 2024-03-10 10:34:27 +0100
  • b376573e8a Fix arguments of the _use_tile_data_runtime_update() vmethod. Relintai 2024-03-10 10:34:14 +0100
  • f54b3c8a45 Updates to the LayeredTileMap modules's docs. Relintai 2024-03-10 10:29:38 +0100
  • b3a5b516f7 Proper docs for WebServerSimple. Relintai 2024-03-10 10:24:16 +0100
  • 6f81a15fc0 Various doc fixes. Relintai 2024-03-10 10:10:02 +0100
  • 3f4cc73caa Updated docs for FileCache. Relintai 2024-03-10 10:09:19 +0100
  • 74c46ccfda Fix uninitialized variable. Relintai 2024-03-10 10:04:23 +0100
  • aaf744aad0 Improve multipart filename handling a bit. Relintai 2024-03-10 09:32:01 +0100
  • 75e8f68a24 Use String::length(), even though in this case size() works too. Relintai 2024-03-10 09:16:43 +0100