Commit Graph

584 Commits

Author SHA1 Message Date
Wojtek Figat
b5847eb0d6 Refactor material shaders generator to use modular features as extensions 2021-02-04 15:27:38 +01:00
Wojtek Figat
9e6243adcc Refactor material shaders generator to use modular features as extensions 2021-02-04 14:58:01 +01:00
Wojtek Figat
2a3b6edf50 Refactor material shaders generator to use modular features as extensions 2021-02-04 10:43:04 +01:00
Wojtek Figat
a560b19cbc Refactor draw calls and instancing logic to be more modular 2021-02-03 09:33:48 +01:00
Wojtek Figat
81cc8cf69c Add Matrix3x4 2021-02-02 15:44:14 +01:00
Wojtek Figat
00fab5cfd6 Add event to spline for updating custom data 2021-02-02 12:53:18 +01:00
Wojtek Figat
85a6f485f1 Fixes and tweaks 2021-02-02 12:52:37 +01:00
Wojtek Figat
d2dba5680b Fix calling OnParentChanged in Actor load 2021-02-02 12:52:21 +01:00
Wojtek Figat
c00b32364a Add SceneGraphNode.OnContextMenu for customizations 2021-02-02 12:51:36 +01:00
Wojtek Figat
23652d1bc5 Merge remote-tracking branch 'origin/master' into 1.1
# Conflicts:
#	Source/Engine/Input/Input.cpp
2021-02-02 10:29:52 +01:00
Wojtek Figat
5d535fad6a Move Mouse and Keyboard impl from headers to Input.cpp 2021-02-01 23:53:32 +01:00
Wojtek Figat
1a11f1a231 Merge branch 'jb-perrier-inputtext' 2021-02-01 23:48:17 +01:00
Wojtek Figat
107edfb958 Merge branch 'inputtext' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-inputtext 2021-02-01 23:48:12 +01:00
Wojtek Figat
2fe6129fcd Simplify code 2021-02-01 23:41:23 +01:00
Wojtek Figat
7ddcf8507a Merge branch 'VNNCC-fix-issue-158' 2021-02-01 23:40:04 +01:00
Wojtek Figat
1aab96676d Merge branch 'fix-issue-158' of git://github.com/VNNCC/FlaxEngine into VNNCC-fix-issue-158 2021-02-01 23:39:56 +01:00
Wojtek Figat
1bd639c86d Fix including CharacterController.h in game code 2021-02-01 23:38:16 +01:00
Wojtek Figat
e2cefc7407 Fix Quaternion comparison epsilon to reduce error rate 2021-02-01 16:58:01 +01:00
Wojtek Figat
efea842486 Fix warning 2021-02-01 16:23:57 +01:00
Wojtek Figat
1ae898918c Add auto-select for spawned actors in the level 2021-02-01 16:21:05 +01:00
Wojtek Figat
c3d9c52f1f Add support for spline point duplicate via Transform gizmo 2021-02-01 16:04:20 +01:00
Wojtek Figat
b22805f866 Add support for custom duplicate of SceneGraphNode 2021-02-01 16:03:33 +01:00
Wojtek Figat
d69b005792 Move Curve data serialization to binary format into CurveSerialization.h 2021-02-01 14:16:32 +01:00
Wojtek Figat
69790f3576 Add support for deleting selected spline points (with undo) 2021-02-01 13:51:37 +01:00
Wojtek Figat
bab236c081 Add support for custom SceneGraphNode to handle delete with undo 2021-02-01 13:51:32 +01:00
Wojtek Figat
bf80827bfd Add more Spline API for curve editing 2021-02-01 13:50:56 +01:00
Wojtek Figat
283714a39f Fix PhysX header usage in public API 2021-02-01 11:40:50 +01:00
Wojtek Figat
fecf7d7804 Add virtual to Camera GetMatrices for custom cameras 2021-02-01 11:18:46 +01:00
Wojtek Figat
011b5f3e51 Add SceneRenderTask.PreRender 2021-02-01 11:14:59 +01:00
Jean-Baptiste Perrier
a5d6db6a18 Fix InputText & Typo. 2021-01-30 19:58:45 +01:00
VNC
33ce17c3fa Set minimum width and height for texture description in motion blur
The calculation `motionVectorsWidth / tileSize` can return a result of 0.

Set minimum width and height to 1.
2021-01-29 16:18:00 +01:00
Wojtek Figat
f15f7ff59f Bump up version 2021-01-29 00:36:15 +01:00
Wojtek Figat
0d0279a1f8 Merge branch 'stefnotch-fix-asset-viewports' 2021-01-28 23:30:11 +01:00
Wojtek Figat
bb8a6e5c8d Merge branch 'fix-asset-viewports' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-asset-viewports 2021-01-28 23:30:05 +01:00
Wojtek Figat
beecbffdc3 Fix error when opening Anim Graph with node name not existing in skeleton anymore
Fixes #176
2021-01-28 21:59:30 +01:00
stefnotch
06f07c2903 Fix EditorViewport zooming
Fix #162
Also improves cases like LeftMouseDown + Scroll
2021-01-28 17:17:17 +01:00
stefnotch
164da0f87a Fix spelling error 2021-01-28 16:24:36 +01:00
stefnotch
a250a23259 Fix TexturePreview zooming
Fix #164
2021-01-28 16:13:45 +01:00
Wojtek Figat
50f6a01f83 Fix plane model normals 2021-01-28 01:28:13 +01:00
Wojtek Figat
aedc619009 Fix crash when opening prefab that fails to load root ObjectsLookupIdMapping
Fixes #126
2021-01-28 01:11:02 +01:00
Wojtek Figat
a226ff8762 Fix plane model incorrect rotation in material preview (#165) 2021-01-28 00:52:06 +01:00
Wojtek Figat
a1cee0f0bf Fix crash when applying changes to prefab 2021-01-28 00:38:08 +01:00
Wojtek Figat
bb84ad0f79 Add missing doc comment 2021-01-28 00:10:41 +01:00
Wojtek Figat
0de380ad3a Optimize Variant typename loading if length is zero 2021-01-28 00:02:37 +01:00
Wojtek Figat
4b11725226 Fix crash when creating Empty particle emitter
Fixes #174
2021-01-27 23:59:24 +01:00
Wojtek Figat
971ab7b8e7 Merge branch 'stefnotch-improve-first-time-setup' 2021-01-27 23:36:59 +01:00
Wojtek Figat
b57ce2bd56 Merge branch 'improve-first-time-setup' of git://github.com/stefnotch/FlaxEngine into stefnotch-improve-first-time-setup 2021-01-27 23:36:54 +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
b411539717 Merge branch 'stefnotch-fix-disable-ctrl-w-ingame' 2021-01-27 22:41:28 +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