Wojtek Figat
9db3439d0d
Fix compilation error
2023-07-03 16:17:46 +02:00
Wojtek Figat
544eb03f7e
Add network replication support for in-built object/asset reference holders
2023-07-03 13:06:08 +02:00
Wojtek Figat
9d640656e6
Fix StringUtils::ConvertANSI2UTF16 to properly handle multi-byte characters Length
...
#1225
2023-07-03 12:10:06 +02:00
Wojtek Figat
9a1fd12a85
Fix sizeof struct within generic type instance
...
#1219
2023-07-03 11:42:15 +02:00
Wojtek Figat
422f2323d2
Merge branch 'managed_assembly_resolver_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-managed_assembly_resolver_fix
2023-07-03 11:12:28 +02:00
Wojtek Figat
94e5a8b7bc
Merge branch 'api_inject_code_newline' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-api_inject_code_newline
2023-07-03 11:11:16 +02:00
Wojtek Figat
df3969dae1
Merge branch 'new_project_defaultscene' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-new_project_defaultscene
2023-07-03 11:09:56 +02:00
4f78f79201
Support line-breaks in API_INJECT_CODE macro
2023-07-02 22:13:04 +03:00
28335478bd
Fix managed library location resolver
2023-07-02 21:56:41 +03:00
58618bd402
Fix garbage DefaultScene value in new projects
2023-06-30 14:41:14 +03:00
0ee6aad3ec
Remove old hot-reload files in project references
2023-06-30 13:01:02 +03:00
Wojtek Figat
5079ddd20a
Merge branch 'patch-1' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-patch-1
2023-06-30 11:03:15 +02:00
Wojtek Figat
2bd2bd5081
Fix crash when modifying animated model skeleton pose from gameplay code during update event
2023-06-30 11:02:58 +02:00
Wojtek Figat
d5100373be
Fix bugs in C# codegen for network data serialization
2023-06-30 10:38:08 +02:00
Wojtek Figat
8c006f6e11
Fix crash due to replicated objects leak upon system destruction
2023-06-30 10:00:12 +02:00
ExMatics HydrogenC
804826fbc7
Fix multiplication mistake
2023-06-30 14:06:52 +08:00
ExMatics HydrogenC
0498f1488e
Fix space conversion issue
2023-06-30 12:25:58 +08:00
Wojtek Figat
96589557b3
Fix access level 96a1f20bee
2023-06-28 20:09:18 +02:00
Wojtek Figat
3119c50789
Fix nullable warnings
2023-06-28 20:09:01 +02:00
Wojtek Figat
04c1cf469d
Fix codegen for C++ RPS with Array ParameterDefinition
...
#1209
2023-06-28 20:08:35 +02:00
Wojtek Figat
70ab159dd4
Fix empty clients mask for NetworkReplicationHierarchy on client to properly replicate client-owned objects
...
#1205
2023-06-28 19:55:10 +02:00
Wojtek Figat
ac54838eea
Fix custom editor window restore after hot-reload
...
#1208
2023-06-28 18:46:46 +02:00
Wojtek Figat
bb9711277a
Cleanup code from #1213
2023-06-28 16:27:42 +02:00
Wojtek Figat
96a1f20bee
Merge branch 'new_window_improvements' of https://github.com/PhyresiCompany/FlaxEngine into PhyresiCompany-new_window_improvements
2023-06-28 16:14:15 +02:00
Wojtek Figat
1b46c0921f
Merge branch 'fix_vehicle_physics_debug' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_vehicle_physics_debug
2023-06-28 16:13:33 +02:00
Wojtek Figat
c0a5417108
Merge branch 'replicationnode' of https://github.com/Withaust/FlaxEngine into Withaust-replicationnode
2023-06-28 16:01:43 +02:00
Ruan Lucas
45a1d33689
fix orientation
2023-06-28 09:56:15 -04:00
Wojtek Figat
bb3cefbe54
Add check for NetworkClientsMask to ensure it has capacity
2023-06-28 15:48:32 +02:00
Wojtek Figat
7997d2bc4e
Merge branch 'intellisense_reference_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-intellisense_reference_fix
2023-06-28 15:27:11 +02:00
Wojtek Figat
70136509a9
Merge branch 'hashset_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hashset_fix
2023-06-28 15:15:11 +02:00
Wojtek Figat
63a70758f2
Merge branch 'realloc' of https://github.com/Tryibion/FlaxEngine into Tryibion-realloc
2023-06-28 15:13:56 +02:00
Wojtek Figat
890248edf2
Fix MClass::HasInterface in .NET 7
2023-06-28 15:13:33 +02:00
Wojtek Figat
9536c37623
Add ability to unset type reference with null item
2023-06-28 15:12:58 +02:00
bf6daed6d2
Fix Intellisense errors with referenced binary module structures
2023-06-28 15:57:25 +03:00
Wojtek Figat
864f5f77f5
Add output binaries folder cleanp to build clear command
2023-06-28 14:53:23 +02:00
Wojtek Figat
b16a6199d0
Fix invoking Client RPC on Host client when it's not included in targetIds list
2023-06-28 14:52:58 +02:00
Chandler Cox
093928f2f9
Change name to ReallocAligned
2023-06-28 06:42:54 -05:00
d3b96742e7
Fix compile-time error in HashSet::ClearDelete
2023-06-28 14:42:27 +03:00
Wojtek Figat
fb6bc75e3a
Fix launchSettings.json generation bug
2023-06-28 13:42:18 +02:00
Wojtek Figat
c52c23013c
Merge branch 'custom_asset_release' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-custom_asset_release
2023-06-28 12:23:16 +02:00
Wojtek Figat
17aa4ea60d
Optimize CollisionsHelper::FrustumContainsBox
2023-06-28 12:21:58 +02:00
envision3d
940b0e02e5
improve state syncing of context menus and editor options
2023-06-28 04:08:36 -05:00
envision3d
39f4c00135
add play button actions, number of players
...
- add context menu support for toolstrip buttons
- add "Play Game" vs. "Play Scenes"
- add context menu for choosing play button action to toolstrip button
- add number of game client selection for cook & run
- add context menu for cook & run to toolstrip button
- add menu items for the above
- add editor option entries for saving user preferences for the above
2023-06-28 02:02:10 -05:00
Ruan Lucas
76e4e1b8d4
fix debug vehicle wheel orientation
2023-06-27 21:08:12 -04:00
PhyresiCompany
fe8260fe14
Window improvements with a new approach
2023-06-27 19:58:37 -03:00
90f9754781
Release custom assets before binary modules on scripting release
2023-06-28 00:35:51 +03:00
Wojtek Figat
75d5023354
Fix tooltip for project folder
2023-06-27 23:24:02 +02:00
Wojtek Figat
23a6a8b69f
Merge branch 'fix_content_browser' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_content_browser
2023-06-27 23:20:11 +02:00
Ruan Lucas
020b0a90d7
remove unecessary code
2023-06-27 00:22:12 -04:00
Wiktor Kocielski
6013705988
Implement object to cell caching for the grid
2023-06-26 17:32:19 +03:00