Commit Graph

516 Commits

Author SHA1 Message Date
Wojtek Figat
5a402df3ff Add Add/Subtract methods to Transform 2021-01-27 15:07:02 +01:00
Wojtek Figat
3dc6afef62 Improve selecting spline gizmos and add highlight sphere 2021-01-27 12:38:03 +01:00
Wojtek Figat
590fcebaec Fix drawing spline when spline point gizmo is selected 2021-01-27 12:33:46 +01:00
Wojtek Figat
37e3a85080 Optimize splines debug rendering performance 2021-01-27 12:33:32 +01:00
Wojtek Figat
fd96957819 Add gizmo handles for spline points 2021-01-27 12:13:00 +01:00
Wojtek Figat
d0c0259ee2 Add setter methods for spline points 2021-01-27 12:12:40 +01:00
Wojtek Figat
53601d8a85 Optimize and improve ActorChildNodes handling 2021-01-27 12:11:59 +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
Wojtek Figat
a876e56339 Merge branch 'jb-perrier-network' into 1.1 2021-01-27 09:49:44 +01:00
Wojtek Figat
f1763840c9 Fix exporting textures in format R10G10B10A2 and R11G11B10 on Windows 2021-01-27 00:28:38 +01:00
Wojtek Figat
bbeab83b29 Merge branch 'GoaLitiuM-folder_dialog' 2021-01-27 00:27:41 +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
Wojtek Figat
c9992ef7d0 Merge branch 'GoaLitiuM-faster_dev_builds' 2021-01-26 23:47:10 +01:00
Wojtek Figat
02dde50071 Merge branch 'faster_dev_builds' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-faster_dev_builds 2021-01-26 23:02:59 +01:00
Wojtek Figat
854d0147dd Fix Visject Node layout when adding boxes from code 2021-01-26 22:52:35 +01:00
Wojtek Figat
59858ecb27 Fix Visual Script invoke method node signature check for output params passed via reference 2021-01-26 22:52:08 +01:00
Wojtek Figat
269f1fc8c1 Fix ResizeAuto in SurfaceNode to include custom controls 2021-01-26 22:16:19 +01:00
Wojtek Figat
4330eb5e4a Merge branch 'W2Wizard-UVTilingOffset' 2021-01-26 21:48:14 +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
db17c80e0a Use approriate fields instead 2021-01-26 19:41:29 +01:00
W2.Wizard
62b3f7c9c2 Adjusted node size 2021-01-26 19:37:06 +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
Wojtek Figat
01a3a80103 Fix compilation 2021-01-26 15:34:57 +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
054aa18e31 Merge branch 'W2Wizard-RemapMaterialNode' 2021-01-26 00:16:17 +01:00