Commit Graph

  • dcec847d50 - Basic constants can now be converted to parameters Nils Hausfeld 2023-10-11 20:01:56 +02:00
  • fa96707c57 Fix crash when implementing INetworkSerializable in C#-only Wojtek Figat 2023-10-11 18:39:51 +02:00
  • 8f3a5bd74a Improve ObjectsRemovalService to handle newly added objects removing Wojtek Figat 2023-10-11 17:41:35 +02:00
  • 6dd9f0f036 Improve #1667 to log exception Wojtek Figat 2023-10-11 17:25:32 +02:00
  • 97f1572a78 Merge branch 'Menotdan-fix-removing-scripts' Wojtek Figat 2023-10-11 17:22:06 +02:00
  • a0ada24764 Merge branch 'fix-removing-scripts' of https://github.com/Menotdan/FlaxEngine into Menotdan-fix-removing-scripts Wojtek Figat 2023-10-11 17:22:01 +02:00
  • 2067c73401 Merge branch 'MineBill-popup-fix' Wojtek Figat 2023-10-11 17:17:51 +02:00
  • dad3e1f77d Revert f1d57e47cb in favor of #1670 Wojtek Figat 2023-10-11 17:17:46 +02:00
  • c853b404d6 Merge branch 'popup-fix' of https://github.com/MineBill/FlaxEngine into MineBill-popup-fix Wojtek Figat 2023-10-11 17:15:14 +02:00
  • 1986f2b58b Only set WS_CAPTION if the window is a regular window MineBill 2023-10-11 17:06:16 +03:00
  • af468ee6ae Fix scripting interop in AOT mode to use reflection-based field access Wojtek Figat 2023-10-11 15:18:28 +02:00
  • b92345c3ef Fix crash when running async C# code with Mono Wojtek Figat 2023-10-11 12:36:49 +02:00
  • bc762761dd Fix engine when used without C# scripting at all Wojtek Figat 2023-10-11 12:35:27 +02:00
  • cbdd6c4964 Add HasDepthClip to GPU Device limits Wojtek Figat 2023-10-11 10:15:44 +02:00
  • a7937c2b2e Fixed script serialization failures from removing scripts. Menotdan 2023-10-10 19:12:21 -04:00
  • 6af9df79b2 Debug testing.. Menotdan 2023-10-10 19:11:45 -04:00
  • 4f67d14261 forgotten the public keyword in engine/debug/debugdraw.cs NoriteSC 2023-10-10 22:15:31 +00:00
  • 0a12724974 changed the 3.402823466e+38f to MAX_float NoriteSC 2023-10-10 22:04:30 +00:00
  • ac542bf920 Fix FieldHelper.GetFieldOffset crash for classes with const fields (compile-time) Wojtek Figat 2023-10-10 20:52:12 +02:00
  • 902c82ae1e Add pixel format logging when not supported for shadow map Wojtek Figat 2023-10-10 20:22:53 +02:00
  • 075da66344 I am not a C# compiler. Menotdan 2023-10-10 12:46:49 -04:00
  • e273433d19 Merge branch 'master' into visject_grid_snap Menotdan 2023-10-10 12:37:13 -04:00
  • 7fcb0a1da7 change terrain brush size with scroll Ruan Lucas 2023-10-10 10:46:47 -04:00
  • ccf3469307 Minor Vulkan tweaks Wojtek Figat 2023-10-10 14:17:34 +02:00
  • 3ac7c4e0ee Codestyle fix Wojtek Figat 2023-10-09 23:21:02 +02:00
  • 69e973b837 Merge branch 'Chikinsupu-AnimationSampleNode-AnimationAssetReferencePort' Wojtek Figat 2023-10-09 22:25:03 +02:00
  • dafc8a61c1 Merge branch 'AnimationSampleNode-AnimationAssetReferencePort' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-AnimationSampleNode-AnimationAssetReferencePort Wojtek Figat 2023-10-09 22:24:57 +02:00
  • d2594c05ab Merge branch 'nothingTVatYT-fix-linux-open-files-dialog' Wojtek Figat 2023-10-09 22:22:36 +02:00
  • d6d18e93e0 Merge branch 'fix-linux-open-files-dialog' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-linux-open-files-dialog Wojtek Figat 2023-10-09 22:22:25 +02:00
  • 00a03beb78 Optimize Half2 conversion in Render2D Wojtek Figat 2023-10-09 21:45:36 +02:00
  • 2ff4a69f53 fix reading of pipe buffer from external filechooser nothingTVatYT 2023-10-09 17:25:28 +02:00
  • 00100e11f2 Fix C# objects serialization bug when script throws exception during saving to Json Wojtek Figat 2023-10-09 15:31:46 +02:00
  • fa57440a2f Fix typo Wojtek Figat 2023-10-09 14:48:19 +02:00
  • bfab9d68db Bump up version for future Wojtek Figat 2023-10-09 14:39:22 +02:00
  • 8a018977d6 Merge branch 'MineBill-fix-transition-data' Wojtek Figat 2023-10-09 14:35:24 +02:00
  • 26ffe31a0f Merge branch 'fix-transition-data' of https://github.com/MineBill/FlaxEngine into MineBill-fix-transition-data Wojtek Figat 2023-10-09 14:35:15 +02:00
  • 09f2be907e Merge remote-tracking branch 'origin/master' into 1.7 Wojtek Figat 2023-10-09 12:40:47 +02:00
  • 8e23781153 Fix updating time left when destroying large amount of objects Wojtek Figat 2023-10-09 12:13:09 +02:00
  • 64d4076615 Minor tweaks Wojtek Figat 2023-10-09 12:06:55 +02:00
  • d7e9e2ed16 Fix AssetsCache to include project path and reject cache when project gets duplicated with cache Wojtek Figat 2023-10-09 11:33:02 +02:00
  • 1ac4fef8d0 Merge branch 'nothingTVatYT-fix-linux-systeminfo' Wojtek Figat 2023-10-09 10:44:17 +02:00
  • 6c0011bef5 Merge branch 'fix-linux-systeminfo' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-linux-systeminfo Wojtek Figat 2023-10-09 10:44:08 +02:00
  • 481a3cfba5 Minor tweaks Wojtek Figat 2023-10-08 23:33:51 +02:00
  • fd7ef38639 Merge branch 'MineBill-linux-doubleclick' Wojtek Figat 2023-10-08 22:14:09 +02:00
  • 0b786feb65 Merge branch 'linux-doubleclick' of https://github.com/MineBill/FlaxEngine into MineBill-linux-doubleclick Wojtek Figat 2023-10-08 22:14:02 +02:00
  • 5b866b643b fix GetDesktopSize for Linux nothingTVatYT 2023-10-08 22:05:53 +02:00
  • 03642632f5 Use a maximum distance between clicks, when detecting a double click minebill 2023-10-08 21:45:34 +03:00
  • 552641c51a Fix potential crashes if uses calls terrain tools with invalid params Wojtek Figat 2023-10-08 17:02:26 +02:00
  • 4bfc97d982 Merge branch 'GoaLitiuM-viewport_cam_drift_fix' Wojtek Figat 2023-10-08 16:50:24 +02:00
  • f3818c8a1d Merge branch 'viewport_cam_drift_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-viewport_cam_drift_fix Wojtek Figat 2023-10-08 16:48:23 +02:00
  • 45ae103612 Merge branch 'RuanLucasGD-Fix-Actor-OnDestroy' Wojtek Figat 2023-10-08 16:46:25 +02:00
  • c3924d636d Merge branch 'Fix-Actor-OnDestroy' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Fix-Actor-OnDestroy Wojtek Figat 2023-10-08 16:41:40 +02:00
  • 38664e9d43 More improvements to 13853d5fb5 Wojtek Figat 2023-10-08 16:34:41 +02:00
  • 4db1975f02 Fix Editor viewport camera drifting with odd viewport sizes Ari Vuollet 2023-10-08 17:28:28 +03:00
  • 13853d5fb5 Fix model asset previews to wait for materials to be loaded Wojtek Figat 2023-10-08 16:01:34 +02:00
  • 734f8bcaf4 Fix shader compilation tracking to check for directory existence Wojtek Figat 2023-10-08 15:52:36 +02:00
  • 52833377ca Merge branch 'Tryibion-auto-module' Wojtek Figat 2023-10-08 15:14:40 +02:00
  • b56447bae4 Refactor code in #1423 to be cleaner Wojtek Figat 2023-10-08 15:14:35 +02:00
  • 3b23e50ee6 Merge branch 'auto-module' of https://github.com/Tryibion/FlaxEngine into Tryibion-auto-module Wojtek Figat 2023-10-08 13:43:28 +02:00
  • dd466ef162 Merge branch 'GoaLitiuM-ies_fix' Wojtek Figat 2023-10-08 13:40:17 +02:00
  • f80271bdfd Merge branch 'ies_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-ies_fix Wojtek Figat 2023-10-08 13:36:55 +02:00
  • e07c7f2c15 Merge branch 'GoaLitiuM-light_field_order_fix' Wojtek Figat 2023-10-08 13:36:20 +02:00
  • 916993f241 Merge branch 'light_field_order_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-light_field_order_fix Wojtek Figat 2023-10-08 13:36:10 +02:00
  • 96a56c11ef Merge branch 'RuanLucasGD-fix_edit_text_box' Wojtek Figat 2023-10-08 13:34:13 +02:00
  • 12ed17618f Merge branch 'fix_edit_text_box' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_edit_text_box Wojtek Figat 2023-10-08 13:34:08 +02:00
  • 2d1415c40d Merge branch 'Chikinsupu-Visject-BendingPreviewConnectionFix' Wojtek Figat 2023-10-08 11:16:47 +02:00
  • dc59a38b64 Merge branch 'Visject-BendingPreviewConnectionFix' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-BendingPreviewConnectionFix Wojtek Figat 2023-10-08 11:16:38 +02:00
  • f7769439cf Merge branch 'Chikinsupu-Visject-ContextSensitiveParameterSupport' Wojtek Figat 2023-10-08 11:15:31 +02:00
  • a9231d5e08 Merge branch 'Visject-ContextSensitiveParameterSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ContextSensitiveParameterSupport Wojtek Figat 2023-10-08 11:15:26 +02:00
  • af388ef8b4 Merge branch 'Chikinsupu-Visject-FixItemDuplicationBug' Wojtek Figat 2023-10-08 11:13:00 +02:00
  • b2ee160bfe Merge branch 'Visject-FixItemDuplicationBug' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-FixItemDuplicationBug Wojtek Figat 2023-10-08 11:12:55 +02:00
  • df38752506 Merge branch 'MineBill-alt-key-linux' Wojtek Figat 2023-10-08 11:10:14 +02:00
  • 880e394554 Merge branch 'alt-key-linux' of https://github.com/MineBill/FlaxEngine into MineBill-alt-key-linux Wojtek Figat 2023-10-08 11:10:08 +02:00
  • b8f094e007 Cleanup Iterator in ChunkedArray Wojtek Figat 2023-10-08 11:09:12 +02:00
  • b93cbbd194 Merge branch 'GoaLitiuM-dict_iter_fix' Wojtek Figat 2023-10-08 11:05:18 +02:00
  • 5e85fa2c0c Merge branch 'master' into feat/improved-camera-settings Christopher Rothert 2023-10-08 01:41:05 +02:00
  • 966e5cdda2 Update some comments Christopher Rothert 2023-10-08 01:30:35 +02:00
  • 997c442e69 Update movement speed formatting Christopher Rothert 2023-10-08 01:07:36 +02:00
  • 95f40ecc0c clean code Ruan Lucas 2023-10-07 16:27:14 -04:00
  • e903348d71 Fix incorrect mapping of Alt key on linux minebill 2023-10-07 22:28:39 +03:00
  • 56c3080b10 fix edit text box Ruan Lucas 2023-10-07 11:06:23 -04:00
  • d41ec15606 - Implemented support for surface parameters Nils Hausfeld 2023-10-07 13:57:05 +02:00
  • 2eb49dba59 Move Use Inverse Squared Falloff above Falloff Exponent in lights Ari Vuollet 2023-10-07 14:38:58 +03:00
  • bc658bbfba Fix Dictionary iterator comparison Ari Vuollet 2023-10-07 14:24:31 +03:00
  • 1f4343d664 Fix IES profile light computation formula Ari Vuollet 2023-10-07 14:23:06 +03:00
  • 2bec653b81 Add color picker option to accept changes on dismissal Edu Garcia 2023-10-07 10:12:37 +01:00
  • 00aa54cde8 Update camera speed stepping and easing Christopher Rothert 2023-10-07 02:40:52 +02:00
  • 004e2ab5e8 Update Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Material.cpp NoriteSC 2023-10-06 23:07:19 +02:00
  • d7095957d0 Update Source/Editor/Surface/Archetypes/Material.cs NoriteSC 2023-10-06 23:07:00 +02:00
  • e4bd84bd6a - Fixed items in Surface Paramter Group getting duplicated over and over again Nils Hausfeld 2023-10-06 23:02:00 +02:00
  • 4e2870e90c Update Source/Editor/Surface/Archetypes/Material.cs NoriteSC 2023-10-06 22:56:16 +02:00
  • 1736aaeb6a Update Source/Editor/Surface/Archetypes/Material.cs NoriteSC 2023-10-06 22:54:26 +02:00
  • 7b601723c0 Merge branch 'FlaxEngine:master' into Debug NoriteSC 2023-10-06 22:16:11 +02:00
  • d5c0ad0487 Merge branch 'FlaxEngine:master' into Nodes NoriteSC 2023-10-06 22:15:35 +02:00
  • 78c0e1dd92 - Visual fix to preview connection when pulling out of an input box or a reroute node Nils Hausfeld 2023-10-06 18:16:04 +02:00
  • c4136dcaa9 Merge branch 'master' into AnimationSampleNode-AnimationAssetReferencePort Nils Hausfeld 2023-10-06 17:50:36 +02:00
  • 63d57151d0 - Minor cleanup Nils Hausfeld 2023-10-06 17:50:19 +02:00
  • a9dd9adc22 Merge branch 'MineBill-control-double-click' Wojtek Figat 2023-10-06 17:22:10 +02:00
  • a8f6a90a2f Merge branch 'control-double-click' of https://github.com/MineBill/FlaxEngine into MineBill-control-double-click Wojtek Figat 2023-10-06 17:20:46 +02:00
  • a40819e37b Merge branch 'Muzz-Vert-color-deduplication-check' Wojtek Figat 2023-10-06 17:06:29 +02:00