Wojtek Figat
125ce06e4c
Merge branch 'createprocess_attrib_alloc_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-createprocess_attrib_alloc_fix
2022-12-04 18:22:53 +01:00
Wojtek Figat
f8734db1e1
Revert "Fix Development build issue with Flax.Build running in Development mode"
...
This reverts commit 7e434932ae .
2022-12-04 18:22:38 +01:00
Wojtek Figat
7e434932ae
Fix Development build issue with Flax.Build running in Development mode
2022-12-04 18:21:18 +01:00
7eae439624
Fix RunProcess not working in development builds
...
Works around a possible compiler bug caused by db6aab1cf6
2022-12-04 18:09:07 +02:00
5e5d88ed8e
Fix input actions/axis lookups to not use StringView
...
The stored strings might point to temporary strings, causing garbage data
to be present in the dictionary at times.
2022-12-03 15:43:52 +02:00
Wojtek Figat
a0a087fc91
Mark UWP platform as deprecated
2022-12-03 13:21:06 +01:00
Wojtek Figat
b85d58db85
Mark UWP platform as deprecated
2022-12-03 13:17:24 +01:00
Wojtek Figat
2b6e3cf993
Fix lod preview typo in df45ac46b1
2022-12-03 13:10:47 +01:00
Wojtek Figat
df45ac46b1
Optimize various debug views performance
2022-12-03 12:23:39 +01:00
Wojtek Figat
950289db9f
Fix crash when drawing scene in async and content streaming updates model residency
2022-12-03 11:23:26 +01:00
Wojtek Figat
98c29c4a4e
Optimize compilation time
2022-12-03 10:42:58 +01:00
Wojciech Figat
6458d7e0db
Add support for sending replicated object data in parts
2022-12-02 12:18:08 +01:00
Wojciech Figat
f61100deca
Cleanup for networking impl
2022-12-02 10:55:12 +01:00
Wojciech Figat
adcffab78a
Match C# string serialization in network stream to C++ impl
2022-12-02 10:36:52 +01:00
Wojciech Figat
eae8fd7ef9
Add AdditionalScenes to BuildSettings
2022-12-02 10:05:32 +01:00
Wojciech Figat
0f19fc64fd
Add SceneReference to C++ scripting API
2022-12-02 10:05:07 +01:00
Wojciech Figat
cfffc76aa6
Fix potential crash
2022-12-02 10:04:46 +01:00
Wojciech Figat
66d01d8d7f
Merge remote-tracking branch 'origin/master' into 1.5
2022-12-01 12:10:41 +01:00
Wojciech Figat
7486bc640f
Add network profiler tab with network driver data sent/received
2022-11-30 22:05:58 +01:00
Wojtek Figat
7d6926e19f
Merge branch 'plemsoft-PE-1.4-10'
2022-11-30 18:10:25 +01:00
Wojtek Figat
ce228c9003
Merge branch 'PE-1.4-10' of https://github.com/plemsoft/FlaxEngine into plemsoft-PE-1.4-10
2022-11-30 18:10:20 +01:00
Wojtek Figat
12f8a15b8b
Remove unused include
2022-11-30 18:07:27 +01:00
Wojtek Figat
8694d9f9b4
Fix helper mouse button up event on drag drop end on Windows
...
Regression from 4efd411045
2022-11-30 18:06:39 +01:00
Wojtek Figat
a3a001633b
Fix Custom Editors groups regression
2022-11-30 17:47:56 +01:00
Wojciech Figat
e4840d35d6
Adjust network transform precision
2022-11-30 16:19:46 +01:00
Wojciech Figat
e5b4ce06b9
Add support for C# properties automatic replication codegen
2022-11-30 16:19:32 +01:00
Wojciech Figat
a819d657db
Refactor network object spawnign to batch all subobjects with a single spawn message to reduce invalid objects linkage on different clients
2022-11-30 12:30:49 +01:00
Wojciech Figat
96742404fd
Various improvements for network objects despawning
2022-11-30 12:30:48 +01:00
Chandler Cox
93a0facd93
Allows user to left click to end editing text and right click to change text back to its original and end editing.
2022-11-29 21:30:17 -06:00
Wojtek Figat
f5ed9292e7
Merge branch 'master' into 1.5
2022-11-29 23:19:01 +01:00
Preben Eriksen
ee84d53cdc
PE: Support normal generation when using assimp importer.
2022-11-29 11:09:34 +01:00
Wojtek Figat
9e1692e3e0
Code style cleanup
...
#837
2022-11-29 08:41:52 +01:00
Wojtek Figat
3f3697fbfa
Code style cleanup
...
#837
2022-11-28 23:35:27 +01:00
Wojtek Figat
853fa482f6
Merge branch 'plemsoft-PE-1.4-5'
2022-11-28 23:22:56 +01:00
Wojtek Figat
8bf128dc0a
Merge branch 'PE-1.4-5' of https://github.com/plemsoft/FlaxEngine into plemsoft-PE-1.4-5
2022-11-28 23:22:49 +01:00
Wojtek Figat
69ad8bc672
Fix tests hanging if scripting compilation fails (eg. build tool issue)
2022-11-28 20:34:50 +01:00
Wojtek Figat
db6aab1cf6
Fix regression in memory allocators
2022-11-28 20:34:26 +01:00
Preben Eriksen
cfb25840f9
Merge branch 'PE-1.4-3' into PE-1.4-5
...
* PE-1.4-3:
PE: DDS - Improve import time if source already has mipmaps and are compressed.
2022-11-28 12:58:47 +01:00
Preben Eriksen
64debe08a8
Merge commit 'c73eb548c0e8967624d4cb85c8f80d230e583ef8' into PE-1.4-5
...
* commit 'c73eb548c0e8967624d4cb85c8f80d230e583ef8':
PE: FBX Import - Improved normal map detection using diffuse name, if normap map was not setup inside object.
2022-11-28 12:58:18 +01:00
Preben Eriksen
460d0780a1
Merge commit '54ccf9edc7ffcda8490687ac9a4dbb4a652d4f63' into PE-1.4-5
...
* commit '54ccf9edc7ffcda8490687ac9a4dbb4a652d4f63':
PE: Fixed - Custom animation import, frame index start and end was not the actual index but depended on frames per second. Made it impossible to use, now use the real frame index.
2022-11-28 12:57:53 +01:00
Preben Eriksen
d03363b376
Merge commit '29900a3cc005f7f5ac74254d2b7a58920341d73c' into PE-1.4-5
...
* commit '29900a3cc005f7f5ac74254d2b7a58920341d73c':
PE: Support importing WAV files that contain "extra format bytes" in "fmt" header.
2022-11-28 12:57:21 +01:00
Preben Eriksen
de2374ad40
Merge commit 'b02020f8017bb4f3f22440bc39b60857ab364179' into PE-1.4-5
...
* commit 'b02020f8017bb4f3f22440bc39b60857ab364179':
PE: AudioSource - Stop() folowed by Play() now act like a restart.
2022-11-28 12:56:30 +01:00
Wojtek Figat
681b873ba6
Merge branch 'Tryibion-drag-max-panels'
2022-11-27 21:48:32 +01:00
Wojtek Figat
86431d3d9a
Merge branch 'drag-max-panels' of https://github.com/Tryibion/FlaxEngine into Tryibion-drag-max-panels
2022-11-27 21:47:52 +01:00
Chandler Cox
4a9a01a89e
Moved check and ops to also fix issue #683
2022-11-27 14:23:01 -06:00
Wojtek Figat
7cfde78198
Code style fix
2022-11-27 21:05:20 +01:00
Wojtek Figat
3c963330e0
Merge branch 'RuanLucasGD-master'
2022-11-27 21:04:52 +01:00
Wojtek Figat
cd23f88d36
Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master
2022-11-27 21:04:44 +01:00
Wojtek Figat
5bff437640
Merge branch 'Tryibion-drag-max-panels'
2022-11-27 21:03:06 +01:00
Wojtek Figat
08c035e7d8
Update engine materials
2022-11-27 20:33:45 +01:00