Commit Graph

3728 Commits

Author SHA1 Message Date
Wojtek Figat
f0c7fbb0cf Add more utilities for Spline 2021-01-27 15:28:26 +01:00
Wojtek Figat
5a402df3ff Add Add/Subtract methods to Transform 2021-01-27 15:07:02 +01:00
Wojtek Figat
37e3a85080 Optimize splines debug rendering performance 2021-01-27 12:33:32 +01:00
Wojtek Figat
d0c0259ee2 Add setter methods for spline points 2021-01-27 12:12:40 +01:00
Wojtek Figat
1d19d38c38 Merge remote-tracking branch 'origin/master' into 1.1
# Conflicts:
#	Source/Editor/Surface/SurfaceNode.cs
2021-01-27 10:39:44 +01:00
Wojtek Figat
cd2ae08da0 Fixes and tweaks to the networking impl 2021-01-27 10:37:15 +01:00
W2.Wizard
1925fe5724 Added DDX / DDY nodes 2021-01-27 01:39:50 +01:00
Richard
c8b0773661 Fixed a bug 2021-01-27 11:07:36 +11: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
Jean-Baptiste Perrier
5f85e9ae96 Reset state. 2021-01-26 20:07:35 +01:00
Jean-Baptiste Perrier
09049990bd Default value. 2021-01-26 20:07:09 +01:00
Jean-Baptiste Perrier
674d1fbcc5 Handle error. 2021-01-26 20:06:47 +01:00
W2.Wizard
96e5e20e66 Added Node 2021-01-26 19:26:38 +01:00
Jean-Baptiste Perrier
254bdacc73 Cleanup. 2021-01-26 17:07:37 +01:00
Jean-Baptiste Perrier
0c68cd8a10 Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into network 2021-01-26 15:58:12 +01:00
Jean-Baptiste Perrier
c20f0fa430 Remove Init & Exit, logic is now in Win32Platform.cpp. 2021-01-26 15:55:51 +01:00
Jean-Baptiste Perrier
54b9eaa969 Move static var to local. 2021-01-26 15:48:48 +01:00
Jean-Baptiste Perrier
aaac0aec96 Brace to the next line. 2021-01-26 15:46:27 +01:00
Jean-Baptiste Perrier
af1dfc0d08 Remove "Place holder" comments. 2021-01-26 15:45:35 +01:00
Jean-Baptiste Perrier
15d24308e8 Fix "Returns true on error, otherwise false." & Return"s". 2021-01-26 15:44:08 +01:00
Jean-Baptiste Perrier
8ac0e7491a Typo Initialize -> Initializes, and so on ... 2021-01-26 15:41:39 +01:00
Jean-Baptiste Perrier
2bcbf23bca All base functions return true. 2021-01-26 15:37:33 +01:00
Jean-Baptiste Perrier
2119075240 Fix. 2021-01-26 14:51:01 +01:00
Jean-Baptiste Perrier
1df47bd8c5 Add partial docs. 2021-01-26 14:50:45 +01:00
Jean-Baptiste Perrier
a51d47a4bb Add partial docs. 2021-01-26 14:29:53 +01:00
Jean-Baptiste Perrier
1b2dd0aff5 Fixes. 2021-01-26 14:14:27 +01:00
Jean-Baptiste Perrier
ecb20afaa4 Reimpl. SiReadable & IsWriteable. 2021-01-26 13:52:38 +01:00
Jean-Baptiste Perrier
45ba154877 Add NetworkSocketGroup window impl. 2021-01-26 13:41:44 +01:00
Jean-Baptiste Perrier
51a2c1e868 Add NetworkSocketGroup. 2021-01-26 13:41:23 +01:00
Wojtek Figat
8180877269 Add support for copy/paste/rever values for groups in Custom Editor (eg. array editor) 2021-01-26 12:52:03 +01:00
Wojtek Figat
aa2eeb8243 Add GetSplineDirection util to Spline 2021-01-26 12:32:35 +01:00
Wojtek Figat
937248794a Add first derivative calculation utilities for Curve 2021-01-26 12:32:16 +01:00
Wojtek Figat
b674aae970 Fix spline length calculation to include bezier shape 2021-01-26 12:12:16 +01:00
Wojtek Figat
dda5f26d89 Add Transform.LocalToWorldVector and Transform.WorldToLocalVector 2021-01-26 12:11:41 +01:00
Wojtek Figat
023cdced0a Add utility to make spline curve linear or smooth 2021-01-26 09:32:41 +01:00
Wojtek Figat
b6fe228b85 Merge branch 'RemapMaterialNode' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-RemapMaterialNode 2021-01-26 00:16:13 +01:00
W2.Wizard
c703064add Added also tryGetValue to ShaderGraph
Since @mafiesto4 requested in the review to use tryGetValye in the VisjectGraph to get the bool param I also did it to the shader one
2021-01-26 00:12:43 +01:00
Wojtek Figat
4be7e2ad46 Fix 2021-01-26 00:11:25 +01:00
W2.Wizard
44d636520b Applied review changes 2021-01-26 00:04:04 +01:00
Wojtek Figat
31e53d5efa Merge branch 'SphereMaskNode' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-SphereMaskNode 2021-01-25 23:59:10 +01:00
Wojtek Figat
ca32d0d825 Add Mesh::UpdateMesh methods similar to C# API 2021-01-25 23:52:29 +01:00
W2.Wizard
602fb44a23 Formatting 2021-01-25 22:30:55 +01:00
W2.Wizard
5845bc3fca Added Spheremask node 2021-01-25 22:03:30 +01:00
W2.Wizard
f331191e3d Refactored 2021-01-25 19:31:12 +01:00
Jean-Baptiste Perrier
029d9acaa2 Fixes. 2021-01-25 17:55:22 +01:00
Jean-Baptiste Perrier
bbabd09983 Non-Blocking handling. 2021-01-25 17:54:52 +01:00
Jean-Baptiste Perrier
67a8246077 Revamp IsReadable & IsWriteable. 2021-01-25 17:54:16 +01:00
Jean-Baptiste Perrier
330a588260 Get rid off getnameinfo. 2021-01-25 17:52:11 +01:00