Commit Graph

1321 Commits

Author SHA1 Message Date
stefnotch
5b1c5824c8 Fix #408 by being more precise in some places
IEEE floating point numbers are fun ™️
2021-04-10 09:13:19 +02:00
Wojtek Figat
3e080c44c6 Fix using curl lib on Linux (use self compiled static lib) 2021-04-08 22:12:55 +02:00
Wojtek Figat
9a17f2141b Add lock for Gameplay Globals access 2021-04-07 22:21:37 +02:00
Wojtek Figat
d073a13f57 Fix removing Gameplay Globals
#427
2021-04-07 21:10:09 +02:00
Wojtek Figat
7e622a69a6 Fix AutoFocus saved in data for controls 2021-04-07 20:53:18 +02:00
Wojtek Figat
6001eb88fa Fix Dropdown control
#334
2021-04-07 20:52:22 +02:00
Wojtek Figat
ecc055d8b8 Fix compilation warnings 2021-04-06 12:40:24 +02:00
Wojtek Figat
2622482b12 Change libcurl dependency on Linux 2021-04-06 12:17:32 +02:00
Wojtek Figat
ca6a075d8c Fix typos and code style 2021-04-06 11:46:30 +02:00
Wojtek Figat
ca3d4a84ad Fix text wrapping when no scene is loaded 2021-04-06 11:46:23 +02:00
Wojtek Figat
6eec0b396d Merge branch 'GoaLitiuM-capsule_physics_queries' 2021-04-06 11:42:20 +02:00
GoaLitiuM
e7edb9d38c Add sweep and overlap physics queries for capsule shapes 2021-04-05 19:36:36 +03:00
Wojtek Figat
2f42321551 Merge branch 'stefnotch-dpi-scale-tool-windows' 2021-03-31 23:54:08 +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
d8a4814542 Merge branch 'jb-perrier-overwriteprompt' 2021-03-30 22:30:43 +02:00
Wojtek Figat
6c37673787 Merge branch 'overwriteprompt' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-overwriteprompt 2021-03-30 22:30:41 +02:00
Wojtek Figat
77f9716932 Fix selecting spline points
#409
2021-03-30 22:27:24 +02:00
Wojtek Figat
ece77065ca Merge branch 'stefnotch-patch-8' 2021-03-30 22:10:44 +02:00
Wojtek Figat
15186cafe0 Merge branch 'patch-8' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-8 2021-03-30 22:10:39 +02:00
Wojtek Figat
b35795f1ff Merge branch 'stefnotch-dpi-root-window-fix' 2021-03-30 22:09:24 +02:00
Wojtek Figat
d667084d11 Merge branch 'dpi-root-window-fix' of git://github.com/stefnotch/FlaxEngine into stefnotch-dpi-root-window-fix 2021-03-30 22:09:18 +02:00
Wojtek Figat
f8d6f8ffb5 Fix using references to projects outside the main project
#397
2021-03-30 22:07:40 +02:00
Jean-Baptiste Perrier
a3ca6b0dca Add overwrite prompt for SaveDialog. 2021-03-30 21:47:18 +02:00
Wojtek Figat
9581f7b10e Fix using cross-module references inside C++ game project 2021-03-29 20:37:43 +02:00
stefnotch
2abb215034 Update CONTRIBUTING.md 2021-03-29 12:06:24 +02:00
stefnotch
12fd7274a9 Fix DPI regression: use the overrideable RootWindow instead of _root 2021-03-29 10:54:48 +02:00
Wojtek Figat
7456bf38f7 Fix for editor on linux 2021-03-28 23:26:08 +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
6f83330321 Fix building game for linux on windows 2021-03-28 21:31:21 +02:00
Wojtek Figat
0a7f2fc043 Improve deploy of editor on linux 2021-03-28 21:14:03 +02:00
Wojtek Figat
c32e869c56 Fix packaging Editor on Linux 2021-03-28 20:11:24 +02:00
Wojtek Figat
23d38fc387 Fix regression in Bezier curve tangents calculation for Quaternions
85167b2d4b
2021-03-28 18:45:10 +02:00
Wojtek Figat
6d2092f9e8 Fix rendering volumetric fog influence from local lights with shadows 2021-03-27 20:06:57 +01:00
Wojtek Figat
0754434295 Fix UWP build 2021-03-27 19:27:22 +01:00
Wojtek Figat
732f74e5c9 Fix assertion on engine close due to rare invalid storage object refs count 2021-03-27 19:27:04 +01:00
Wojtek Figat
7de7c8806e Update particle assets (sprite rendering module values change) 2021-03-27 12:22:17 +01:00
Wojtek Figat
ebf2b0a2f3 Fix asset path used in registry
#394
2021-03-26 22:24:44 +01: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
c191815b82 Use static linking for Assimp on Linux, strip it from unused symbols and formats support 2021-03-26 21:30:30 +01:00
Wojtek Figat
7cf464aabb Tweak 2021-03-25 23:44:55 +01:00
Wojtek Figat
1a8456ea57 Tweak 2021-03-25 23:16:04 +01:00
Wojtek Figat
4847479dae Add Editor for Linux to Github Actions 2021-03-25 22:55:13 +01:00
Wojtek Figat
dbe5886ffe Possible fix for Editor build on Linux 2021-03-25 22:31:18 +01:00
Wojtek Figat
16a4b0dd8a Update libs for linux build 2021-03-25 22:23:25 +01:00
Wojtek Figat
0be815cddd Possible fix for missing include 2021-03-25 21:50:16 +01:00
Wojtek Figat
9f79d0e3c4 Add support for vertical and horizontal panels to arrange children based on the child anchor
#385
2021-03-25 21:45:29 +01:00
Wojtek Figat
d3bdc3cf8b Fix UI not being updated with particular panels used when changing child control anchors
#385
2021-03-25 21:27:42 +01:00
Wojtek Figat
5c495b987b Add Shift+Home shortcut to Text Boxes
#386
2021-03-25 21:14:37 +01:00