Wojtek Figat
|
a0d6f3c22b
|
Merge branch 'ui-resize-update' of https://github.com/Swiggies/FlaxEngine into Swiggies-ui-resize-update
|
2023-06-09 17:23:00 +02:00 |
|
Wojtek Figat
|
26e09aebe3
|
Merge branch 'fix_crash_when_import_model' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_crash_when_import_model
|
2023-06-09 14:10:16 +02:00 |
|
Wojtek Figat
|
ef823c0646
|
Merge branch 'inputfixes' of https://github.com/Withaust/FlaxEngine into Withaust-inputfixes
|
2023-06-09 14:08:04 +02:00 |
|
Wojtek Figat
|
f9251e41a4
|
Merge branch 'limit-cc-up' of https://github.com/Tryibion/FlaxEngine into Tryibion-limit-cc-up
|
2023-06-09 13:54:52 +02:00 |
|
Wojtek Figat
|
0476251638
|
Improve line cast math and code style fix #1147
|
2023-06-09 13:53:26 +02:00 |
|
Wojtek Figat
|
d71f89718b
|
Merge branch 'new_feature_to_physics' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-new_feature_to_physics
|
2023-06-09 13:50:00 +02:00 |
|
Wojtek Figat
|
393514c13d
|
Add missing scenes locking
|
2023-06-09 13:48:33 +02:00 |
|
Wojtek Figat
|
126ea687e6
|
Merge branch 'findactor' of https://github.com/Tryibion/FlaxEngine into Tryibion-findactor
|
2023-06-09 13:45:49 +02:00 |
|
Wojtek Figat
|
248f78ed56
|
Code style fix #1146
|
2023-06-09 13:44:26 +02:00 |
|
Wojtek Figat
|
ee7f2b3724
|
Merge branch 'new_features_to_tags' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-new_features_to_tags
|
2023-06-09 13:42:04 +02:00 |
|
Withaust
|
8c0c6c0142
|
Expose some Input class delegates to scripting API
|
2023-06-08 01:24:38 +03:00 |
|
Ruan Lucas
|
c22eae0e2d
|
fix crash when import model with option to generate lod and lods amount = 1
|
2023-06-03 22:18:18 -04:00 |
|
Ruan Lucas
|
e32f4d5f8c
|
add LineCastAll
|
2023-06-03 13:52:50 -04:00 |
|
Ruan Lucas
|
eda4def35b
|
add linecast with hit info
|
2023-06-03 13:39:10 -04:00 |
|
Ruan Lucas
|
ac0cf01404
|
add simple linecast to physics
|
2023-06-03 13:25:29 -04:00 |
|
Ruan Lucas
|
50639e2378
|
fix doc
|
2023-06-03 12:03:21 -04:00 |
|
Ruan Lucas
|
88a5e07f2e
|
add docs
|
2023-06-03 11:59:18 -04:00 |
|
Ruan Lucas
|
9c93828976
|
add search actor by parent tag
|
2023-06-03 11:51:24 -04:00 |
|
Chandler Cox
|
fcbe624f7c
|
Add FindActor with type and name to level.
|
2023-06-02 15:29:28 -05:00 |
|
Chandler Cox
|
efed1f5b1d
|
Add FindActor by type and name.
|
2023-06-02 15:12:55 -05:00 |
|
Chandler Cox
|
4849a49ba4
|
Limits character controller up direction between (-1, 1)
|
2023-05-31 21:43:15 -05:00 |
|
Wojtek Figat
|
8bd4ad03de
|
Merge branch 'flaxapi_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-flaxapi_fixes
|
2023-05-30 10:28:03 +02:00 |
|
Wojtek Figat
|
d5c89cb3de
|
Merge branch 'dxgifactory_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dxgifactory_fix
|
2023-05-30 10:25:49 +02:00 |
|
|
|
9e07e80fa1
|
Fix linking errors when referencing static members in engine classes
|
2023-05-29 22:23:45 +03:00 |
|
|
|
3e848d93da
|
Fix DXGIFactory use after release
|
2023-05-29 22:22:59 +03:00 |
|
Wojtek Figat
|
fb6a9728a3
|
Hide editor-only properties from animating in UI Control
|
2023-05-28 23:30:49 +02:00 |
|
Wojtek Figat
|
6a482c987c
|
Fix 3D UI Canvas point conversion from parent control space to local space
#1129
|
2023-05-28 23:21:36 +02:00 |
|
Wojtek Figat
|
f60007da83
|
Add Camera.UnprojectPoint method
|
2023-05-28 23:20:39 +02:00 |
|
Wojtek Figat
|
2149995116
|
Minor Camera class tweaks
|
2023-05-28 22:57:52 +02:00 |
|
Wojtek Figat
|
44036a26d0
|
Fix UI Control selection highlights when using Canvas Scaler
#977
|
2023-05-28 21:35:56 +02:00 |
|
Wojtek Figat
|
5a45ccf70d
|
Fix text formatting infinite loop
#1127
|
2023-05-28 16:56:19 +02:00 |
|
Wojtek Figat
|
62946f6359
|
Cleanup and improve code from #1109
|
2023-05-28 16:12:32 +02:00 |
|
Wojtek Figat
|
9cdd1cbc45
|
Add Platform::GetMousePosition/WindowsPlatform::SetMousePosition for unified access to screen-space mouse position on all platforms
#1109
|
2023-05-28 15:30:16 +02:00 |
|
Wojtek Figat
|
482d516c2e
|
Merge branch 'color-picker' of https://github.com/Menotdan/FlaxEngine into Menotdan-color-picker
|
2023-05-28 13:38:37 +02:00 |
|
Wojtek Figat
|
3e906686db
|
Improve #1119 to use a bit flag for object sync
|
2023-05-28 13:30:14 +02:00 |
|
Wojtek Figat
|
b6f8876315
|
Merge branch 'networksync' of https://github.com/Withaust/FlaxEngine into Withaust-networksync
|
2023-05-28 13:28:05 +02:00 |
|
Wojtek Figat
|
ecc6f83130
|
Use Utilities::HertzToText from #1120 to log cpu clock speed
|
2023-05-28 12:03:22 +02:00 |
|
Wojtek Figat
|
bb567cafde
|
Improve #1120 to use shared lookup table export from engine source and reduce memory alloc from Array via Span
|
2023-05-28 11:46:48 +02:00 |
|
Wojtek Figat
|
a4d7693a2f
|
Merge branch 'unitstotext' of https://github.com/Withaust/FlaxEngine into Withaust-unitstotext
|
2023-05-28 11:22:02 +02:00 |
|
Wiktor Kocielski
|
a21abaac84
|
Implement INetworkObject::OnNetworkSync and make INetworkObject just virtual
|
2023-05-27 04:12:46 +03:00 |
|
|
|
4e683dcc15
|
Clean up DXGIFactory after use on D3D12
|
2023-05-26 20:17:30 +03:00 |
|
|
|
bdf6a11491
|
Prefer high-performance discrete GPUs when enumerating adapters
|
2023-05-26 20:05:32 +03:00 |
|
Wiktor Kocielski
|
91fdd60b07
|
BytesToText -> UnitsToText
|
2023-05-26 18:37:28 +03:00 |
|
Wojtek Figat
|
90d633fb2d
|
Minor improvements to new replication hierarchy
|
2023-05-24 22:59:22 +02:00 |
|
Wojtek Figat
|
7efb3e3f3d
|
Add SoftTypeReference<T> to scripting API for lazy-load type references (via typename)
|
2023-05-24 22:56:29 +02:00 |
|
Wojtek Figat
|
9986d62a28
|
Fix crash when scripting object gets deleted while it exists in NetworkReplicationHierarchy
|
2023-05-24 12:06:09 +02:00 |
|
Wojtek Figat
|
2c1f6e561a
|
Fix replication regression from eb2fc0f02f
|
2023-05-24 11:52:32 +02:00 |
|
Wojtek Figat
|
c4f57d19db
|
Fix network replicator incorrect error message filter
|
2023-05-24 10:52:59 +02:00 |
|
Wojtek Figat
|
eb2fc0f02f
|
Add **Network Replication Hierarchy** for robust control over replication in multiplayer games
|
2023-05-24 09:46:38 +02:00 |
|
Wojtek Figat
|
8ba17f1026
|
Optimize MUtils::UnboxScriptingTypeHandle
|
2023-05-23 18:22:43 +02:00 |
|