Commit Graph

3325 Commits

Author SHA1 Message Date
Wojtek Figat
cd7ad4e5f8 Fix crash in particle effect
#1194
2023-06-20 15:17:46 +02:00
Wojtek Figat
6f487bcab5 Fix doc comment warning #1188 2023-06-19 18:05:00 +02:00
Wojtek Figat
f7e3480d79 Fix floating point comparison #1188 2023-06-19 18:01:25 +02:00
Wojtek Figat
cc6f5f83ac Merge branch 'master' of https://github.com/Withaust/FlaxEngine into Withaust-master 2023-06-19 17:59:54 +02:00
Wojtek Figat
a99282f86d Merge branch 'font_float_size' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-font_float_size 2023-06-19 17:49:44 +02:00
Wiktor Kocielski
46c406cc9e Implement optional object replication 2023-06-19 16:07:53 +03:00
2190031ccf Support decimal values in Font sizes 2023-06-18 20:52:46 +03:00
Wojtek Figat
228ef4e130 Add objects ID inverse mapping from client to server for proper C# networking codegen 2023-06-18 19:27:46 +02:00
Wojtek Figat
dd8817582a Fix arg name 2023-06-18 18:36:58 +02:00
Wojtek Figat
f995d12686 Fix editor deployment 2023-06-17 11:08:51 +02:00
Wojtek Figat
3645377b15 Merge remote-tracking branch 'origin/1.6' 2023-06-16 18:43:40 +02:00
fadc5beb1c Fix FontTextureAtlas::GetSlotData not including padding correctly 2023-06-16 15:17:04 +03:00
Wojtek Figat
b57a3165fa Fix textbox submit when it's nav focused 2023-06-16 10:56:17 +02:00
Wojtek Figat
b13139c6cc Fix check from compilation errors 2023-06-15 12:14:35 +02:00
Wojtek Figat
fea4b3fcba Add better Texture initialization API with custom data 2023-06-15 12:14:23 +02:00
Wojtek Figat
329a6ce0ef Increase PhysX allocation limit to 1GB
#1176
2023-06-15 10:07:30 +02:00
Wojtek Figat
9f313491b8 Fix game compilation error 2023-06-13 15:45:08 +02:00
Wojtek Figat
8f7da81621 Merge remote-tracking branch 'origin/master' into 1.6
# Conflicts:
#	Flax.flaxproj
#	Source/Editor/Content/Items/AssetItem.cs
2023-06-13 15:41:07 +02:00
Wojtek Figat
9f50146e68 Merge branch 'font_glyph_data' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-font_glyph_data 2023-06-13 15:26:09 +02:00
Wojtek Figat
bda71c067b Port #1166 to StringAnsi 2023-06-13 15:04:30 +02:00
Wojtek Figat
c652bab9b2 Merge branch 'string_set_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-string_set_fix 2023-06-13 15:00:08 +02:00
Wojtek Figat
f1c98320fc Refactor vehicles to use Z axis as forward instead of X
#1050
2023-06-13 14:56:03 +02:00
Wojtek Figat
bdb65857bc Fix prefab data build number when loading objects from prefab 2023-06-13 12:12:59 +02:00
326b6f000a Expose bitmap data of Font glyphs in FontTextureAtlas 2023-06-12 22:09:27 +03:00
7cc2c143ab Fix crash when substring of String is assigned to itself 2023-06-12 22:03:17 +03:00
Wojtek Figat
534d2388f5 Fix crash when removing json instance for scene asset that is different 2023-06-12 17:07:24 +02:00
Wojtek Figat
d5cb34f1b4 Minor fix for settings 2023-06-12 14:44:12 +02:00
Wojtek Figat
6b8d8b7913 Various fixes and improvements to auto-generated bindings usability 2023-06-12 14:35:11 +02:00
Wojtek Figat
979168e82c Refactor various Editor APIs to use auto-generated bindings instead of manual code 2023-06-12 14:34:07 +02:00
Wojtek Figat
7140c4a2d8 Merge remote-tracking branch 'origin/master' into 1.6 2023-06-11 21:38:20 +02:00
Wojtek Figat
5f8e5d44dc Fix RPC invoking on object with different ID but matching parent and type 2023-06-11 21:35:50 +02:00
Wojtek Figat
958c7b2181 Fix spawning nested prefab with different root actor
#1138
2023-06-11 20:43:31 +02:00
Wojtek Figat
652f8ccb8d Fix crash when reading field value from C# in AOT on iOS 2023-06-11 15:05:14 +02:00
Wojtek Figat
26f4574358 Various improvements for iOS 2023-06-11 14:56:46 +02:00
Wojtek Figat
0eadf2de1e Fix visual glitches on MoltenVK (macOS, iOS) 2023-06-11 00:49:48 +02:00
Wojtek Figat
2df931e090 Improve tooltip 2023-06-11 00:45:46 +02:00
Wojtek Figat
f552dd0c28 Merge remote-tracking branch 'origin/master' into 1.6 2023-06-10 23:29:22 +02:00
Wojtek Figat
8cf10bf71d Add app pausing and focus management to iOS 2023-06-10 23:26:40 +02:00
Wojtek Figat
621d408078 Add iOS app exporting 2023-06-10 23:05:52 +02:00
Wojtek Figat
5e07a42417 Add app version and ui orientation settings to iOS 2023-06-10 12:43:10 +02:00
Wojtek Figat
ea4f97aad8 Remove unused codesigning (ios uses xcode now) 2023-06-10 12:08:22 +02:00
Wojtek Figat
e7804f9d02 Add audio to iOS via OpenAL 2023-06-10 12:05:13 +02:00
Wojtek Figat
092df84170 Add touch input to ios 2023-06-10 11:54:17 +02:00
Wojtek Figat
22288b0561 Add dpi for ios 2023-06-10 10:47:15 +02:00
Wojtek Figat
43c1e40461 Add iOS platform info for device network, screen and battery status 2023-06-10 10:31:39 +02:00
Wojtek Figat
60ddf0ea89 Add automated test for loading nested prefab with different root actor
#1138
2023-06-09 23:36:31 +02:00
Wojtek Figat
b299ed3246 Add more assertions to tests build 2023-06-09 23:34:55 +02:00
Wojtek Figat
7c55d50507 Various minor code cleanup tweaks 2023-06-09 23:26:37 +02:00
Wojtek Figat
d798b10d4c Remove unlogical PrefabManager::IsNotCreatingPrefab (use IsCreatingPrefab flag) 2023-06-09 22:49:19 +02:00
Wojtek Figat
3bbfe9de8a Code cleanup, add tooltip and cache property option in layout #1140 2023-06-09 17:32:57 +02:00