Commit Graph

  • e9d61ebf9f Fix Editor packaging on macOS without SDL mafiesto4 2026-04-17 08:39:26 +02:00
  • cb2f2bf644 Fix drawing incorrect LOD transition when using 2 cameras in a scene at once mafiesto4 2026-04-16 23:24:53 +02:00
  • 9350a4a706 Refactor model LOD transition to run only when any material uses Dithered LOD Transition mafiesto4 2026-04-16 23:23:36 +02:00
  • b6c7358953 Fix crash when caching DebugCommands and classes cache gets modified mafiesto4 2026-04-16 22:33:36 +02:00
  • 6db9116047 Fix crash when using SkeletonMask::GetNodesMask from 2 threads at once *(g. in Anim Graph) mafiesto4 2026-04-16 21:30:47 +02:00
  • 1f5fcdc7c7 Fix crash when running with D3D10 mafiesto4 2026-04-16 15:46:24 +02:00
  • 4e72be1604 Add selected code editor name to UI button for scripts project opening mafiesto4 2026-04-16 15:44:28 +02:00
  • 7b5b688c68 Update engine assets mafiesto4 2026-04-16 15:27:24 +02:00
  • f87515305b Add Instance Transform node to Anim Graph mafiesto4 2026-04-16 15:24:50 +02:00
  • 145134f145 Add 1.13 for future update mafiesto4 2026-04-16 14:31:32 +02:00
  • a8165f58bc Bump up the build number mafiesto4 2026-04-16 14:19:31 +02:00
  • 712420cca7 Merge remote-tracking branch 'origin/master' into 1.12 mafiesto4 2026-04-16 14:04:21 +02:00
  • 232db03427 Make it easier to enable threads in web build mafiesto4 2026-04-16 13:36:25 +02:00
  • 51af51d008 Fix missing OrthoSize property serialization on Camera mafiesto4 2026-04-15 22:34:10 +02:00
  • 3892bf96e2 Fix navmesh generation over terrain regression from 8f50d9faec mafiesto4 2026-04-15 14:49:14 +02:00
  • 9280cb0036 Add ManagedEditor to C++ scripting (same as C#) mafiesto4 2026-04-15 14:21:09 +02:00
  • 2636c5e82f Fix crash on Vulkan buffer upload page logic mafiesto4 2026-04-15 14:20:56 +02:00
  • 7fde883c3f Fix input issues on floating editor windows by using layered window flag only when transparency is in use mafiesto4 2026-04-15 09:56:37 +02:00
  • 591706d7fd Fix environment probe selection to use closest one to the object mafiesto4 2026-04-15 09:30:04 +02:00
  • e43c22acfe Fix drag&drop deadlock regression on Linux with X11 and SDL mafiesto4 2026-04-15 00:52:40 +02:00
  • cdf82df326 Add docs about conditional features in public API mafiesto4 2026-04-14 16:55:43 +02:00
  • 3f55833939 Fix crash on Vulkan when vkGetPhysicalDeviceSurfaceFormatsKHR returns VK_INCOMPLETE mafiesto4 2026-04-14 16:38:03 +02:00
  • a14599bb15 Add Per Instance Random node to Anim Graph mafiesto4 2026-04-14 16:02:31 +02:00
  • 9bb7733b33 Add **Spring Bone Physics** node to Anim Graph mafiesto4 2026-04-14 16:02:17 +02:00
  • 5b7af2e10c Various fixes and improvements mafiesto4 2026-04-14 16:00:53 +02:00
  • 04260f4551 Add Drag and StretchLimit to SplineRopeBody for more advanced simulation control mafiesto4 2026-04-14 09:11:08 +02:00
  • 78f1f3ebdd Fix SplineRopeBody simulation when moving spline actor mafiesto4 2026-04-14 09:10:41 +02:00
  • f4cf822b3c Fix async rendering when Job System is disabled mafiesto4 2026-04-14 09:09:42 +02:00
  • 99d71cdf4a Fix animated model bounds to properly update after animation tick mafiesto4 2026-04-14 09:09:19 +02:00
  • 3830267a1e Add new IgnoreNodesScale option to skip skeleton nodes scale during import mafiesto4 2026-04-14 09:05:31 +02:00
  • 330049d732 Cleanup anim graph nodes access to share code mafiesto4 2026-04-10 10:48:45 +02:00
  • 5aa936f69f Add User Agent and browser platform info to Web platform mafiesto4 2026-04-09 21:33:54 +02:00
  • 01ab0ba14d Add LongitudinalSlip/LateralSlip to wheel state mafiesto4 2026-04-09 17:35:00 +02:00
  • ffa54b2135 Merge remote-tracking branch 'origin/1.12' into 1.12 mafiesto4 2026-04-09 17:14:04 +02:00
  • 956b0d85b1 Fix collection editor of scene object references to use compact inline layout mafiesto4 2026-04-09 17:13:36 +02:00
  • 9d3a2bc778 Add CanSpawn to ParticleEffect for runtime control over particles spawning mafiesto4 2026-04-09 17:12:59 +02:00
  • 1d3d20e6c5 Add option to disable shadows on transparent material mafiesto4 2026-04-09 14:47:39 +02:00
  • 095cfcdde2 Fix WebGPU crash when creating buffer with init data that is not aligned to 4 bytes mafiesto4 2026-04-09 14:47:21 +02:00
  • a2fadb94fd Fix deprecated usage warning on macOS mafiesto4 2026-04-09 10:48:03 +02:00
  • 60881a74c9 Dont use icon on non-SDL macOS window (not implemented) mafiesto4 2026-04-09 10:44:17 +02:00
  • ad90e39447 Modernize macOS file system watcher impl mafiesto4 2026-04-09 10:43:56 +02:00
  • 2f825652e5 Merge branch 'GoaLitiuM-sdl_mac_fixes' into 1.12 mafiesto4 2026-04-09 10:33:07 +02:00
  • f542f77cd2 Build SDL 3.4.4 for macOS mafiesto4 2026-04-09 10:32:49 +02:00
  • c59e13b614 Merge branch 'sdl_mac_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sdl_mac_fixes mafiesto4 2026-04-09 10:16:50 +02:00
  • 8ff1c4856e Fix Chromatic Distortion to be based on 1080p res as reference to resolution-independent mafiesto4 2026-04-08 22:46:53 +02:00
  • b3ceda5a6e Revert 10c8454e8f to use more common paste logic in scene tree mafiesto4 2026-04-08 22:19:21 +02:00
  • 5b922e069e Fix importing and using files without extension in Editor content mafiesto4 2026-04-08 20:36:02 +02:00
  • 21decf6790 Bump up build number mafiesto4 2026-04-08 17:23:09 +02:00
  • 9e48cc4156 Fix crash on leftover window handle inside an input device events queue mafiesto4 2026-04-08 17:13:34 +02:00
  • 96301f20c6 Fix editor viewport focus to be locked from game when using dock window mafiesto4 2026-04-08 17:13:00 +02:00
  • 963b2f327f Merge remote-tracking branch 'origin/master' into 1.12 mafiesto4 2026-04-08 13:24:29 +02:00
  • 6a8d6af17e Add Platform.GetUserLanguage for text localization, separate from locale used for numbers, currency and dates mafiesto4 2026-04-08 13:04:19 +02:00
  • 79d1d0c109 Add Localization.GetLocales to list all languages in a game mafiesto4 2026-04-08 09:46:59 +02:00
  • 737cac559c Fix postfx material flicker due to lost asset reference mafiesto4 2026-04-08 09:27:31 +02:00
  • bc30d67c3f Update XCode min version to 16.4 mafiesto4 2026-04-08 09:21:03 +02:00
  • f2cf5ce1ab Adjust nightly CD builds to run 2hs earlier for EU to have a fresh build in a morning mafiesto4 2026-04-08 09:08:30 +02:00
  • 85c134ce2a Fix color picker auto-submit on defocus on Linux mafiesto4 2026-04-08 00:00:13 +02:00
  • 4b0aafa1de Fix color picker auto-submit on defocus on Linux mafiesto4 2026-04-08 00:00:13 +02:00
  • a56d200230 Rebuild SDL3 for Linux with Wayland mafiesto4 2026-04-07 23:49:01 +02:00
  • ff6b7ee9cf Fixes for Web on Linux mafiesto4 2026-04-07 23:17:16 +02:00
  • 47508150c2 Fix crash when changing prefab root mafiesto4 2026-04-07 21:57:36 +02:00
  • 73ade7588c Migrate to the newer macOS 15 runner mafiesto4 2026-04-07 16:52:55 +02:00
  • 3954a97734 Fix tint compiler path mafiesto4 2026-04-07 16:30:44 +02:00
  • 403b5fe09a Rebuiild astc with old XCode 16.4 mafiesto4 2026-04-07 16:29:10 +02:00
  • 59e46077fc Fix exception in invalid window layout to avoid hard errors mafiesto4 2026-04-07 13:30:13 +02:00
  • 088ab759da Merge branch 'xxSeys1-VjCurvatureTweak' mafiesto4 2026-04-07 13:21:21 +02:00
  • 057d6c67f7 Move tint compiler to Web package mafiesto4 2026-04-07 13:12:19 +02:00
  • 76fbeba67a Fox NoPostFx debug view when using Linear Color Space mafiesto4 2026-04-07 12:01:45 +02:00
  • 862fc69460 Fix GBuffer debug view when using Lienar Color Space mafiesto4 2026-04-07 11:51:20 +02:00
  • e501d10ac1 Add Start Distance to volumetric fog to match Exponential Fog more mafiesto4 2026-04-07 11:36:51 +02:00
  • 1676f41744 Upgrade Github Actions to the newer versions mafiesto4 2026-04-07 11:09:44 +02:00
  • 1ec58e3563 Minor fixes mafiesto4 2026-04-07 11:08:03 +02:00
  • 0505135d7e Add file type filters to file dialog on macOS mafiesto4 2026-04-06 23:23:47 +02:00
  • ee32422796 Fix editor packaging errors mafiesto4 2026-04-06 21:05:13 +02:00
  • 8342596133 Add code signing and disk image notarization for macOS game cooking mafiesto4 2026-04-06 21:04:47 +02:00
  • 30ad7b611a Fix assert when trying to drag item from a dropdown box Ari Vuollet 2026-04-05 19:53:00 +03:00
  • 2ab69e4503 Fix client-side window decoration dragging on macOS Ari Vuollet 2026-04-05 19:25:28 +03:00
  • 9838c1c014 Fix deprecation warnings Ari Vuollet 2026-04-05 19:06:55 +03:00
  • 22ef92e984 Implement drag and drop for macOS Ari Vuollet 2026-04-04 19:37:15 +03:00
  • d7ba0180d2 Attempt to fix mouse activating menu items over caption area on macOS Ari Vuollet 2026-04-05 18:01:42 +03:00
  • f38f6dd0ed Fix mouse warping when controlling camera in Editor viewport on macOS Ari Vuollet 2026-04-04 19:17:26 +03:00
  • 42b4131b1f Handle external application close events Ari Vuollet 2026-04-04 18:52:49 +03:00
  • 741af05159 Fix destroyed windows removing keyboard focus on macOS Ari Vuollet 2026-04-04 18:36:51 +03:00
  • e4df5320bd Fix missing window icon on macOS Ari Vuollet 2026-04-04 16:45:19 +03:00
  • 6606e1356e Update SDL to 3.4.4 Ari Vuollet 2026-04-05 17:01:36 +03:00
  • ec69c733ee Fix showing folder contents in Finder mafiesto4 2026-04-05 13:18:09 +02:00
  • 1d214b20e4 Fix compiler warnings on macOS mafiesto4 2026-04-05 13:02:01 +02:00
  • 4e6fde17ea Add macOS window impl progress mafiesto4 2026-04-04 22:34:39 +02:00
  • dccfa76994 Fix DPI issues on macOS in Editor windows mafiesto4 2026-04-04 21:05:39 +02:00
  • 9ffa1abb54 Add various missing features from macOS window mafiesto4 2026-04-04 20:56:27 +02:00
  • 6be0b48270 tweak visject default curvature Saas 2026-04-03 18:47:59 +02:00
  • d108e59a84 Fix dragging a single dock window via an inner title bar mafiesto4 2026-04-03 18:06:16 +02:00
  • ebdf7074d3 Fix native window system regression on Windows in Editor due to transparent window as layered mafiesto4 2026-04-03 17:57:13 +02:00
  • 7193f8dcab Fix empty bind group to not be static due to WebGPU issues mafiesto4 2026-04-03 17:07:14 +02:00
  • 0e161c6ec1 Fixes for Web mafiesto4 2026-04-03 16:45:16 +02:00
  • 93e748a981 Add bigger default size of Editor windows mafiesto4 2026-04-03 12:50:14 +02:00
  • 2afca52a41 Fix crash on shutdown when one of the windows had outstanding input events mafiesto4 2026-04-03 12:46:49 +02:00
  • 5e894ea45c Fix Volumetric Fog to reset when not rendered for some time mafiesto4 2026-04-03 12:46:06 +02:00
  • d48d40fc41 Fix black fog bug on transparency when Volumetric Fog is disabled mafiesto4 2026-04-03 12:43:15 +02:00
  • 121ef2f244 Fix SSR mixing bug regression mafiesto4 2026-04-03 11:28:22 +02:00