Commit Graph

656 Commits

Author SHA1 Message Date
Wojtek Figat
99bc3289e8 Add FindRandomPoint and FindRandomPointAroundCircle to the navigation utilities 2021-03-01 14:32:35 +01:00
Wojtek Figat
31d1932d55 Fix debug shapes leftovers update in editor after playmode
Fixes #223
2021-03-01 14:32:06 +01:00
Wojtek Figat
21d96c6baf Fix loading game assets in cooked build via path relative to the project folder 2021-03-01 13:00:07 +01:00
Wojtek Figat
489e8ddc42 Format code 2021-03-01 11:55:31 +01:00
Wojtek Figat
0ccffb7691 Merge branch 'render2dtint' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-render2dtint 2021-03-01 11:52:23 +01:00
Wojtek Figat
dbec1389e8 Fix using Scripts in async 2021-03-01 10:46:06 +01:00
Wojtek Figat
a7bb25b7d5 Add support for resizing textures with stb in TextureTool 2021-02-28 19:14:30 +01:00
Wojtek Figat
1be5815df3 Add alpha channel detection in stb texture importer 2021-02-28 17:16:45 +01:00
Wojtek Figat
51e62c7e9d Fix file copy on unix systems 2021-02-28 17:02:02 +01:00
Wojtek Figat
b3fdc9eddd Add ShowFileExplorer on Linux 2021-02-28 16:45:16 +01:00
Wojtek Figat
7ec57f8ddb Add support for opening url links on Linux 2021-02-28 16:15:20 +01:00
Wojtek Figat
957b92eac7 Fix windows cleanup to prevent unmapped leftovers on Linux X11 2021-02-28 16:11:59 +01:00
Wojtek Figat
98a753267f Linux support improvements 2021-02-28 14:56:57 +01:00
Jean-Baptiste Perrier
a1e8056070 Missing empty line. 2021-02-28 00:41:38 +01:00
Jean-Baptiste Perrier
86ce671c0d Add doc. 2021-02-28 00:40:41 +01:00
Jean-Baptiste Perrier
16056a00e0 Add inherit param. 2021-02-28 00:37:30 +01:00
Jean-Baptiste Perrier
0d82be3ac8 Current tint mult by previous one. 2021-02-27 22:43:56 +01:00
Wojtek Figat
fbecd01435 Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6 2021-02-27 20:44:29 +01:00
Jean-Baptiste Perrier
f939eec924 Tweak Render2D Tint. 2021-02-27 18:18:34 +01:00
Jean-Baptiste Perrier
ab77e5ef31 Add Tint to Render2D. 2021-02-27 18:14:20 +01:00
Wojtek Figat
93541b6ed5 Merge branch 'master' into 1.1 2021-02-27 16:42:53 +01:00
Wojtek Figat
ca3948ad69 Format code 2021-02-27 16:29:30 +01:00
Wojtek Figat
8857a7a0ae Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2 2021-02-27 16:25:55 +01:00
Nejcraft
84015f78fc Ported Vecctor3 ClampLength to others and remade it using refs 2021-02-27 12:07:26 +01:00
Wojtek Figat
3bc664df37 Format code 2021-02-27 00:55:49 +01:00
Wojtek Figat
26244df222 Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1 2021-02-27 00:53:40 +01:00
Wojtek Figat
c3e3e70f96 Add minor tweaks for debug code and add mono dev docs 2021-02-27 00:39:12 +01:00
Wojtek Figat
bcf86d9d9f Add StringBuilder::ToStringView() 2021-02-27 00:00:28 +01:00
Wojtek Figat
8b4a001641 Move Win32 GetBatteryInfo into Windows and UWP platforms impl 2021-02-26 15:42:46 +01:00
Wojtek Figat
b402232a47 Move IES profile importer into ContentImporters module 2021-02-26 15:41:04 +01:00
Wojtek Figat
327fa6718e Refactor AssetsContainer 2021-02-26 15:40:44 +01:00
Wojtek Figat
ff70c16051 Add support for capturing stack trace of called DebugLog from C++ 2021-02-26 13:58:42 +01:00
Wojtek Figat
a45b71617d Add separate Platform::GetStackTrace and Platform::GetStackFrames 2021-02-26 13:58:02 +01:00
Wojtek Figat
e1387e92a3 Fix Debug Log stack trace collecting in Editor
Fixes #51
2021-02-26 12:49:33 +01:00
Wojtek Figat
13cc6eb7b9 Cleanup DebugLog internal calls 2021-02-26 11:50:05 +01:00
stefnotch
9ed0ace01e Tweak DrawFPS documentation comment 2021-02-26 09:14:16 +01:00
stefnotch
fd802e54fb Implement reroute node code 2021-02-25 22:01:45 +01:00
Wojtek Figat
4d73b271b8 Fix some minor issues with materials previews in Editor 2021-02-25 16:38:05 +01:00
Wojtek Figat
26607c1d09 Add more utilities to LayersMask 2021-02-25 15:46:10 +01:00
Wojtek Figat
43d578deb2 Add support for borderless window style on Windows that supports system docking and aero shadow 2021-02-25 14:46:16 +01:00
Wojtek Figat
6f12dc8567 Add improved dll import/export attributes injection when building binary modules 2021-02-25 13:02:13 +01:00
Wojtek Figat
b193a7abc4 Add support for binary modules with native-code only 2021-02-25 13:01:15 +01:00
Wojtek Figat
d41daee94c Fix warning 2021-02-25 11:14:42 +01:00
Wojtek Figat
3da6f9186c Add clipboard support on Linux 2021-02-24 21:19:14 +01:00
Nejcraft
5d7940f784 Unified 2021-02-24 14:25:49 +01:00
Wojtek Figat
bc1b666b83 Fix compilation errors on CI 2021-02-24 00:34:41 +01:00
Wojtek Figat
4cc7ec0461 Fix compilation errors on CI 2021-02-24 00:21:02 +01:00
Wojtek Figat
a21d1a91fc Fix compilation warnings under Clang 10 2021-02-23 23:28:28 +01:00
Wojtek Figat
84ee882439 Post merge fixes 2021-02-23 22:43:07 +01:00
Wojtek Figat
5a9ca6f130 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/BoundingSphere.cs
#	Source/Engine/Debug/DebugDraw.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
#	Source/Engine/Platform/Win32/Win32Platform.h
2021-02-23 22:32:17 +01:00