Wojtek Figat
|
23f60da40d
|
Fix various code issues found using PVS-Studio
|
2024-08-22 20:24:52 +02:00 |
|
Wojtek Figat
|
9f078a6e3c
|
Fix crash when using and saving scene with Visual Script object instance which asset was deleted
|
2024-07-25 17:17:28 +02:00 |
|
Wojtek Figat
|
b8c9130ae4
|
Simplify and cleanup code
#2368
|
2024-06-11 12:53:47 +02:00 |
|
Wojtek Figat
|
6113325e07
|
Merge branch 'load-source-log' of https://github.com/Menotdan/FlaxEngine into Menotdan-load-source-log
|
2024-06-11 11:54:45 +02:00 |
|
Wojtek Figat
|
e0791eacad
|
Fix game crashes due to scene objects C# instances removal on EndPlay before all game logic ends
|
2024-05-31 10:29:23 +02:00 |
|
Wojtek Figat
|
2529312152
|
Refactor Color.FromRGBA and add matching old logic Color.FromARGB
2592
|
2024-05-16 13:45:29 +02:00 |
|
Wojtek Figat
|
ab5bb79754
|
Fix regression in collections editing after improving ReadOnly option
|
2024-05-16 10:34:57 +02:00 |
|
Wojtek Figat
|
68653fa91f
|
Add small code optimizations
|
2024-05-10 12:27:28 +02:00 |
|
|
|
e77ae12b9b
|
Fix unboxing of array type Variants
|
2024-05-05 13:15:54 +03:00 |
|
Chandler Cox
|
58cc53b44d
|
Remove unused include
|
2024-04-27 11:10:27 -05:00 |
|
Chandler Cox
|
d8bb831dd9
|
Add watermark attribute to add watermark to string fields in editor. Have watermark show even when textbox is focused .
|
2024-04-27 11:07:20 -05:00 |
|
Wojtek Figat
|
3641e156ee
|
Merge branch 'treenode_optimize' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-treenode_optimize
|
2024-04-25 17:18:54 +02:00 |
|
Wojtek Figat
|
890569ea3b
|
Add logging and cleaning up leaked scene objects after play mode in Editor
|
2024-04-22 22:59:38 +02:00 |
|
Wojtek Figat
|
b92fbcb3bc
|
Add more const correctness
#2467
|
2024-04-22 22:53:27 +02:00 |
|
Wojtek Figat
|
a01495cde1
|
Merge similar source chunks
#2468
|
2024-04-22 18:36:25 +02:00 |
|
|
|
4dcdd8b5f7
|
Add Actor.HasScene and Script.HasScene
Useful in managed code to check the existence of the scene in hot paths
by avoiding expensive marshalling of the Scene object.
|
2024-04-20 20:58:55 +03:00 |
|
Wojtek Figat
|
8144db8e13
|
Fix various issues found with adrress sanitizer on macOS
|
2024-04-13 19:20:49 +02:00 |
|
Menotdan
|
ac36297e27
|
Add basic support for log contexts.
|
2024-03-26 21:09:18 -04:00 |
|
Wojtek Figat
|
6b35c0a161
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Flax.flaxproj
|
2024-03-19 20:23:34 +01:00 |
|
Wojtek Figat
|
9e54827cb3
|
Cleanup code #2213
|
2024-03-19 20:13:41 +01:00 |
|
Wojtek Figat
|
35d1d97840
|
Rename NumberCategoryAttribute to ValueCategoryAttribute
#2213
|
2024-03-19 18:30:02 +01:00 |
|
Wojtek Figat
|
911251cb20
|
Merge branch 'unit-formatting' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-unit-formatting
# Conflicts:
# Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs
# Source/Editor/Options/InterfaceOptions.cs
# Source/Engine/Core/Math/Transform.h
|
2024-03-19 18:04:01 +01:00 |
|
Wojtek Figat
|
d719c381ea
|
Merge remote-tracking branch 'origin/master' into 1.8
|
2024-03-11 23:49:33 +01:00 |
|
Wojtek Figat
|
84d3103278
|
Fix crash on incorrect object destruction event
#1920
|
2024-03-04 14:26:47 +01:00 |
|
Wojtek Figat
|
14902dc29e
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Flax.flaxproj
|
2024-02-26 19:49:39 +01:00 |
|
Wojtek Figat
|
7f935ab57a
|
Fix regression on abstracts scripts creation 2df3d0f747
|
2024-02-26 19:47:16 +01:00 |
|
Wojtek Figat
|
f4d236d353
|
Fix crash on invalid string converted to managed string
|
2024-02-26 19:01:46 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
2df3d0f747
|
Fix crash when loading level with abstract script class
#1990
|
2024-02-25 14:54:57 +01:00 |
|
Wojtek Figat
|
d7dbc0fbdc
|
Fix opening projects with PostFx material assigned in Graphics Settings
#1993
|
2024-02-21 20:21:45 +01:00 |
|
Wojtek Figat
|
10180de9c6
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Source/Editor/Utilities/EditorUtilities.cpp
# Source/Editor/Utilities/EditorUtilities.h
|
2024-02-19 22:26:16 +01:00 |
|
Wojtek Figat
|
d97772383e
|
Merge branch 'require-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-require-script
|
2024-02-18 16:00:29 +01:00 |
|
Wojtek Figat
|
f04f1cc90e
|
Add ScriptingEnum::ToStringFlags for printing flag enums into readable text
|
2024-02-16 12:46:35 +01:00 |
|
Wojtek Figat
|
5fc7c6e190
|
Add MinCount and MaxCount to Collection attribute
|
2024-02-15 18:26:12 +01:00 |
|
Wojtek Figat
|
46441f6a03
|
Fix crash when using multi-threaded objects spawn and caching scripting VTables
|
2024-02-10 18:43:15 +01:00 |
|
Wojtek Figat
|
082768d08c
|
Refactor ThreadLocal when running on hardware with more cores than PLATFORM_THREADS_LIMIT
|
2024-02-07 23:39:02 +01:00 |
|
Wojtek Figat
|
6cd9895427
|
Merge remote-tracking branch 'origin/master' into 1.8
|
2024-02-07 09:40:45 +01:00 |
|
Wojtek Figat
|
9bad65e359
|
Add better logging for mono messages
|
2024-01-30 10:04:10 +01:00 |
|
nothingTVatYT
|
2625144945
|
rename attribute and fix parsing
|
2024-01-28 23:28:35 +01:00 |
|
nothingTVatYT
|
9e38a01acc
|
add units support in float, double and Float3 input
|
2024-01-28 20:52:25 +01:00 |
|
Wojtek Figat
|
69b7a10c1f
|
Add Stopwatch for accurate duration measuring
|
2024-01-28 20:31:03 +01:00 |
|
Wojtek Figat
|
c60058758b
|
Minor fixes
|
2024-01-28 01:15:29 +01:00 |
|
Chandler Cox
|
9874b753cb
|
Merge branch 'master' into collection-ui
|
2024-01-26 09:54:03 -06:00 |
|
Wojtek Figat
|
a0e127b9cc
|
Various porting patches
|
2024-01-22 21:17:58 +01:00 |
|
Wojtek Figat
|
6d6b678b29
|
Minor changes from porting
|
2024-01-18 16:03:27 +01:00 |
|
Wojtek Figat
|
0075184a99
|
Merge branch 'master' into 1.8
|
2024-01-05 17:13:51 +01:00 |
|
Wojtek Figat
|
af91c13b5c
|
Fix crash on Mono
|
2024-01-04 09:14:27 +01:00 |
|
Menotdan
|
8bcc526dd6
|
Add support for multiple VisibleIf attributes, and properly set up the VisibleIf entries for ImportMaterialsAsInstances and InstanceToImportAs.
|
2024-01-01 01:24:36 -05:00 |
|
Wojtek Figat
|
e4c8639697
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Flax.flaxproj
# Source/Editor/Cooker/Steps/DeployDataStep.cpp
|
2023-12-20 00:39:15 +01:00 |
|
Wojtek Figat
|
3f1d851f82
|
Fix regression from bc2e130281
|
2023-12-19 12:37:47 +01:00 |
|