Commit Graph

530 Commits

Author SHA1 Message Date
Wojtek Figat
7cb0ac3603 Fix marking asset as edited when using Multi Blend node positions in Anim Graph
Closes #251
2021-03-07 10:31:31 +01:00
honzapatCZ
2e687edd99 ui editor 2021-03-06 15:09:45 +01:00
Jean-Baptiste Perrier
a82c669504 Tweaks again ... 2021-03-06 13:19:49 +01:00
Wojtek Figat
28fea66282 Merge branch 'elementContainers' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-elementContainers 2021-03-05 19:06:28 +01:00
Wojtek Figat
268db124d9 Fix crash if actor in ViewportIconsRenderer::DrawIcons is null 2021-03-05 19:00:45 +01:00
Wojtek Figat
dd1dd2ef8a Add Particle Radius to in-built particle attributes 2021-03-05 14:33:31 +01:00
Wojtek Figat
9f4c916016 Merge branch 'vscode_solution_files' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vscode_solution_files 2021-03-05 14:19:16 +01:00
Wojtek Figat
1dee615d6e Add Volumetric Fog support for particles to modify local fog 2021-03-05 13:58:15 +01:00
honzapatCZ
06f3d68716 sub folder for element containers + horizontal panel + shorthands for horizontal and vertical panel 2021-03-04 23:39:38 +01:00
honzapatCZ
d09bd12e5b declaration at end 2021-03-04 19:57:15 +01:00
honzapatCZ
4593e4c669 declaration order sorting 2021-03-04 19:46:27 +01:00
Jean-Baptiste Perrier
ae3ce49b92 Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into ortho 2021-03-02 18:27:33 +01:00
Jean-Baptiste Perrier
512df5f673 Tweaks. 2021-03-02 18:27:14 +01:00
GoaLitiuM
9f1c55edce Generate Visual Studio solution files for VSCode solutions 2021-03-02 18:38:05 +02:00
Wojtek Figat
9c80354acf Fix dock window icon rectangle calculation if icon is used 2021-03-02 13:44:16 +01:00
Wojtek Figat
835cb93261 Add integration with Rider IDE 2021-03-02 13:43:50 +01:00
Jean-Baptiste Perrier
1deadf84b1 Tweaks. 2021-03-01 16:25:08 +01:00
Jean-Baptiste Perrier
8a9f86705b Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into ortho
 Conflicts:
	Source/Editor/Viewport/EditorViewport.cs
2021-03-01 16:21:58 +01:00
Jean-Baptiste Perrier
111eaf1cf9 Tweaks. 2021-03-01 16:19:00 +01:00
Wojtek Figat
d6b566a3fe Add support for accessing Game Settings and related assets in C# API in game build 2021-03-01 16:17:01 +01:00
Wojtek Figat
21d96c6baf Fix loading game assets in cooked build via path relative to the project folder 2021-03-01 13:00:07 +01:00
Wojtek Figat
db921bad10 Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1 2021-03-01 11:50:54 +01:00
Wojtek Figat
e0c6f7e8b2 Fix placement and usage of the new instance creation button in GenericEditor 2021-03-01 11:44:18 +01:00
Wojtek Figat
b4e09a9d55 Fix adding items in Array/List editors if element type is reference (eg. class) 2021-03-01 11:43:46 +01:00
Jean-Baptiste Perrier
ce45070d63 Tweaks. 2021-02-28 17:45:38 +01:00
Jean-Baptiste Perrier
aaecb6f7fd Cleanup. 2021-02-28 16:28:41 +01:00
Jean-Baptiste Perrier
eb1a520986 Support focus actor in orthographic mode ( F key ), preserve camera direction. 2021-02-28 16:27:57 +01:00
Jean-Baptiste Perrier
19bf30558b Typo. 2021-02-28 15:56:19 +01:00
Wojtek Figat
98a753267f Linux support improvements 2021-02-28 14:56:57 +01:00
Nejcraft
a1e7f4f689 some quotes from discord 2021-02-28 09:26:54 +01:00
Jean-Baptiste Perrier
89538cb5cd Use wheel option, and tweaks/fixes. 2021-02-27 23:38:56 +01:00
Jean-Baptiste Perrier
39e41d8528 Add Mouse Wheel Sensitivity option. 2021-02-27 23:38:06 +01:00
Wojtek Figat
af792ff677 Merge branch 'orientation' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-orientation 2021-02-27 20:51:31 +01:00
Wojtek Figat
fbecd01435 Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6 2021-02-27 20:44:29 +01:00
Jean-Baptiste Perrier
4972092150 Fix when no focus. 2021-02-27 20:35:34 +01:00
Jean-Baptiste Perrier
3472daf97d Add ortho scale on MouseScroll. 2021-02-27 20:27:06 +01:00
Jean-Baptiste Perrier
20edcdc64b Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into orientation 2021-02-27 17:02:42 +01:00
Jean-Baptiste Perrier
1d5f98a730 Fix camera orientations. 2021-02-27 15:39:26 +01:00
stefnotch
f3c608f2f3 Improve arrow key navigation 2021-02-26 19:09:59 +01:00
stefnotch
09f8ad948a Prevent multiple connections on reroute node 2021-02-26 19:08:25 +01:00
Wojtek Figat
e1497bcfe2 Optimize DebugLog stack trace formatting 2021-02-26 14:08:53 +01:00
Wojtek Figat
ff70c16051 Add support for capturing stack trace of called DebugLog from C++ 2021-02-26 13:58:42 +01:00
stefnotch
ebfa3822ef Fixes for the reroute node 2021-02-26 13:19:53 +01:00
stefnotch
0334329c50 Handle lost connections in reroute nodes
An alternative solution to that problem
2021-02-26 12:55:32 +01:00
Wojtek Figat
e1387e92a3 Fix Debug Log stack trace collecting in Editor
Fixes #51
2021-02-26 12:49:33 +01:00
stefnotch
70b0aa25b6 Undo-able reroute node adding 2021-02-26 11:14:22 +01:00
stefnotch
69162ad8d9 Fix visject connections redo
Previously, it would create double connections
2021-02-26 10:43:31 +01:00
stefnotch
9265f23681 Basic reroute nodes 2021-02-25 20:22:54 +01:00
Wojtek Figat
27d53b69dc Fix some minor issues with materials previews in Editor 2021-02-25 16:38:08 +01:00
Wojtek Figat
4d73b271b8 Fix some minor issues with materials previews in Editor 2021-02-25 16:38:05 +01:00