Commit Graph

  • 30ca7d52d0 Merge branch 'custom-model-matpv' of https://github.com/Menotdan/FlaxEngine into Menotdan-custom-model-matpv Wojtek Figat 2023-11-09 09:06:26 +01:00
  • 888a8ee7b9 Merge branch 'NoriteSC-Nodes' Wojtek Figat 2023-11-08 21:30:44 +01:00
  • d90b723487 Code cleanup and usability tweaks for #1600 Wojtek Figat 2023-11-08 21:30:31 +01:00
  • 67c22cf3d4 Merge branch 'Nodes' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-Nodes Wojtek Figat 2023-11-08 21:19:08 +01:00
  • 6497f3109a Merge branch 'MathLib' of https://github.com/NoriteSC/FlaxEngineFork into MathLib NoriteSC 2023-11-08 18:36:05 +01:00
  • 6dcadb5131 Compacted UpdateTransform Matrix math NoriteSC 2023-11-08 18:34:17 +01:00
  • 2bcdb5b05b Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2023-11-08 17:30:34 +01:00
  • d6f449820b Merge branch 'RuanLucasGD-ui-usability-improv' Wojtek Figat 2023-11-08 17:23:23 +01:00
  • a6c47ae17b Merge branch 'ui-usability-improv' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-ui-usability-improv Wojtek Figat 2023-11-08 17:08:23 +01:00
  • b3c15d6562 Merge branch 'Tryibion-center-import' Wojtek Figat 2023-11-08 15:07:44 +01:00
  • 0fe46457c6 Merge branch 'center-import' of https://github.com/Tryibion/FlaxEngine into Tryibion-center-import Wojtek Figat 2023-11-08 15:07:38 +01:00
  • bcaa42dda2 Fix crash on negative collection capacity due to int32 maximum value limit Wojtek Figat 2023-11-08 15:07:20 +01:00
  • 22fa7a89ac Merge branch 'Tryibion-anim-slot-speed-fix' Wojtek Figat 2023-11-08 14:43:08 +01:00
  • e572f75b06 Merge branch 'anim-slot-speed-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-anim-slot-speed-fix Wojtek Figat 2023-11-08 14:43:03 +01:00
  • 11b60390b6 Add GetRotationFromTo and FindBetween utilities to C# Quaternion API Wojtek Figat 2023-11-08 14:41:36 +01:00
  • 1a7770fba2 Fix deadlock regression when saving Visual Script in Editor with active instance objects Wojtek Figat 2023-11-08 14:33:05 +01:00
  • 966fb0275b Add SortScore to Visject node archetypes and use it to favor method overrides in Visual Script Wojtek Figat 2023-11-08 11:52:31 +01:00
  • 785d3e8648 Fix Output Log window to scroll log on startup properly Wojtek Figat 2023-11-08 11:40:57 +01:00
  • 2f9343c236 Add handling ViewLayersMask from camera when rendering UICanvas Wojtek Figat 2023-11-08 11:21:29 +01:00
  • 52a1175f96 Seperated out assembly resolution logic to it's own function SS 2023-11-07 16:30:50 -07:00
  • 77b6a4a68b Fixed issue in NativeInterop Readded check in current app domain to ExtendedSerializationBinder SS 2023-11-07 16:03:03 -07:00
  • 74bcf7d9e5 Fix custom editor layout rebuilding when it has more editors in use Wojtek Figat 2023-11-07 18:30:05 +01:00
  • 22d754e797 Fix error during new json asset creation via ContentContextMenu if the class is missing empty constructor Wojtek Figat 2023-11-07 16:21:56 +01:00
  • 0d85094ebb Fix error during new json asset creation via ContentContextMenu if the class is missing empty constructor Wojtek Figat 2023-11-07 16:21:48 +01:00
  • 7d43a0cc8b Fix various cases of closing window tabs when using Dock Windows in Editor Wojtek Figat 2023-11-07 16:14:09 +01:00
  • 4c413cb146 Merge branch 'MineBill-editor-list-dragging' Wojtek Figat 2023-11-07 10:54:23 +01:00
  • 4238c43f27 Format code #1850 Wojtek Figat 2023-11-07 10:54:11 +01:00
  • f163edfb7e Move AssetPickerValidator to Editor Content folder Wojtek Figat 2023-11-07 10:24:38 +01:00
  • fd4a5595c0 Merge branch 'editor-list-dragging' of https://github.com/MineBill/FlaxEngine into MineBill-editor-list-dragging Wojtek Figat 2023-11-07 10:21:57 +01:00
  • f6645e5600 Add debug drawing contact offset for selected collider Wojtek Figat 2023-11-07 09:56:33 +01:00
  • b72849eafe Fix anim slot from playing animations more than 1 time based on speed. Chandler Cox 2023-11-06 19:52:19 -06:00
  • d6e93a7fab Fixed issue involving stale scripting assemblies in FlaxEngine.Json dynamic type resolution Added new ExtendedSerializationBinder Added callback to clear serializer cache on scripting assembly reload Added low-cost mechanism to invalidate the SerializerCache after domain reload SS 2023-11-06 18:49:30 -07:00
  • 6648481d12 Improve various doc comments to be more usable as tooltips in Editor Wojtek Figat 2023-11-07 00:57:18 +01:00
  • 87a9dedba4 Refactor default ContactOffset for Collider to be 2 (keep 10 for CharacterController) Wojtek Figat 2023-11-07 00:56:55 +01:00
  • 4fdeb773a5 Add hidding Camera properties based on UsePerspective option Wojtek Figat 2023-11-07 00:29:29 +01:00
  • a90cf7c28f Add better formatting for automatic tooltips in Editor from xml comments Wojtek Figat 2023-11-07 00:26:14 +01:00
  • 4b2595e904 Remove tooltips from Camera and use automatic ones from xml comments Wojtek Figat 2023-11-07 00:19:02 +01:00
  • 42e8311736 Add engine version in Editor main window title Wojtek Figat 2023-11-07 00:13:13 +01:00
  • a685918e10 Add default value for material Sphere Mask node to create blob gradient around UV center Wojtek Figat 2023-11-06 23:57:54 +01:00
  • 47ca4228dd Fix compile warning Wojtek Figat 2023-11-06 20:50:52 +01:00
  • 7dc645c114 Update Tracy Profiler to 0.10 Wojtek Figat 2023-11-06 20:50:37 +01:00
  • c78ce9697c Fix incorrect tabs selection handling when tab gets removed Wojtek Figat 2023-11-06 18:14:16 +01:00
  • c3d74b690e Fix editor plugins init regression from #1779 and compact more code Wojtek Figat 2023-11-06 18:13:06 +01:00
  • ae85a94261 Fix memory leak while doing drag&drop with Debug Draw in use Wojtek Figat 2023-11-06 17:18:20 +01:00
  • e7b1fce3eb Merge DoDragDropJob to hsare the same code for Mac and Windows Wojtek Figat 2023-11-06 17:03:03 +01:00
  • b47420f232 Compact various source code chunks Wojtek Figat 2023-11-06 16:56:15 +01:00
  • c025b4414c Add support for unlimited window size if MaximumSize is set to Zero Wojtek Figat 2023-11-06 14:42:29 +01:00
  • 51c0a6e100 Fix crash regression on Dictionary and HashSet capacity set to 0 when it contains elements Wojtek Figat 2023-11-06 14:32:04 +01:00
  • 9a9e32d4c5 Fix incorrect directional light shadows influence on secondary render views Wojtek Figat 2023-11-06 14:20:30 +01:00
  • 1e9ded55b0 Fix missing xml doc Wojtek Figat 2023-11-06 14:09:39 +01:00
  • e22fa20dc1 Minor fixes to #1740 Wojtek Figat 2023-11-06 14:06:10 +01:00
  • fe69a52cf2 Merge branch 'RuanLucasGD-add-reload-scenes-button' Wojtek Figat 2023-11-06 13:55:48 +01:00
  • 9eb9294e84 Merge branch 'add-reload-scenes-button' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add-reload-scenes-button Wojtek Figat 2023-11-06 13:55:43 +01:00
  • c53fce18a8 Merge branch 'Chikinsupu-MaterialEditor-RemovedUnsupportedParameterTypes' Wojtek Figat 2023-11-06 13:54:47 +01:00
  • 8500667817 Merge branch 'MaterialEditor-RemovedUnsupportedParameterTypes' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-MaterialEditor-RemovedUnsupportedParameterTypes Wojtek Figat 2023-11-06 13:54:41 +01:00
  • 40a3911453 Merge branch 'Tryibion-spawn-scalar' Wojtek Figat 2023-11-06 13:54:23 +01:00
  • e57e86cde1 Fix spawned ui canvas scaller to use the same transform as CanvasScaler Wojtek Figat 2023-11-06 13:54:01 +01:00
  • ad290d0140 Merge branch 'spawn-scalar' of https://github.com/Tryibion/FlaxEngine into Tryibion-spawn-scalar Wojtek Figat 2023-11-06 13:36:24 +01:00
  • 0930671e90 Cache main panel, cleanup cached variables. Chandler Cox 2023-11-06 06:25:17 -06:00
  • 855122672f Merge branch 'Chikinsupu-Visject-CommentOrder' Wojtek Figat 2023-11-06 13:09:29 +01:00
  • e68330f5b5 Merge branch 'Visject-CommentOrder' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-CommentOrder Wojtek Figat 2023-11-06 13:09:21 +01:00
  • a0d4714a0f Add always logging unhandled c# exception Wojtek Figat 2023-11-06 12:23:17 +01:00
  • f703e7de77 Fix compile error Wojtek Figat 2023-11-06 11:05:31 +01:00
  • 7e6c8b7b32 Codestyle fix #1779 Wojtek Figat 2023-11-06 10:33:11 +01:00
  • a55dcf42da Merge branch 'Tryibion-plugin-order' Wojtek Figat 2023-11-06 09:37:15 +01:00
  • 23369c2ff3 Merge branch 'plugin-order' of https://github.com/Tryibion/FlaxEngine into Tryibion-plugin-order Wojtek Figat 2023-11-06 09:37:09 +01:00
  • 7855049509 Merge branch 'Chikinsupu-Visject-ConvertConstantToParameter' Wojtek Figat 2023-11-06 08:41:45 +01:00
  • d79dd4aaf7 Add undo for Convert to Parameter connections change in #1671 Wojtek Figat 2023-11-06 08:41:36 +01:00
  • 2c5a5acf33 Add maintaining new param id in undo #1671 Wojtek Figat 2023-11-05 23:30:39 +01:00
  • 342360f537 Refactor #1671 Wojtek Figat 2023-11-05 23:21:14 +01:00
  • 3ba8875121 Merge branch 'Visject-ConvertConstantToParameter' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConvertConstantToParameter Wojtek Figat 2023-11-05 21:43:16 +01:00
  • 655afb4b90 Merge branch 'GoaLitiuM-editor_binding_fixes' Wojtek Figat 2023-11-05 21:40:50 +01:00
  • f9a9912895 Merge branch 'editor_binding_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_binding_fixes Wojtek Figat 2023-11-05 21:39:24 +01:00
  • bc91b1ed44 Merge branch 'MineBill-fix-color-picker-position' Wojtek Figat 2023-11-05 21:10:56 +01:00
  • 6fbf7fa07b Merge branch 'fix-color-picker-position' of https://github.com/MineBill/FlaxEngine into MineBill-fix-color-picker-position Wojtek Figat 2023-11-05 21:09:49 +01:00
  • ea48056699 Merge branch 'Tryibion-ensure-no-layer-popup' Wojtek Figat 2023-11-05 21:04:43 +01:00
  • 82d5130261 Merge branch 'ensure-no-layer-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-ensure-no-layer-popup Wojtek Figat 2023-11-05 21:04:38 +01:00
  • b7e0994932 Merge branch 'Chikinsupu-Visject-MoreAlternativeTitles' Wojtek Figat 2023-11-05 20:54:22 +01:00
  • d13b30304a Merge branch 'Visject-MoreAlternativeTitles' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-MoreAlternativeTitles Wojtek Figat 2023-11-05 20:54:18 +01:00
  • abc340b52c Merge branch 'MineBill-honor-xdg_data_home' Wojtek Figat 2023-11-05 20:51:36 +01:00
  • 2dd16c1fb0 Merge branch 'honor-xdg_data_home' of https://github.com/MineBill/FlaxEngine into MineBill-honor-xdg_data_home Wojtek Figat 2023-11-05 20:51:31 +01:00
  • 77e6aafc79 Fix crash when not clearing Online Platform in Editor before hot-reload Wojtek Figat 2023-11-05 19:36:09 +01:00
  • c23f8f2b30 Fix loading delay-loaded-dll on Windows when using project plugin with native dependencies Wojtek Figat 2023-11-05 19:35:33 +01:00
  • 267e8daba5 Honor the XDG_DATA_HOME env var and use the approved default as per specification. MineBill 2023-11-05 19:36:01 +02:00
  • c5d3954bc8 Add CalculateBoneOffsetMatrices option to fix some animated model skeletons rendering Wojtek Figat 2023-11-04 20:32:52 +01:00
  • a7bb236344 Fix Mono GC threads suspend to not deadlock when attaching native threads to managed runtime Wojtek Figat 2023-11-05 14:07:05 +01:00
  • 0387f7df8a Add name to Android main thread Wojtek Figat 2023-11-04 22:21:52 +01:00
  • ca2106ff5d Remove SHADOW_MAPS_FORMAT and support fallback formats for shadow maps Wojtek Figat 2023-11-04 21:27:57 +01:00
  • 4a10878b45 Refactor GPUResourceProperty Wojtek Figat 2023-11-04 20:04:40 +01:00
  • 22e34cb2b4 Fix crash on editor startup without code editor selected Wojtek Figat 2023-11-04 19:30:16 +01:00
  • 585b6bacad Simplify #1807 Wojtek Figat 2023-11-04 19:26:46 +01:00
  • f736aae75d Merge branch 'Tryibion-limit-rename-popup' Wojtek Figat 2023-11-04 19:23:38 +01:00
  • 880e13865f Merge branch 'limit-rename-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-limit-rename-popup Wojtek Figat 2023-11-04 19:23:32 +01:00
  • 7072839254 Merge branch 'MineBill-find-interfaces' Wojtek Figat 2023-11-04 19:22:29 +01:00
  • 45060721e7 Merge branch 'find-interfaces' of https://github.com/MineBill/FlaxEngine into MineBill-find-interfaces Wojtek Figat 2023-11-04 19:22:23 +01:00
  • 87d67a78f4 Merge branch 'RuanLucasGD-add-extended-buttons-linux' Wojtek Figat 2023-11-04 19:20:45 +01:00
  • 0ab43dd301 Merge branch 'add-extended-buttons-linux' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add-extended-buttons-linux Wojtek Figat 2023-11-04 19:19:29 +01:00
  • 8c34fe7933 Reduce LargeWorlds::ChunkSize to 8192 Wojtek Figat 2023-11-04 19:18:21 +01:00
  • fe3f64f06a Fix iOS build Wojtek Figat 2023-11-04 19:15:37 +01:00
  • 8af3cfd90b Merge remote-tracking branch 'origin/master' Wojtek Figat 2023-11-04 19:14:55 +01:00