Chandler Cox
d9f9401c5a
Fix tree node not expanding on drag over arrow.
2026-01-28 20:04:39 -06:00
Chandler Cox
a7016d1186
Fix issue with tabs not collapsing panel 1 if no tabs on panel 1
2026-01-26 21:56:30 -06:00
Wojtek Figat
610c76578b
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Flax.flaxproj
2026-01-13 14:29:44 +01:00
Wojtek Figat
e721fbd89f
Add editor status message about amount of selected actors
2026-01-13 14:21:32 +01:00
Wojtek Figat
e3d1e8a5ea
Add View button to edit Environment Probe texture asset
2026-01-13 10:36:07 +01:00
Wojtek Figat
e0062a6ff1
Add RenderColorFormat option to graphics settings for rendering pipeline buffer format
...
#3618
2026-01-13 09:07:22 +01:00
Phantom
ec0877004c
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-01-12 22:56:49 +01:00
Wojtek Figat
840835fad2
Merge branch 'ArrayEditorHideSize' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ArrayEditorHideSize
2026-01-12 21:34:52 +01:00
Wojtek Figat
32cae3aacd
Merge branch 'UiClippingFixes' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-UiClippingFixes
2026-01-12 21:33:03 +01:00
Wojtek Figat
a18ca9a4ad
Merge branch 'DirtyEditorSettingsStar' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DirtyEditorSettingsStar
2026-01-12 21:30:00 +01:00
Wojtek Figat
ab806b2a9b
Add checkerboard pattern to part of the alpha slider background in color picker
2026-01-12 18:53:56 +01:00
Wojtek Figat
610ba00915
Add support for picking colors in linear color space (with toggle for special cases like UI)
2026-01-12 18:50:44 +01:00
Wojtek Figat
69c5d65318
Add Linear to sRGB and sRGB to Linear nodes to materials
2026-01-12 15:54:52 +01:00
Wojtek Figat
b834dddb11
**Refactor sRGB import option on textures** to actually handle image contents with gamma
2026-01-12 15:50:24 +01:00
Wojtek Figat
7b856fdc95
Merge branch 'ArrowKeyValueBoxIncrement' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ArrowKeyValueBoxIncrement
2026-01-11 22:36:09 +01:00
Wojtek Figat
72bb2dd932
Fix Resize to Fit to properly dirty state of level editor
...
#3670 #3735
2026-01-11 22:17:50 +01:00
Wojtek Figat
e21cb9154a
Adjust #3677 to evaluate product local path in lazy
2026-01-11 22:11:16 +01:00
Wojtek Figat
af124ce163
Merge branch 'QuickOpenProductLocalFolder' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-QuickOpenProductLocalFolder
2026-01-11 22:09:43 +01:00
Wojtek Figat
973ff0efa0
Merge branch 'UnderscoreNumberSeparator' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-UnderscoreNumberSeparator
2026-01-11 22:07:51 +01:00
Wojtek Figat
27896b6410
Add view flag to hide particles drawing
...
#3840
2026-01-11 22:06:30 +01:00
Wojtek Figat
14d1b7dd24
Fix name collision on new Focused event in control
2026-01-07 23:22:45 +01:00
Wojtek Figat
b2f2537338
Update version and year
2026-01-07 23:17:40 +01:00
Wojtek Figat
450b998a29
Merge branch 'master' into 1.12
2026-01-07 23:15:13 +01:00
67b33a575a
Merge branch 'master' into sdl_platform
...
# Conflicts:
# .github/workflows/build_linux.yml
# .github/workflows/tests.yml
# Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs
2026-01-06 02:57:52 +02:00
Phantom
b171071893
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-01-05 06:30:42 +01:00
Saas
564c9ff0ca
improve orthographic/ perspective viewport cam toggle
2025-12-19 19:00:55 +01:00
Chandler Cox
c68aa3b371
Remove not needed include that produces ambiguity for the Label class.
2025-12-19 08:13:24 -06:00
71b222e0b0
Fix Editor project file generation to use custom code editor arguments
2025-12-18 23:52:21 +02:00
5921f60af2
Get code editor name through CodeEditingManager
2025-12-18 23:52:21 +02:00
39269583c3
Fix default code editor not using Visual Studio as fallback editor
2025-12-18 23:52:21 +02:00
cba3899c62
Fix invalid code editor when selected editor is not detected
2025-12-18 23:52:21 +02:00
Saas
d8c90184b9
add script only on prefab instance header button
...
- add some padding to `AddHeaderButton()`
- Add visual indicator (Header button) if script is only in prefab instance and not part of the prefab
2025-12-18 17:19:41 +01:00
Saas
5b1ca13225
choose darker mouse over color
2025-12-18 12:22:24 +01:00
Saas
0d8ac5b7ac
implement review
...
- Remove trailing tooltip "."
- Add `AddSettingsButton` method
- Simplify loop into LINQ expression
2025-12-18 12:17:22 +01:00
f6e9cf644a
Verify the last project path before using it
2025-12-17 03:45:15 +02:00
604bfb5fe6
Add -lastproject editor command-line option to open the last project
2025-12-17 03:30:19 +02:00
b3ea47b989
Use last opened project as initial directory in project file dialog
2025-12-17 03:30:19 +02:00
3e91ba3fb2
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-12-15 19:03:05 +02:00
Phantom
7f2f73afd8
Added Luminance property and updated authors
...
-Added public Luminance property in Color.cs to calculate colour brightness.
-Refactored Dropdown.cs to use Luminance instead of manual calculation.
-Updated author list in AboutDialog.cs by adding ‘Michael Salvini’.
2025-12-15 00:48:42 +01:00
Wojtek Figat
2a53d0a462
Fix crash on Visual Script missing asset ref after hot-reload in Editor
...
#3823
2025-12-13 02:10:41 +01:00
Saas
e47fc5a54a
Merge branch 'master' into PressGToGameModeAndPToNavigate
2025-12-11 21:04:00 +01:00
Saas
26e24769be
actually set things to the right thing
...
How the hell did this happen??
2025-12-11 20:44:40 +01:00
Saas
4b62395d69
add script obsolete icon to script editor
2025-12-10 18:41:57 +01:00
Wojtek Figat
776b6259cd
Merge branch 'fix-exception-reload' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-exception-reload
2025-12-09 09:59:34 +01:00
Wojtek Figat
32bd72fecd
Minor fix to the game cooker assets summary log of a single asset
2025-12-04 23:51:07 +01:00
Chandler Cox
bbaa2dfc73
Fix pibot relative movement.
2025-11-29 16:13:46 -06:00
Chandler Cox
ab22b88a53
Better calculation for moving ui by the widgets.
2025-11-29 15:57:35 -06:00
eb69186271
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-11-28 11:58:44 +02:00
Wojtek Figat
bea75f51bd
Fix AOT libs cooking to avoid file dirtying for more accurate iterative cooking
2025-11-26 00:02:40 -08:00
Chandler Cox
1bf6612002
Fix exception thrown when reloading open windows.
2025-11-25 17:26:57 -06:00