Commit Graph

  • 73074b6e44 Enable Transform Lerp Tryibion 2023-12-07 20:31:18 -06:00
  • e9285410e2 Fix blending additive animations. Tryibion 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 mafiesto4 2023-12-07 15:21:03 +01:00
  • 7db0ae59bb Fix managed method delegate creation to be thread-safe mafiesto4 2023-12-07 14:35:13 +01:00
  • eb7d5e5df3 Fix crash when spawning actor from asyc thread into the SceneObject mafiesto4 2023-12-07 11:50:24 +01:00
  • 83ef9791d4 Fix missing bounds update on SkyLight radius modification mafiesto4 2023-12-07 11:44:05 +01:00
  • 228239632a Fix tooltip location check when wraps over the screen mafiesto4 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 mafiesto4 2023-12-07 11:18:18 +01:00
  • d847dfda61 Fix issue with import scale on prefab model mafiesto4 2023-12-07 10:25:59 +01:00
  • cb92110976 Add ModelPrefab to imported model prefab for reimporting functionality mafiesto4 2023-12-07 10:25:45 +01:00
  • 1f6b63291d Fix code style error Tryibion 2023-12-06 09:39:16 -06:00
  • 7d36cdb67d Change vignette settings. Tryibion 2023-12-06 09:33:59 -06:00
  • 74b77bfa4c Fix regression from 38a0718b70 mafiesto4 2023-12-06 14:34:34 +01:00
  • 32ced6e68a Fix missing surface graph edited flag after removing anim graph state transition mafiesto4 2023-12-06 14:27:14 +01:00
  • 23a72f2ade Fix not showing primary context menu on Visject surface if child control handled input event mafiesto4 2023-12-06 13:03:37 +01:00
  • af4c662738 Merge branch 'Tryibion-scale-default' mafiesto4 2023-12-06 12:51:29 +01:00
  • af4a6b80a8 Merge branch 'scale-default' of https://github.com/Tryibion/FlaxEngine into Tryibion-scale-default mafiesto4 2023-12-06 12:51:23 +01:00
  • 84e25a9e90 Merge branch 'Tryibion-multi-add-script' mafiesto4 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 mafiesto4 2023-12-06 12:50:07 +01:00
  • 0cd5627845 Merge branch 'Tryibion-refac-coll-serialization' mafiesto4 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 mafiesto4 2023-12-06 12:42:29 +01:00
  • 96e64b2d0a Merge branch 'Tryibion-dont-clamp-vel' mafiesto4 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 mafiesto4 2023-12-06 12:36:49 +01:00
  • a5ffde8863 Merge branch 'Tryibion-fix-select' mafiesto4 2023-12-06 12:32:59 +01:00
  • 9e593195c0 Merge branch 'fix-select' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-select mafiesto4 2023-12-06 12:31:05 +01:00
  • 9dc3889631 Merge branch 'Withaust-halffixes' mafiesto4 2023-12-06 12:07:01 +01:00
  • 3328c678c1 Merge branch 'halffixes' of https://github.com/Withaust/FlaxEngine into Withaust-halffixes mafiesto4 2023-12-06 12:06:56 +01:00
  • 4f3c7a43ab Merge branch 'Tryibion-default-not-sloppy' mafiesto4 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 mafiesto4 2023-12-06 12:03:07 +01:00
  • 8faaaaaf54 Fix incorrect structure usage for hostfxr params siize mafiesto4 2023-12-06 11:20:32 +01:00
  • 7a7a43b897 Fix selecting prefab object when object from prefab is already selected mafiesto4 2023-12-06 11:20:01 +01:00
  • 63773f2ddf Add **option to import model file as Prefab** mafiesto4 2023-12-06 11:19:42 +01:00
  • 3f632b7d15 Fix incorrect empty meshes/LODs removal after auto-lod generation mafiesto4 2023-12-06 10:34:29 +01:00
  • bcbc1cd413 Fix crash in mesh LOD generator if generated mesh has more indices mafiesto4 2023-12-06 10:33:58 +01:00
  • 7886069783 Update meshoptimizer to v0.20 mafiesto4 2023-12-06 10:33:14 +01:00
  • 4a3be5a743 Fix crash when updating prefabs from async thread mafiesto4 2023-12-06 00:30:37 +01:00
  • fdfca5156b Various fixes and stability improvements mafiesto4 2023-12-06 00:28:03 +01:00
  • 38a0718b70 Fix invalid tracy events from C# profiling api when profiler gets connected mid-event mafiesto4 2023-12-06 00:24:30 +01:00
  • 2285116bae Remove old warnings about invalid model instance buffer mafiesto4 2023-12-06 00:19:48 +01:00
  • 5575917c4b Fix prefab window performance with large hierarchies mafiesto4 2023-12-05 23:44:45 +01:00
  • 63ddf53ad3 Fix model asset thumbnail if mesh is not centered around origin mafiesto4 2023-12-05 23:43:54 +01:00
  • 3e940c28df Refactor prefab's objectsCache to be explicitly SceneObject values mafiesto4 2023-12-04 13:56:36 +01:00
  • f654d507e5 Add Where, Select and RemoveAll to ArrayExtensions mafiesto4 2023-12-03 14:09:58 +01:00
  • d6dc1f9998 Various minor tweaks mafiesto4 2023-12-03 14:09:23 +01:00
  • 1843689a88 Add various profiler events to analyze models importing workflow mafiesto4 2023-12-03 11:23:45 +01:00
  • 022a69aaf2 Continue refactoring model tool to support importing multiple objects properly mafiesto4 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 Tryibion 2023-12-02 13:39:16 -06:00
  • 666e6d880b Changes to default post process settings. Tryibion 2023-12-02 13:33:04 -06:00
  • a6caa9dbfa Remove unused includes Tryibion 2023-12-02 12:03:30 -06:00
  • 73d33e4af0 Refactor Physics Colliders to use auto serialization. Tryibion 2023-12-02 12:01:32 -06:00
  • c5c20c8e28 Remove zero clamp on hinge velocity. Tryibion 2023-12-02 10:50:59 -06:00
  • 9bde0f9f9b Fix layout of editor updating when adding a script to multiple actors in a scene. Tryibion 2023-12-02 09:40:33 -06:00
  • 7d15944381 Add break Tryibion 2023-12-02 09:27:13 -06:00
  • 58bfd1954e Fix UICanvas to only spawn CanvasScalar if it doesnt already have one. Tryibion 2023-12-02 09:24:04 -06:00
  • f67c0d2ac0 Change ScaleWithResolution defaults Tryibion 2023-12-02 09:23:43 -06:00
  • 9a712ba3cf Fix selecting objects/gizmos with high far plane. Tryibion 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 mafiesto4 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 mafiesto4 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. Tryibion 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 mafiesto4 2023-11-30 11:46:07 +01:00
  • c5df7ad689 Add various improvements to models importing code mafiesto4 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 mafiesto4 2023-11-29 21:51:07 +01:00
  • 7f87e9794b Fix job system buffer allocation data mafiesto4 2023-11-29 19:12:58 +01:00
  • cebd28c3a7 Revert fd938e8284 mafiesto4 2023-11-29 18:46:18 +01:00
  • eb508fdc73 Fix Json serialzier regression after hot-reload from 0f14672e3b mafiesto4 2023-11-29 12:28:30 +01:00
  • b7e4fe3e85 Add automatic code modules references adding when cloning plugin project mafiesto4 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 mafiesto4 2023-11-28 23:19:47 +01:00
  • d3a77c7a55 Fix regressions mafiesto4 2023-11-28 17:38:06 +01:00
  • 8ff4f95cef Optimize some code and cleanup code style in natvis file mafiesto4 2023-11-28 16:02:51 +01:00
  • 4f8aff4352 Refactor memory allocators to use dedicated path when moving collection data that is not blittable mafiesto4 2023-11-28 16:02:36 +01:00
  • 0aeac36f09 Fix __cplusplus macro on MSVC and add logging C++ version used during compilation mafiesto4 2023-11-28 15:55:34 +01:00
  • cf8b7a20c2 Improve 47b8c9978f to handle non-vec4 cases mafiesto4 2023-11-28 14:55:26 +01:00
  • 47b8c9978f Fix missing channel masking in material Scene Texture node mafiesto4 2023-11-28 11:30:04 +01:00
  • a909b57e82 Fix deadlock in NetworkManager when network peer returns invalid event type mafiesto4 2023-11-28 11:24:46 +01:00
  • 35ebdb0ffe Refactor INetworkDriver::PopEvent to use network event as output parameter rather than raw pointer mafiesto4 2023-11-28 11:24:17 +01:00
  • fd938e8284 Fix incorrect pointer marshalling from Variant to managed runtime mafiesto4 2023-11-28 11:22:14 +01:00
  • 17dca8c5c7 Fix invalid codegen for array reference passed as output parameter in scripting interface method mafiesto4 2023-11-28 11:21:29 +01:00
  • 8ffc86ef88 Fix missing output parameters conversion when calling interface implementation in scripting mafiesto4 2023-11-28 11:20:07 +01:00
  • a3f1dc2694 removed unnecessary check nothingTVatYT 2023-11-28 00:50:44 +01:00
  • 84f3d50925 moved a comment line back to the suitable place nothingTVatYT 2023-11-28 00:43:55 +01:00