Commit Graph

  • 689fab2ba4 add linux platform case to fix build envision3d 2026-02-26 16:46:46 -06:00
  • b36c757753 Fix WebGPU error when sampling depth texture in shader which requires explicit UnfilterableFloat sampler type mafiesto4 2026-02-26 16:59:25 +01:00
  • 63f19aa4d6 Fix minor issues mafiesto4 2026-02-26 15:52:41 +01:00
  • 8728d88dde Fix vertex layouts binding to match vertex shader inputs on WebGPU mafiesto4 2026-02-26 15:50:36 +01:00
  • f6888b099e Add cubemap and texture arrays copy/update in WebGPU mafiesto4 2026-02-26 13:27:35 +01:00
  • 239ceb75a9 Fix binding various resources to shaders in WebGPU mafiesto4 2026-02-26 12:23:07 +01:00
  • 20c9ed27fb Add sampler slots usage and inputs/outputs count to GPU shader program bindings meta mafiesto4 2026-02-26 12:02:52 +01:00
  • ac4526744a Add GPU profile events to WebGPU and use the by default in non-Release builds mafiesto4 2026-02-26 11:08:12 +01:00
  • d2a8ac54cf Fix depth stencil view format when binding to shader to use depth-only aspect but still render to both mafiesto4 2026-02-26 11:07:19 +01:00
  • 153b16ebd7 Add various graphics improvements mafiesto4 2026-02-25 18:23:49 +01:00
  • b535791c66 Implement bind groups in WebGPU to provide resources to shaders mafiesto4 2026-02-25 18:22:55 +01:00
  • 6ed7e8fa40 Merge branch 'master' into Improve-HighlightedPopUpColor Phantom 2026-02-25 17:26:20 +01:00
  • 9d95bbaa8c Add GPU data upload allocator with shared page pool mafiesto4 2026-02-24 23:18:07 +01:00
  • e41ec4ebfd Add verbosity level to platform log for better integration with Web and Android platforms mafiesto4 2026-02-24 20:09:09 +01:00
  • 195d5b1aa2 Fixes and missing changes mafiesto4 2026-02-24 17:59:42 +01:00
  • 7ea3fb1500 Fix shaders codebase to compile into WGSL mafiesto4 2026-02-24 17:56:14 +01:00
  • 9be8589437 Add shader compiler for WebGPU mafiesto4 2026-02-24 17:55:26 +01:00
  • ff81d339ef Fix missing doppler factor in cooked game with OpenAL backend mafiesto4 2026-02-23 17:24:59 +01:00
  • 7858225565 Update docs for #3948 mafiesto4 2026-02-23 17:19:14 +01:00
  • 83bd1deafd Optimize shadow maps rendering by using new Graphics.Shadows.MinObjectPixelSize to skip sub-pixel objects mafiesto4 2026-02-23 16:53:17 +01:00
  • 9158e1c270 Improve stack trace printing when module name is not provided mafiesto4 2026-02-23 11:51:15 +01:00
  • f0d182771d Add missing define mafiesto4 2026-02-23 11:50:44 +01:00
  • 6081ed35bc Add initial base implementation for WebGPU rendering backend mafiesto4 2026-02-23 11:49:45 +01:00
  • 4ca10c7869 Fix mouse position on Web to match canvas coordinates, not entire window mafiesto4 2026-02-22 22:05:13 +01:00
  • 9fc31b1021 Run Web main loop at vsync to avoid browser throttling mafiesto4 2026-02-20 23:51:05 +01:00
  • 366a5162b7 DIsable screensaver blocking via SDL in Editor mafiesto4 2026-02-20 23:50:13 +01:00
  • 6fd58c418e Fixes and updates to graphics api mafiesto4 2026-02-20 23:49:49 +01:00
  • 08d9ae0ae6 Add callstack capturing on Web platform mafiesto4 2026-02-20 23:47:30 +01:00
  • 27eb53e1a1 Fix web window to maintain canvas size on start mafiesto4 2026-02-20 23:47:01 +01:00
  • 31b5685251 Add GPU_ENABLE_PRELOADING_RESOURCES and use it on Web/Android/iOS to reduce engine resources preloading mafiesto4 2026-02-20 23:45:56 +01:00
  • 894cf2c886 Fix missing JS symbols in Web build of the main module mafiesto4 2026-02-20 23:44:20 +01:00
  • 5b3079acde Fix texture GPU resource debug name in non-Release game builds to match the path in project mafiesto4 2026-02-20 23:43:29 +01:00
  • 0f49503abd add native MSDF font support for Render2D fibref 2026-02-19 15:41:48 +08:00
  • be4e1edc3e fix flipped color of MSDF fonts fibref 2026-02-19 15:12:25 +08:00
  • 1982694ef0 Fix Release build for Web mafiesto4 2026-02-17 19:07:43 +01:00
  • 8b475e9f54 Restore profiler for Web for engine stats in non-Release builds mafiesto4 2026-02-17 18:50:24 +01:00
  • 2b546eb4b3 Add OpenAL audio to Web mafiesto4 2026-02-17 18:43:52 +01:00
  • 69cefb6822 Fix miliseconds in date on Emscripten and skip SDL create process (unsupported) mafiesto4 2026-02-17 15:07:42 +01:00
  • 9772227146 Add shared libraries support for Web to load game module (C++) mafiesto4 2026-02-17 15:07:11 +01:00
  • 34bddc7db1 Minor fix mafiesto4 2026-02-17 13:43:54 +01:00
  • 7ff4ce18ff Add web platform icons to editor atlas mafiesto4 2026-02-17 13:21:00 +01:00
  • 6e7a7c9350 Fix Screen.CursorLock in Editor to skip when viewport is unfocused mafiesto4 2026-02-17 11:46:20 +01:00
  • 2a9c6bbd1d Refactor engine main loop to allow external stepping in Web mafiesto4 2026-02-16 22:32:02 +01:00
  • 0835a6559c Fix Web build issues mafiesto4 2026-02-16 21:31:12 +01:00
  • 489c4a3661 Add packaging game files and bundling them into final Web app mafiesto4 2026-02-16 17:41:43 +01:00
  • 43dca143fa Add env vars impl to Web platform mafiesto4 2026-02-16 16:11:12 +01:00
  • 6bd13feba6 Add various fixes mafiesto4 2026-02-16 16:11:00 +01:00
  • d1557e5292 Add support for running engine with a single-thread only (content, jobs, drawing, physics) mafiesto4 2026-02-16 16:10:31 +01:00
  • c9fbafe014 Merge branch 'FlaxEngine:master' into flax-msdf-font fibref 2026-02-16 22:48:19 +08:00
  • 0612b923e1 fix msdf font layout issue fibref 2026-02-16 19:52:12 +08:00
  • 6f13a33be2 Add LTO and Sanitizers support to Web build mafiesto4 2026-02-16 12:00:24 +01:00
  • 4ccf969f7a Add various fixes for Web mafiesto4 2026-02-16 11:59:44 +01:00
  • 3d206e06d0 Fix ThreadLocal when thread count limit is low on a target platform or if it's only main-thread mafiesto4 2026-02-16 11:59:12 +01:00
  • 25e90deed6 Fix Web (and consoles) to run without exceptions throw/catch support mafiesto4 2026-02-16 11:50:52 +01:00
  • 7bc687194f Fix Web to run without dotnet mafiesto4 2026-02-16 11:49:34 +01:00
  • d3bd377264 update msdfgen fibref 2026-02-16 11:04:22 +08:00
  • 974c55418b fix msdfgen build on Linux (Mac not tested) fibref 2026-02-15 20:35:34 +08:00
  • 0870a86a3a remove non parameters from parameter list Saas 2026-02-14 18:56:58 +01:00
  • dd2e2c5b3a add some utility for copying parameter names to parameter right click menu Saas 2026-02-14 18:35:13 +01:00
  • 75a1b14beb initial support for MSDF font fibref 2026-02-14 19:42:31 +08:00
  • 8a760dc1e2 Fix typo mafiesto4 2026-02-14 00:07:41 +01:00
  • fc0b885a14 Fix missing Length in Vector4 mafiesto4 2026-02-14 00:07:34 +01:00
  • f12ad5c874 Add **Web platform with Emscripten** mafiesto4 2026-02-14 00:07:21 +01:00
  • fd0584b406 Fix build regression from 865a26cbbe mafiesto4 2026-02-12 22:03:13 +01:00
  • 374f6e40bb Merge remote-tracking branch 'origin/1.12' into 1.12 mafiesto4 2026-02-12 20:26:54 +01:00
  • 9c9e17a9d9 Fix warning when building C# lib with newer .NET than base version used on deps mafiesto4 2026-02-12 18:26:43 +01:00
  • 865a26cbbe Remove deprecated CommonValue mafiesto4 2026-02-12 18:26:08 +01:00
  • 56e825cad4 Build SDL for macOS (x64 and arm64) mafiesto4 2026-02-12 17:23:38 +01:00
  • 1df608e902 Remove deprecated NetworkDriverType mafiesto4 2026-02-12 16:43:01 +01:00
  • 07f031e4c5 Merge branch 'GoaLitiuM-sdl_platform' into 1.12 mafiesto4 2026-02-12 16:26:05 +01:00
  • 06c31a39f2 Don't bring the main window to the front while dragging as it can cover up floating windows there mafiesto4 2026-02-12 16:24:15 +01:00
  • 2a6e38e020 Fix Editor floating windows to have link to the main window while still be in taskbar mafiesto4 2026-02-12 16:23:42 +01:00
  • cc69e5d966 Minor fixes mafiesto4 2026-02-12 16:22:51 +01:00
  • d68969dbe2 Move SupportsNativeDecorations/SupportsNativeDecorationDragging to SDLPlatform mafiesto4 2026-02-12 09:24:48 +01:00
  • c4d20f06ee Move GetDisplayServer to LinuxPlatform (add support for custom platform scripting api) mafiesto4 2026-02-12 09:24:11 +01:00
  • 3c5c6f9883 Fix new window docking system to match the old one hints placement and enlarge hint spots mafiesto4 2026-02-11 23:56:35 +01:00
  • 8e7dc2a91e Fix using new window docking system with old non-SDL platform mafiesto4 2026-02-11 23:55:18 +01:00
  • 4ddbc8ba5c Fix floating dock window title to update when selected tab gets changed mafiesto4 2026-02-11 23:32:53 +01:00
  • 15f379e87f Fix memory leak in Editor when using material parameter query mafiesto4 2026-02-11 23:29:36 +01:00
  • d4a7b3074e Fix old windows code to use new window type mafiesto4 2026-02-11 23:29:13 +01:00
  • a3492e59ef Use CreateWindow/GetBatteryInfo/GetUserLocaleName from Windows instead of SDL for now mafiesto4 2026-02-11 23:28:44 +01:00
  • 515ad56fa2 Silence warning in game builds mafiesto4 2026-02-11 18:06:07 +01:00
  • ebd20dd816 Fix Android compilation since .c files are now compiled mafiesto4 2026-02-11 18:05:56 +01:00
  • 019a9f6089 Merge ScreenUtilities into Platform for simplicity and make it Editor-only mafiesto4 2026-02-11 17:59:11 +01:00
  • 273b110db4 Code style formatting and minor tweaks mafiesto4 2026-02-11 17:15:15 +01:00
  • 0bea701a83 Build SDL for Windows mafiesto4 2026-02-11 15:23:42 +01:00
  • ee22b9dc25 Merge branch 'sdl_platform' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sdl_platform mafiesto4 2026-02-11 14:08:57 +01:00
  • a1096aaf92 Fix crash when MultiScaler shader is not yet loaded on first frame mafiesto4 2026-02-11 13:32:41 +01:00
  • c631c37a34 Merge branch 'master' into Improve-HighlightedPopUpColor Phantom 2026-02-11 09:38:34 +01:00
  • 885ee15767 Update engine assets mafiesto4 2026-02-11 00:25:41 +01:00
  • c978ab2b84 Fix missing changes from e851efa0a8 and ef551c36ae on ForwardShading mafiesto4 2026-02-11 00:25:00 +01:00
  • f045b5b6b6 Merge remote-tracking branch 'origin/master' into 1.12 mafiesto4 2026-02-11 00:20:38 +01:00
  • c51a023e61 Merge branch 'GoaLitiuM-dotnet10_fixes' mafiesto4 2026-02-11 00:08:48 +01:00
  • 645df4fb06 Merge branch 'dotnet10_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet10_fixes mafiesto4 2026-02-11 00:08:37 +01:00
  • b53028782f Update engine assets mafiesto4 2026-02-11 00:07:44 +01:00
  • ef551c36ae Fix Forward shading to match Deferred in fog and reflections rendering mafiesto4 2026-02-11 00:06:44 +01:00
  • e851efa0a8 Fix applying AO twice for lighting in Forward shading and use correct specular occlusion on reflections mafiesto4 2026-02-10 22:50:32 +01:00
  • 0084bc051c Merge branch 'master' into sdl_platform Ari Vuollet 2026-02-10 23:05:19 +02:00
  • 07b6d3558a Merge branch 'master' into Improve-HighlightedPopUpColor Phantom 2026-02-10 17:09:22 +01:00
  • 9c8023d64f Merge branch 'Menotdan-network-replication-fix-1' mafiesto4 2026-02-10 15:50:05 +01:00