Commit Graph

1928 Commits

Author SHA1 Message Date
Wojtek Figat
7edf3e5b36 Merge branch 'scripting-int16-support' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-scripting-int16-support 2021-05-19 19:50:06 +02:00
Wojtek Figat
62cca0682c Add option to use Point sampling when drawing textures and sprites in UI via Brushes 2021-05-19 19:48:39 +02:00
Wojtek Figat
1a55e7c734 Fix copying missing dependency files for C#-only binary modules build 2021-05-19 16:55:35 +02:00
Wojtek Figat
d7e2ee986b Add Network impl for PS4 2021-05-19 14:49:10 +02:00
Wojtek Figat
3363f6ac0d Add Network impl for Switch 2021-05-19 10:14:19 +02:00
Wojtek Figat
3e3b0e7951 Fix game plugins initialization order in Editor play mode to mock the standalone game
#458
2021-05-18 23:32:50 +02:00
Wojtek Figat
19bb7c2293 Fix typo 2021-05-18 21:45:41 +02:00
Wojtek Figat
2eeefebcb2 Bump up build number 2021-05-18 21:18:49 +02:00
GoaLitiuM
4bb703e9bf Change FontReference to reference type
FontReference is mutating itself by storing the cached font for later
reuse, but this is not working as intended because FontReference is
returned as a value type in UIControls so the cached font is actually
stored in a copy of the FontReference and not in the original property.
2021-05-18 18:29:09 +03:00
Wojtek Figat
1ec55ee088 Add missing shader file change 2021-05-18 11:56:39 +02:00
Wojtek Figat
ead65f01ff Optimize Vulkan Framebuffer when not using color blending 2021-05-18 11:56:21 +02:00
Wojtek Figat
7f6a6f9fff Fix showing Game Plugins in editor plugins window 2021-05-18 11:41:49 +02:00
Wojtek Figat
2e93a7fd08 Add support for Geometry Shaders on Vulkan
#136
2021-05-18 11:41:18 +02:00
Wojtek Figat
9cba6bad6d Add support for rendering into 3d textures on Vulkan
#136
2021-05-18 11:40:38 +02:00
Wojtek Figat
5a7efe9019 Fix Volumetric Fog particle material CB0 binding issue 2021-05-17 13:51:14 +02:00
Nejcraft
d0a75375f7 xd oh those path namings 2021-05-17 13:47:31 +02:00
Wojtek Figat
0a25b71437 Fix GPU particles on Vulkan
#478
2021-05-17 13:41:08 +02:00
Nejcraft
267c5566d8 Possibly Linux 2021-05-17 13:33:22 +02:00
Nejcraft
988d8bc2c5 Update cd_windows.yml 2021-05-17 12:19:51 +02:00
Nejcraft
33a53bd510 cd 2021-05-17 10:51:07 +02:00
Wojtek Figat
ec806a2009 Update shaders 2021-05-17 10:22:40 +02:00
Wojtek Figat
ae970cf2c8 Merge branch 'jb-perrier-indirect-vulkan' 2021-05-17 10:19:35 +02:00
Wojtek Figat
fb7d2831cb Merge branch 'indirect-vulkan' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-indirect-vulkan 2021-05-17 10:19:23 +02:00
Wojtek Figat
224de66c49 Add missing attributes for AlphaPanel panel
#430
2021-05-17 10:15:57 +02:00
Nejcraft
7956ee1e2c revert the viewed types back 2021-05-17 10:15:57 +02:00
honzapatCZ
bd2af64a7e moving back 2021-05-17 10:15:56 +02:00
honzapatCZ
388ec655bf alpha+showcont 2021-05-17 10:15:56 +02:00
Wojtek Figat
4392e07cd6 Fix error when actor from unloaded scene is selected
#486
2021-05-17 10:15:55 +02:00
Wojtek Figat
4b0967b45e Fix Linux executable file renaming check 2021-05-17 10:15:54 +02:00
Jean-Baptiste Perrier
fd3d6abd61 Fix docs. 2021-05-16 21:39:30 +02:00
Wojtek Figat
3553d2f16b Fix Linux build error 2021-05-16 19:15:12 +02:00
Wojtek Figat
9a617c630b Fix api error 2021-05-16 18:54:40 +02:00
Jean-Baptiste Perrier
95a951a453 Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into indirect-vulkan 2021-05-16 17:41:10 +02:00
Jean-Baptiste Perrier
3599de7eb8 Fix revert indirect draw count. 2021-05-16 17:30:15 +02:00
Jean-Baptiste Perrier
b4a870933a Revert IndirectDrawCount. 2021-05-16 17:23:52 +02:00
Wojtek Figat
5e401b6a78 Refactor Network api, add more dcos, expose it to scripting 2021-05-16 14:28:54 +02:00
Wojtek Figat
a89d5d1817 Add skipping generating structure fields accessors for private fields in scripting 2021-05-15 23:21:16 +02:00
Wojtek Figat
506df8c516 Fix using fixed array initializers in scripting API field 2021-05-15 23:20:34 +02:00
Wojtek Figat
d1b142db08 Fix error in context menu search on fail 2021-05-15 16:34:38 +02:00
Wojtek Figat
c32add161b Add option to copy/paste value from Visject box via context menu 2021-05-15 16:33:32 +02:00
Wojtek Figat
dbb42e9805 Fix minor warnings in shaders 2021-05-15 14:19:40 +02:00
Wojtek Figat
def45ce8bb Add monolog info 2021-05-15 13:40:23 +02:00
Wojtek Figat
82c9586846 Merge branch 'GoaLitiuM-richtextboxbase_oobfix' 2021-05-15 13:02:29 +02:00
Wojtek Figat
6c93643f19 Merge branch 'richtextboxbase_oobfix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-richtextboxbase_oobfix 2021-05-15 13:02:24 +02:00
Wojtek Figat
1adf14ca2b Fix auto-focus for dock window on right-click to prevent Game Window mouse steal when using context menu 2021-05-15 13:00:25 +02:00
Wojtek Figat
6232b8d557 Add option to show Debug Draw shapes in Game Viewport 2021-05-15 12:58:39 +02:00
Wojtek Figat
cc8e098183 Fix duplicated Debug Draw inoke for actors 2021-05-15 12:53:54 +02:00
GoaLitiuM
78ee671607 Fix out of bound access to RichTextBoxBase internal buffer 2021-05-15 13:39:19 +03:00
Wojtek Figat
46b1fd944e Fix catching mouse focus in Editor play mode with game is paused 2021-05-15 11:01:11 +02:00
Wojtek Figat
fb7ef90fce Add option to hide GUI in Game Viewport 2021-05-15 11:00:42 +02:00