Wojtek Figat
6bdbaecc18
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
2023-09-13 10:29:28 +02:00
Wojtek Figat
656d984df7
Merge branch 'physx_collision_perf' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-physx_collision_perf
2023-09-13 10:27:29 +02:00
NoriteSC
394a3696af
removed coppy
2023-09-13 02:54:17 +02:00
NoriteSC
f71f214f36
bug fix macro added extra macros
2023-09-13 02:53:20 +02:00
Wojtek Figat
cb44c9370e
Refactor new spline editor to use icons via Tabs control #1292
2023-09-12 22:25:18 +02:00
Wojtek Figat
dbd85fddfe
Refactor Editor Tab controls system to allows customizing the tab header controls
2023-09-12 22:24:15 +02:00
Wojtek Figat
3e1940c799
Add new spline icons #1292
2023-09-12 22:18:26 +02:00
Wojtek Figat
2a8e35d1ff
Format code #1292
2023-09-12 14:38:23 +02:00
Wojtek Figat
f2e6bfdead
Merge branch 'add_spline_edit_options' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_spline_edit_options
2023-09-12 14:26:39 +02:00
Wojtek Figat
097d26f8cb
Codestyle fix #1262
2023-09-12 14:21:27 +02:00
Wojtek Figat
6ece66b018
Merge branch 'input-editors' of https://github.com/Tryibion/FlaxEngine into Tryibion-input-editors
2023-09-12 14:09:49 +02:00
Wojtek Figat
9bbdf16623
Fix potential content tree freeze when toggling engine/plugins files showing
2023-09-12 14:03:53 +02:00
Wojtek Figat
3170142171
Merge branch 'lods' of https://github.com/Tryibion/FlaxEngine into Tryibion-lods
2023-09-12 13:56:42 +02:00
Wojtek Figat
44eba3fdae
Fix missing xml comment line from #1291
2023-09-12 13:54:01 +02:00
Wojtek Figat
4cae6e50d5
Merge branch 'layeraddition' of https://github.com/Withaust/FlaxEngine into Withaust-layeraddition
2023-09-12 13:52:23 +02:00
Wojtek Figat
7b4c8e391a
Minor optimization for clearing collider from simulation events cache
2023-09-12 13:50:50 +02:00
Wojtek Figat
c10658c3fc
Fix deserialization, add more docs and tweaks to #1345
2023-09-12 13:50:22 +02:00
Wojtek Figat
1591da75ac
Merge branch 'physics-settings' of https://github.com/Tryibion/FlaxEngine into Tryibion-physics-settings
2023-09-12 13:03:04 +02:00
Wojtek Figat
639149b63b
Fix crash when toggling WheeledVehicle active state
...
#1351
2023-09-12 11:41:33 +02:00
NoriteSC
d107947ba9
Update DebugDraw.cpp
2023-09-12 11:19:19 +02:00
NoriteSC
f11ea02550
forgot about const 😅
2023-09-12 11:08:47 +02:00
NoriteSC
78ffcc8ae5
added other defaults
2023-09-12 11:06:46 +02:00
NoriteSC
3bfa37019e
DebugDraw extra
...
fixes
ray direction was dictating the length of ray
now ray is normalized and multiplied by length
added default vaule for
Color& color to be Color::White
[info] c# because
Color color = Color.White
is not valid think to do on c# side the default value is not genereted
[to do] generate extra overload binding in c#
2023-09-12 11:01:56 +02:00
Wojtek Figat
3e35a6a7af
Fix cloth sim due to culling bug in cooked game
2023-09-11 22:55:03 +02:00
Wojtek Figat
fb488cbaf7
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-11 22:43:46 +02:00
Wojtek Figat
9d494679ac
Add formatting MyPlugin.cs for new plugin setup
...
#1335
2023-09-11 22:42:48 +02:00
Wojtek Figat
985d6cc811
Add UTF8 format for created plugin files and format code
...
#1335
2023-09-11 22:32:37 +02:00
Wojtek Figat
99c2adc1f3
Add game settings formatting for created plugin ProjectInfo
...
#1335
2023-09-11 22:32:17 +02:00
Wojtek Figat
776fbe2a7b
Fix creating plugin with whitespace or non-ASCII character in the name
...
#1335
2023-09-11 22:30:51 +02:00
Wojtek Figat
2fa7740a0f
Merge branch 'plugin-project-creation' of https://github.com/Tryibion/FlaxEngine into Tryibion-plugin-project-creation
2023-09-11 21:48:31 +02:00
Wojtek Figat
0a5f983ff4
Fix error when model is missing in Editor for prefab editor
...
#1354
2023-09-11 21:36:36 +02:00
Wojtek Figat
16fed8927c
Refactor #1266 (code quality and simplicity)
2023-09-11 20:02:53 +02:00
Wojtek Figat
2ddb44afa8
Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement
...
# Conflicts:
# Source/Editor/Windows/ContentWindow.cs
2023-09-11 15:39:48 +02:00
Wojtek Figat
59c460ccbc
Format code
2023-09-11 15:08:13 +02:00
Wojtek Figat
748ff3b8a5
Optimize CultureInfoEditor and TagEditor performance when searching entries by text
2023-09-11 15:07:37 +02:00
Wojtek Figat
829d3b3642
Add editor shortcuts usability when toolstrip or main menu controls are focused
2023-09-11 15:07:06 +02:00
Wojtek Figat
48d4a51c1b
Fix crash when boxing native array to managed value
2023-09-11 15:06:26 +02:00
Wojtek Figat
1134cfa6a6
Fix using ManagedDictionary when item value type is array
...
#1305
2023-09-11 15:05:46 +02:00
Wojtek Figat
9afa98e905
Fix Random Range nodes in CPU particles/script graphs when using int
...
#1341
2023-09-11 13:59:10 +02:00
Wojtek Figat
fb27606541
Add missing Particle Scale getter node to Particle Emitter graph
...
#1343
2023-09-11 13:54:44 +02:00
Wojtek Figat
716e643f2a
Fix applying prefab changes to nesting prefab instances
...
#1256
2023-09-10 21:07:41 +02:00
Wojtek Figat
ae27d51dc6
Fix building for Android with the latest Java version (update to Gradle 8.3)
2023-09-10 14:53:58 +02:00
Wojtek Figat
a4312590e7
Fix debug draw leftover from 9da686cd52
...
#1369 #1365
2023-09-10 13:34:46 +02:00
Wiktor Kocielski
8008f05d64
Merge branch 'master' into layeraddition
2023-09-10 13:39:31 +03:00
Wojtek Figat
e1a75b9ae9
Merge branch 'sort-projects' of https://github.com/Tryibion/FlaxEngine into Tryibion-sort-projects
2023-09-10 12:05:14 +02:00
Wojtek Figat
212b7970fc
Merge branch 'content-item-improve' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-item-improve
2023-09-10 12:00:20 +02:00
Wojtek Figat
9da686cd52
Improve #1369 for #1365
2023-09-10 11:58:54 +02:00
Wojtek Figat
3962285b87
Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master
2023-09-10 11:44:34 +02:00
Wojtek Figat
53deeff116
Missing change from 9291295a4d
2023-09-10 11:33:08 +02:00
Wojtek Figat
9291295a4d
Fix Dictionary and HashSet iterators to prevent unwanted data copies
...
#1361
2023-09-10 11:25:36 +02:00