Wojtek Figat
74993dcf9e
Fix animation retargetting to properly handle different skeleton nodes orientation
2024-11-22 12:29:05 +01:00
Wojtek Figat
f8f4edfa76
Fix variious issues
2024-11-21 23:42:05 +01:00
Wojtek Figat
826d37c513
Add option to copy/paste skeleton retargetting between models
2024-11-21 23:40:25 +01:00
Wojtek Figat
377eb78020
Fix output log command history popup to return focus back to input field on arrow left
2024-11-21 23:22:08 +01:00
Wojtek Figat
3de3c1f2c6
Add debug drawing tangent frame of the selected skeleton node
2024-11-06 15:38:27 +01:00
Wojtek Figat
246944f688
Merge remote-tracking branch 'origin/master' into 1.10
2024-11-06 09:29:48 +01:00
Wojtek Figat
e9dcb8a8bb
Add option to build editor without profiler
2024-11-06 09:29:26 +01:00
Wojtek Figat
7f571a647f
Fix project files generation to skip unsupported platforms/architectures in referenced targets
...
#3018 #3040
2024-11-05 17:13:57 +01:00
Wojtek Figat
853e7cb6f7
Add NetworkReplicator.AddObjectIdMapping for global/custom network objects sync
...
#3042
2024-11-05 16:37:23 +01:00
Wojtek Figat
6f694daf92
Merge branch 'xxSeys1-AutoSwitchGamePanel'
2024-11-05 11:32:55 +01:00
Wojtek Figat
935e25ab7d
Fix compile warnings
2024-11-05 11:32:49 +01:00
Wojtek Figat
576639148f
Format code and fix error if _previousWindow has been closed
...
#2994
2024-11-05 11:32:40 +01:00
Wojtek Figat
a9b8b83c37
Merge branch 'AutoSwitchGamePanel' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-AutoSwitchGamePanel
2024-11-05 11:27:23 +01:00
Wojtek Figat
61891da224
Merge branch 'alcoranpaul-Adjusted-minimum-resolution-for-CavnvasScaler'
2024-11-05 11:13:24 +01:00
Wojtek Figat
77a418de7f
Merge branch 'Adjusted-minimum-resolution-for-CavnvasScaler' of https://github.com/alcoranpaul/FlaxEngine into alcoranpaul-Adjusted-minimum-resolution-for-CavnvasScaler
2024-11-05 11:13:17 +01:00
Wojtek Figat
239ef88f38
Merge branch 'mtszkarbowiak-fix/collections-maintenance'
2024-11-05 11:12:36 +01:00
Wojtek Figat
0c2adcd416
Merge branch 'fix/collections-maintenance' of https://github.com/mtszkarbowiak/FlaxEngine into mtszkarbowiak-fix/collections-maintenance
2024-11-05 11:12:21 +01:00
Wojtek Figat
01e09c7c37
Merge branch 'amir9480-fix_3022'
2024-11-05 10:52:20 +01:00
Wojtek Figat
f5e2a7c847
Merge branch 'fix_3022' of https://github.com/amir9480/FlaxEngine into amir9480-fix_3022
2024-11-05 10:52:15 +01:00
Wojtek Figat
330e13d33d
Merge branch 'Tryibion-reload-scene'
2024-11-05 10:44:18 +01:00
Wojtek Figat
b393cb70bf
Merge branch 'reload-scene' of https://github.com/Tryibion/FlaxEngine into Tryibion-reload-scene
2024-11-05 10:44:13 +01:00
Wojtek Figat
854aa2fca6
Merge branch 'Tryibion-check-asset-move'
2024-11-05 10:42:14 +01:00
Chandler Cox
bd344e8137
Reload existing scene if opened again.
2024-10-31 22:19:13 -05:00
Paul Adrian
c4c40874e3
added more float literals
2024-10-31 20:32:01 -05:00
Paul Adrian
9f8989b969
Set minimum resolution and resolution curve
...
- Set minimum resolution to (1,1) and minimum keyframe of the Resolution Curve to (0,0)
- Also added float literals
2024-10-31 20:26:02 -05:00
Amir Alizadeh
313263e541
Fix output log scroll reset on new log entries addition bug
2024-10-31 23:30:40 +03:30
Mateusz Karbowiak
dca48b335a
Hash collections bucket state enum extracted
...
This is a small compilation time optimization by reducing total number of generated types. Should not change runtime behavior.
2024-10-31 02:41:51 +01:00
Mateusz Karbowiak
26309a0d41
Dictionary mutable key access for const accessor hack
2024-10-31 01:15:05 +01:00
Mateusz Karbowiak
7cca26bb97
Dictionary cast constiness fix
2024-10-31 01:08:44 +01:00
Mateusz Karbowiak
2ae3932fcc
Revert BitArray changes
2024-10-31 01:06:04 +01:00
Mateusz Karbowiak
5d32ed7f8e
Collections casts constiness fix
2024-10-31 00:49:59 +01:00
Mateusz Karbowiak
fbb840dff3
Collections de/increment operations fix
...
This one is more stylistic but is consistent with practice of using pre- operations for iterators.
2024-10-31 00:45:00 +01:00
Mateusz Karbowiak
9c448f75d8
Collections const correctness fix (style)
2024-10-31 00:29:38 +01:00
Mateusz Karbowiak
66b6a29ed4
Collections iterator move noexcept fix
2024-10-31 00:21:34 +01:00
Mateusz Karbowiak
8cb7fb48ce
Dictionary returning const item fix
...
Returning const object does not prevent from using mutable by triggering copy constructor.
2024-10-31 00:21:33 +01:00
Mateusz Karbowiak
5439efc559
Collections implicit cast constructor fix
...
This one prohibits annoying casts. It is also important for future context injection and follows STL practice.
2024-10-30 22:30:55 +01:00
Mateusz Karbowiak
f77f551b72
Collections type aliasing fix
...
This one is debatable. It follows modern C++.
2024-10-30 22:30:54 +01:00
Mateusz Karbowiak
a55866d558
Collections casts fix
2024-10-30 22:18:47 +01:00
Chandler Cox
f37804ac49
Check and warn user if asset is being moved from content to source folders snd from source to content folders.
2024-10-30 15:46:16 -05:00
Mateusz Karbowiak
02db7d02f2
Collections const-correctness fix
2024-10-30 21:06:16 +01:00
Wojtek Figat
c0a1563402
Merge branch 'Tryibion-namlessArg-support'
2024-10-30 18:51:52 +01:00
Wojtek Figat
7d59280b30
Merge branch 'namlessArg-support' of https://github.com/Tryibion/FlaxEngine into Tryibion-namlessArg-support
2024-10-30 18:51:41 +01:00
Chandler Cox
2f4e673be3
Add test for nameless function arguments
2024-10-30 12:20:37 -05:00
Chandler Cox
379bccc421
Support C++ nameless function arguments for C# gen.
2024-10-30 12:18:03 -05:00
Wojtek Figat
62b5daee9f
Merge branch 'ldkuba-fix-network-manager-update-loop'
2024-10-30 17:32:26 +01:00
Wojtek Figat
ea7b4963e1
Merge branch 'fix-network-manager-update-loop' of https://github.com/ldkuba/FlaxEngine into ldkuba-fix-network-manager-update-loop
2024-10-30 17:27:16 +01:00
Wojtek Figat
3f50625cc3
Fix proper handling of Scripting.InvokeOnUpdate if called within that callback
2024-10-30 17:26:06 +01:00
Wojtek Figat
35c44d60a4
Add AutoGravity option to CharacterController for logic from 4de9e9d918
2024-10-30 17:25:17 +01:00
Wojtek Figat
6e598ae9f6
Refactor Multi Blend animations sampling length to fix blend spaces with anims of different length
2024-10-30 17:24:47 +01:00
ldkuba
2715df7cf2
Fix NetworkManager not resetting LastUpdateTime
...
NetworkManager did not reset the LastUpdateTime variable to 0 when
stopping. This lead to wrong behaviour in Update when Stopped and
Started multiple times.
2024-10-30 15:16:45 +01:00