Commit Graph

  • 5ab299fed9 Fix assets getting deleted when modified by external applications Ari Vuollet 2023-09-16 17:58:38 +03:00
  • 785943bef8 Add missing marshaller methods for compatibility Ari Vuollet 2023-09-16 15:58:02 +03:00
  • f114301e97 Improve hostfxr error messages Ari Vuollet 2023-09-16 15:02:31 +03:00
  • 58b2530ac4 Remove redundant reference counter from Delegate Ari Vuollet 2023-09-16 13:26:41 +03:00
  • 2d2bfd9cd1 Include EditorModules in Assembly lookup paths Ari Vuollet 2023-09-16 14:14:26 +03:00
  • 23b6b93726 add collision type to model importer Ruan Lucas 2023-09-15 19:13:32 -04:00
  • 451900b7ee Merge branch 'FlaxEngine:master' into material_import Menotdan 2023-09-15 02:17:34 -04:00
  • f319e9f234 Fixes Rider 2022 not detected when installed with toolbox Walrusking 2023-09-15 01:31:33 -04:00
  • 8226764eec Fix find Rider versions 2022 and later elestrago 2023-09-15 02:35:20 +02:00
  • 2efc31a74e Execute map window before resize in LinuxWindow elestrago 2023-09-15 02:11:05 +02:00
  • 1dd7a27568 Checking for executable Crawcik 2023-09-14 23:19:36 +02:00
  • 64a5d895bd Better version checking Crawcik 2023-09-14 23:18:12 +02:00
  • 73bf28dc47 Change of priorities on RID Crawcik 2023-09-14 22:37:56 +02:00
  • 6dd0957c4a Adding better finding dotnet root location for mac&unix Crawcik 2023-09-14 22:34:03 +02:00
  • ae9b807cc1 Allow using CustomValueContainer as readonly if setter action is null Wojtek Figat 2023-09-14 13:54:31 +02:00
  • f7787a9221 Add Behavior knowledge data debugging Wojtek Figat 2023-09-14 13:53:19 +02:00
  • 35609c9883 Merge remote-tracking branch 'origin/master' into 1.7 Wojtek Figat 2023-09-14 13:25:59 +02:00
  • 722133165b Fix marshalling Array<Variant> as object[] (C# codegen error) Wojtek Figat 2023-09-14 13:18:52 +02:00
  • c686e59fd6 Lazy allocate mutex in Delegate Ari Vuollet 2023-09-13 17:22:19 +03:00
  • 0b3b32195a Update DebugDraw.cs NoriteSC 2023-09-13 12:17:17 +02:00
  • b8abcb5755 Merge branch 'GoaLitiuM-delegate_mutex' into 1.7 Wojtek Figat 2023-09-13 11:44:55 +02:00
  • 936018c49e Add DELEGATE_USE_ATOMIC to toggle #1319 for backward compatibility Wojtek Figat 2023-09-13 11:44:44 +02:00
  • d389348260 Add View Layers button & Reset/Disable/Copy/Paste buttons to View Flags/Debug View & Camera RenderFlags/RenderView addition Wiktor Kocielski 2023-09-12 21:38:26 +03:00
  • 38f7606923 Merge branch 'delegate_mutex' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-delegate_mutex Wojtek Figat 2023-09-13 10:57:34 +02:00
  • 682ff2fb3a Minor tweaks Wojtek Figat 2023-09-13 10:52:46 +02:00
  • 6bdbaecc18 Merge remote-tracking branch 'origin/master' into 1.7 Wojtek Figat 2023-09-13 10:29:28 +02:00
  • cb2ed817a2 Merge branch 'GoaLitiuM-physx_collision_perf' into 1.7 Wojtek Figat 2023-09-13 10:28:14 +02:00
  • 656d984df7 Merge branch 'physx_collision_perf' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-physx_collision_perf Wojtek Figat 2023-09-13 10:27:29 +02:00
  • 394a3696af removed coppy NoriteSC 2023-09-13 02:54:17 +02:00
  • f71f214f36 bug fix macro added extra macros NoriteSC 2023-09-13 02:53:20 +02:00
  • 963c12a75f Merge branch 'RuanLucasGD-add_spline_edit_options' Wojtek Figat 2023-09-12 22:25:28 +02:00
  • cb44c9370e Refactor new spline editor to use icons via Tabs control #1292 Wojtek Figat 2023-09-12 22:25:18 +02:00
  • dbd85fddfe Refactor Editor Tab controls system to allows customizing the tab header controls Wojtek Figat 2023-09-12 22:24:15 +02:00
  • 3e1940c799 Add new spline icons #1292 Wojtek Figat 2023-09-12 22:18:26 +02:00
  • 2a8e35d1ff Format code #1292 Wojtek Figat 2023-09-12 14:38:23 +02:00
  • f2e6bfdead Merge branch 'add_spline_edit_options' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_spline_edit_options Wojtek Figat 2023-09-12 14:26:39 +02:00
  • aa34f85b39 Merge branch 'Tryibion-input-editors' Wojtek Figat 2023-09-12 14:21:39 +02:00
  • 097d26f8cb Codestyle fix #1262 Wojtek Figat 2023-09-12 14:21:27 +02:00
  • 6ece66b018 Merge branch 'input-editors' of https://github.com/Tryibion/FlaxEngine into Tryibion-input-editors Wojtek Figat 2023-09-12 14:09:49 +02:00
  • 9bbdf16623 Fix potential content tree freeze when toggling engine/plugins files showing Wojtek Figat 2023-09-12 14:03:53 +02:00
  • 04be05239a Merge branch 'Tryibion-lods' Wojtek Figat 2023-09-12 13:56:52 +02:00
  • 3170142171 Merge branch 'lods' of https://github.com/Tryibion/FlaxEngine into Tryibion-lods Wojtek Figat 2023-09-12 13:56:42 +02:00
  • 44eba3fdae Fix missing xml comment line from #1291 Wojtek Figat 2023-09-12 13:54:01 +02:00
  • a9c8a76f87 Merge branch 'Withaust-layeraddition' Wojtek Figat 2023-09-12 13:52:30 +02:00
  • 4cae6e50d5 Merge branch 'layeraddition' of https://github.com/Withaust/FlaxEngine into Withaust-layeraddition Wojtek Figat 2023-09-12 13:52:23 +02:00
  • 7b4c8e391a Minor optimization for clearing collider from simulation events cache Wojtek Figat 2023-09-12 13:50:50 +02:00
  • c10658c3fc Fix deserialization, add more docs and tweaks to #1345 Wojtek Figat 2023-09-12 13:50:22 +02:00
  • 452cdfd163 Merge branch 'Tryibion-physics-settings' Wojtek Figat 2023-09-12 13:03:12 +02:00
  • 1591da75ac Merge branch 'physics-settings' of https://github.com/Tryibion/FlaxEngine into Tryibion-physics-settings Wojtek Figat 2023-09-12 13:03:04 +02:00
  • 639149b63b Fix crash when toggling WheeledVehicle active state Wojtek Figat 2023-09-12 11:41:33 +02:00
  • d107947ba9 Update DebugDraw.cpp NoriteSC 2023-09-12 11:19:19 +02:00
  • f11ea02550 forgot about const 😅 NoriteSC 2023-09-12 11:08:47 +02:00
  • 78ffcc8ae5 added other defaults NoriteSC 2023-09-12 11:06:46 +02:00
  • 3bfa37019e DebugDraw extra NoriteSC 2023-09-12 10:59:07 +02:00
  • 3e35a6a7af Fix cloth sim due to culling bug in cooked game Wojtek Figat 2023-09-11 22:55:03 +02:00
  • fb488cbaf7 Merge remote-tracking branch 'origin/master' into 1.7 Wojtek Figat 2023-09-11 22:43:46 +02:00
  • 762960bee1 Merge branch 'Tryibion-plugin-project-creation' Wojtek Figat 2023-09-11 22:42:55 +02:00
  • 9d494679ac Add formatting MyPlugin.cs for new plugin setup Wojtek Figat 2023-09-11 22:42:48 +02:00
  • 985d6cc811 Add UTF8 format for created plugin files and format code Wojtek Figat 2023-09-11 22:32:37 +02:00
  • 99c2adc1f3 Add game settings formatting for created plugin ProjectInfo Wojtek Figat 2023-09-11 22:32:17 +02:00
  • 776fbe2a7b Fix creating plugin with whitespace or non-ASCII character in the name Wojtek Figat 2023-09-11 22:30:51 +02:00
  • 2fa7740a0f Merge branch 'plugin-project-creation' of https://github.com/Tryibion/FlaxEngine into Tryibion-plugin-project-creation Wojtek Figat 2023-09-11 21:48:31 +02:00
  • 0a5f983ff4 Fix error when model is missing in Editor for prefab editor Wojtek Figat 2023-09-11 21:36:36 +02:00
  • b7cf0d4420 Merge branch 'NoriteSC-ContentBrowserImprovement' Wojtek Figat 2023-09-11 20:03:51 +02:00
  • 16fed8927c Refactor #1266 (code quality and simplicity) Wojtek Figat 2023-09-11 20:02:53 +02:00
  • 2ddb44afa8 Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement Wojtek Figat 2023-09-11 15:39:48 +02:00
  • 59c460ccbc Format code Wojtek Figat 2023-09-11 15:08:13 +02:00
  • 748ff3b8a5 Optimize CultureInfoEditor and TagEditor performance when searching entries by text Wojtek Figat 2023-09-11 15:07:37 +02:00
  • 829d3b3642 Add editor shortcuts usability when toolstrip or main menu controls are focused Wojtek Figat 2023-09-11 15:07:06 +02:00
  • 48d4a51c1b Fix crash when boxing native array to managed value Wojtek Figat 2023-09-11 15:06:26 +02:00
  • 1134cfa6a6 Fix using ManagedDictionary when item value type is array Wojtek Figat 2023-09-11 15:05:46 +02:00
  • 9afa98e905 Fix Random Range nodes in CPU particles/script graphs when using int Wojtek Figat 2023-09-11 13:59:10 +02:00
  • fb27606541 Add missing Particle Scale getter node to Particle Emitter graph Wojtek Figat 2023-09-11 13:54:44 +02:00
  • 716e643f2a Fix applying prefab changes to nesting prefab instances Wojtek Figat 2023-09-10 21:07:41 +02:00
  • ae27d51dc6 Fix building for Android with the latest Java version (update to Gradle 8.3) Wojtek Figat 2023-09-10 14:53:58 +02:00
  • a4312590e7 Fix debug draw leftover from 9da686cd52 Wojtek Figat 2023-09-10 13:34:46 +02:00
  • 8008f05d64 Merge branch 'master' into layeraddition Wiktor Kocielski 2023-09-10 13:39:31 +03:00
  • 328bfa8322 Merge branch 'Tryibion-sort-projects' Wojtek Figat 2023-09-10 12:06:30 +02:00
  • e1a75b9ae9 Merge branch 'sort-projects' of https://github.com/Tryibion/FlaxEngine into Tryibion-sort-projects Wojtek Figat 2023-09-10 12:05:14 +02:00
  • f08e1019b4 Merge branch 'Tryibion-content-item-improve' Wojtek Figat 2023-09-10 12:03:47 +02:00
  • 212b7970fc Merge branch 'content-item-improve' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-item-improve Wojtek Figat 2023-09-10 12:00:20 +02:00
  • 9da686cd52 Improve #1369 for #1365 Wojtek Figat 2023-09-10 11:58:54 +02:00
  • 948ca92b4f Merge branch 'RuanLucasGD-master' Wojtek Figat 2023-09-10 11:44:40 +02:00
  • 3962285b87 Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master Wojtek Figat 2023-09-10 11:44:34 +02:00
  • 53deeff116 Missing change from 9291295a4d Wojtek Figat 2023-09-10 11:33:08 +02:00
  • 9291295a4d Fix Dictionary and HashSet iterators to prevent unwanted data copies Wojtek Figat 2023-09-10 11:25:36 +02:00
  • 0c89aa1958 Merge branch 'Withaust-resizedelegate' Wojtek Figat 2023-09-10 11:12:25 +02:00
  • 9d031fadc0 Merge branch 'resizedelegate' of https://github.com/Withaust/FlaxEngine into Withaust-resizedelegate Wojtek Figat 2023-09-10 11:12:19 +02:00
  • d730d712fb Merge branch 'Tryibion-slider' Wojtek Figat 2023-09-10 11:09:37 +02:00
  • 317c7021a3 Merge branch 'slider' of https://github.com/Tryibion/FlaxEngine into Tryibion-slider Wojtek Figat 2023-09-10 11:08:10 +02:00
  • d11a90a680 Merge branch 'RuanLucasGD-add_DebugDraw_DrawRay' Wojtek Figat 2023-09-10 11:03:37 +02:00
  • f8d56fceec Merge branch 'add_DebugDraw_DrawRay' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_DebugDraw_DrawRay Wojtek Figat 2023-09-10 11:03:31 +02:00
  • bd63fadfbd Merge branch 'scene-select-fix' of https://github.com/Tryibion/FlaxEngine Wojtek Figat 2023-09-10 10:59:13 +02:00
  • b279adbaab Merge branch 'GoaLitiuM-managed_utf8_str_fix' Wojtek Figat 2023-09-10 10:52:21 +02:00
  • 002d46cddd Merge branch 'managed_utf8_str_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-managed_utf8_str_fix Wojtek Figat 2023-09-10 10:52:08 +02:00
  • 6bbc74caf2 Merge branch 'Tryibion-cache-clothgizmo-values' into 1.7 Wojtek Figat 2023-09-10 10:47:41 +02:00
  • 36e19b112a Merge branch 'cache-clothgizmo-values' of https://github.com/Tryibion/FlaxEngine into Tryibion-cache-clothgizmo-values Wojtek Figat 2023-09-10 10:47:34 +02:00
  • 8a31a63713 Fix build Wojtek Figat 2023-09-10 10:25:03 +02:00
  • f20977732e Merge branch 'Tryibion-remove-tag' Wojtek Figat 2023-09-10 10:18:52 +02:00
  • d653300e18 Merge branch 'remove-tag' of https://github.com/Tryibion/FlaxEngine into Tryibion-remove-tag Wojtek Figat 2023-09-10 10:18:45 +02:00