Commit Graph

3783 Commits

Author SHA1 Message Date
Wojciech Figat
f16372efad Add utility for parsing Color from text (hex or named color) 2022-08-02 16:53:06 +02:00
Wojciech Figat
94060e16b9 Add more utilities for text processing with font and text subrange 2022-08-02 16:52:25 +02:00
Wojciech Figat
095f20ab6a Add HtmlParser to engine utilities (with unit tests for it) 2022-08-02 16:05:21 +02:00
Wojtek Figat
9e9233fd76 Ignore cert signing local scripts 2022-08-01 23:00:25 +02:00
Wojtek Figat
ba901d4453 Update engine assets 2022-08-01 22:59:33 +02:00
Wojtek Figat
a6e9abfceb Add UseAlpha to RenderBuffers for pass-though renderer with alpha channel 2022-08-01 22:58:22 +02:00
Wojtek Figat
fe1cab6a7f Add Default auto-generated member to scripting structures and improve deserialization 2022-08-01 18:49:54 +02:00
Wojtek Figat
4915e9fea0 Fix hex color parsing 2022-08-01 17:13:29 +02:00
Wojtek Figat
3601d36955 Fix macOS build 2022-08-01 17:05:59 +02:00
Wojciech Figat
7953f6cb83 Add Engine.FocusGameViewport to implement game menu with camera focus gather 2022-08-01 16:17:34 +02:00
Wojciech Figat
1d7e88635f Allow content finder in game window during edit time 2022-08-01 11:38:41 +02:00
Wojtek Figat
20572c53af Add Noise sampling nodes to graphs 2022-07-31 23:43:35 +02:00
Wojtek Figat
2104dbc682 Add new **Noise** library for C++/C#/VisualScript/HLSL utilities 2022-07-31 22:20:38 +02:00
Wojtek Figat
1fdc43699c Fix rare exception in Visject after recent Surface context menu groups display refactor 2022-07-31 19:06:15 +02:00
Wojtek Figat
17b3434342 Add Mod for vectors 2022-07-31 19:05:36 +02:00
Wojtek Figat
3b52914416 Add **Nested Animations** for compositing animation clips 2022-07-31 15:53:09 +02:00
Wojtek Figat
3a39dad30f Fix invoking anim events for multi blend animations 2022-07-29 20:25:13 +02:00
Wojtek Figat
db24ea950e Fix build 2022-07-29 17:03:21 +02:00
Wojtek Figat
d47b452808 Fix check if unsetting material slot 2022-07-29 16:58:35 +02:00
Wojtek Figat
03ecb23bae Update engine materials 2022-07-29 16:58:34 +02:00
Wojtek Figat
6cf91b1da4 Add support for main view information in Surface materials during subpass rendering (eg. shadow depth) 2022-07-29 16:58:33 +02:00
Wojciech Figat
22209108c9 Fix Global Surface Atlas on Vulkan 2022-07-29 16:14:07 +02:00
Wojciech Figat
0ac91fa34d Fix CSM split point when using 3 cascades 2022-07-29 15:55:26 +02:00
Wojciech Figat
4b6e75c0af Expose IsDuringPlay property for actors and scripts to use in scripting 2022-07-29 14:52:41 +02:00
Wojciech Figat
e16cbdbfd0 Add showing model screen size in the Model Preview 2022-07-29 13:29:02 +02:00
Wojtek Figat
bdb69d57dd Refactor Plugins system to support plugins in C++ scripts 2022-07-28 21:05:03 +02:00
Wojtek Figat
6f35b27c29 Fix fullscreen game window F22 regression 2022-07-27 22:13:23 +02:00
Wojtek Figat
ceeefd1796 Optimize 1ef8bb723c 2022-07-27 22:09:12 +02:00
Wojciech Figat
bfec5d6a8d Improve displaying tris/vert count in GPU profiler if value is large 2022-07-27 16:24:49 +02:00
Wojciech Figat
4197e7b21e Fix test binary path 2022-07-27 10:10:00 +02:00
Wojciech Figat
e1e32ecbfd Fix from 6a788af3b1 2022-07-27 10:05:32 +02:00
Wojtek Figat
41aefb1bda Attempt to fix test build 2022-07-27 09:38:30 +02:00
Wojtek Figat
1ef8bb723c Fix reparenting inside the nested prefabs when using multiple instanced of the nested prefab in PrefabManager
#690
2022-07-27 09:33:01 +02:00
Wojtek Figat
163704085a Remove hack 2022-07-26 23:40:31 +02:00
Wojtek Figat
8c310b7c5c Fix path 2022-07-26 23:40:24 +02:00
Wojtek Figat
99d1c1903f Add test for Prefab issue #718 2022-07-26 23:10:04 +02:00
Wojtek Figat
cced83ca96 Add support for virtual Prefab assets created from code 2022-07-26 23:10:04 +02:00
Wojtek Figat
adaaaa3e3f Fix crash when spawning prefab without scenes loaded 2022-07-26 23:10:03 +02:00
Wojtek Figat
bbb5b68e91 Refactor FlaxTests to run as Editor with all engine services initialized 2022-07-26 23:10:02 +02:00
Wojtek Figat
ff1fba403d Various fixes to allow compiling negine with custom build configurations 2022-07-26 23:10:01 +02:00
Wojtek Figat
8beb732cb9 Fix duplicated actors after reparenting actor in Prefab
#718
2022-07-26 23:10:00 +02:00
Wojciech Figat
9d26004864 Fix looping streamable audio clips with multiple chunks 2022-07-26 14:36:50 +02:00
Wojciech Figat
cfb98a39b0 Reduce DDGI flickering in certain lighting scenarios 2022-07-26 13:18:09 +02:00
Wojciech Figat
da616fc578 Change spotlight cone limits 2022-07-26 11:41:56 +02:00
Wojtek Figat
22367498da Fix editing LinearCurve<Color> in properties window (color picker window closed keyframe editing popup) 2022-07-25 17:18:05 +02:00
Wojciech Figat
51c49cfac9 Add UseCSharp to engine config and fix parsing cmd line options list 2022-07-25 13:18:53 +02:00
Wojciech Figat
1f495205af Add GamepadDPadX/GamepadDPadY input axes for gamepad DPad 2022-07-25 10:32:48 +02:00
Wojciech Figat
a4478b9497 Add editor camera speed up for gamepad right trigger 2022-07-25 09:52:42 +02:00
Wojtek Figat
5fea0cd693 Fix mouse hovering controls under expanded dropdown list panel 2022-07-24 13:37:23 +02:00
Wojtek Figat
c25305e695 Fix physics trigger layer mask matching trigger events (filter body types) 2022-07-24 13:12:18 +02:00