Wojtek Figat
|
841a336581
|
Fix using AssetsCache in game code
|
2021-04-17 19:37:11 +02:00 |
|
Wojtek Figat
|
732f74e5c9
|
Fix assertion on engine close due to rare invalid storage object refs count
|
2021-03-27 19:27:04 +01:00 |
|
Wojtek Figat
|
ebf2b0a2f3
|
Fix asset path used in registry
#394
|
2021-03-26 22:24:44 +01:00 |
|
Wojtek Figat
|
fad1e6fdfc
|
Fix regression from d65ae8de96
|
2021-03-23 09:17:45 +01:00 |
|
Wojtek Figat
|
d65ae8de96
|
Fix saving assets with path containing invalid slashes
|
2021-03-22 20:05:15 +01:00 |
|
Wojtek Figat
|
fc13351a2b
|
Fix crash on exit when loading storage file fails
|
2021-03-08 11:33:41 +01:00 |
|
Wojtek Figat
|
5f7830d09e
|
Fixes and code cleanup for Flax Storage types
|
2021-03-08 11:33:19 +01:00 |
|
Wojtek Figat
|
d9a516206c
|
Merge branch 'patch-3' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-3
|
2021-03-08 09:23:51 +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 |
|
honzapatCZ
|
e04f482e52
|
kinda mandatory
|
2021-03-03 18:32:52 +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
|
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
|
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
|
cf3ac7a26e
|
Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts:
# Source/Engine/Core/Math/Color.cs
# Source/Engine/Navigation/Navigation.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
|
2021-02-23 22:29:07 +01:00 |
|
Wojtek Figat
|
1ead4b1649
|
Fix MaterialParams sync bug
|
2021-02-21 20:20:32 +01:00 |
|
Wojtek Figat
|
919bd4ee1b
|
Fix MaterialParams sync bug
|
2021-02-21 17:40:37 +01:00 |
|
Wojtek Figat
|
c25abfda65
|
Remove ProjectInfo.h include from Editor.h
|
2021-02-19 09:36:23 +01:00 |
|
Wojtek Figat
|
6fd1580d67
|
Fix building on linux after merge
|
2021-02-16 19:01:00 +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
|
80e2aee92b
|
Fixes and tweaks
|
2021-02-12 10:57:45 +01:00 |
|
Wojtek Figat
|
81e41d51c8
|
Remove Unlink from asset reference
|
2021-02-10 11:37:14 +01:00 |
|
Wojtek Figat
|
311dad7b82
|
Add Spline Model
|
2021-02-09 16:04:47 +01:00 |
|
Wojtek Figat
|
da784e98e5
|
Add Deformable material domain
|
2021-02-08 15:44:38 +01:00 |
|
intolerantape
|
633357cc9b
|
Added FLAXENGINE_API macro to class JsonAsset.
|
2021-02-06 09:52:30 -08:00 |
|
Wojtek Figat
|
2a3b6edf50
|
Refactor material shaders generator to use modular features as extensions
|
2021-02-04 10:43:04 +01:00 |
|
Wojtek Figat
|
a560b19cbc
|
Refactor draw calls and instancing logic to be more modular
|
2021-02-03 09:33:48 +01:00 |
|
Wojtek Figat
|
d69b005792
|
Move Curve data serialization to binary format into CurveSerialization.h
|
2021-02-01 14:16:32 +01:00 |
|
Wojtek Figat
|
6cbeac6537
|
Merge remote-tracking branch 'origin/master' into 1.1
# Conflicts:
# Source/Engine/Navigation/NavMesh.cpp
# Source/Engine/Navigation/NavMeshBuilder.cpp
|
2021-01-22 11:31:22 +01:00 |
|
Wojtek Figat
|
cbbfb16628
|
Add scripting API events in Visual Script
|
2021-01-22 10:55:13 +01:00 |
|
Wojtek Figat
|
c02faf51a0
|
Merge branch 'AboutFlaxAdjustment' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-AboutFlaxAdjustment
|
2021-01-18 21:07:49 +01:00 |
|
W2.Wizard
|
8fd0af3f39
|
Fixed Typos and padding
|
2021-01-17 10:18:30 +01:00 |
|
Wojtek Figat
|
259c419c36
|
Fix crash when resizing existing MaterialSlots collection for model
|
2021-01-12 19:09:42 +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
|
be319c446d
|
Refactor settings types to use scripting API
|
2021-01-05 14:14:34 +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 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
3973452ec3
|
Add logging offset for Json parsing errors
|
2020-12-30 23:50:07 +01:00 |
|
Wojtek Figat
|
05790ab9a1
|
Fix code style
|
2020-12-30 22:56:17 +01:00 |
|
Wojtek Figat
|
4c205be617
|
Fix code style
|
2020-12-30 11:20:37 +01:00 |
|
Wojtek Figat
|
de70ac3e36
|
Tweaks
|
2020-12-29 20:59:51 +01:00 |
|
Wojtek Figat
|
7335cd39ca
|
Merge branch 'file-rename-fix' of git://github.com/stefnotch/FlaxEngine into stefnotch-file-rename-fix
|
2020-12-29 20:13:52 +01:00 |
|
VNC
|
8b2a8d22b3
|
Fixed more typos in Source\Engine\Content
|
2020-12-29 03:41:01 +01:00 |
|
Wojtek Figat
|
4665e8fbdb
|
Add support for basic classes to Scripting Type (without scripting object as a base)
|
2020-12-22 12:55:57 +01:00 |
|
Wojtek Figat
|
7798a7f6d5
|
Refactor PhysicalMaterial to use API bindings
|
2020-12-21 15:39:14 +01:00 |
|
Wojtek Figat
|
aa7711dc31
|
Fix loaded asset verification error for json assets that have the scripting type
|
2020-12-21 14:03:53 +01:00 |
|
stefnotch
|
0da02b99cc
|
Fix renaming files to same name with different case
|
2020-12-20 18:00:14 +01:00 |
|
Wojtek Figat
|
d425fae2a7
|
Add Branch On Enum node
|
2020-12-15 11:59:52 +01:00 |
|
Wojtek Figat
|
6360cde0df
|
Add Sequence node
|
2020-12-15 11:33:09 +01:00 |
|