Commit Graph

210 Commits

Author SHA1 Message Date
W2.Wizard
bd18286fbd Refactoring and Node implementation
Refactored all recently added nodes to maintain consistency.
2021-01-28 01:26:57 +01:00
Wojtek Figat
a226ff8762 Fix plane model incorrect rotation in material preview (#165) 2021-01-28 00:52:06 +01:00
Wojtek Figat
bb84ad0f79 Add missing doc comment 2021-01-28 00:10:41 +01:00
Wojtek Figat
4b11725226 Fix crash when creating Empty particle emitter
Fixes #174
2021-01-27 23:59:24 +01:00
Wojtek Figat
876a728b41 Fix scene animation rendering issue with game window is not selected tab
Fixes #170
2021-01-27 23:27:19 +01:00
Wojtek Figat
4cb5574a2e Merge branch 'fix-disable-ctrl-w-ingame' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-disable-ctrl-w-ingame 2021-01-27 22:41:24 +01:00
Wojtek Figat
c583b6a1a7 Merge branch 'DDX-DDY-Nodes' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-DDX-DDY-Nodes 2021-01-27 22:39:19 +01:00
Wojtek Figat
3c3b47f5b4 Fix Get Node Transform ndoe in anim graph 2021-01-27 22:37:25 +01:00
Wojtek Figat
36bd398136 Fix error when animated model skeleton has duplicated node name 2021-01-27 22:37:19 +01:00
stefnotch
c820e87d4a Slightly tweak the key processing code 2021-01-27 22:08:17 +01:00
stefnotch
f00ae7fb21 Disable CTRL+W during the game
Fix #96
2021-01-27 21:30:22 +01:00
W2.Wizard
1925fe5724 Added DDX / DDY nodes 2021-01-27 01:39:50 +01:00
Wojtek Figat
cb8ba2d757 Fix WindowsFileSystem::ShowBrowseFolderDialog path length 2021-01-27 00:27:32 +01:00
Wojtek Figat
854d0147dd Fix Visject Node layout when adding boxes from code 2021-01-26 22:52:35 +01:00
Wojtek Figat
59858ecb27 Fix Visual Script invoke method node signature check for output params passed via reference 2021-01-26 22:52:08 +01:00
Wojtek Figat
269f1fc8c1 Fix ResizeAuto in SurfaceNode to include custom controls 2021-01-26 22:16:19 +01:00
W2.Wizard
db17c80e0a Use approriate fields instead 2021-01-26 19:41:29 +01:00
W2.Wizard
62b3f7c9c2 Adjusted node size 2021-01-26 19:37:06 +01:00
W2.Wizard
96e5e20e66 Added Node 2021-01-26 19:26:38 +01:00
Wojtek Figat
b6fe228b85 Merge branch 'RemapMaterialNode' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-RemapMaterialNode 2021-01-26 00:16:13 +01:00
Wojtek Figat
5260efc7b8 Fixes for editor viewport View context menu 2021-01-26 00:11:20 +01:00
Wojtek Figat
571c802d49 Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master 2021-01-26 00:02:08 +01:00
Wojtek Figat
31e53d5efa Merge branch 'SphereMaskNode' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-SphereMaskNode 2021-01-25 23:59:10 +01:00
Wojtek Figat
5b4dbfa121 Fix name (was causing docs build warning) 2021-01-25 23:52:07 +01:00
W2.Wizard
5845bc3fca Added Spheremask node 2021-01-25 22:03:30 +01:00
W2.Wizard
ee166bafed Added initial remap node 2021-01-25 00:51:47 +01:00
Wojtek Figat
f6085c7479 Fix crash when reloading scripts with opened custom json asset 2021-01-24 23:31:24 +01:00
W2.Wizard
bcb38dc2ca Added rotator node 2021-01-24 15:10:38 +01:00
Wojtek Figat
3a33d6ff84 Fix code style 2021-01-24 14:14:30 +01:00
Wojtek Figat
31ae464d93 Merge branch 'master' of git://github.com/Evildea/FlaxEngine into Evildea-master 2021-01-24 14:11:55 +01:00
Wojtek Figat
b04e1381dc Fix Unsigned Integer value field to prevent negative values 2021-01-24 13:30:48 +01:00
Richard
843a04604d Added Material Node to Blend Normals 2021-01-24 22:31:45 +11:00
Vizepi
018e751bf6 Added option to invert panning direction in editor viewport 2021-01-24 12:03:38 +01:00
Wojtek Figat
049450e31b Fix node widths for anim nodes 2021-01-22 23:45:19 +01:00
Wojtek Figat
19c65bec33 Merge branch 'AnimationArchetypeFix' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-AnimationArchetypeFix 2021-01-22 23:42:08 +01:00
Wojtek Figat
704d42869d Merge branch 'visject-improvements-5' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-5 2021-01-22 23:35:09 +01:00
W2.Wizard
236a5a2f6f Update Animation.cs 2021-01-22 14:13:45 +01:00
intolerantape
75d197cb84 Spelling fixes. 2021-01-19 23:02:33 -08:00
Wojtek Figat
db6a02e20f Merge branch 'patch-2' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-2 2021-01-19 21:53:07 +01:00
Wojtek Figat
0a0c856a64 Add more splash screen quotes 2021-01-19 21:10:45 +01:00
stefnotch
bd7a681700 Add more descriptive error message 2021-01-19 21:08:26 +01:00
Wojtek Figat
c4e6d013c1 Add more splash screen quotes 2021-01-18 22:47:31 +01:00
Wojtek Figat
c02faf51a0 Merge branch 'AboutFlaxAdjustment' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-AboutFlaxAdjustment 2021-01-18 21:07:49 +01:00
W2.Wizard
8fd0af3f39 Fixed Typos and padding 2021-01-17 10:18:30 +01:00
stefnotch
4db3c6ca71 Increase default distance between nodes 2021-01-16 19:23:35 +01:00
stefnotch
aa4ecab271 Improve Visject bracket positioning 2021-01-16 19:20:36 +01:00
stefnotch
3356013858 Improve empty space finding 2021-01-16 18:16:48 +01:00
stefnotch
8003055ba6 Improve node layout algorithm 2021-01-15 20:23:40 +01:00
stefnotch
c112274666 Add additional comments to the formatting algorithm 2021-01-15 19:51:23 +01:00
Wojtek Figat
fd6158e1a9 Fix loading VariantType.Blob 2021-01-12 23:36:50 +01:00