Commit Graph

3728 Commits

Author SHA1 Message Date
W2.Wizard
604c583c36 Moved all methods to Extension.cs
Moved the methods for RandomUtils.cs to Extension.cs instead.
2021-01-13 21:16:17 +01:00
Wojtek Figat
b2a2652b56 Fix not using hardcoded order for showing Actor main properties in editor 2021-01-13 15:35:53 +01:00
Wojtek Figat
af692605ab Add option to hide navmesh in editor debug view 2021-01-13 15:21:50 +01:00
Wojtek Figat
d1a282e228 Fix removing unused navmesh tiles on whole scene rebuild 2021-01-13 14:50:43 +01:00
Wojtek Figat
88bddfb141 Add navmesh name to logs for better debugging 2021-01-13 14:49:50 +01:00
Wojtek Figat
29c3e2d54b Fix Color doc comments 2021-01-13 14:28:58 +01:00
Wojtek Figat
27ed23c1b9 Add support for multiple navmeshes on a scene 2021-01-13 14:28:46 +01:00
Wojtek Figat
9e3c413c91 Fix crash when using Byte, Int16 or UInt16 as VS parameters 2021-01-13 00:22:52 +01:00
W2.Wizard
783b910700 Added XML comments 2021-01-12 20:29:32 +01:00
Wojtek Figat
a3fa8ff9f0 Optimize some includes 2021-01-12 19:17:08 +01:00
Wojtek Figat
259c419c36 Fix crash when resizing existing MaterialSlots collection for model 2021-01-12 19:09:42 +01:00
Wojtek Figat
d7696c4765 Split VectorInt into separate files for Int2, Int3 and Int4 2021-01-12 19:09:22 +01:00
Wojtek Figat
89f25516fc Add inline for float16 compression and add code reference note 2021-01-12 19:05:17 +01:00
Wojtek Figat
fd268f4e15 Add missing FLAXENGINE_API expose macro to engine math types 2021-01-12 19:00:54 +01:00
Wojtek Figat
dba43c4e9f Add support for using ObsoleteAttribute to upgrade old C# asset/script data format after refactor 2021-01-12 15:33:17 +01:00
W2.Wizard
eaba489ba2 Initial Random class
First Commit

Static class that inhabits basic and common random functions, allows it to be used in visual scripting as well.
2021-01-12 15:08:45 +01:00
stefnotch
5679d86683 Fix tracking mouse offset on high DPI screens 2021-01-12 12:04:30 +01:00
Wojtek Figat
45211fa61c Merge remote-tracking branch 'origin/master' into navigation-features 2021-01-12 12:04:20 +01:00
Wojtek Figat
6252c111b4 Tweak BatteryInfo 2021-01-11 16:38:12 +01:00
Wojtek Figat
7de0010772 Merge branch 'batteryinfo' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-batteryinfo 2021-01-11 16:13:17 +01:00
Wojtek Figat
fa3b2af0ca Merge branch 'opendialog' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-opendialog 2021-01-11 15:39:06 +01:00
Wojtek Figat
fb84aa2c4b Merge branch 'typo-fix' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-typo-fix 2021-01-11 15:34:41 +01:00
Wojtek Figat
ba1a246a90 Merge branch 'typo-fix' of git://github.com/VNNCC/FlaxEngine into VNNCC-typo-fix 2021-01-11 15:33:45 +01:00
Wojtek Figat
caa426767c Merge branch 'GoldenRatio' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-GoldenRatio 2021-01-11 14:50:45 +01:00
mafiesto4
f8feccc27d Fixes for unix directories list with path filter 2021-01-10 22:58:34 +01:00
mafiesto4
0dc9d3a59a Add ShowOpenFileDialog on Linux 2021-01-10 22:40:07 +01:00
mafiesto4
ee1b7bad56 Fix Editor build on Linux 2021-01-10 09:46:37 +01:00
mafiesto4
c7547b3a46 Merge remote-tracking branch 'origin/master' into linux-editor 2021-01-10 09:14:03 +01:00
Wojtek Figat
698cfd0c0a Fix BlurPanel crashes due to slider for BlurStrength 2021-01-09 18:09:39 +01:00
W2.Wizard
2d2d45f568 Increased precision by 5 digits 2021-01-08 23:14:09 +01:00
W2.Wizard
0d0340e11a Added golden ratio value 2021-01-08 12:06:17 +01:00
Wojtek Figat
dca6736a6f Inline Vulkan func 2021-01-06 23:53:22 +01:00
W2.Wizard
6f727aa483 Corrected additional typos 2021-01-06 22:20:16 +01:00
mafiesto4
f10c6b4ff6 Fix Linux build 2021-01-05 19:51:47 +01:00
mafiesto4
efa5d05f5f Fixes for building editor for Linux 2021-01-05 16:23:02 +01:00
Wojtek Figat
336a3bd484 Move shader source code length adjustment to the main compilation routine 2021-01-05 14:25:38 +01:00
Wojtek Figat
12f34f33b3 Fix PlatformSettings typedef on Android 2021-01-05 14:17:15 +01:00
Wojtek Figat
bd3f2b3019 Update DirectXShaderCompiler to 1.6 2021-01-05 14:16:57 +01:00
Wojtek Figat
31bab88a5b Fix PlatformSettings typedef on Android 2021-01-05 14:15:49 +01:00
Wojtek Figat
199683897a Update DirectXShaderCompiler to 1.6 2021-01-05 14:15:22 +01:00
Wojtek Figat
be319c446d Refactor settings types to use scripting API 2021-01-05 14:14:34 +01:00
W2.Wizard
4d8cc9aef7 Fixed additional typos
Went through the source with VNNCC to correct as many found typos as possible

Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
2021-01-05 02:14:21 +01:00
VNC
6ab300025b Fixed a ton of typos 2021-01-05 02:13:15 +01:00
Jean-Baptiste Perrier
f5ac18915a Fixing open save dialog. 2021-01-04 22:44:40 +01:00
Jean-Baptiste Perrier
ed92489a60 Fixing open file dialog. 2021-01-04 21:59:57 +01:00
Wojtek Figat
cc8e78b505 Merge remote-tracking branch 'origin/master' into navigation-features
# Conflicts:
#	Source/Editor/Content/Settings/NavigationSettings.cs
#	Source/Engine/Engine/PhysicalMaterial.cs
#	Source/Tools/Flax.Build/Bindings/BindingsGenerator.Api.cs
2021-01-04 14:31:56 +01:00
Wojtek Figat
c5568c8eae Add support for loading JsonAsset instance objects if they implement ISerializable interface 2021-01-04 14:19:51 +01:00
Wojtek Figat
8dc5b11f51 Add API_INTERFACE to scripting API bindings for implementing interfaces 2021-01-04 14:18:59 +01:00
Wojtek Figat
786f057971 Fix crash on scripting reload when using Anim Graph with custom nodes 2021-01-03 23:18:53 +01:00
Wojtek Figat
c1a83662d9 Add additional check for twice plugin initialization in case of error 2021-01-03 23:18:24 +01:00