Commit Graph

10454 Commits

Author SHA1 Message Date
Wojtek Figat
e429e85aae Continue Delegate refactor to use single memory allocation and atomic operations for data access 2023-11-03 22:27:58 +01:00
Wojtek Figat
224e43ea55 Use soft asset ref to graphics settings
#1852
2023-11-03 19:23:38 +01:00
Wojtek Figat
6f1ee382b5 Fix regression from 087cfd7a8c on hashset item duplicate re-add 2023-11-03 19:07:16 +01:00
Mr. Capybara
1c23f0f5b4 Add ActiveOnly parameter to Level::GetActors 2023-11-03 11:30:24 -04:00
Wojtek Figat
da72dd4806 Add unit test for HashSet and Dictionary collection types 2023-11-02 19:59:27 +01:00
Wojtek Figat
087cfd7a8c Refactor HashSet and Dictionary collections capacity to handle rehashing when too many elements were deleted 2023-11-02 19:59:01 +01:00
MineBill
151c6bc6c3 Fix color picker dialog not staying inside the current screen. 2023-11-01 20:07:58 +02:00
Wojtek Figat
c0a8d29453 Improve Cloth usage 2023-11-01 10:46:47 +01:00
Wojtek Figat
1a254afd4f Fix crash when creating empty cloth 2023-11-01 10:29:44 +01:00
MineBill
f6e9d0431b Implement drag and drop for list collection. 2023-11-01 01:31:42 +02:00
Mr. Capybara
6cfc8c1b1a Add extended buttons support for linux 2023-10-31 14:52:09 -04:00
Wojtek Figat
536be6c6cf Merge branch 'master' of https://gitlab.flaxengine.com/flax/flaxengine 2023-10-31 16:11:15 +01:00
Wojtek Figat
b0fe99f1ec Disable mono thread attach to fix current freeze on GC STW event 2023-10-31 16:11:09 +01:00
MineBill
df5dc0c284 Extract validation/item handling of AssetPicker in a separate class. 2023-10-31 16:32:57 +02:00
Wojtek Figat
f9614a4879 Disable capacity alloc on delegate creation 2023-10-31 15:31:40 +01:00
Wojtek Figat
4e2ee897bc Fix missing codesign for macOS game binaries 2023-10-31 15:22:14 +01:00
Wojtek Figat
37a6ea9beb Merge remote-tracking branch 'origin/master' 2023-10-31 14:21:00 +01:00
Wojtek Figat
5ef3f66274 Merge branch 'master' of https://gitlab.flaxengine.com/flax/flaxengine 2023-10-31 14:17:55 +01:00
Wojtek Figat
1567c1c8d6 Fix Mono AOT on iOS to not freeze during GC stop-the-world event on memory collection 2023-10-31 14:15:35 +01:00
Wojtek Figat
2d1d8cc310 Fix typo 2023-10-30 18:34:20 +01:00
Wojtek Figat
1fc972d6ac Fix stall in GC collect on iOS with AOT 2023-10-30 16:45:57 +01:00
MineBill
357148f973 Include interfaces in FindScript. 2023-10-30 08:07:46 +02:00
Wojtek Figat
f434ff2efe Fix memory overcommitment by HashSet when adding and removing the same item in a loop
#1829
2023-10-29 13:37:05 +01:00
NoriteSC
67a385a431 Merge branch 'master' into SnapToGrid 2023-10-29 03:33:44 +01:00
Wojtek Figat
56c9429e25 Fix spawning prefab without transform provided
#1831
2023-10-29 02:57:59 +02:00
Wojtek Figat
83a931de7e Fix typo bug in DOF 2023-10-29 01:57:48 +02:00
Wojtek Figat
9c1a7a20d4 Add volk.h header to distributed build files 2023-10-28 22:10:41 +02:00
Wojtek Figat
d9c2decff5 Fix crash when contact was not read properly 2023-10-28 20:09:27 +02:00
MineBill
5afb00e2c6 Allow quick creation of scripts. 2023-10-28 20:21:43 +03:00
Chandler Cox
1fa03a0de2 Fix focus issues to allow panel scroll bar to be clicked and used. 2023-10-28 11:25:14 -05:00
Chandler Cox
590f3f7493 Fix Dropdown scaling with CanvasScalar. Add limiting number of items to show in the dropdown. 2023-10-28 10:29:39 -05:00
Nils Hausfeld
0fea7aad92 - Minor cleanup 2023-10-28 17:11:03 +02:00
Nils Hausfeld
b88233a65d - Always select first valid item when updating filters 2023-10-28 16:58:37 +02:00
Nils Hausfeld
95735035f3 - Tab key now also spawns node 2023-10-28 16:51:56 +02:00
Nils Hausfeld
e3364faf8e Merge branch 'master' into Visject-ImprovedNodeSearching 2023-10-28 16:49:22 +02:00
Wojtek Figat
9f3221c533 Remove unused include 2023-10-28 14:02:25 +02:00
Wojtek Figat
468c93949e Fix crash when creating empty particle emitter 2023-10-28 14:01:44 +02:00
Wojtek Figat
615b6470e5 Fix iOS project path if it contains whitespace chars 2023-10-28 11:44:11 +02:00
Chandler Cox
90642b8862 Spawn canvas scalar on canvas creation. 2023-10-27 13:25:50 -05:00
Ari Vuollet
900e6338d6 Fix wrong variable name
Co-authored-by: NoriteSC <53096989+NoriteSC@users.noreply.github.com>
2023-10-27 19:21:21 +03:00
Nils Hausfeld
e55cdd91d5 - Reverted match class from more alternative titles PR 2023-10-26 22:23:55 +02:00
Nils Hausfeld
8cc7c5d3d9 - Highlights get cleared now when there is no match
- Highlights now give points, since it means there is a substring match
- Cleanup
2023-10-26 21:47:32 +02:00
Nils Hausfeld
0acf352d40 - Alternative titles now use QueryFilterHelper Match function as well
- Cleaned up some code and using early outs now
- Added some comments
2023-10-26 21:13:06 +02:00
Nils Hausfeld
390621cb10 Merge branch 'master' into Visject-ImprovedNodeSearching 2023-10-26 20:33:32 +02:00
Nils Hausfeld
ff64fdb503 - Test environment and first tests 2023-10-26 20:33:07 +02:00
Wojtek Figat
d9b0e99b9c Add support for using Revision number in projects version 2023-10-26 15:20:35 +02:00
Wojtek Figat
1d41aa01ce Refactor vertex shaders to use GPUShaderProgramVS::InputElement for input layout data 2023-10-26 14:36:02 +02:00
Wojtek Figat
186e13b5e8 Add support for runtime running on GPU without Compute Shaders support 2023-10-26 14:33:21 +02:00
Wojtek Figat
bfaa292b04 Fix invoking managed method on value types (eg. Transform) to properly handle instance value
#1801
2023-10-26 11:37:37 +02:00
Wojtek Figat
f44421b7a7 Optimize managed method invoke on NetCore to skip virtual call that is the same as default one 2023-10-26 11:25:30 +02:00