mafiesto4
05430941dc
Refactor CommandLine parsing and processing
...
Get rid of fixed list of command arguments and use flexible access to pre-parsed options.
Use command line parsing algorithm from `Flax.Build` that has been battle tested.
Simplify API and expose it to scripting (incl. plugins).
2026-07-21 23:36:32 +02:00
mafiesto4
75e11b4323
Fix binary modules platform name check issue
2026-07-15 23:22:02 +02:00
mafiesto4
f89e74c3de
Fix build for blue platform four
2026-07-15 23:00:08 +02:00
mafiesto4
3dbca8f338
Fix crash StringUtils::Copy on Win32 when length is zero
2026-07-15 12:17:57 +02:00
mafiesto4
6d342b44a1
Fix crash when reading process output on Windows with an empty data
2026-07-15 11:03:58 +02:00
mafiesto4
1915aa3c06
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Content/Shaders/DepthOfField.flax
# Source/Engine/Content/Asset.cpp
2026-06-30 10:06:55 +02:00
mafiesto4
2d793f685f
Add Volume to audio clip import options
2026-06-08 22:39:14 +02:00
mafiesto4
050de578a9
Add MacWindow logo loading and use correct one for Editor
2026-06-08 22:04:09 +02:00
mafiesto4
2242fd483b
Merge branch 'dev/MacOSUIImprovement' of https://github.com/ifromstone/FlaxEngine into ifromstone-dev/MacOSUIImprovement
2026-06-08 20:57:02 +02:00
mafiesto4
f41e32683a
Fix building deps for Windows ARM64
2026-06-07 22:50:03 +02:00
mafiesto4
775e978fed
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Flax.flaxproj
# Source/Engine/Level/Actors/StaticModel.cpp
# Source/Engine/Level/Prefabs/Prefab.cpp
# Source/Engine/Tools/ModelTool/ModelTool.cpp
2026-06-03 17:15:38 +02:00
mafiesto4
24654e5b02
Add CHECK_NO_RETURN for checks in code that should continue function execution
2026-06-02 15:54:00 +02:00
mafiesto4
791fb785cf
Revert "Simplify apple platform include defines"
...
This reverts commit 3140c711a4 .
2026-05-27 17:54:06 +02:00
mafiesto4
1e6fdb7f02
Merge branch 'windows_cursor_pos_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-windows_cursor_pos_fix
2026-05-27 14:45:11 +02:00
mafiesto4
3140c711a4
Simplify apple platform include defines
2026-05-27 14:39:45 +02:00
Andrei Gagua
3f5c21b4b6
Upd: Fixed double closing.
2026-05-24 22:57:59 +03:00
Andrei Gagua
272364c1a1
Upd: Added support for client-side window decoratoration, fixed UI bugs
2026-05-23 12:41:41 +03:00
Ari Vuollet
4d4d1a589f
Fix mouse position in events reported from caption area on Windows
2026-05-19 23:46:32 +03:00
mafiesto4
9e96206d67
Merge remote-tracking branch 'origin/master' into 1.13
2026-05-19 10:55:14 +02:00
mafiesto4
f83488355d
Fix new UIScene flow on the latest iOS
2026-05-13 22:33:31 +02:00
mafiesto4
4489f43777
Add DefaultProbeCubemapFormat to Graphics Settings with option to compress env probe textures
2026-05-07 18:20:34 +02:00
mafiesto4
378ce066cd
Fix error when drag&drop new actor on Windows in Editor
2026-05-06 13:01:55 +02:00
mafiesto4
3eb85000aa
Fix error when drag&drop new actor on Windows in Editor
2026-05-06 12:39:32 +02:00
mafiesto4
3a5d831e71
Minor changes
2026-04-29 18:34:39 +02:00
mafiesto4
9eec54171c
Fix compilation on Linux
2026-04-27 14:37:00 +02:00
mafiesto4
1fa9aadebd
Fix crash on cursor changes regression
2026-04-24 11:50:15 +02:00
mafiesto4
49943e13de
Fix various API issues
2026-04-24 11:20:45 +02:00
mafiesto4
1988fae929
Add support for loading custom mouse cursor images
2026-04-24 11:20:04 +02:00
mafiesto4
7fde883c3f
Fix input issues on floating editor windows by using layered window flag only when transparency is in use
2026-04-15 09:59:17 +02:00
mafiesto4
e43c22acfe
Fix drag&drop deadlock regression on Linux with X11 and SDL
2026-04-15 00:52:40 +02:00
mafiesto4
5aa936f69f
Add User Agent and browser platform info to Web platform
2026-04-09 21:33:54 +02:00
mafiesto4
a2fadb94fd
Fix deprecated usage warning on macOS
2026-04-09 10:48:03 +02:00
mafiesto4
ad90e39447
Modernize macOS file system watcher impl
2026-04-09 10:43:56 +02:00
mafiesto4
c59e13b614
Merge branch 'sdl_mac_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sdl_mac_fixes
2026-04-09 10:16:50 +02:00
mafiesto4
9e48cc4156
Fix crash on leftover window handle inside an input device events queue
2026-04-08 17:13:34 +02:00
mafiesto4
963b2f327f
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Source/Engine/Platform/Windows/WindowsPlatform.h
2026-04-08 13:24:29 +02:00
mafiesto4
6a8d6af17e
Add Platform.GetUserLanguage for text localization, separate from locale used for numbers, currency and dates
2026-04-08 13:04:19 +02:00
mafiesto4
ff6b7ee9cf
Fixes for Web on Linux
2026-04-07 23:17:16 +02:00
mafiesto4
0505135d7e
Add file type filters to file dialog on macOS
2026-04-06 23:23:47 +02:00
mafiesto4
8342596133
Add code signing and disk image notarization for macOS game cooking
2026-04-06 21:04:47 +02:00
Ari Vuollet
30ad7b611a
Fix assert when trying to drag item from a dropdown box
2026-04-05 19:53:00 +03:00
Ari Vuollet
9838c1c014
Fix deprecation warnings
2026-04-05 19:41:05 +03:00
Ari Vuollet
22ef92e984
Implement drag and drop for macOS
2026-04-05 19:41:04 +03:00
Ari Vuollet
d7ba0180d2
Attempt to fix mouse activating menu items over caption area on macOS
2026-04-05 19:41:04 +03:00
Ari Vuollet
f38f6dd0ed
Fix mouse warping when controlling camera in Editor viewport on macOS
2026-04-05 19:41:04 +03:00
Ari Vuollet
42b4131b1f
Handle external application close events
2026-04-05 19:41:04 +03:00
Ari Vuollet
741af05159
Fix destroyed windows removing keyboard focus on macOS
2026-04-05 19:41:03 +03:00
Ari Vuollet
e4df5320bd
Fix missing window icon on macOS
2026-04-05 19:41:03 +03:00
mafiesto4
ec69c733ee
Fix showing folder contents in Finder
2026-04-05 13:18:09 +02:00
mafiesto4
4e6fde17ea
Add macOS window impl progress
2026-04-04 22:34:39 +02:00