Commit Graph

437 Commits

Author SHA1 Message Date
Wojtek Figat
b2729e35c2 Fixes for UWP build 2021-04-17 19:36:38 +02:00
Wojtek Figat
55155630ca Fix duplicating spline
#452
2021-04-12 21:06:34 +02:00
Wojtek Figat
ca3d4a84ad Fix text wrapping when no scene is loaded 2021-04-06 11:46:23 +02:00
Wojtek Figat
98da5525f3 Merge branch 'dpi-scale-tool-windows' of git://github.com/stefnotch/FlaxEngine into stefnotch-dpi-scale-tool-windows 2021-03-31 23:54:02 +02:00
Wojtek Figat
20f9bdc209 Fix regression in adding model material slots 2021-03-31 21:25:12 +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
77f9716932 Fix selecting spline points
#409
2021-03-30 22:27:24 +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
97fd733c3e Fix issue when spline point is deleted externally while being selected
#393
2021-03-26 22:00:15 +01:00
Wojtek Figat
0be815cddd Possible fix for missing include 2021-03-25 21:50:16 +01:00
Wojtek Figat
624d24d209 Remove unused using declaration 2021-03-24 19:31:42 +01:00
Wojtek Figat
c0d0083cc2 Fix using orientation around selection in prefab window
#276
2021-03-23 11:06:13 +01:00
Wojtek Figat
fcd86bccf5 Fix scripting reload without scenes loaded
#375
2021-03-22 23:41:21 +01:00
Wojtek Figat
319bee0838 Fix Debug Log window info label 2021-03-22 23:29:54 +01:00
Wojtek Figat
f92dd5d34a Fix missing attribute 2021-03-22 20:15:34 +01:00
Wojtek Figat
78f8066d4d Fix code style 2021-03-22 10:24:22 +01:00
Wojtek Figat
b3e16a6b66 Fix material not updating on connection removal
#372
2021-03-22 10:24:15 +01:00
Wojtek Figat
851fd1a6d0 Tweaks for prefabs first selection 2021-03-21 14:00:23 +01:00
Wojtek Figat
cec4db1531 Merge branch 'prefab-first' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-prefab-first 2021-03-21 13:46:33 +01:00
Wojtek Figat
0d12ccef64 Fix invalid Timeline layout UI when opening timeline data 2021-03-20 18:43:31 +01:00
Wojtek Figat
40a3fb96a2 Fix ParticleSystemWindow overlapping text bug
#239
2021-03-20 18:40:06 +01:00
Wojtek Figat
fac7c8aa6a Fix possible exception in actor editor bounds getters
#286
2021-03-20 17:56:55 +01:00
Wojtek Figat
7010c52af3 Fix missing selection type in CustomEditorPresenter 2021-03-19 17:15:18 +01:00
Wojtek Figat
7ff5ebb45d Fix using scale mode Gizmo 2021-03-19 12:21:09 +01:00
Wojtek Figat
54753a49ed Add support for spawning Collision Data as Mesh Collider in viewport drag&drop 2021-03-19 12:15:50 +01:00
Wojtek Figat
4efd411045 Add improvements for objects spawning in editor viewport
#367
2021-03-19 12:15:13 +01:00
Wojtek Figat
8626350e5f Fix possible issue for prefab reference value for default value object that might be deleted on prefab apply 2021-03-19 10:14:58 +01:00
Wojtek Figat
4ae3fccfd9 Improve focusing on selected object in Editor
#328
2021-03-18 22:20:27 +01:00
honzapatCZ
f70b116fcb renamed 2021-03-18 19:18:59 +01:00
Wojtek Figat
544a11562c Add mouse centering in Editor Viewport if initial location is too close to the edge 2021-03-18 18:23:58 +01:00
honzapatCZ
f688cd0c69 prefab first 2021-03-18 18:23:17 +01:00
Wojtek Figat
f32ea92336 Fix editor viewport camera orbiting issues
#354
2021-03-18 18:23:11 +01:00
Wojtek Figat
66c1b73635 Add F to focus camera view in asset previews 2021-03-18 17:55:07 +01:00
Wojtek Figat
759dc98737 Fix Rename Popup direction near screen edges
#317
2021-03-18 16:48:07 +01:00
Wojtek Figat
abe635ad9b Fix exception in Custom Editors UI due to invalid reference value processing
#325
2021-03-18 15:12:25 +01:00
Wojtek Figat
42366ee66a Fix synchronizing nested prefabs when adding new ObjectsLookupIdMapping
#351
2021-03-18 00:04:58 +01:00
Wojtek Figat
92cfcbff8c Fix actor layer editor setup 2021-03-17 18:29:53 +01:00
Wojtek Figat
aa1c200bf8 Fix exception on engine closing in some cases 2021-03-17 11:12:20 +01:00
Wojtek Figat
8fb27e6f83 Fix missing UICanvas linkage in prefab preview
#218
2021-03-17 11:12:08 +01:00
Wojtek Figat
691df4cb80 Fix Dpi issues when RootWindow is null
Fix #344
2021-03-17 00:04:16 +01:00
Wojtek Figat
b2c824b77e Fix various memory leaks on exit 2021-03-14 23:58:03 +01:00
Wojtek Figat
1d575f51b6 Fix code style and optimize 2021-03-14 19:35:50 +01:00
Wojtek Figat
146dffa732 Merge branch 'patch-declarationSort' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-declarationSort 2021-03-14 19:29:02 +01:00
Wojtek Figat
54c10dd78d Fix code style 2021-03-14 19:27:49 +01:00
Wojtek Figat
802893a214 Merge branch 'ortho' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-ortho 2021-03-14 19:24:24 +01:00
Wojtek Figat
bdd8242a0f Fix rotation gizmo
Revert 74d4bb8dc6
2021-03-14 19:01:08 +01:00
Wojtek Figat
82a0039926 Fix binaries deploy in cooker 2021-03-13 12:49:13 +01:00
Wojtek Figat
1d6240aca5 Fix output executable file flag 2021-03-13 12:49:13 +01:00
Wojtek Figat
b4dcaef61a Add support for Game Cooker on Linux 2021-03-11 22:39:03 +01:00
Jean-Baptiste Perrier
ee33c97db6 Refactoring, docs. 2021-03-09 00:03:32 +01:00