Commit Graph

  • 6c32e4a842 force DeepClone() to use runtime class nothingTVatYT 2023-11-18 05:34:34 +01:00
  • 84f6e2f90f Hide search window and search nodes from UIControls Chandler Cox 2023-11-17 11:25:54 -06:00
  • f77f8fbb39 Fix regression from d9b90c9520 Wojtek Figat 2023-11-17 16:15:43 +01:00
  • 15aaf5043a Fix scenes reload feature to check if can do it, properly use async in play mode and ask for save if scene is modified Wojtek Figat 2023-11-17 14:07:33 +01:00
  • b7f2196784 Fix missing script replacement if data has object id that doesn't match current parent Wojtek Figat 2023-11-17 14:02:40 +01:00
  • d9b90c9520 Fix crash in MissingScript if script is still missing after deserialization Wojtek Figat 2023-11-17 13:50:18 +01:00
  • 719498e99b Adjust MissingScriptEditor layout for UI Wojtek Figat 2023-11-17 13:08:37 +01:00
  • 0beb389012 Merge branch 'NoriteSC-MathLib' Wojtek Figat 2023-11-17 12:25:28 +01:00
  • e177aec5fa Codestyle Wojtek Figat 2023-11-17 12:19:54 +01:00
  • a1ef635a2c Merge branch 'MathLib' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-MathLib Wojtek Figat 2023-11-17 12:17:11 +01:00
  • 3824b19c8b Added Actor.GetPrefabRoot() Menotdan 2023-11-16 23:46:44 -05:00
  • 9de408e4e8 Fix comments Chandler Cox 2023-11-16 21:46:37 -06:00
  • 2ac8480df4 Simplify RequireScriptAttribute code. Chandler Cox 2023-11-16 21:45:33 -06:00
  • 44e55cc8b6 Add require Actor attribute Chandler Cox 2023-11-16 21:25:40 -06:00
  • c4c3a3a5e8 Remove break to show all missing required scripts in logs. Chandler Cox 2023-11-16 21:01:19 -06:00
  • de55ad90b7 Add require script attribute and functionality. Chandler Cox 2023-11-16 20:57:53 -06:00
  • ca64867f3c Merge branch 'RuanLucasGD-fix-navigation-crash' Wojtek Figat 2023-11-16 16:26:59 +01:00
  • 027fcbfd36 6Merge branch 'fix-navigation-crash' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix-navigation-crash Wojtek Figat 2023-11-16 16:16:07 +01:00
  • bec878cc11 Fix crashes in various dictionary usages caused by duplicated keys Wojtek Figat 2023-11-16 15:47:42 +01:00
  • f0865c3989 Fix crash in Global Surface Atlas when dirty object is missing Wojtek Figat 2023-11-16 14:18:29 +01:00
  • 9738fd4354 Fix crash on hot-reload in Editor due to leftover scripting events in ScriptingEvents::EventsTable Wojtek Figat 2023-11-16 14:09:05 +01:00
  • d33bf2fa6a Update docs comments based on https://github.com/FlaxEngine/FlaxDocs/pull/127 Wojtek Figat 2023-11-16 13:55:45 +01:00
  • 307129b4a1 added c++ PingPong and flipped sheer NoriteSC 2023-11-16 11:50:44 +01:00
  • 1bc6842831 Update build number Wojtek Figat 2023-11-16 10:32:31 +01:00
  • 1bb68f2c0c Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2023-11-16 10:31:13 +01:00
  • 640f380237 Add OutputName to Build Settings for game output exe/package renaming Wojtek Figat 2023-11-16 10:29:58 +01:00
  • 6af6edb4fe Add engine lib to codesign on windows and disable perf event spam in deployment build Wojtek Figat 2023-11-15 23:39:52 +01:00
  • 6cad1e3309 Add better win32 resource file injection to be done during linker call Wojtek Figat 2023-11-15 23:22:26 +01:00
  • ee6a311406 Add support for building engine target as shared library on all platforms Wojtek Figat 2023-11-15 22:56:23 +01:00
  • 6aea001e94 Remove unnecessary check Mr. Capybara 2023-11-15 12:49:20 -03:00
  • 3a59cfcf20 Change Globals.BuildErrors into BuildException #1673 Wojtek Figat 2023-11-15 11:57:53 +01:00
  • 385693afff Merge branch 'GoaLitiuM-csharp_vs_build' Wojtek Figat 2023-11-15 11:44:49 +01:00
  • e7ef3ebef2 Merge branch 'csharp_vs_build' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-csharp_vs_build Wojtek Figat 2023-11-15 11:44:42 +01:00
  • c45d606f69 Merge branch 'GoaLitiuM-dotnet8_rollforward_fix' Wojtek Figat 2023-11-15 11:44:29 +01:00
  • 2555b07edf Merge branch 'dotnet8_rollforward_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet8_rollforward_fix Wojtek Figat 2023-11-15 11:44:21 +01:00
  • 80a30f504a Add initial support for Precompiled Header Files (PCH) in MSVC compilation Wojtek Figat 2023-11-15 10:30:59 +01:00
  • d533cf554a Avoid crash when try build navmesh with null scene Mr. Capybara 2023-11-14 14:47:35 -04:00
  • bc3107d1db Fix build warnings on the latest XCode Wojtek Figat 2023-11-14 19:03:46 +01:00
  • 3f5c92e2fa Improve .NET 8 runtime and SDK detection Ari Vuollet 2023-11-14 17:00:04 +02:00
  • 8d3cb8953c Add casting to variant in large worlds build Wojtek Figat 2023-11-14 12:41:59 +01:00
  • 3904756e26 Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2023-11-14 12:20:26 +01:00
  • 6fd34bf5cc Fix compilation regression Wojtek Figat 2023-11-14 12:15:51 +01:00
  • 0360f7786d Fix crash hen readingBehaviorKnowledgeSelector value in C# when type doesn't match exactly Wojtek Figat 2023-11-14 11:47:44 +01:00
  • 3320c76e14 Add soft check for null managed object value for unboxing Wojtek Figat 2023-11-14 11:23:15 +01:00
  • e0de6744e2 Add better errors logging to BT nodes in case of issues Wojtek Figat 2023-11-14 11:22:41 +01:00
  • 7c53b1e99a Add clearing BT memory in non-release builds to make issues spotting easier Wojtek Figat 2023-11-14 11:22:17 +01:00
  • dd579eb099 Merge branch 'GoaLitiuM-freetype_fontstyle' Wojtek Figat 2023-11-14 10:39:08 +01:00
  • 0d8868e5bb Merge branch 'freetype_fontstyle' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-freetype_fontstyle Wojtek Figat 2023-11-14 10:39:01 +01:00
  • c0f0bd87aa Fix error in Tabs.SelectedTab Wojtek Figat 2023-11-14 10:33:40 +01:00
  • f7fb366233 Minor doc updates Wojtek Figat 2023-11-14 10:31:11 +01:00
  • b2f49e2791 Merge branch 'Tryibion-limit-cloth-brush' Wojtek Figat 2023-11-14 10:30:46 +01:00
  • b848c12802 Merge branch 'limit-cloth-brush' of https://github.com/Tryibion/FlaxEngine into Tryibion-limit-cloth-brush Wojtek Figat 2023-11-14 10:30:27 +01:00
  • 45cb4eb66d Merge branch 'RuanLucasGD-WakeUp-Rigidboies' Wojtek Figat 2023-11-14 10:20:50 +01:00
  • a42d54e401 Merge branch 'WakeUp-Rigidboies' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-WakeUp-Rigidboies Wojtek Figat 2023-11-14 10:20:43 +01:00
  • ab5534da7f Add limits to cloth brush values. Chandler Cox 2023-11-13 20:38:04 -06:00
  • 05ea803582 add check for GetStartAwake Mr. Capybara 2023-11-13 20:05:05 -04:00
  • eaafb72ca9 Optimize some includes and use automatic serializers for platform settings Wojtek Figat 2023-11-13 23:54:07 +01:00
  • 4ceed361e2 small fix Mr. Capybara 2023-11-13 14:28:16 -04:00
  • a9e1568edc Auto WakeUp rigidbodies when set "isKinematic" to false Mr. Capybara 2023-11-13 14:26:42 -04:00
  • 348ed463fc Merge branch 'Radiangames-LightThemeTweaks' Wojtek Figat 2023-11-13 17:17:42 +01:00
  • 618273977c Minor improvements to code style #1541 Wojtek Figat 2023-11-13 17:17:05 +01:00
  • 13881c7d97 Merge branch 'LightThemeTweaks' of https://github.com/Radiangames/FlaxEngine into Radiangames-LightThemeTweaks Wojtek Figat 2023-11-13 17:02:12 +01:00
  • 97a28d4431 Add security lockers for managed typeinfo access Wojtek Figat 2023-11-13 15:48:12 +01:00
  • 46f82aabcd Fix ui navigation regression from 2f9343c236 Wojtek Figat 2023-11-13 14:48:40 +01:00
  • c328eabd2a Merge branch 'Tryibion-dropdown-improvements' Wojtek Figat 2023-11-13 14:46:11 +01:00
  • 422fb34c69 Rename NumberOfItemsToShow to ShowMaxItemsCount #1826 Wojtek Figat 2023-11-13 14:41:33 +01:00
  • c7eaed6c65 Merge branch 'dropdown-improvements' of https://github.com/Tryibion/FlaxEngine into Tryibion-dropdown-improvements Wojtek Figat 2023-11-13 14:36:18 +01:00
  • 418918920e Add GetSplineSegmentLength to get spline segment length Wojtek Figat 2023-11-13 11:38:37 +01:00
  • 930b1b978c Fix incorrect spline length calculation if first point is not at spline origin Wojtek Figat 2023-11-13 10:25:46 +01:00
  • 95180f4aa9 Merge branch 'SinnersSum-Flax-SSDev' Wojtek Figat 2023-11-13 09:52:43 +01:00
  • 0f14672e3b Codestyle formatting and fixes for #1888 Wojtek Figat 2023-11-13 09:45:33 +01:00
  • 0fe9f6f439 Merge branch 'Flax-SSDev' of https://github.com/SinnersSum/FlaxEngine into SinnersSum-Flax-SSDev Wojtek Figat 2023-11-12 21:47:45 +01:00
  • cc1e98db3c Bump up build number Wojtek Figat 2023-11-12 01:06:06 +01:00
  • 31ce41c5a4 Fix marking scene as dirty when creating prefab from existing actor Wojtek Figat 2023-11-11 17:57:54 +01:00
  • 0556c30ac5 Merge branch 'stefnotch-patch-14' into 1.8 Wojtek Figat 2023-11-11 17:52:29 +01:00
  • 5df1d3ddfd Merge branch 'patch-14' of https://github.com/stefnotch/FlaxEngine into stefnotch-patch-14 Wojtek Figat 2023-11-11 17:52:21 +01:00
  • be90f47585 Documentation improvements from https://github.com/FlaxEngine/FlaxDocs/pull/125 Wojtek Figat 2023-11-11 15:37:12 +01:00
  • ddaa5f9161 Fix regression in Custom Editor UI from 74bcf7d9e5 Wojtek Figat 2023-11-11 14:47:20 +01:00
  • dc7170c51e Expose Freetype font style flags in FontAsset Ari Vuollet 2023-11-10 21:32:18 +02:00
  • 96ba3832d6 Re-add change allowing you to drag anywhere on the node. Menotdan 2023-11-10 10:53:14 -05:00
  • 14d14dd6f3 Merge branch 'master' into visject_grid_snap Menotdan 2023-11-10 10:44:59 -05:00
  • 43ae0bcd4c Merge branch 'MineBill-fix-rider-detection' Wojtek Figat 2023-11-10 16:14:48 +01:00
  • 252bb680fa Merge branch 'fix-rider-detection' of https://github.com/MineBill/FlaxEngine into MineBill-fix-rider-detection Wojtek Figat 2023-11-10 16:14:38 +01:00
  • beab66e42e Merge branch 'RuanLucasGD-rebuild-navigation' Wojtek Figat 2023-11-10 15:54:13 +01:00
  • c2c0ad8067 Merge branch 'rebuild-navigation' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-rebuild-navigation Wojtek Figat 2023-11-10 15:08:55 +01:00
  • 057d1fbcc6 Fix unpacking Float3 and other inbuilt Variant types via Unpack node in Visual Script Wojtek Figat 2023-11-10 15:07:37 +01:00
  • 626cde118b Add verification to rebuild navigation Mr. Capybara 2023-11-10 09:45:46 -03:00
  • 36daa38e0f Fix CollectionEditor to properly support editing multiple arrays Wojtek Figat 2023-11-10 13:23:32 +01:00
  • ed69f11121 Don't hardcode appdata path for linux anymore. MineBill 2023-11-10 13:56:19 +02:00
  • 9cd8c02911 Fix NetworkTransform to properly reject local simulation deltas on incoming authoritative transform data Wojtek Figat 2023-11-10 11:34:52 +01:00
  • 7d70a15034 Fix color editing control to properly handle mouse event Wojtek Figat 2023-11-10 10:20:21 +01:00
  • 39a5b8e635 Invert check order Wojtek Figat 2023-11-10 01:32:24 +01:00
  • 2ae290491e fix build Mr. Capybara 2023-11-09 14:50:56 -04:00
  • 3c71dc99e0 Rebuild navigation after apply changes in Navigation asset Mr. Capybara 2023-11-09 14:08:01 -04:00
  • ea3f02f810 Fix rotacion sheers the UI element NoriteSC 2023-11-09 17:34:07 +01:00
  • 4ae57e7769 Fix issue with asset loading to be properly canceled when reimporting file Wojtek Figat 2023-11-09 14:52:28 +01:00
  • 22c8ec5342 Fix crash when rigidbody gets deleted during physical collision Wojtek Figat 2023-11-09 11:50:48 +01:00
  • 710b9275fd Fix minor typos https://github.com/FlaxEngine/FlaxDocs/pull/123 Wojtek Figat 2023-11-09 09:13:40 +01:00
  • e7844bb5b2 Merge branch 'Menotdan-custom-model-matpv' Wojtek Figat 2023-11-09 09:10:32 +01:00
  • d8a54692f0 Code cleanup #1785 Wojtek Figat 2023-11-09 09:10:25 +01:00