Wojtek Figat
9536c37623
Add ability to unset type reference with null item
2023-06-28 15:12:58 +02:00
Wojtek Figat
75d5023354
Fix tooltip for project folder
2023-06-27 23:24:02 +02:00
Wojtek Figat
23a6a8b69f
Merge branch 'fix_content_browser' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_content_browser
2023-06-27 23:20:11 +02:00
Ruan Lucas
020b0a90d7
remove unecessary code
2023-06-27 00:22:12 -04:00
Wojtek Figat
9b570a46d2
Codestyle tweak
2023-06-23 21:28:16 +02:00
83485d2f52
Write generated build configuration files in UTF-8
...
Git seems to have issues with handling UTF-16 encoded files, so it would
be more appropriate to write the generated files with more common UTF-8
encoding instead.
2023-06-21 13:17:49 +03:00
Wojtek Figat
64a7985376
Fix GridGizmo to render before transparency in Editor viewport
...
#1196
2023-06-20 21:59:36 +02:00
Wojtek Figat
287c9432b7
Merge branch 'viewport_mouse_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-viewport_mouse_fix
2023-06-19 17:49:59 +02:00
Wojtek Figat
a99282f86d
Merge branch 'font_float_size' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-font_float_size
2023-06-19 17:49:44 +02:00
Wojtek Figat
e17eed7029
Fix regression in script values creation in Editor
...
#1184 #1183
2023-06-19 17:49:34 +02:00
6a1552505e
Fix sluggish EditorViewport camera movement with high DPI
...
Flooring the mouse delta values seems to drop slight movements in
viewport when screen DPI is high.
2023-06-18 21:23:02 +03:00
2190031ccf
Support decimal values in Font sizes
2023-06-18 20:52:46 +03:00
Wojtek Figat
a3e3ee396a
Revert default value back to false as in #1179
2023-06-17 16:37:33 +02:00
Wojtek Figat
cd68f2463b
Adjustment for #1179 to rebuild by default
2023-06-17 16:36:05 +02:00
Wiktor Kocielski
70470bc421
Make rebuilding database when adding asset proxy optional
2023-06-17 12:13:54 +03:00
Wojtek Figat
53587ad162
Fix error when unloading Visual Script item in Editor
2023-06-15 09:51:49 +02:00
Wojtek Figat
086e4c9835
Add content proxy modifications function and workspace rebuilding for custom asset types extensions
2023-06-15 09:51:26 +02:00
Wojtek Figat
9de5ee5615
Fix compilation on mac
2023-06-14 08:47:03 +02:00
Wojtek Figat
125591dc71
Unify app package name formatting for different platforms
2023-06-13 17:11:56 +02:00
Wojtek Figat
8f7da81621
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Flax.flaxproj
# Source/Editor/Content/Items/AssetItem.cs
2023-06-13 15:41:07 +02:00
Wojtek Figat
13b1c16213
Add asset reload option via context menu in Editor
2023-06-13 14:58:14 +02:00
Ruan Lucas
164670cceb
change content folder detection mode on "CanRename"
2023-06-12 20:04:32 -04:00
Wojtek Figat
37bf4bb34f
Unify all GetActorsTree usages in Editor
2023-06-12 18:25:44 +02:00
Wojtek Figat
14d12418b6
Add iOS and Apple icons
2023-06-12 14:34:31 +02:00
Wojtek Figat
979168e82c
Refactor various Editor APIs to use auto-generated bindings instead of manual code
2023-06-12 14:34:07 +02:00
Wojtek Figat
7140c4a2d8
Merge remote-tracking branch 'origin/master' into 1.6
2023-06-11 21:38:20 +02:00
Wojtek Figat
31c9b85a3f
Fix prefab diff context menu in Editor to properly diff against arrays
2023-06-11 20:44:04 +02:00
Wojtek Figat
f552dd0c28
Merge remote-tracking branch 'origin/master' into 1.6
2023-06-10 23:29:22 +02:00
Wojtek Figat
621d408078
Add iOS app exporting
2023-06-10 23:05:52 +02:00
Wojtek Figat
1fdc91255b
Add iOS app icon exporting
2023-06-10 23:04:53 +02:00
Wojtek Figat
5e07a42417
Add app version and ui orientation settings to iOS
2023-06-10 12:43:10 +02:00
Wojtek Figat
ea4f97aad8
Remove unused codesigning (ios uses xcode now)
2023-06-10 12:08:22 +02:00
Ruan Lucas
8f76fe4049
don't let rename source/content folders
2023-06-09 22:14:33 -04:00
Wojtek Figat
a6430692d2
Fix crash safe handling of internal errors and exceptions when drawing asset thumbnails
...
#1138
2023-06-09 18:22:40 +02:00
Wojtek Figat
3bbfe9de8a
Code cleanup, add tooltip and cache property option in layout #1140
2023-06-09 17:32:57 +02:00
Wojtek Figat
a0d6f3c22b
Merge branch 'ui-resize-update' of https://github.com/Swiggies/FlaxEngine into Swiggies-ui-resize-update
2023-06-09 17:23:00 +02:00
Wojtek Figat
9bda3aa52a
Merge branch 'fix-transform-gizmos' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix-transform-gizmos
2023-06-09 17:16:36 +02:00
Wojtek Figat
9faf9e43fb
Codestyle fix #1118
2023-06-09 17:15:06 +02:00
Wojtek Figat
a8cf4e95c5
Merge branch 'scale-link-zero-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-scale-link-zero-fix
2023-06-09 17:12:14 +02:00
Wojtek Figat
2382e2cbbc
Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master
2023-06-09 13:57:16 +02:00
Ruan Lucas
0b8c06b149
fix for #1002
2023-06-08 11:52:00 -04:00
Chandler Cox
424e832ec7
Fix bug on disabling element on init if it is zero.
2023-05-31 21:23:34 -05:00
Ruan Lucas
dae05e0549
improv: copy old curve point data to new curve point
2023-05-31 20:11:05 -04:00
Wojtek Figat
007edb4651
Merge commit '2c809389ad7d8953b10e7ab3b1b29aca4d072116' into 1.6
2023-06-01 01:06:27 +02:00
Wojtek Figat
3953e6ddc0
Merge commit 'f2ecefb7ee9b9e6c5daac9f44fe40ebdccbb1c76' into 1.6
2023-06-01 01:06:14 +02:00
Wojtek Figat
a2e2ef51be
Various twekas
2023-06-01 00:47:05 +02:00
Wojtek Figat
c46f78885e
Refactor iOS deployment to use XCode project
2023-06-01 00:46:39 +02:00
Chandler Cox
5c67c4f5d4
Handle zero case correctly by disabling value boxes on zero.
2023-05-31 14:31:01 -05:00
Chandler Cox
70cb4d3cd9
Fix bug of moving value from zero.
2023-05-31 13:01:41 -05:00
Olly Rybak
fce41b95f6
Added bool to properties window to carry value between controls
2023-05-29 20:55:55 +10:00