|
|
7e969649ae
|
_macdrag precleanup
Build Android / Game (Android, Release ARM64) (push) Has been cancelled
Build iOS / Game (iOS, Release ARM64) (push) Has been cancelled
Build Linux / Editor (Linux, Development x64) (push) Has been cancelled
Build Linux / Game (Linux, Release x64) (push) Has been cancelled
Build macOS / Editor (Mac, Development ARM64) (push) Has been cancelled
Build macOS / Game (Mac, Release ARM64) (push) Has been cancelled
Build Windows / Editor (Windows, Development x64) (push) Has been cancelled
Build Windows / Game (Windows, Release x64) (push) Has been cancelled
Cooker / Cook (Mac) (push) Has been cancelled
Tests / Tests (Linux) (push) Has been cancelled
Tests / Tests (Windows) (push) Has been cancelled
|
2026-04-04 19:37:15 +03:00 |
|
|
|
3288fe4006
|
Fix mouse warping when controlling camera in Editor viewport on macOS
|
2026-04-04 19:17:26 +03:00 |
|
|
|
fd334769b2
|
Handle external application close events
|
2026-04-04 18:52:49 +03:00 |
|
|
|
576130f74f
|
Fix destroyed windows removing keyboard focus on macOS
|
2026-04-04 18:36:51 +03:00 |
|
|
|
b99c8ddda7
|
Fix missing window icon on macOS
|
2026-04-04 16:45:19 +03:00 |
|
Wojtek Figat
|
3baec506e2
|
Optimize various initial pre-allocs to happen within memory tracing
|
2026-03-23 18:25:05 +01:00 |
|
Wojtek Figat
|
b8d5ea595e
|
Optimize Web app a bit more
|
2026-03-18 23:22:45 +01:00 |
|
Wojtek Figat
|
a5ec8565e4
|
Refactor WebGPU ASYNCIFY to use JSPI
Smaller build size and better performance. Also, link time goes down a lot
|
2026-03-18 23:08:39 +01:00 |
|
Wojtek Figat
|
750fd1f941
|
Optimize Web export size
|
2026-03-17 23:31:34 +01:00 |
|
Wojtek Figat
|
a38633c453
|
Add basic WebThread impl
|
2026-03-16 23:03:02 +01:00 |
|
Wojtek Figat
|
3949cba83c
|
Add Emscripten heap memory size and max limit stats to profiler
|
2026-03-16 22:29:19 +01:00 |
|
Wojtek Figat
|
e10d784e83
|
Add custom HTML shell template to Web export
|
2026-03-16 22:09:21 +01:00 |
|
Wojtek Figat
|
0f5c5dcf3e
|
Fix memory issues on Web
|
2026-03-16 16:42:30 +01:00 |
|
Wojtek Figat
|
a5bbf0dbde
|
Add option for experimental use of thread in Web
Might not run well in certain browsers, requires rebuilding all dependencies for Web with `pthread` enabled.
Disabled by default (for now).
|
2026-03-14 22:11:36 +01:00 |
|
Wojtek Figat
|
45a8d82a83
|
Merge remote-tracking branch 'origin/master' into 1.12
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GUI.flax
# Flax.flaxproj
# Source/Editor/Windows/AboutDialog.cs
# Source/Engine/Serialization/Stream.cpp
# Source/Shaders/GUICommon.hlsl
|
2026-03-13 08:09:16 +01:00 |
|
Wojtek Figat
|
05aaf0dc99
|
Merge branch 'lastproject' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-lastproject
|
2026-03-10 22:49:46 +01:00 |
|
Wojtek Figat
|
1ab3917332
|
Merge remote-tracking branch 'origin/1.12' into 1.12
|
2026-03-10 14:59:33 +01:00 |
|
Wojtek Figat
|
90ffc4e5f9
|
Merge branch 'script-recycle' of https://github.com/Tryibion/FlaxEngine into Tryibion-script-recycle
|
2026-03-10 14:13:25 +01:00 |
|
Wojtek Figat
|
8dc8371a7f
|
Fix headless mode on Linux
|
2026-03-10 13:30:43 +01:00 |
|
Wojtek Figat
|
37a39e750f
|
Attempt to fix Linux headless Test run with SDL
|
2026-03-10 11:25:22 +01:00 |
|
Wojtek Figat
|
59a9137a54
|
Fix Github Actions
|
2026-03-10 10:49:33 +01:00 |
|
Wojtek Figat
|
3dc3e25649
|
Fix deprecation warnings
|
2026-03-07 23:17:42 +01:00 |
|
Chandler Cox
|
83bbb4f6ba
|
Add recycle bin to script deleting.
|
2026-03-06 19:39:49 -06:00 |
|
Wojtek Figat
|
b291cd93c3
|
Fix libportal include path and glib include path on Ubuntu 22
|
2026-03-06 20:04:34 +01:00 |
|
Wojtek Figat
|
94789712e8
|
Add basis_universal support for textures on Web
Add implementation for loading interchange texture formats with multiple runtime formats support
|
2026-03-06 11:09:29 +01:00 |
|
Wojtek Figat
|
ac36840037
|
Add basic options for texture compression on Web
|
2026-03-04 22:49:15 +01:00 |
|
Wojtek Figat
|
79a17d8fe3
|
Add message box to Web via alert
|
2026-03-03 15:01:36 +01:00 |
|
Wojtek Figat
|
6814a43418
|
Various changes for WebGPU and hardware instancing support
|
2026-03-03 14:51:15 +01:00 |
|
Wojtek Figat
|
ac4526744a
|
Add GPU profile events to WebGPU and use the by default in non-Release builds
|
2026-02-26 11:08:12 +01:00 |
|
Wojtek Figat
|
e41ec4ebfd
|
Add verbosity level to platform log for better integration with Web and Android platforms
|
2026-02-24 20:09:09 +01:00 |
|
Wojtek Figat
|
195d5b1aa2
|
Fixes and missing changes
|
2026-02-24 17:59:42 +01:00 |
|
Wojtek Figat
|
9158e1c270
|
Improve stack trace printing when module name is not provided
|
2026-02-23 11:51:15 +01:00 |
|
Wojtek Figat
|
f0d182771d
|
Add missing define
|
2026-02-23 11:50:44 +01:00 |
|
Wojtek Figat
|
4ca10c7869
|
Fix mouse position on Web to match canvas coordinates, not entire window
|
2026-02-22 22:05:13 +01:00 |
|
Wojtek Figat
|
366a5162b7
|
DIsable screensaver blocking via SDL in Editor
|
2026-02-20 23:50:13 +01:00 |
|
Wojtek Figat
|
08d9ae0ae6
|
Add callstack capturing on Web platform
|
2026-02-20 23:47:30 +01:00 |
|
Wojtek Figat
|
27eb53e1a1
|
Fix web window to maintain canvas size on start
|
2026-02-20 23:47:01 +01:00 |
|
Wojtek Figat
|
31b5685251
|
Add GPU_ENABLE_PRELOADING_RESOURCES and use it on Web/Android/iOS to reduce engine resources preloading
|
2026-02-20 23:45:56 +01:00 |
|
Wojtek Figat
|
1982694ef0
|
Fix Release build for Web
|
2026-02-17 19:07:43 +01:00 |
|
Wojtek Figat
|
69cefb6822
|
Fix miliseconds in date on Emscripten and skip SDL create process (unsupported)
|
2026-02-17 15:07:42 +01:00 |
|
Wojtek Figat
|
9772227146
|
Add shared libraries support for Web to load game module (C++)
|
2026-02-17 15:07:11 +01:00 |
|
Wojtek Figat
|
0835a6559c
|
Fix Web build issues
|
2026-02-16 21:31:12 +01:00 |
|
Wojtek Figat
|
489c4a3661
|
Add packaging game files and bundling them into final Web app
|
2026-02-16 17:41:43 +01:00 |
|
Wojtek Figat
|
43dca143fa
|
Add env vars impl to Web platform
|
2026-02-16 16:11:12 +01:00 |
|
Wojtek Figat
|
4ccf969f7a
|
Add various fixes for Web
|
2026-02-16 11:59:44 +01:00 |
|
Wojtek Figat
|
8a760dc1e2
|
Fix typo
|
2026-02-14 00:07:41 +01:00 |
|
Wojtek Figat
|
f12ad5c874
|
Add **Web platform with Emscripten**
|
2026-02-14 00:07:21 +01:00 |
|
Wojtek Figat
|
2a6e38e020
|
Fix Editor floating windows to have link to the main window while still be in taskbar
#2800
|
2026-02-12 16:23:42 +01:00 |
|
Wojtek Figat
|
cc69e5d966
|
Minor fixes
|
2026-02-12 16:22:51 +01:00 |
|
Wojtek Figat
|
d68969dbe2
|
Move SupportsNativeDecorations/SupportsNativeDecorationDragging to SDLPlatform
#2800
|
2026-02-12 09:24:48 +01:00 |
|