Commit Graph

  • e68c736607 Fix Any state transitions UpdateStateTransitions Wojtek Figat 2024-02-27 17:15:49 +01:00
  • 511eb25451 Merge branch 'Menotdan-linux-plugin-fix' Wojtek Figat 2024-02-27 17:15:21 +01:00
  • aabc9f51bb Improve #2270 by moving mehtod to cpp file Wojtek Figat 2024-02-27 11:22:10 +01:00
  • fc4163524c Merge branch 'linux-plugin-fix' of https://github.com/Menotdan/FlaxEngine into Menotdan-linux-plugin-fix Wojtek Figat 2024-02-27 11:14:32 +01:00
  • 735d65e14d Merge branch 'Tryibion-category-rework' Wojtek Figat 2024-02-27 11:14:14 +01:00
  • f1bc161ad2 Merge branch 'category-rework' of https://github.com/Tryibion/FlaxEngine into Tryibion-category-rework Wojtek Figat 2024-02-27 11:08:33 +01:00
  • f1b133bd60 Add prefab link breaking to preserve nested prefabs links Wojtek Figat 2024-02-27 10:55:58 +01:00
  • 7428ecfe63 Add skipping showing and applying changes to prefab root actor transform via Level Wojtek Figat 2024-02-26 22:29:43 +01:00
  • 6905382310 Fix custom context menu popup showing as child (eg. prefab diff) Wojtek Figat 2024-02-26 22:13:50 +01:00
  • 470c108ed9 Fix bug with saving Missing Script into file Wojtek Figat 2024-02-26 21:58:31 +01:00
  • 2d5d001a44 Fix Missing Script replacing in prefab Wojtek Figat 2024-02-26 20:34:59 +01:00
  • 2f87b87b45 Minor fixes Wojtek Figat 2024-02-26 20:23:18 +01:00
  • 0a0bb997e4 Update year in copyright note Wojtek Figat 2024-02-26 19:53:58 +01:00
  • 14902dc29e Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2024-02-26 19:49:39 +01:00
  • 7f935ab57a Fix regression on abstracts scripts creation 2df3d0f747 Wojtek Figat 2024-02-26 19:47:16 +01:00
  • f4d236d353 Fix crash on invalid string converted to managed string Wojtek Figat 2024-02-26 19:01:46 +01:00
  • 253f7cfce8 Update build number Wojtek Figat 2024-02-26 19:00:57 +01:00
  • 859c420d76 Update year in copyright note Wojtek Figat 2024-02-26 19:00:48 +01:00
  • e2dd9832ba Fix crash when using network replication or rpc after hot-reload in Editor Wojtek Figat 2024-02-26 18:25:53 +01:00
  • 0ee5ef8cf5 Improve terrain paint blending of the existing layer values Wojtek Figat 2024-02-26 16:44:55 +01:00
  • f1fe83ca81 Add RayCast utility to UI controls Wojtek Figat 2024-02-26 16:22:56 +01:00
  • 996a2cb09e Fix editor inputs processing in Game window to interferer with game inputs Wojtek Figat 2024-02-26 12:06:59 +01:00
  • 607859c196 Fix UI Control selection bounds drawing to handle rotations Wojtek Figat 2024-02-26 12:06:06 +01:00
  • 8898c20ad1 Fix crash when using generic interface in C# Wojtek Figat 2024-02-25 23:40:14 +01:00
  • 2df3d0f747 Fix crash when loading level with abstract script class Wojtek Figat 2024-02-25 14:54:57 +01:00
  • 124832b076 Fixes to vertex snapping Wojtek Figat 2024-02-24 23:35:56 +01:00
  • 1dfc8b0a47 Refactor vertex snapping to use SceneGraphNode layer instead of Model-impl only Wojtek Figat 2024-02-24 18:38:23 +01:00
  • f771b0cd59 Merge branch 'NoriteSC-GizmoSnaping' Wojtek Figat 2024-02-24 12:57:16 +01:00
  • 8bcf4fdaf0 Cleanup and improve #2045 Wojtek Figat 2024-02-24 12:53:33 +01:00
  • de4ee1372f Merge branch 'GizmoSnaping' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-GizmoSnaping Wojtek Figat 2024-02-24 07:57:27 +01:00
  • 84e7c096de Merge branch 'nothingTVatYT-trash-files' Wojtek Figat 2024-02-23 19:57:19 +01:00
  • 696437d6d0 Cleanup codestyle #2079 Wojtek Figat 2024-02-23 19:56:32 +01:00
  • e282717a0a Merge branch 'trash-files' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-trash-files Wojtek Figat 2024-02-23 19:55:16 +01:00
  • ee4fc7c201 Fix cloth editing undo in Prefab viewport Wojtek Figat 2024-02-23 19:39:41 +01:00
  • eb12c630a7 Fix incorrect vehicle wheels collisions inside trigger volumes Wojtek Figat 2024-02-23 19:27:50 +01:00
  • 01d123b099 Add support for importing material emissive and roughness from fbx file Wojtek Figat 2024-02-23 17:46:27 +01:00
  • a72d20e3ca Merge branch 'RuanLucasGD-vehicle-physics' Wojtek Figat 2024-02-23 14:43:17 +01:00
  • 8351a75676 Codestyle fixes #2192 Wojtek Figat 2024-02-23 14:43:14 +01:00
  • 387f84d9d7 Merge branch 'vehicle-physics' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-vehicle-physics Wojtek Figat 2024-02-22 23:22:09 +01:00
  • 50e75e4e7b Fix IAssetFactory::Get() in plugins on Linux. Menotdan 2024-02-22 11:21:29 -05:00
  • 318b00c617 Fix editor exit with error code when game cooking CL fails Wojtek Figat 2024-02-21 23:18:09 +01:00
  • f20805e567 Fix Json serializer for CSharp data to use UTF-8 text encoding Wojtek Figat 2024-02-21 22:39:32 +01:00
  • fa606ce5f6 Fix render view panning when bug when no camera is active Wojtek Figat 2024-02-21 22:05:08 +01:00
  • d7dbc0fbdc Fix opening projects with PostFx material assigned in Graphics Settings Wojtek Figat 2024-02-21 20:21:45 +01:00
  • f3e6b74043 Add breaking node connection under mouse with middle button click Wojtek Figat 2024-02-21 09:12:31 +01:00
  • 0a7662a37b Open drop panels while searching. Chandler Cox 2024-02-20 21:13:28 -06:00
  • 8ee2bf8d76 Change category drop panel o look similar to other panels. Add flax engine scripts to flax engine category. Chandler Cox 2024-02-20 20:57:15 -06:00
  • 97cb8d1b61 Clarify doc comment Wojtek Figat 2024-02-21 00:07:38 +01:00
  • 149a6a29f8 Fix crash when using very small render resolution Wojtek Figat 2024-02-21 00:00:58 +01:00
  • 9a21cfd092 Fix transform scaling applying to nested objects when drawing Wojtek Figat 2024-02-20 23:55:06 +01:00
  • e5cfd872b2 Simplify math codebase Wojtek Figat 2024-02-20 17:52:51 +01:00
  • 8fa8eeb094 Optimize Matrix decomposition to use Matrix3x3 for rotation Wojtek Figat 2024-02-20 17:51:48 +01:00
  • 9e747eb98a Fix version deserialization of Revision component Wojtek Figat 2024-02-20 13:24:59 +01:00
  • 8e6bd07322 Fix Transform diff serialization to properly handle prefab changes to a single component of transform Wojtek Figat 2024-02-20 13:12:23 +01:00
  • e255778c07 Add profiler event to task wait method Wojtek Figat 2024-02-20 12:59:00 +01:00
  • 1cb88bdc63 Fix crash when using invalid GPUTextureDescription Wojtek Figat 2024-02-20 11:44:49 +01:00
  • de86ec0ecc Merge branch 'Tryibion-coll-resize-orient' Wojtek Figat 2024-02-20 11:15:48 +01:00
  • 8c1ff1e57a Merge branch 'abrasivetroop-master' Wojtek Figat 2024-02-20 11:07:41 +01:00
  • 621281ab3a Merge branch 'coll-resize-orient' of https://github.com/Tryibion/FlaxEngine into Tryibion-coll-resize-orient Wojtek Figat 2024-02-20 11:07:12 +01:00
  • 0e5bd425b2 Merge branch 'master' of https://github.com/abrasivetroop/FlaxEngine into abrasivetroop-master Wojtek Figat 2024-02-20 10:58:18 +01:00
  • 008ed3fb03 Merge branch 'Tryibion-fix-prefab-trans' Wojtek Figat 2024-02-20 10:57:13 +01:00
  • 85c7357b25 Merge branch 'fix-prefab-trans' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-prefab-trans Wojtek Figat 2024-02-20 10:53:47 +01:00
  • b0270d016e Merge branch 'Menotdan-model-prefab-fix' Wojtek Figat 2024-02-20 10:49:52 +01:00
  • 9c9aabcae3 Minor tweaks to #2147 Wojtek Figat 2024-02-20 10:49:45 +01:00
  • e446ba69e5 Merge branch 'model-prefab-fix' of https://github.com/Menotdan/FlaxEngine into Menotdan-model-prefab-fix Wojtek Figat 2024-02-19 23:56:58 +01:00
  • 3b39693c9e Merge branch 'NoriteSC-SnapToGrid' Wojtek Figat 2024-02-19 23:05:08 +01:00
  • 04da732da9 Cleanup code #1795 and unify new api in vector types Wojtek Figat 2024-02-19 23:04:59 +01:00
  • 358220b0b5 Merge branch 'SnapToGrid' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-SnapToGrid Wojtek Figat 2024-02-19 22:52:33 +01:00
  • 10180de9c6 Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2024-02-19 22:26:16 +01:00
  • e12446e951 Merge branch 'rkrahn-patch-2' Wojtek Figat 2024-02-19 22:17:11 +01:00
  • 528c51cf6a Merge branch 'patch-2' of https://github.com/rkrahn/FlaxEngine into rkrahn-patch-2 Wojtek Figat 2024-02-19 22:17:06 +01:00
  • d0dfff1287 Merge branch 'rkrahn-patch-1' Wojtek Figat 2024-02-19 22:16:58 +01:00
  • 45c331ba58 Merge branch 'patch-1' of https://github.com/rkrahn/FlaxEngine into rkrahn-patch-1 Wojtek Figat 2024-02-19 22:16:52 +01:00
  • db65b8037d Fix crash due to font changes refactor Wojtek Figat 2024-02-19 22:14:39 +01:00
  • 8aaf7417cc Fix NextUnitCircleVector2 degree to radian rkrahn 2024-02-19 13:04:26 -08:00
  • 4ad5eb26d6 Fix NextUnitVector2 degree to radian rkrahn 2024-02-19 13:00:38 -08:00
  • 504a997f12 Merge branch 'nothingTVatYT-slider' Wojtek Figat 2024-02-19 20:45:38 +01:00
  • 668b03a409 Use #2234 for all platforms by default Wojtek Figat 2024-02-19 20:40:30 +01:00
  • eedc348032 Merge branch 'slider' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-slider Wojtek Figat 2024-02-19 20:38:50 +01:00
  • c1400748b0 Fix debug draw lists allocation Wojtek Figat 2024-02-19 20:36:41 +01:00
  • 0c0c4e6136 Merge branch 'nothingTVatYT-rubberband' Wojtek Figat 2024-02-19 19:13:25 +01:00
  • ec0849c908 Add Ctrl for additive selection in rubberband Wojtek Figat 2024-02-19 19:12:53 +01:00
  • d1f0a52967 Merge branch 'rubberband' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-rubberband Wojtek Figat 2024-02-19 19:05:00 +01:00
  • b9a503c3bd Merge branch 'nothingTVatYT-refresh-selection' Wojtek Figat 2024-02-19 19:04:38 +01:00
  • 832151223b Merge branch 'refresh-selection' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-refresh-selection Wojtek Figat 2024-02-19 19:03:29 +01:00
  • e985d10b62 Fix nested prefabs instance building logic Wojtek Figat 2024-02-19 19:03:11 +01:00
  • b41dc40c78 Merge branch 'FlaxEngine:master' into model-prefab-fix Menotdan 2024-02-19 12:28:38 -05:00
  • f8d9817911 Fix terrain paint crash refression Wojtek Figat 2024-02-19 18:23:14 +01:00
  • 0035c347f4 Add safety check for splatmap sampling Wojtek Figat 2024-02-19 18:11:57 +01:00
  • eba2dc295e Merge branch 'Tryibion-reload-project' Wojtek Figat 2024-02-19 17:49:01 +01:00
  • 643fc78dd4 Merge branch 'reload-project' of https://github.com/Tryibion/FlaxEngine into Tryibion-reload-project Wojtek Figat 2024-02-19 17:48:56 +01:00
  • 91ba8458ee Merge branch 'envision3d-master' Wojtek Figat 2024-02-19 17:48:25 +01:00
  • 056deb58ad Fix compilation in #2257 Wojtek Figat 2024-02-19 17:48:18 +01:00
  • dd9733fdf1 Merge branch 'master' of https://github.com/envision3d/FlaxEngine into envision3d-master Wojtek Figat 2024-02-19 17:38:09 +01:00
  • 5cada42842 Fix missing engine api expose in Font.h Wojtek Figat 2024-02-19 17:37:59 +01:00
  • 4ebfe5a38e Merge branch 'NoriteSC-Collections' Wojtek Figat 2024-02-19 17:36:45 +01:00
  • 2fd47f91e2 Fix codestyle #2179 Wojtek Figat 2024-02-19 17:36:37 +01:00
  • e8e52da51c Merge branch 'Collections' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-Collections Wojtek Figat 2024-02-19 17:34:23 +01:00
  • 47d266a713 Merge branch 'RuanLucasGD-add_spline_snap' Wojtek Figat 2024-02-19 17:33:41 +01:00
  • 2de890ca6a Codecleanup for #1482 Wojtek Figat 2024-02-19 17:33:21 +01:00