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
|
f2ecefb7ee
|
Refactor StringUtils
|
2023-05-28 21:16:29 +02:00 |
|
Wojtek Figat
|
5a45ccf70d
|
Fix text formatting infinite loop
#1127
|
2023-05-28 16:56:19 +02:00 |
|
Wojtek Figat
|
f3393c46a5
|
Fix text formatting infinite loop
#1127
|
2023-05-28 16:55:47 +02:00 |
|
Wojtek Figat
|
587578ccfb
|
Update platforms impl
|
2023-05-28 16:45:08 +02:00 |
|
Wojtek Figat
|
81ae687238
|
Merge remote-tracking branch 'origin/master' into 1.6
|
2023-05-28 16:34:38 +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
|
ad1c573678
|
Fix false-positive error when interop structure has a additional memory size (alignment)
|
2023-05-25 00:12:54 +02:00 |
|
Wojtek Figat
|
c2cd3b64ff
|
Improve generated bindings code usability in Editor
|
2023-05-24 23:50:51 +02:00 |
|
Wojtek Figat
|
694980160b
|
Merge remote-tracking branch 'origin/master' into 1.6
# Conflicts:
# Source/Editor/CustomEditors/CustomEditorsUtil.cs
# Source/Engine/Networking/NetworkReplicator.cpp
# Source/Engine/Scripting/ManagedCLR/MUtils.cpp
# Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs
|
2023-05-24 23:28:38 +02: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 |
|
Wojtek Figat
|
4879b9bd90
|
Add CPU profiler events to various networking functions
|
2023-05-23 16:11:34 +02:00 |
|
Wojtek Figat
|
f5adbc08fa
|
Remove unused Function::TryCall
|
2023-05-23 16:08:51 +02:00 |
|
Wojtek Figat
|
1b8b585367
|
Optimize network replication when no client can receive object
|
2023-05-21 22:38:48 +02:00 |
|
Olly Rybak
|
c92a3e566e
|
New button styling
|
2023-05-21 09:57:39 +10:00 |
|
Wojtek Figat
|
d5fcdf6edb
|
Fix BitArray::Set to not be const
|
2023-05-20 11:11:06 +02:00 |
|
Wojtek Figat
|
ee83c19c7b
|
Merge branch 'rollforward' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-rollforward
|
2023-05-19 14:11:49 +02:00 |
|
Wojtek Figat
|
144b72109b
|
Fix crash after scripting hot-reload in editor due to cached class attribute objects
#1108
|
2023-05-19 13:53:49 +02:00 |
|
Wojtek Figat
|
7b8c013918
|
Various minor cleanups
|
2023-05-19 13:53:18 +02:00 |
|
Wojtek Figat
|
3e792e6cd7
|
Add NativeInteropException for native interop crashes
|
2023-05-19 13:52:30 +02:00 |
|
|
|
f46d1a4aba
|
Enable roll-forward to latest .NET major preview version
|
2023-05-19 14:20:06 +03:00 |
|
Menotdan
|
8f6ceece10
|
Change XGrabPointer call a bit.
|
2023-05-18 19:40:39 -04:00 |
|
Menotdan
|
f5d3e30972
|
XGrabPointer doesn't seem to be doing what I want.
|
2023-05-18 15:42:04 -04:00 |
|
Menotdan
|
d4bd2d372c
|
Merge branch 'FlaxEngine:master' into color-picker
|
2023-05-17 21:12:37 -04:00 |
|
Wojtek Figat
|
0d3bae3761
|
Minor adjustment to #1105 so the local client state is reflected as connecting
|
2023-05-17 21:37:55 +02:00 |
|