Commit Graph

61 Commits

Author SHA1 Message Date
Wojtek Figat
d5a129cb1b Add mono building for Switch 2021-05-28 09:12:15 +02:00
Wojtek Figat
303b9da684 Fix Linxu build 2021-05-14 11:23:05 +02:00
Wojtek Figat
8dc9834f48 Fix compilation for Linux 2021-05-14 09:31:10 +02:00
Wojtek Figat
fd3553f668 Add support for Tracy on Android 2021-05-13 16:24:35 +02:00
Wojtek Figat
13a6de8645 Fix Linux build 2021-05-13 16:23:24 +02:00
Wojtek Figat
05c6a2214b Cleanup concurrentqueue.h 2021-05-02 11:57:18 +02:00
Wojtek Figat
71fc8c63fe Fix compiler errors and warnings 2021-05-02 11:39:24 +02:00
Wojtek Figat
543d1a3c0e Add Tracy profiler support 2021-05-02 11:27:10 +02:00
Wojtek Figat
167f7e268d Fix Linux build 2021-04-30 17:03:40 +02:00
Wojtek Figat
c785f9106b Fix Linux build 2021-04-30 16:42:13 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
c01e5efe43 Fix format string errors assertions into soft checks 2021-04-27 10:57:07 +02:00
Wojtek Figat
7dd2a8fac9 Add Localization 2021-04-14 12:22:48 +02:00
Wojtek Figat
ac1eb8d58d Merge branch 'master' into 1.2 2021-04-13 09:52:03 +02:00
Wojtek Figat
3e080c44c6 Fix using curl lib on Linux (use self compiled static lib) 2021-04-08 22:12:55 +02:00
Wojtek Figat
ecc055d8b8 Fix compilation warnings 2021-04-06 12:40:24 +02:00
Wojtek Figat
b0fe4e9945 Merge remote-tracking branch 'origin/master' into 1.2 2021-03-30 17:58:29 +02:00
Wojtek Figat
c191815b82 Use static linking for Assimp on Linux, strip it from unused symbols and formats support 2021-03-26 21:30:30 +01:00
Wojtek Figat
4562dde31f Add Vehicles support 2021-03-26 15:11:07 +01:00
Wojtek Figat
dbe5886ffe Possible fix for Editor build on Linux 2021-03-25 22:31:18 +01:00
Wojtek Figat
c930d32b2b Add support for cooking game for Switch 2021-03-15 14:32:10 +01:00
Wojtek Figat
c7c339957b Merge remote-tracking branch 'origin/1.1' into 1.2
# Conflicts:
#	Source/Editor/Editor.Build.cs
2021-03-15 09:38:58 +01:00
Wojtek Figat
c18e5f522a Fix link files usage to prevent issues with git changes status 2021-03-13 12:49:12 +01:00
Wojtek Figat
8db1a9b9ca Add support for exporting compressed textures in Editor on Linux using detex lib 2021-03-11 22:40:01 +01:00
Wojtek Figat
03f4e78158 Add support for compressing textures in TextureTool with stb 2021-03-11 19:59:34 +01:00
Wojtek Figat
4072796e54 Switch impl progress 2021-03-11 17:22:06 +01:00
Wojtek Figat
e09f4eb6dc Switch impl progress 2021-03-09 19:18:40 +01:00
Wojtek Figat
cc201e198d Add Switch platform 2021-03-09 14:26:30 +01:00
Wojtek Figat
77b21de534 Fix UTF-8 and UTF-16 encoding support usage in Json resources
Closes #310
Closes #27
2021-03-07 21:30:01 +01:00
Wojtek Figat
e218cc417f Fix findRandomPointAroundCircle in Detour lib to return points inside circle 2021-03-01 14:37:19 +01:00
Wojtek Figat
8f633523cd Update Recast navigation lib to e75adf86f91eb3082220085e42dda62679f9a3ea 2021-03-01 14:31:28 +01:00
Wojtek Figat
a7bb25b7d5 Add support for resizing textures with stb in TextureTool 2021-02-28 19:14:30 +01:00
Wojtek Figat
90e385c3c3 Update stb lib 2021-02-28 19:13:05 +01:00
Wojtek Figat
529a82234b Add support for using ThirdPartyModule in game/project scripting 2021-02-25 13:02:48 +01:00
Wojtek Figat
d4b2171c19 Fix warnings 2021-02-24 20:12:13 +01:00
Wojtek Figat
4cc7ec0461 Fix compilation errors on CI 2021-02-24 00:21:02 +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
Wojtek Figat
d6546fb41c Update VulkanMemoryAllocator to 3.0.0-development (2021-02-16) 2021-02-17 11:00:48 +01:00
Wojtek Figat
fc4dc8cb50 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/FlaxEngine.Gen.cs
#	Source/Tools/Flax.Build/Utilities/Utilities.cs
2021-02-16 18:54:25 +01:00
Wojtek Figat
312e4ad010 Merge branch 'master' into 1.1
# Conflicts:
#	Source/Engine/Content/JsonAsset.h
#	Source/Engine/Core/Config/Settings.h
2021-02-15 10:40:59 +01:00
Wojtek Figat
865f2b871d Fix default frame rate for fbx imported clips to 14
2650de730d
2021-02-14 18:09:29 +01:00
Wojtek Figat
28f53339e7 Fix crash when loading string property in json that is not a string
Fixes #178
2021-02-02 23:33:42 +01:00
mafiesto4
ed10c15069 Fix mono compile 2021-02-01 09:59:25 +01:00
Wojtek Figat
81daaf663b Fix Assimp on Linux 2021-01-18 15:27:57 +01:00
mafiesto4
a9e4d6d908 Fix exposing Mono API when using dynamic linking 2021-01-18 15:26:55 +01:00
mafiesto4
3e0b753498 Refactor mono on Linux to use dynamic linking 2021-01-18 15:26:40 +01:00
Wojtek Figat
fdc8e371c4 Add support for using NavAreas for navigation 2021-01-18 13:18:26 +01:00
mafiesto4
7bbf089e9f Add curl for Editor on Linux 2021-01-10 22:15:13 +01:00
mafiesto4
8d7d2431df Add glslang for Linux 2021-01-10 19:57:01 +01:00
mafiesto4
09720ee758 Fix linking Assimp on Linux and strip the lib 2021-01-10 18:58:55 +01:00