Commit Graph

  • 74f5d14ec9 Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2023-12-08 11:23:06 +01:00
  • 306dd43b18 Merge branch 'Menotdan-bt_infinite_loop' Wojtek Figat 2023-12-08 10:34:38 +01:00
  • c3b6dd9884 Merge branch 'bt_infinite_loop' of https://github.com/Menotdan/FlaxEngine into Menotdan-bt_infinite_loop Wojtek Figat 2023-12-08 10:34:33 +01:00
  • f7e9465ce8 Avoid memory alloc #2042 Wojtek Figat 2023-12-08 10:29:22 +01:00
  • f9ad6e00c2 Merge branch 'Tryibion-add-blend-anim-fix' Wojtek Figat 2023-12-08 10:28:16 +01:00
  • 73a3e147ca Merge branch 'add-blend-anim-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-blend-anim-fix Wojtek Figat 2023-12-08 10:26:34 +01:00
  • 59fe448987 Fix script add undo regression 9bde0f9f9b Wojtek Figat 2023-12-08 10:23:17 +01:00
  • 629ebacd64 Hide loop count options if "Infinite Loop" is checked. Menotdan 2023-12-08 02:01:13 -05:00
  • a6a94d5f77 2nd pass on additive blend math. Chandler Cox 2023-12-08 00:59:41 -06:00
  • 4a50111f9b Add infinite loop to behavior tree loop decorator. Menotdan 2023-12-08 01:46:55 -05:00
  • 91033a6468 Simplify Chandler Cox 2023-12-07 20:51:24 -06:00
  • 73074b6e44 Enable Transform Lerp Chandler Cox 2023-12-07 20:31:18 -06:00
  • e9285410e2 Fix blending additive animations. Chandler Cox 2023-12-07 20:27:24 -06:00
  • 4fb2d3f7f3 sync NoriteSC 2023-12-07 23:55:10 +01:00
  • 526edb83de Add Async to anim events (false by default) to delay events execution into main thread and prevent multi-threading issues by default Wojtek Figat 2023-12-07 15:21:03 +01:00
  • 7db0ae59bb Fix managed method delegate creation to be thread-safe Wojtek Figat 2023-12-07 14:35:13 +01:00
  • eb7d5e5df3 Fix crash when spawning actor from asyc thread into the SceneObject Wojtek Figat 2023-12-07 11:50:24 +01:00
  • 83ef9791d4 Fix missing bounds update on SkyLight radius modification Wojtek Figat 2023-12-07 11:44:05 +01:00
  • 228239632a Fix tooltip location check when wraps over the screen Wojtek Figat 2023-12-07 11:43:50 +01:00
  • 3749b35aba Fix crash in Content Storage async job when someone is using file storage and access cannot be freed Wojtek Figat 2023-12-07 11:18:18 +01:00
  • d847dfda61 Fix issue with import scale on prefab model Wojtek Figat 2023-12-07 10:25:59 +01:00
  • cb92110976 Add ModelPrefab to imported model prefab for reimporting functionality Wojtek Figat 2023-12-07 10:25:45 +01:00
  • 1f6b63291d Fix code style error Chandler Cox 2023-12-06 09:39:16 -06:00
  • 7d36cdb67d Change vignette settings. Chandler Cox 2023-12-06 09:33:59 -06:00
  • 74b77bfa4c Fix regression from 38a0718b70 Wojtek Figat 2023-12-06 14:34:34 +01:00
  • 32ced6e68a Fix missing surface graph edited flag after removing anim graph state transition Wojtek Figat 2023-12-06 14:27:14 +01:00
  • 23a72f2ade Fix not showing primary context menu on Visject surface if child control handled input event Wojtek Figat 2023-12-06 13:03:37 +01:00
  • af4c662738 Merge branch 'Tryibion-scale-default' Wojtek Figat 2023-12-06 12:51:29 +01:00
  • af4a6b80a8 Merge branch 'scale-default' of https://github.com/Tryibion/FlaxEngine into Tryibion-scale-default Wojtek Figat 2023-12-06 12:51:23 +01:00
  • 84e25a9e90 Merge branch 'Tryibion-multi-add-script' Wojtek Figat 2023-12-06 12:50:16 +01:00
  • 1eca03e50c Merge branch 'multi-add-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-multi-add-script Wojtek Figat 2023-12-06 12:50:07 +01:00
  • 0cd5627845 Merge branch 'Tryibion-refac-coll-serialization' Wojtek Figat 2023-12-06 12:42:35 +01:00
  • 49c21082a1 Merge branch 'refac-coll-serialization' of https://github.com/Tryibion/FlaxEngine into Tryibion-refac-coll-serialization Wojtek Figat 2023-12-06 12:42:29 +01:00
  • 96e64b2d0a Merge branch 'Tryibion-dont-clamp-vel' Wojtek Figat 2023-12-06 12:37:35 +01:00
  • 19db8c04ad Merge branch 'dont-clamp-vel' of https://github.com/Tryibion/FlaxEngine into Tryibion-dont-clamp-vel Wojtek Figat 2023-12-06 12:36:49 +01:00
  • a5ffde8863 Merge branch 'Tryibion-fix-select' Wojtek Figat 2023-12-06 12:32:59 +01:00
  • 9e593195c0 Merge branch 'fix-select' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-select Wojtek Figat 2023-12-06 12:31:05 +01:00
  • 9dc3889631 Merge branch 'Withaust-halffixes' Wojtek Figat 2023-12-06 12:07:01 +01:00
  • 3328c678c1 Merge branch 'halffixes' of https://github.com/Withaust/FlaxEngine into Withaust-halffixes Wojtek Figat 2023-12-06 12:06:56 +01:00
  • 4f3c7a43ab Merge branch 'Tryibion-default-not-sloppy' Wojtek Figat 2023-12-06 12:03:20 +01:00
  • 727ff155c2 Merge branch 'default-not-sloppy' of https://github.com/Tryibion/FlaxEngine into Tryibion-default-not-sloppy Wojtek Figat 2023-12-06 12:03:07 +01:00
  • 8faaaaaf54 Fix incorrect structure usage for hostfxr params siize Wojtek Figat 2023-12-06 11:20:32 +01:00
  • 7a7a43b897 Fix selecting prefab object when object from prefab is already selected Wojtek Figat 2023-12-06 11:20:01 +01:00
  • 63773f2ddf Add **option to import model file as Prefab** Wojtek Figat 2023-12-06 11:19:42 +01:00
  • 3f632b7d15 Fix incorrect empty meshes/LODs removal after auto-lod generation Wojtek Figat 2023-12-06 10:34:29 +01:00
  • bcbc1cd413 Fix crash in mesh LOD generator if generated mesh has more indices Wojtek Figat 2023-12-06 10:33:58 +01:00
  • 7886069783 Update meshoptimizer to v0.20 Wojtek Figat 2023-12-06 10:33:14 +01:00
  • 4a3be5a743 Fix crash when updating prefabs from async thread Wojtek Figat 2023-12-06 00:30:37 +01:00
  • fdfca5156b Various fixes and stability improvements Wojtek Figat 2023-12-06 00:28:03 +01:00
  • 38a0718b70 Fix invalid tracy events from C# profiling api when profiler gets connected mid-event Wojtek Figat 2023-12-06 00:24:30 +01:00
  • 2285116bae Remove old warnings about invalid model instance buffer Wojtek Figat 2023-12-06 00:19:48 +01:00
  • 5575917c4b Fix prefab window performance with large hierarchies Wojtek Figat 2023-12-05 23:44:45 +01:00
  • 63ddf53ad3 Fix model asset thumbnail if mesh is not centered around origin Wojtek Figat 2023-12-05 23:43:54 +01:00
  • 3e940c28df Refactor prefab's objectsCache to be explicitly SceneObject values Wojtek Figat 2023-12-04 13:56:36 +01:00
  • f654d507e5 Add Where, Select and RemoveAll to ArrayExtensions Wojtek Figat 2023-12-03 14:09:58 +01:00
  • d6dc1f9998 Various minor tweaks Wojtek Figat 2023-12-03 14:09:23 +01:00
  • 1843689a88 Add various profiler events to analyze models importing workflow Wojtek Figat 2023-12-03 11:23:45 +01:00
  • 022a69aaf2 Continue refactoring model tool to support importing multiple objects properly Wojtek Figat 2023-12-03 10:55:40 +01:00
  • 360c75355c Fix build error under non-windows platforms ExMatics HydrogenC 2023-12-03 16:04:50 +08:00
  • 6ab1663a14 Add missing xml annotations ExMatics HydrogenC 2023-12-03 15:18:27 +08:00
  • 23b71e7d3e Make font fallbacking the default option ExMatics HydrogenC 2023-12-03 15:11:47 +08:00
  • 74baffd76c Fix comment Chandler Cox 2023-12-02 13:39:16 -06:00
  • 666e6d880b Changes to default post process settings. Chandler Cox 2023-12-02 13:33:04 -06:00
  • a6caa9dbfa Remove unused includes Chandler Cox 2023-12-02 12:03:30 -06:00
  • 73d33e4af0 Refactor Physics Colliders to use auto serialization. Chandler Cox 2023-12-02 12:01:32 -06:00
  • c5c20c8e28 Remove zero clamp on hinge velocity. Chandler Cox 2023-12-02 10:50:59 -06:00
  • 9bde0f9f9b Fix layout of editor updating when adding a script to multiple actors in a scene. Chandler Cox 2023-12-02 09:40:33 -06:00
  • 7d15944381 Add break Chandler Cox 2023-12-02 09:27:13 -06:00
  • 58bfd1954e Fix UICanvas to only spawn CanvasScalar if it doesnt already have one. Chandler Cox 2023-12-02 09:24:04 -06:00
  • f67c0d2ac0 Change ScaleWithResolution defaults Chandler Cox 2023-12-02 09:23:43 -06:00
  • 9a712ba3cf Fix selecting objects/gizmos with high far plane. Chandler Cox 2023-12-02 09:12:38 -06:00
  • 3ab7d7fcc4 Add Half to Vector2/Vector4 Wiktor Kocielski 2023-12-02 15:29:49 +03:00
  • 0569b6dac8 Merge branch 'FlaxEngine:master' into terrainscripting Ilya Fedorov 2023-12-02 14:18:18 +03:00
  • 2f019d4264 Fix unintended unname ExMatics HydrogenC 2023-12-02 17:51:32 +08:00
  • 29eb3954c5 Create global settings for font fallback ExMatics HydrogenC 2023-12-02 17:48:51 +08:00
  • 78d9262b05 skip WM for non-regular windows and add mouse tracking nothingTVatYT 2023-12-01 21:25:00 +01:00
  • c8dd2c045c Simplify sorting arrays code Wojtek Figat 2023-12-01 13:57:34 +01:00
  • a808bcdbf6 Refactor objects splitting in models importing to be handled by ModelTool not the importer code itself Wojtek Figat 2023-12-01 13:57:08 +01:00
  • 95f5e31e48 Fix textbox height ExMatics HydrogenC 2023-12-01 19:38:15 +08:00
  • 7b63c7016c Merge pull request #1 from FlaxEngine/master ExMatics HydrogenC 2023-12-01 18:06:42 +08:00
  • 3c5035d3e9 Fix merge problem ExMatics HydrogenC 2023-12-01 18:06:25 +08:00
  • 640e01262f Make SloppyOptimization false by default. Lower LODTargetError default. Chandler Cox 2023-11-30 20:40:02 -06:00
  • 3d139a241a Fix C# editor ExMatics HydrogenC 2023-12-01 09:28:29 +08:00
  • 623f478b44 Move fallback rendering to new class ExMatics HydrogenC 2023-11-30 23:22:11 +08:00
  • cdbe59a3fb Add fallback settings to CSharp ExMatics HydrogenC 2023-11-30 23:12:56 +08:00
  • 6e92d3103c Replace ImportedModelData with ModelData for model importing Wojtek Figat 2023-11-30 11:46:07 +01:00
  • c5df7ad689 Add various improvements to models importing code Wojtek Figat 2023-11-30 11:31:58 +01:00
  • d3840bb1f3 Refractor C++ code structure ExMatics HydrogenC 2023-11-30 16:25:32 +08:00
  • 3365fb5afc Fix console rendering bug ExMatics HydrogenC 2023-11-30 14:59:43 +08:00
  • 41bbce56f6 Add multifont rendering to editor ExMatics HydrogenC 2023-11-30 13:41:45 +08:00
  • 712c400e43 Add new mac icon Wojtek Figat 2023-11-29 21:51:07 +01:00
  • 7f87e9794b Fix job system buffer allocation data Wojtek Figat 2023-11-29 19:12:58 +01:00
  • cebd28c3a7 Revert fd938e8284 Wojtek Figat 2023-11-29 18:46:18 +01:00
  • eb508fdc73 Fix Json serialzier regression after hot-reload from 0f14672e3b Wojtek Figat 2023-11-29 12:28:30 +01:00
  • b7e4fe3e85 Add automatic code modules references adding when cloning plugin project Wojtek Figat 2023-11-29 12:28:19 +01:00
  • a3bc394e4e Fix a bunch of rendering bugs ExMatics HydrogenC 2023-11-29 15:04:29 +08:00
  • b9f4d4120c Merge remote-tracking branch 'upstream/master' ExMatics HydrogenC 2023-11-29 09:57:54 +08:00
  • c6017a21f3 Fix constant value sliders in material graphs to not be used due to shader compilations Wojtek Figat 2023-11-28 23:19:47 +01:00
  • d3a77c7a55 Fix regressions Wojtek Figat 2023-11-28 17:38:06 +01:00
  • 8ff4f95cef Optimize some code and cleanup code style in natvis file Wojtek Figat 2023-11-28 16:02:51 +01:00