Wojtek Figat
|
236e5772ce
|
Fix CultureInfo to handle missing country code and fallback to outer language code
|
2023-11-04 13:49:30 +01:00 |
|
Wojtek Figat
|
6ddf241ea4
|
Minor improvements to reference properties
|
2023-11-03 22:40:18 +01:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Wojtek Figat
|
f9614a4879
|
Disable capacity alloc on delegate creation
|
2023-10-31 15:31:40 +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 |
|
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
|
d9c2decff5
|
Fix crash when contact was not read properly
|
2023-10-28 20:09:27 +02: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 |
|
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
|
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 |
|
Wojtek Figat
|
c27187bd0a
|
Fix deserializing vector types in Editor from ToString FormatException
#1802
|
2023-10-25 19:17:04 +02:00 |
|
Wojtek Figat
|
966cd973c6
|
Add GetHash to various math/core types
#1802
|
2023-10-25 18:35:59 +02:00 |
|
Chandler Cox
|
66a709f09e
|
small fixes
|
2023-10-25 10:46:04 -05:00 |
|
Chandler Cox
|
bfaae46c7e
|
remove not needed variable.
|
2023-10-25 10:35:12 -05:00 |
|
Chandler Cox
|
b8921fd990
|
clean up
|
2023-10-25 09:58:02 -05:00 |
|
Chandler Cox
|
73694cba6c
|
Add being able to set origin of mesh to the local mesh origin. fix centering several meshes.
|
2023-10-25 09:57:51 -05:00 |
|
NoriteSC
|
210c5a5bb2
|
Merge branch 'FlaxEngine:master' into Nodes
|
2023-10-25 07:03:46 +02:00 |
|
MineBill
|
6f773bd558
|
Make the message box a TASKMODEL to prevent interation with the editor.
|
2023-10-24 18:03:07 +03:00 |
|
Wojtek Figat
|
806590d1c3
|
Fix deadlock in scene loading
#1761 #1773
|
2023-10-24 14:08:34 +02:00 |
|
Wojtek Figat
|
ba374a27db
|
Reduce code bloat
|
2023-10-23 22:26:55 +02:00 |
|
Wojtek Figat
|
9d1ba6cacf
|
Fix compilation errors when building with old Delegate impl
|
2023-10-23 22:10:21 +02:00 |
|
Wojtek Figat
|
2220623cd2
|
Merge branch 'particle-loop-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-loop-fix
|
2023-10-23 18:45:30 +02:00 |
|
Wojtek Figat
|
9c4382dffb
|
Fix using dock window panels on macOS in Editor
|
2023-10-23 15:59:09 +02:00 |
|
Wojtek Figat
|
f28947f59b
|
Fix MacWindow::SetClientBounds to include screen scale
|
2023-10-23 14:50:10 +02:00 |
|
Chandler Cox
|
2e85ff0fb3
|
Simplify code
|
2023-10-22 22:19:51 -05:00 |
|
Chandler Cox
|
fbaf14b6fa
|
Add to be able to specify order of plugin initialization and deinitialization.
|
2023-10-22 21:58:20 -05:00 |
|
Wojtek Figat
|
6ff3e0f488
|
Various improvements to macOS platform
|
2023-10-22 20:06:54 +02:00 |
|
Wojtek Figat
|
ccf6c28b02
|
Add interval to Apple autoreleasepool
|
2023-10-22 19:55:20 +02:00 |
|