|
|
032f9787a2
|
_freemanaged dllexport used
|
2025-12-19 00:49:52 +02:00 |
|
|
|
cd72417c28
|
_track disabled
|
2025-12-19 00:49:52 +02:00 |
|
|
|
2ba4457e8e
|
_wip
|
2025-12-19 00:49:51 +02:00 |
|
|
|
2cc48301c2
|
Fix compilation errors with /permissive- standard conformance mode
|
2025-12-19 00:49:51 +02:00 |
|
|
|
59439338ce
|
Fix Editor project file generation to use custom code editor arguments
|
2025-12-19 00:49:51 +02:00 |
|
|
|
92a1afc6ad
|
Get code editor name through CodeEditingManager
|
2025-12-19 00:49:51 +02:00 |
|
|
|
d55f6ad251
|
Fix default code editor not using Visual Studio as fallback editor
|
2025-12-19 00:49:50 +02:00 |
|
|
|
26937c21d2
|
Fix invalid code editor when selected editor is not detected
|
2025-12-19 00:49:50 +02:00 |
|
|
|
cc6f979df8
|
Fix warnings
|
2025-12-19 00:49:50 +02:00 |
|
|
|
17bab3870e
|
Fix command-line parsing for SDL CreateProcess arguments
|
2025-12-19 00:49:49 +02:00 |
|
|
|
be3d6926a3
|
Add function for parsing command-line arguments into argument list
|
2025-12-19 00:49:49 +02:00 |
|
|
|
cfdb0579c1
|
Support Visual Studio 2026 as a generator for CMake dependencies
|
2025-12-19 00:49:49 +02:00 |
|
|
|
3083f58295
|
Verify the last project path before using it
|
2025-12-19 00:49:33 +02:00 |
|
|
|
6c72ffed56
|
Add -lastproject editor command-line option to open the last project
|
2025-12-19 00:49:33 +02:00 |
|
|
|
49f087e514
|
Use last opened project as initial directory in project file dialog
|
2025-12-19 00:49:33 +02:00 |
|
|
|
55115aa79d
|
Fix SpecialFolder::AppData on Apple systems
|
2025-12-19 00:49:32 +02:00 |
|
|
|
69541a3b40
|
Use XDG user directories on Linux special paths
|
2025-12-19 00:49:32 +02:00 |
|
|
|
4e41d4af26
|
Fix Flax C#-project launchSettings.json to launch without project
|
2025-12-19 00:49:32 +02:00 |
|
|
|
078dd54030
|
Launch editor when debugging C++ projects in Rider Linux/macOS
|
2025-12-19 00:49:31 +02:00 |
|
|
|
9582666522
|
Ensure managed converter functions are exported with optimizations
|
2025-12-19 00:49:31 +02:00 |
|
|
|
16a04b60db
|
Add USED attribute for forcing compiler to emit the symbol
|
2025-12-19 00:49:31 +02:00 |
|
|
|
7194dbc5a8
|
Fix missing exports for managed converter structures
|
2025-12-19 00:49:31 +02:00 |
|
|
|
01e6f7c5ed
|
Expose RenderContext to scripting API
|
2025-12-19 00:49:30 +02:00 |
|
|
|
265178a4b4
|
Fix clang bindings code generation for non-const ref parameters
|
2025-12-19 00:49:30 +02:00 |
|
|
|
82bb297119
|
Use standard output for logging by default
|
2025-12-16 21:16:05 +02:00 |
|
|
|
ed994cb560
|
Run editor with selected project configuration in launchSettings.json
|
2025-12-16 21:16:05 +02:00 |
|
|
|
8efe2134f0
|
Fix duplicate properties for default configuration in C# projects
|
2025-12-16 21:16:05 +02:00 |
|
|
|
8efc4715c6
|
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-16 00:15:40 +02:00 |
|
|
|
48c60144ae
|
Set C# language version to 14 with .NET 10
|
2025-12-16 00:15:40 +02:00 |
|
|
|
249cde467e
|
Improve installed .NET runtime version detection
|
2025-12-16 00:15:40 +02:00 |
|
|
|
e2eadc87b6
|
Fix Editor state after loading a scene without compiled game modules
|
2025-12-16 00:15:40 +02:00 |
|
|
|
bc4b94d2bc
|
Use in over ref modifier in Math functions input parameters
|
2025-12-16 00:15:30 +02:00 |
|
|
|
ecf074801f
|
Fix ref usage warnings with in-parameters
|
2025-12-16 00:15:30 +02:00 |
|
|
|
74bac97f44
|
Deprecate UseFastPDBLinking
This is no longer supported in VS2026
|
2025-12-16 00:15:30 +02:00 |
|
|
|
d7eebb699c
|
Pass const ref parameters as in parameters in C# bindings
_amend in parameters
|
2025-12-16 00:15:29 +02:00 |
|
|
|
dde07bac8d
|
Fix mixed newline characters in generated bindings
|
2025-12-16 00:14:16 +02:00 |
|
|
|
5c8e593d89
|
Show properties without getter in generic editor
|
2025-12-16 00:14:16 +02:00 |
|
|
|
46fd5a5855
|
Ensure Flax.Build tasks and utilities output error messages as errors
|
2025-12-16 00:11:06 +02:00 |
|
|
|
74c1e200ce
|
Implement Platform::CreateProcess with SDL backend
Supports handling process standard output and standard error
streams separately in realtime.
|
2025-12-16 00:10:01 +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 |
|
Wojtek Figat
|
e257f9e4a0
|
Merge branch 'Tryibion-fix-anim-slot-replay'
|
2025-12-14 23:03:45 +01:00 |
|
Wojtek Figat
|
056de752ed
|
Add docs
|
2025-12-14 23:03:34 +01:00 |
|
Wojtek Figat
|
76700c0b24
|
Merge branch 'fix-anim-slot-replay' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-anim-slot-replay
|
2025-12-14 23:01:21 +01:00 |
|
Wojtek Figat
|
9fdcff657d
|
Merge branch 'VitaminCpp-late_join_fix'
|
2025-12-14 22:58:55 +01:00 |
|
Wojtek Figat
|
2b6339c05c
|
Minor code cleanup
|
2025-12-14 22:58:53 +01:00 |
|
Wojtek Figat
|
bb91202439
|
Merge branch 'late_join_fix' of https://github.com/VitaminCpp/FlaxEngine into VitaminCpp-late_join_fix
|
2025-12-14 22:49:49 +01:00 |
|
Wojtek Figat
|
f25e9f262a
|
Merge branch 'VitaminCpp-replication_hashing_fix'
|
2025-12-14 22:48:09 +01:00 |
|
Wojtek Figat
|
ee51077f49
|
Merge branch 'replication_hashing_fix' of https://github.com/VitaminCpp/FlaxEngine into VitaminCpp-replication_hashing_fix
|
2025-12-14 22:43:58 +01:00 |
|
Wojtek Figat
|
950e958a58
|
Merge branch 'VitaminCpp-hash_set_crash_fix'
|
2025-12-14 22:41:11 +01:00 |
|