Commit Graph

  • 3bf7b57dbd Fix BitArray::SetAll() when the item is not multiple of 8 Wojtek Figat 2023-11-04 19:14:45 +01:00
  • 19752e4f3b Add storing shader asset includes paths in compact format for portability Wojtek Figat 2023-11-04 15:26:18 +01:00
  • 50bcbf980e Add SetThreadAffinityMask and SetThreadPriority and thread name for Apple platforms Wojtek Figat 2023-11-04 14:08:53 +01:00
  • 236e5772ce Fix CultureInfo to handle missing country code and fallback to outer language code Wojtek Figat 2023-11-04 13:49:30 +01:00
  • 253c4c27ab Remove out of range exceptions due to serialization issues. Chandler Cox 2023-11-03 21:23:09 -05:00
  • 41d513e5d2 Add directions to slider control. Chandler Cox 2023-11-03 21:22:00 -05:00
  • 6ddf241ea4 Minor improvements to reference properties Wojtek Figat 2023-11-03 22:40:18 +01:00
  • e429e85aae Continue Delegate refactor to use single memory allocation and atomic operations for data access Wojtek Figat 2023-11-03 22:27:58 +01:00
  • 224e43ea55 Use soft asset ref to graphics settings Wojtek Figat 2023-11-03 19:23:38 +01:00
  • 6f1ee382b5 Fix regression from 087cfd7a8c on hashset item duplicate re-add Wojtek Figat 2023-11-03 19:07:16 +01:00
  • 1c23f0f5b4 Add ActiveOnly parameter to Level::GetActors Mr. Capybara 2023-11-03 11:30:24 -04:00
  • da72dd4806 Add unit test for HashSet and Dictionary collection types Wojtek Figat 2023-11-02 19:59:27 +01:00
  • 087cfd7a8c Refactor HashSet and Dictionary collections capacity to handle rehashing when too many elements were deleted Wojtek Figat 2023-11-02 19:59:01 +01:00
  • 5559d4f84d Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2023-11-02 13:47:49 +01:00
  • 151c6bc6c3 Fix color picker dialog not staying inside the current screen. MineBill 2023-11-01 20:07:58 +02:00
  • c0a8d29453 Improve Cloth usage Wojtek Figat 2023-11-01 10:46:47 +01:00
  • 1a254afd4f Fix crash when creating empty cloth Wojtek Figat 2023-11-01 10:29:44 +01:00
  • f6e9d0431b Implement drag and drop for list collection. MineBill 2023-10-31 17:56:15 +02:00
  • 6cfc8c1b1a Add extended buttons support for linux Mr. Capybara 2023-10-31 14:52:09 -04:00
  • 536be6c6cf Merge branch 'master' of https://gitlab.flaxengine.com/flax/flaxengine Wojtek Figat 2023-10-31 16:11:15 +01:00
  • b0fe99f1ec Disable mono thread attach to fix current freeze on GC STW event Wojtek Figat 2023-10-31 16:11:09 +01:00
  • df5dc0c284 Extract validation/item handling of AssetPicker in a separate class. MineBill 2023-10-31 16:32:57 +02:00
  • f9614a4879 Disable capacity alloc on delegate creation Wojtek Figat 2023-10-31 15:31:40 +01:00
  • 4e2ee897bc Fix missing codesign for macOS game binaries Wojtek Figat 2023-10-31 15:22:14 +01:00
  • 37a6ea9beb Merge remote-tracking branch 'origin/master' Wojtek Figat 2023-10-31 14:21:00 +01:00
  • 5ef3f66274 Merge branch 'master' of https://gitlab.flaxengine.com/flax/flaxengine Wojtek Figat 2023-10-31 14:17:55 +01:00
  • 1567c1c8d6 Fix Mono AOT on iOS to not freeze during GC stop-the-world event on memory collection Wojtek Figat 2023-10-31 14:15:35 +01:00
  • 2d1d8cc310 Fix typo Wojtek Figat 2023-10-30 18:34:20 +01:00
  • 1fc972d6ac Fix stall in GC collect on iOS with AOT Wojtek Figat 2023-10-30 16:45:57 +01:00
  • 357148f973 Include interfaces in FindScript. MineBill 2023-10-30 08:07:46 +02:00
  • f434ff2efe Fix memory overcommitment by HashSet when adding and removing the same item in a loop Wojtek Figat 2023-10-29 13:37:05 +01:00
  • 67a385a431 Merge branch 'master' into SnapToGrid NoriteSC 2023-10-29 03:33:44 +01:00
  • 56c9429e25 Fix spawning prefab without transform provided Wojtek Figat 2023-10-29 02:57:59 +02:00
  • 83a931de7e Fix typo bug in DOF Wojtek Figat 2023-10-29 01:57:48 +02:00
  • 9c1a7a20d4 Add volk.h header to distributed build files Wojtek Figat 2023-10-28 22:10:41 +02:00
  • d9c2decff5 Fix crash when contact was not read properly Wojtek Figat 2023-10-28 20:09:27 +02:00
  • 5afb00e2c6 Allow quick creation of scripts. MineBill 2023-10-28 20:21:43 +03:00
  • 1fa03a0de2 Fix focus issues to allow panel scroll bar to be clicked and used. Chandler Cox 2023-10-28 11:25:14 -05:00
  • 590f3f7493 Fix Dropdown scaling with CanvasScalar. Add limiting number of items to show in the dropdown. Chandler Cox 2023-10-28 10:29:39 -05:00
  • 0fea7aad92 - Minor cleanup Nils Hausfeld 2023-10-28 17:11:03 +02:00
  • b88233a65d - Always select first valid item when updating filters Nils Hausfeld 2023-10-28 16:58:37 +02:00
  • 95735035f3 - Tab key now also spawns node Nils Hausfeld 2023-10-28 16:51:56 +02:00
  • e3364faf8e Merge branch 'master' into Visject-ImprovedNodeSearching Nils Hausfeld 2023-10-28 16:49:22 +02:00
  • 9f3221c533 Remove unused include Wojtek Figat 2023-10-28 14:02:25 +02:00
  • 468c93949e Fix crash when creating empty particle emitter Wojtek Figat 2023-10-28 14:01:44 +02:00
  • b028faf0cc Update assets Wojtek Figat 2023-10-28 13:52:23 +02:00
  • a95c9059aa Update build number Wojtek Figat 2023-10-27 10:08:04 +02:00
  • 615b6470e5 Fix iOS project path if it contains whitespace chars Wojtek Figat 2023-10-28 11:44:11 +02:00
  • 90642b8862 Spawn canvas scalar on canvas creation. Chandler Cox 2023-10-27 13:25:50 -05:00
  • 900e6338d6 Fix wrong variable name Ari Vuollet 2023-10-27 19:21:21 +03:00
  • e55cdd91d5 - Reverted match class from more alternative titles PR Nils Hausfeld 2023-10-26 22:23:55 +02:00
  • 8cc7c5d3d9 - Highlights get cleared now when there is no match - Highlights now give points, since it means there is a substring match - Cleanup Nils Hausfeld 2023-10-26 21:47:32 +02:00
  • 0acf352d40 - Alternative titles now use QueryFilterHelper Match function as well - Cleaned up some code and using early outs now - Added some comments Nils Hausfeld 2023-10-26 21:13:06 +02:00
  • 390621cb10 Merge branch 'master' into Visject-ImprovedNodeSearching Nils Hausfeld 2023-10-26 20:33:32 +02:00
  • ff64fdb503 - Test environment and first tests Nils Hausfeld 2023-10-26 20:33:07 +02:00
  • 70a06c5db3 Update build number and add revision field for future patches Wojtek Figat 2023-10-26 15:21:01 +02:00
  • d9b0e99b9c Add support for using Revision number in projects version Wojtek Figat 2023-10-26 15:20:35 +02:00
  • 1d41aa01ce Refactor vertex shaders to use GPUShaderProgramVS::InputElement for input layout data Wojtek Figat 2023-10-26 14:36:02 +02:00
  • 186e13b5e8 Add support for runtime running on GPU without Compute Shaders support Wojtek Figat 2023-10-26 14:33:21 +02:00
  • bfaa292b04 Fix invoking managed method on value types (eg. Transform) to properly handle instance value Wojtek Figat 2023-10-26 11:37:37 +02:00
  • f44421b7a7 Optimize managed method invoke on NetCore to skip virtual call that is the same as default one Wojtek Figat 2023-10-26 11:25:30 +02:00
  • 2158fa7358 Remove not needed end line in script template Wojtek Figat 2023-10-25 23:34:29 +02:00
  • 18c119c155 Ensure layer confirmation does not popup in play mode. Chandler Cox 2023-10-25 16:25:26 -05:00
  • c27187bd0a Fix deserializing vector types in Editor from ToString FormatException Wojtek Figat 2023-10-25 19:17:04 +02:00
  • 8c6ced4bb9 Limit the scene tree and prefab tree rename popup to only go to panel right edge. Chandler Cox 2023-10-25 11:38:14 -05:00
  • 966cd973c6 Add GetHash to various math/core types Wojtek Figat 2023-10-25 18:35:59 +02:00
  • 66a709f09e small fixes Chandler Cox 2023-10-25 10:46:04 -05:00
  • bfaae46c7e remove not needed variable. Chandler Cox 2023-10-25 10:35:12 -05:00
  • b8921fd990 clean up Chandler Cox 2023-10-25 09:58:02 -05:00
  • 73694cba6c Add being able to set origin of mesh to the local mesh origin. fix centering several meshes. Chandler Cox 2023-10-25 09:57:51 -05:00
  • ec02058712 Update Float2.cs NoriteSC 2023-10-25 16:56:45 +02:00
  • fa836c50a0 Merge branch 'MineBill-messagebox' Wojtek Figat 2023-10-25 14:58:56 +02:00
  • a5d16b49e9 Merge branch 'messagebox' of https://github.com/MineBill/FlaxEngine into MineBill-messagebox Wojtek Figat 2023-10-25 14:58:51 +02:00
  • 9a6bce144b Merge branch 'solnem-feat/improved-camera-settings' Wojtek Figat 2023-10-25 14:58:14 +02:00
  • daf31cfa4d Format code #1611 Wojtek Figat 2023-10-25 14:57:44 +02:00
  • 4fb35579b5 Update Float2.cs NoriteSC 2023-10-25 12:12:22 +02:00
  • 39aebc6c85 Update Vector3.cs NoriteSC 2023-10-25 12:10:23 +02:00
  • 1f8da14780 - Alternative titles for comparisons Nils Hausfeld 2023-10-25 11:53:43 +02:00
  • cfe717969b Merge branch 'master' into Visject-MoreAlternativeTitles Nils Hausfeld 2023-10-25 11:46:09 +02:00
  • 210c5a5bb2 Merge branch 'FlaxEngine:master' into Nodes NoriteSC 2023-10-25 07:03:46 +02:00
  • 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 Ari Vuollet 2023-10-24 22:27:12 +03:00
  • 081648ef06 Fix common tooltips with hardcoded keybindings Ari Vuollet 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 Wojtek Figat 2023-10-24 14:50:52 +02:00
  • 806590d1c3 Fix deadlock in scene loading Wojtek Figat 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 Wojtek Figat 2023-10-23 22:26:55 +02:00
  • 9d1ba6cacf Fix compilation errors when building with old Delegate impl Wojtek Figat 2023-10-23 22:10:21 +02:00
  • ea0094870c Merge branch 'Tryibion-particle-loop-fix' Wojtek Figat 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 Wojtek Figat 2023-10-23 18:45:30 +02:00
  • aed81b58ba Update readme Wojtek Figat 2023-10-20 14:20:07 +02:00
  • 9c4382dffb Fix using dock window panels on macOS in Editor Wojtek Figat 2023-10-23 15:59:09 +02:00
  • f28947f59b Fix MacWindow::SetClientBounds to include screen scale Wojtek Figat 2023-10-23 14:50:10 +02:00
  • 2e85ff0fb3 Simplify code Chandler Cox 2023-10-22 22:19:51 -05:00
  • fbaf14b6fa Add to be able to specify order of plugin initialization and deinitialization. Chandler Cox 2023-10-22 21:58:20 -05:00