Commit Graph

3001 Commits

Author SHA1 Message Date
Iain Mckay
a4e102672d Adds feature for creating multiple physics scenes 2022-01-05 14:26:42 +01:00
Wojciech Figat
cc3617b5c2 Merge branch 'controller-physics-fix' of git://github.com/xKamuna/FlaxEngine-1 into xKamuna-controller-physics-fix 2021-12-31 11:09:30 +01:00
Wojciech Figat
b9c7abcdf7 Merge branch 'xKamuna-master' 2021-12-31 10:02:08 +01:00
xKamuna
ef40ccbe14 Fix issue with filters being ignored for two controllers colliding 2021-12-30 23:47:26 -08:00
xKamuna
177696ee00 Fix blend shape offsets 2021-12-24 04:43:28 -08:00
Wojciech Figat
36a18a0b56 Add profile events for Editor startup 2021-12-22 16:23:53 +01:00
Wojciech Figat
2b5f552c2c Add profile events for Editor modules events 2021-12-22 15:41:34 +01:00
Wojciech Figat
ccff7a010d Optimize Toolbox tooltips for scripting types to be resolved when needed 2021-12-22 15:40:59 +01:00
Wojciech Figat
f295cda27a Add doc tooltips for actor types in Toolbox windows 2021-12-22 15:03:25 +01:00
Wojciech Figat
c72be46228 Remove automatic tooltips genration for CSharp scripting API (xml docs are used now in Editor) 2021-12-22 15:03:04 +01:00
Wojciech Figat
047cc38d69 Add managed assembly xml docs parsing for tooltips in Editor 2021-12-22 15:01:00 +01:00
Wojciech Figat
216332ff53 Add caching for code docs in Editor 2021-12-22 11:38:37 +01:00
Wojciech Figat
73c22b75ea Add Code Docs module for Editor tooltips 2021-12-22 10:55:42 +01:00
Wojciech Figat
6b9a3c58d0 Fix ComboBox regression 2021-12-22 10:52:09 +01:00
Wojciech Figat
ae8d6ba433 Fix color trackball usage with undo 2021-12-21 22:21:11 +01:00
Wojciech Figat
e778fe8342 Fix passing pointers as output pointer or reference in scripting api 2021-12-21 18:14:56 +01:00
Wojciech Figat
af75751bf1 Add Tab navigation for Editor UI 2021-12-21 18:14:55 +01:00
Wojciech Figat
c178afdf6b Add **UI navigation** system
#574
2021-12-21 18:14:54 +01:00
Wojtek Figat
71212420f6 Fix Github CD hanging during editor package compression 2021-12-20 19:09:18 +01:00
Wojtek Figat
233de2d4a4 Fix Animation timeline load/save with the latest format 2021-12-20 18:47:19 +01:00
Wojtek Figat
15c090126a Add option to disable timeline Media resizing by the user 2021-12-20 18:42:23 +01:00
Wojtek Figat
6bca60654e Add timeline media Start editing in properties popup in seconds if using this view mode 2021-12-20 18:41:42 +01:00
Wojtek Figat
1c34c7f293 Fix crash when creating C# object for native object at the same time on multiple threads 2021-12-16 18:58:14 +01:00
Wojtek Figat
3c3f2ae075 Add **Animation Slot** node for playing animations from code in Anim Graph 2021-12-16 18:57:33 +01:00
Wojtek Figat
6f9f2ccdc0 Dont sue xd 2021-12-16 18:56:18 +01:00
Wojciech Figat
821ba0ec3b Add Rectangle.Distance for distance between rectangle and a point 2021-12-14 17:00:13 +01:00
Wojciech Figat
fc2a7d98fa Add gamepad camera control for editor viewports 2021-12-14 16:59:20 +01:00
Wojciech Figat
8f51c7689f Fix missing object linkage when loading missing prefab objects during scene load 2021-12-13 17:32:02 +01:00
Wojciech Figat
06305a8af6 Optimize model data access during models importing 2021-12-13 17:32:01 +01:00
Wojciech Figat
b88ac45b53 Optimize model data access during models importing 2021-12-13 17:32:01 +01:00
Wojciech Figat
25c7909e30 Fix radial lights 2021-12-13 17:32:00 +01:00
Wojciech Figat
5f4bfa36d8 Add various usability improvements to the Editor 2021-12-13 17:31:59 +01:00
Wojciech Figat
793bb502f5 Fix prefab changes apply crash
#305
2021-12-13 17:31:58 +01:00
Wojciech Figat
58967e739a Fix import transform for skinned models
#610
2021-12-13 17:31:57 +01:00
Wojtek Figat
224b9b8930 Fix mono audio playback with XAudio2 2021-12-12 12:51:08 +01:00
Wojtek Figat
83046494a5 Fix crash 2021-12-11 23:03:37 +01:00
Wojtek Figat
f71dce08fc Fix scene animation warning due to missing object to be fired once per-track without a spam 2021-12-11 17:28:22 +01:00
Wojtek Figat
a9aaed6f33 Add support for PrefabObject tracks and automated animation instancing with UsePrefabObjects enabled 2021-12-11 17:28:21 +01:00
Wojtek Figat
77e1ec530b Refactor GetChildByPrefabObjectId/GetScriptByPrefabObjectId from Actor to be private 2021-12-11 17:28:20 +01:00
Wojtek Figat
bb674b43f9 Refactor Timeline UI to use track flags 2021-12-11 17:28:20 +01:00
Wojciech Figat
2ef0aabfbc Fix content finder item selection issue due to mouse leave event 2021-12-10 16:09:16 +01:00
Wojciech Figat
b2765533fb Add context menu and tooltip to asset items in Content Finder tool 2021-12-10 15:45:06 +01:00
Wojciech Figat
c23ec9935f Fix Multi Blend 1D/2D root motion extraction with blending
#678
2021-12-10 12:48:37 +01:00
Wojciech Figat
cb575ffe04 Fix 2021-12-10 12:48:12 +01:00
Wojciech Figat
d5585a30fd Fix missing root motion preview in Animation preview panels (with option to disable it) 2021-12-10 12:42:11 +01:00
Wojciech Figat
f1b3f71b09 Fix GUI material preview positioning in the Material window
#552
2021-12-09 17:11:21 +01:00
Wojciech Figat
79d393b3ef Fix HSV value adjusting in Color picker to not exceed 1
#437
2021-12-09 17:11:04 +01:00
Wojciech Figat
141022caf8 Add tooltips to actors in scene tree and to properties General panel header
#182
2021-12-09 17:10:34 +01:00
Wojciech Figat
2b1e5e4958 Fix various issues with Multi Blend 2D node 2021-12-09 17:09:31 +01:00
Wojciech Figat
2192852510 Fix crash when passing function with lambda to the Job System 2021-12-09 17:09:07 +01:00