Wojtek Figat
|
ee75cab73e
|
Add DirectX12 Agility SDK to third-party includes
|
2026-01-19 17:41:47 +01:00 |
|
Wojtek Figat
|
0d7c04682d
|
Fix parsing else preprocessor and && conditions in bindings generator
|
2026-01-16 12:48:58 +01:00 |
|
Wojtek Figat
|
610c76578b
|
Merge remote-tracking branch 'origin/master' into 1.12
# Conflicts:
# Flax.flaxproj
|
2026-01-13 14:29:44 +01:00 |
|
Wojtek Figat
|
fc2f56aca6
|
Fix missing console platforms
#3746
|
2026-01-12 00:31:59 +01:00 |
|
Wojtek Figat
|
0364fd629b
|
Merge branch 'build_deps_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-build_deps_fixes
|
2026-01-11 23:31:09 +01:00 |
|
Wojtek Figat
|
4b9fa0dcf5
|
Add OnSerializing/OnSerialized/OnDeserializing/OnDeserialized callbacks to auto serialization code-gen
|
2026-01-09 10:24:38 +01:00 |
|
Wojtek Figat
|
d60484b917
|
Merge remote-tracking branch 'origin/master'
|
2026-01-06 14:35:58 +01:00 |
|
|
|
feceb4e00f
|
Update SDL to 3.4.0
|
2026-01-06 03:02:58 +02:00 |
|
|
|
67b33a575a
|
Merge branch 'master' into sdl_platform
# Conflicts:
# .github/workflows/build_linux.yml
# .github/workflows/tests.yml
# Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs
|
2026-01-06 02:57:52 +02:00 |
|
Wojtek Figat
|
7f56d9456b
|
Fix bindings warning when using curve property/field
|
2025-12-30 22:51:37 +01:00 |
|
Wojtek Figat
|
af29f2f3dc
|
Merge branch 'bindings_namespace_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-bindings_namespace_fix
|
2025-12-29 22:29:29 +01:00 |
|
Wojtek Figat
|
728da6354f
|
Merge branch 'rider_cpp_project_launch' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-rider_cpp_project_launch
|
2025-12-29 22:21:13 +01:00 |
|
Wojtek Figat
|
e65714988f
|
Merge branch 'launchsettings_configuration' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-launchsettings_configuration
|
2025-12-29 22:14:00 +01:00 |
|
Wojtek Figat
|
bbcbe305a8
|
Merge branch 'bindings_gen_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-bindings_gen_fixes
|
2025-12-29 22:02:47 +01:00 |
|
Wojtek Figat
|
e12f99ee53
|
Merge branch 'cmake_vs2026' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-cmake_vs2026
|
2025-12-27 22:07:17 +01:00 |
|
|
|
35f8051a62
|
Fix managed boolean array conversion to native array
|
2025-12-23 01:37:53 +02:00 |
|
|
|
4453453d46
|
Fix managed wrapper function parameter handling for BytesContainer
|
2025-12-23 00:37:25 +02:00 |
|
|
|
e3f5af530b
|
Fix incorrect class namespace in bindings class name lookups
|
2025-12-19 23:57:41 +02:00 |
|
|
|
3eb690fe58
|
Ensure managed converter functions are exported with optimizations
|
2025-12-19 01:08:45 +02:00 |
|
|
|
f95cbb0e52
|
Fix missing exports for managed converter structures
|
2025-12-19 01:08:44 +02:00 |
|
|
|
c0b54be692
|
Fix clang bindings code generation for non-const ref parameters
|
2025-12-19 01:08:44 +02:00 |
|
|
|
2a959d0531
|
Support Visual Studio 2026 as a generator for CMake dependencies
|
2025-12-18 18:05:45 +02:00 |
|
|
|
f14ba6ace6
|
Fix Flax C#-project launchSettings.json to launch without project
|
2025-12-17 02:19:38 +02:00 |
|
|
|
518f9dc9dc
|
Launch editor when debugging VC++ projects in Rider Linux/macOS
|
2025-12-17 02:19:38 +02:00 |
|
|
|
8db29a30e0
|
Fix VC++ project file building on macOS Rider
|
2025-12-17 02:18:45 +02:00 |
|
|
|
1327fa40cb
|
Run editor with selected project configuration in launchSettings.json
|
2025-12-16 01:37:51 +02:00 |
|
|
|
b70ab01308
|
Fix duplicate properties for default configuration in C# projects
|
2025-12-16 01:37:51 +02:00 |
|
|
|
46fd5a5855
|
Ensure Flax.Build tasks and utilities output error messages as errors
|
2025-12-16 00:11:06 +02:00 |
|
|
|
31945a53a2
|
Update SDL to 3.3.4
|
2025-12-15 19:32:47 +02:00 |
|
|
|
3e91ba3fb2
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-12-15 19:03:05 +02:00 |
|
|
|
ae03bc2dd2
|
Improve Linux .NET runtime identifier detection
Use the runtime identifier detected during runtime instead of
calling the dotnet tool in order to query it.
|
2025-12-14 20:25:33 +02:00 |
|
|
|
5cd27032b4
|
Set C# language version to 14 with .NET 10
|
2025-12-14 20:25:33 +02:00 |
|
|
|
7445064d97
|
Improve installed .NET runtime version detection
|
2025-12-14 20:25:33 +02:00 |
|
Wojtek Figat
|
b5286af526
|
Attempt to fix regression from 32bd72fecd
|
2025-12-11 14:48:18 +01:00 |
|
Wojtek Figat
|
9f07a2a54e
|
Attempt to fix regression from 32bd72fecd
|
2025-12-10 18:58:43 +01:00 |
|
Wojtek Figat
|
3b9b49950c
|
Fixes for Xbox One
|
2025-12-10 09:48:47 +01:00 |
|
Wojtek Figat
|
0a8752ec0a
|
Fix cross-building building engine with separate executable and library for Unix platforms on Windows
|
2025-12-10 09:48:27 +01:00 |
|
|
|
eb69186271
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-11-28 11:58:44 +02:00 |
|
Wojtek Figat
|
403d2cedc0
|
Updates to engine for porting to blue platform
|
2025-11-26 06:28:54 -08:00 |
|
Wojtek Figat
|
bea75f51bd
|
Fix AOT libs cooking to avoid file dirtying for more accurate iterative cooking
|
2025-11-26 00:02:40 -08:00 |
|
|
|
0ac3ab2329
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-11-19 18:30:08 +02:00 |
|
Wojtek Figat
|
c0dda45c7b
|
Fix crash on exit when C# code was bound to asset unloading event called after C# shutdown
|
2025-11-18 18:00:02 +01:00 |
|
Wojtek Figat
|
371a16e37b
|
Fixes for Xbox with Mono AOT
|
2025-11-16 14:50:22 -08:00 |
|
Wojtek Figat
|
2f670495ac
|
Migrate Xbox to using static linking with nethost lib
|
2025-11-14 14:56:10 +01:00 |
|
Wojtek Figat
|
2a36edf528
|
Add option to link OpenMP on GDK platforms if needed
|
2025-11-14 02:11:13 -08:00 |
|
|
|
49918a1067
|
Fix Windows dotnet root path detection
|
2025-11-11 22:14:41 +02:00 |
|
|
|
466f9a4797
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-11-11 21:40:06 +02:00 |
|
Wojtek Figat
|
dd690e7495
|
Merge branch 'patch-1' of https://github.com/Yahasana/FlaxEngine into Yahasana-patch-1
|
2025-11-07 21:31:26 +01:00 |
|
fibref
|
661dc8ea1c
|
Merge branch 'FlaxEngine:master' into flax-msdf-font
|
2025-11-01 19:39:37 +08:00 |
|
|
|
ea20dc6da0
|
Fix wrong build configuration used in ogg and vorbis for Windows
|
2025-10-31 02:38:09 +02:00 |
|