Commit Graph

321 Commits

Author SHA1 Message Date
stefnotch
0a9e9e6695 Address review comments 2021-02-21 20:50:21 +01:00
stefnotch
7f5903584e Properly place the main window
(Wohoo, I fixed one really irritating bug!)
2021-02-21 20:49:40 +01:00
stefnotch
01f2cc1dcc Fix #128 and fix #120 2021-02-09 22:10:43 +01:00
stefnotch
05a7b911f1 Fix screen size getting
The game window size should *not* be DPI adjusted
2021-02-09 10:29:29 +01:00
stefnotch
20d9c7181f Untested cross platform implementation 2021-02-08 10:07:47 +01:00
stefnotch
8f8f0266ce Add DpiScale to RootWindow 2021-02-08 09:48:57 +01:00
stefnotch
c7feeb624d Tweaks 2021-02-08 09:48:46 +01:00
stefnotch
f9deb97229 Fix custom title bar high dpi issues
Fix #4
2021-02-07 18:03:23 +01:00
stefnotch
f5b48e03e9 Per window DPI 2021-02-07 17:26:41 +01:00
Wojtek Figat
28f53339e7 Fix crash when loading string property in json that is not a string
Fixes #178
2021-02-02 23:33:42 +01:00
Wojtek Figat
f048254d82 Merge branch 'patch-4' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-4 2021-02-02 23:20:43 +01:00
Wojtek Figat
fb74aef541 Add check for C++ bindings generator for property getter and setter method value types to match 2021-02-02 23:14:21 +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
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
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
stefnotch
62f2ccb942 Fix conversion to degrees in Vector3.Angle 2021-02-01 22:40:19 +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
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
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
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
f1763840c9 Fix exporting textures in format R10G10B10A2 and R11G11B10 on Windows 2021-01-27 00:28:38 +01:00
Wojtek Figat
cb8ba2d757 Fix WindowsFileSystem::ShowBrowseFolderDialog path length 2021-01-27 00:27:32 +01:00
Wojtek Figat
1679458094 Merge branch 'folder_dialog' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-folder_dialog 2021-01-27 00:05:57 +01:00
Wojtek Figat
02dde50071 Merge branch 'faster_dev_builds' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-faster_dev_builds 2021-01-26 23:02:59 +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