Commit Graph

  • 137c82a387 Update Material.cs NoriteSC 2023-10-25 06:21:19 +02:00
  • b2db1330c0 copy old control data to new control when set UIControl type Mr. Capybara 2023-10-24 21:45:00 -04:00
  • 06f37794c2 Add input bindings for game window mouse unlock and toggle fullscreen GoaLitiuM 2023-10-24 22:27:12 +03:00
  • 081648ef06 Fix common tooltips with hardcoded keybindings GoaLitiuM 2023-10-24 21:47:18 +03:00
  • f287ed6c30 init NoriteSC 2023-10-24 19:59:47 +02:00
  • 6f773bd558 Make the message box a TASKMODEL to prevent interation with the editor. MineBill 2023-10-24 18:03:07 +03:00
  • 7c84ca5b84 Merge branch 'feat/improved-camera-settings' of https://github.com/solnem/FlaxEngine into solnem-feat/improved-camera-settings mafiesto4 2023-10-24 14:50:52 +02:00
  • 806590d1c3 Fix deadlock in scene loading mafiesto4 2023-10-24 14:08:34 +02:00
  • cf5f501ab7 Allow erasing layers/painting over layers from the other splatmap. MineBill 2023-10-24 14:31:54 +03:00
  • 9d1b287cd7 Terrain-related classes exposure to scripting API Wiktor Kocielski 2023-10-18 13:12:10 +03:00
  • 8982961254 Add custom material option to Material Preview. Menotdan 2023-10-23 22:08:50 -04:00
  • ba374a27db Reduce code bloat mafiesto4 2023-10-23 22:26:55 +02:00
  • 9d1ba6cacf Fix compilation errors when building with old Delegate impl mafiesto4 2023-10-23 22:10:21 +02:00
  • ea0094870c Merge branch 'Tryibion-particle-loop-fix' mafiesto4 2023-10-23 18:46:15 +02:00
  • 2220623cd2 Merge branch 'particle-loop-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-loop-fix mafiesto4 2023-10-23 18:45:30 +02:00
  • aed81b58ba Update readme mafiesto4 2023-10-20 14:20:07 +02:00
  • 9c4382dffb Fix using dock window panels on macOS in Editor mafiesto4 2023-10-23 15:59:09 +02:00
  • f28947f59b Fix MacWindow::SetClientBounds to include screen scale mafiesto4 2023-10-23 14:50:10 +02:00
  • 2e85ff0fb3 Simplify code Tryibion 2023-10-22 22:19:51 -05:00
  • fbaf14b6fa Add to be able to specify order of plugin initialization and deinitialization. Tryibion 2023-10-22 21:58:20 -05:00
  • 6ff3e0f488 Various improvements to macOS platform mafiesto4 2023-10-22 20:06:54 +02:00
  • ccf6c28b02 Add interval to Apple autoreleasepool mafiesto4 2023-10-22 19:55:20 +02:00
  • fff8a1e8a6 Optimize actor search Mr. Capybara 2023-10-22 13:26:07 -04:00
  • c88e184df3 Fix crash when window gets removed during windows update loop mafiesto4 2023-10-22 15:56:25 +02:00
  • 1280e61af0 Add IsDebuggerPresent for macOS and iOS platforms mafiesto4 2023-10-22 15:33:21 +02:00
  • 9fa0b174f5 Fix deprecation warnings on Apple mafiesto4 2023-10-22 15:32:56 +02:00
  • ea00a448ef - Minor cleanup Nils Hausfeld 2023-10-22 12:54:14 +02:00
  • 7b2058d1b2 - Added alternative titles to some nodes Nils Hausfeld 2023-10-22 12:37:51 +02:00
  • 78aae0da5a Better handling stopping/resetting non-looping effect. Tryibion 2023-10-21 17:22:02 -05:00
  • 7d9991999d Better fix. Tryibion 2023-10-21 14:08:23 -05:00
  • ad15c5b2fc Fix particles effect not being able to just call play if islooped is false. Tryibion 2023-10-21 13:36:39 -05:00
  • ba31627ae0 Merge remote-tracking branch 'upstream/master' into Visject-CommentOrder Nils Hausfeld 2023-10-21 16:06:44 +02:00
  • ec7840f36b - New comments now get spawned on top of other comments - Commenting other comments now puts the spawned comment below the child comments - Added Order Value to comments to serialize order - Added backwards compatiblity to older editor versions - Cleanup - XML Comments Nils Hausfeld 2023-10-21 16:06:28 +02:00
  • 21f2e59d12 Add drag&drop support to macOS mafiesto4 2023-10-21 15:36:38 +02:00
  • dcbc917b7d Add local util script to ignored on macOS mafiesto4 2023-10-21 15:13:36 +02:00
  • fa8b92a456 Adding the ability to order comments in visject Nils Hausfeld 2023-10-21 14:18:30 +02:00
  • 432f6d5402 Merge branch 'master' into Visject-ConvertConstantToParameter Nils Hausfeld 2023-10-21 13:11:51 +02:00
  • 571f8febf4 - Moved convertible node file out of archetypes folder into surface folder to be more in line of the project structure (other special nodes like surfacecomment are also just in the surface folder) - Cleanup Nils Hausfeld 2023-10-21 13:11:42 +02:00
  • 08a6a2b6dc Fix potential crashes on macOS due to missing window inside view event mafiesto4 2023-10-21 13:04:33 +02:00
  • ba39938ed5 Update Flax icon for macOS to match design guidelines mafiesto4 2023-10-21 12:44:43 +02:00
  • ab49457944 Add log for build command invoke in deployer mafiesto4 2023-10-21 12:44:25 +02:00
  • c371a5b78c - Removed Quaternion and Transform from material parameter types since they are not supported Nils Hausfeld 2023-10-20 12:55:54 +02:00
  • 3188798152 Merge branch 'MineBill-remember-hierarchy-expanded' mafiesto4 2023-10-20 12:33:15 +02:00
  • 5cafe1c328 Merge branch 'remember-hierarchy-expanded' of https://github.com/MineBill/FlaxEngine into MineBill-remember-hierarchy-expanded mafiesto4 2023-10-20 12:33:08 +02:00
  • ad7c7d7360 Merge branch 'MineBill-fix-module-names' mafiesto4 2023-10-20 12:29:06 +02:00
  • 70200b5608 Merge branch 'fix-module-names' of https://github.com/MineBill/FlaxEngine into MineBill-fix-module-names mafiesto4 2023-10-20 12:29:00 +02:00
  • e796d9ea6f Further improve a989173e2d mafiesto4 2023-10-20 11:22:22 +02:00
  • a5aaa92d62 Bump up build number mafiesto4 2023-10-20 00:28:28 +02:00
  • 4e9a739a52 Update GPU particle emitter graph version after recent changes mafiesto4 2023-10-20 00:28:13 +02:00
  • 7906e26fe0 Limit what characters module names can contain. MineBill 2023-10-20 00:19:32 +03:00
  • 770d21566a Add macOS disk image notarization mafiesto4 2023-10-19 23:13:05 +02:00
  • 418e220c00 Add proper codesigning for the Editor app for macOS mafiesto4 2023-10-19 22:40:42 +02:00
  • 9f98a5304f Merge remote-tracking branch 'origin/master' mafiesto4 2023-10-19 19:13:18 +02:00
  • a8f961c438 Add cook&run support for macOS and Linux mafiesto4 2023-10-19 19:09:32 +02:00
  • 2bb8c82329 Add support for packaging editor with bundled platform data mafiesto4 2023-10-19 19:09:06 +02:00
  • 70ccc79d54 change button order Mr. Capybara 2023-10-19 12:33:23 -04:00
  • c773c3e8fc Collapse/Expand all node in the tree if the user is pressing the Alt key. MineBill 2023-10-19 18:55:58 +03:00
  • 2f3685c161 Use PrefabObjectID when setting/getting the actor expanded value for prefabs. MineBill 2023-10-19 18:43:13 +03:00
  • 7cb4d27979 - Minor cleanup and comments Nils Hausfeld 2023-10-19 17:23:34 +02:00
  • fdda42e504 Merge remote-tracking branch 'upstream/master' into Visject-ConvertConstantToParameter Nils Hausfeld 2023-10-19 17:09:49 +02:00
  • 0ea00a09ca Fix regression from 3e7368b1cb to remove scene lock when spawning actors in async mafiesto4 2023-10-19 15:29:26 +02:00
  • a989173e2d Fix UnitsToText to properly print string with 2 decimal places mafiesto4 2023-10-19 15:16:14 +02:00
  • 6f60218bec Optimize various rendering stages to skip loading shader when effect is disables mafiesto4 2023-10-19 15:07:03 +02:00
  • 4efbed91a4 - Fixed a bug where the wrong boxes got connected - Cleanup Nils Hausfeld 2023-10-19 14:34:10 +02:00
  • c0fa858dd0 Fix warning on missing windows layout file when loading default layout mafiesto4 2023-10-19 14:25:37 +02:00
  • ad6affc863 - More cleanup Nils Hausfeld 2023-10-19 14:17:28 +02:00
  • aafdc64b68 - Cleanup - Typo Nils Hausfeld 2023-10-19 14:14:51 +02:00
  • 41a7aff6d7 - Converting to parameter now also works in Particle and Visual Scripting editor Nils Hausfeld 2023-10-19 14:10:10 +02:00
  • 9bd002ea33 Merge remote-tracking branch 'upstream/master' into Visject-ConvertConstantToParameter Nils Hausfeld 2023-10-19 14:03:10 +02:00
  • 3afb6cc88e - Renamed ConstantNode to ConvertableNode - Moved ConvertableNode into it's own class - Added support for custom conversion code (currently only used by rotation) - Added support for Texture, Normal Map, Cube Texture, Uint, Double, String, Quaternion/Rotation Nils Hausfeld 2023-10-19 14:02:46 +02:00
  • b2ba40b082 Add button to reload scenes Mr. Capybara 2023-10-18 20:34:39 -04:00
  • 6fb411cee3 Fix terrain painting. MineBill 2023-10-19 01:05:34 +03:00
  • 6c45141ef9 Add dmg file building for macOS Editor deployment mafiesto4 2023-10-18 22:10:46 +02:00
  • f373c867a7 Improve Game Cooker label text when platform data is missing mafiesto4 2023-10-18 21:57:35 +02:00
  • 5181db8a0e Fix vscode default build task to favor current architecture (eg. arm64 for Editor on macOS) mafiesto4 2023-10-18 21:51:36 +02:00
  • 2537855aa3 Merge branch 'master' into Visject-ConvertConstantToParameter Nils Hausfeld 2023-10-18 18:33:08 +02:00
  • 55ad5ae367 Build Editor bindings only when generating editor project files mafiesto4 2023-10-18 16:17:19 +02:00
  • 040c9c20ac Merge branch 'master' into 1.8 mafiesto4 2023-10-18 12:57:28 +02:00
  • 24790b18ce Fix typo in shader mafiesto4 2023-10-18 12:56:48 +02:00
  • 8b096a9286 Fixes mafiesto4 2023-10-18 10:52:36 +02:00
  • 2d0eabc8be Fix deadlock in Foliage::GetFoliageTypeInstancesCount mafiesto4 2023-10-17 23:20:30 +02:00
  • 387e30a1dc Fix compilation regression mafiesto4 2023-10-17 23:13:05 +02:00
  • 52a621de42 Add color, emissive and opacity parameters setup for auto-imported material instances mafiesto4 2023-10-17 22:45:22 +02:00
  • c457087612 Optimize memory allocation when using Sprite size during 2D rendering mafiesto4 2023-10-17 22:44:15 +02:00
  • 1cbf867fc7 Hide build scenes data toolbar button when none action is set and fix tooltip for cook and run action mafiesto4 2023-10-17 22:43:43 +02:00
  • 8d9f4d72f5 Various stability improvements for Editor mafiesto4 2023-10-17 22:42:47 +02:00
  • 90427da42f Add SubAssetFolder to model import option to redirect auto-imported materials and textures location mafiesto4 2023-10-17 09:59:21 +02:00
  • cebae5c4e1 Add foreach loop support to Span type mafiesto4 2023-10-17 09:53:48 +02:00
  • d92c7af2cf Fix debug file access race-conditions when importing many materials at once mafiesto4 2023-10-17 09:53:06 +02:00
  • 447030f53a - Spawned get parameter node now reconnects to all boxes from the converted node Nils Hausfeld 2023-10-16 20:19:18 +02:00
  • a96445d8bb Merge branch 'master' into Visject-ConvertConstantToParameter Nils Hausfeld 2023-10-16 19:34:22 +02:00
  • 582cf94198 Fix setting up prefab objects ids mapping for nested prefabs to link cross-object references correctly mafiesto4 2023-10-16 16:37:44 +02:00
  • 3e7368b1cb Fix HandleObjectDeserializationError to be editor or dev only and thread-safe mafiesto4 2023-10-16 16:36:52 +02:00
  • 30d510f073 Fix models in toolbox mafiesto4 2023-10-16 16:34:55 +02:00
  • 50d47fe801 Fix asset load to trigger loading task within mutex to prevent race conditions when loading the same prefab from many threads at once mafiesto4 2023-10-16 16:10:57 +02:00
  • 036ad570cd Fix warning when dotnet cache file is missing mafiesto4 2023-10-16 11:20:49 +02:00
  • d25954725f Add excluding GPU swapchain present time from CPU draw time in profiling tool mafiesto4 2023-10-16 10:58:07 +02:00
  • db6b98ecd1 Add ProfilerGPU.Enabled to manually toggle GPU timings mafiesto4 2023-10-16 10:29:44 +02:00
  • ad2bd2ce51 Merge branch 'nothingTVatYT-master' mafiesto4 2023-10-16 10:03:23 +02:00
  • 0c6e2935d1 Merge branch 'master' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-master mafiesto4 2023-10-16 10:03:16 +02:00