Commit Graph

1543 Commits

Author SHA1 Message Date
Wojtek Figat
51926f517e Add support for masking Material Slots when cooking Collision Data 2021-03-31 12:15:38 +02:00
Wojtek Figat
382a35aabf Fix regression in adding model material slots 2021-03-31 10:12:05 +02:00
stefnotch
93f23af92e Scale dockwindow size by DPI scale
For those gangstas with 4k screens ;)
2021-03-30 23:03:56 +02:00
Wojtek Figat
d8a4814542 Merge branch 'jb-perrier-overwriteprompt' 2021-03-30 22:30:43 +02:00
Wojtek Figat
6c37673787 Merge branch 'overwriteprompt' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-overwriteprompt 2021-03-30 22:30:41 +02:00
Wojtek Figat
77f9716932 Fix selecting spline points
#409
2021-03-30 22:27:24 +02:00
Wojtek Figat
ece77065ca Merge branch 'stefnotch-patch-8' 2021-03-30 22:10:44 +02:00
Wojtek Figat
15186cafe0 Merge branch 'patch-8' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-8 2021-03-30 22:10:39 +02:00
Wojtek Figat
b35795f1ff Merge branch 'stefnotch-dpi-root-window-fix' 2021-03-30 22:09:24 +02:00
Wojtek Figat
d667084d11 Merge branch 'dpi-root-window-fix' of git://github.com/stefnotch/FlaxEngine into stefnotch-dpi-root-window-fix 2021-03-30 22:09:18 +02:00
Wojtek Figat
f8d6f8ffb5 Fix using references to projects outside the main project
#397
2021-03-30 22:07:40 +02:00
Jean-Baptiste Perrier
a3ca6b0dca Add overwrite prompt for SaveDialog. 2021-03-30 21:47:18 +02:00
Jean-Baptiste Perrier
2524d93f6b Add Set/Get Up direction. 2021-03-30 21:43:03 +02:00
Wojtek Figat
b0fe4e9945 Merge remote-tracking branch 'origin/master' into 1.2 2021-03-30 17:58:29 +02:00
Wojtek Figat
a6d488c4ef Add support for generating Collision Data from Skinned Models 2021-03-30 17:58:24 +02:00
Wojtek Figat
e01a0585a8 Add MeshBase as shared impl part for Mesh and SkinnedMesh 2021-03-30 17:57:53 +02:00
Wojtek Figat
3e1356ba2d Remove unused LimitAttribute into simple Limit 2021-03-30 12:28:33 +02:00
Wojtek Figat
9581f7b10e Fix using cross-module references inside C++ game project 2021-03-29 20:37:43 +02:00
Wojtek Figat
a83ee4014e Expose more wheel settings in vehicle 2021-03-29 17:07:17 +02:00
Wojtek Figat
4264a36dd0 Fix tooltip attribute generation for multi line xml doc comments 2021-03-29 16:49:26 +02:00
Wojtek Figat
dd00c83f74 Add clutch strength option 2021-03-29 16:48:59 +02:00
Wojtek Figat
6ad8e8b133 Expose Setup on WheeledVehicle 2021-03-29 16:40:06 +02:00
Wojtek Figat
f17e347a15 Add differential settings to WheeledVehicle 2021-03-29 16:25:25 +02:00
Wojtek Figat
d95d3efe33 Fix 2021-03-29 15:38:04 +02:00
Wojtek Figat
d21ccac63e Add engine settings to WheeledVehicle 2021-03-29 15:36:55 +02:00
Wojtek Figat
427541b488 Fix using cross-module references inside C++ game project 2021-03-29 14:41:29 +02:00
Wojtek Figat
b27c832cb7 Add error log when trying to load bytes from file data that is too big 2021-03-29 13:49:49 +02:00
Wojtek Figat
3162d4e770 Add option for WheeledVehicle drive type 2021-03-29 13:41:25 +02:00
stefnotch
2abb215034 Update CONTRIBUTING.md 2021-03-29 12:06:24 +02:00
stefnotch
12fd7274a9 Fix DPI regression: use the overrideable RootWindow instead of _root 2021-03-29 10:54:48 +02:00
Wojtek Figat
7456bf38f7 Fix for editor on linux 2021-03-28 23:26:08 +02:00
Wojtek Figat
d85a020971 Fix picking game binaries target when EditorTarget is not SetupTargetEnvironment
#398
2021-03-28 23:25:52 +02:00
Wojtek Figat
6f83330321 Fix building game for linux on windows 2021-03-28 21:31:21 +02:00
Wojtek Figat
0a7f2fc043 Improve deploy of editor on linux 2021-03-28 21:14:03 +02:00
Wojtek Figat
c32e869c56 Fix packaging Editor on Linux 2021-03-28 20:11:24 +02:00
Wojtek Figat
23d38fc387 Fix regression in Bezier curve tangents calculation for Quaternions
85167b2d4b
2021-03-28 18:45:10 +02:00
Wojtek Figat
6d2092f9e8 Fix rendering volumetric fog influence from local lights with shadows 2021-03-27 20:06:57 +01:00
Wojtek Figat
0754434295 Fix UWP build 2021-03-27 19:27:22 +01:00
Wojtek Figat
732f74e5c9 Fix assertion on engine close due to rare invalid storage object refs count 2021-03-27 19:27:04 +01:00
Wojtek Figat
7de7c8806e Update particle assets (sprite rendering module values change) 2021-03-27 12:22:17 +01:00
Wojtek Figat
ebf2b0a2f3 Fix asset path used in registry
#394
2021-03-26 22:24:44 +01:00
Wojtek Figat
97fd733c3e Fix issue when spline point is deleted externally while being selected
#393
2021-03-26 22:00:15 +01:00
Wojtek Figat
c191815b82 Use static linking for Assimp on Linux, strip it from unused symbols and formats support 2021-03-26 21:30:30 +01:00
Wojtek Figat
e21c9d24de Add proper vehicle setup after editing wheel colliders 2021-03-26 17:11:26 +01:00
Wojtek Figat
2ce14b5e9c Increase physics solver iterations counts for vehicles to have more stability and quality 2021-03-26 16:14:06 +01:00
Wojtek Figat
3f68a0576d Reorder properties and add center of mass debug drawing 2021-03-26 15:47:00 +01:00
Wojtek Figat
f216528f40 Tweak comment 2021-03-26 15:14:12 +01:00
Wojtek Figat
4562dde31f Add Vehicles support 2021-03-26 15:11:07 +01:00
Wojtek Figat
7cf464aabb Tweak 2021-03-25 23:44:55 +01:00
Wojtek Figat
1a8456ea57 Tweak 2021-03-25 23:16:04 +01:00