Wojtek Figat
843abca8ca
Fix error when opening shader asset if it's not visible in Content window
2023-07-14 10:59:04 +02:00
Chandler Cox
a0bb3f2995
Add light debug view flag to draw light shapes
2023-07-07 17:32:46 -05:00
Chandler Cox
a3dddbfa24
Remove stray debug.log
2023-07-05 16:19:25 -05:00
Wojtek Figat
90f377fa83
Remove leftover log
2023-07-04 17:58:06 +02:00
Wojtek Figat
d49def6f7e
More stuff from d31fc32399
2023-07-04 11:46:42 +02:00
Wojtek Figat
72d1d8f085
More stuff from d31fc32399
2023-07-04 11:06:48 +02:00
Wojtek Figat
d31fc32399
Fix and update engine assets
2023-07-04 11:05:32 +02:00
Wojtek Figat
5d9e6b7364
Fix C# building to properly use reference assemblies for .NET 7
2023-07-03 22:00:23 +02:00
Wojtek Figat
9a1fd12a85
Fix sizeof struct within generic type instance
...
#1219
2023-07-03 11:42:15 +02:00
Wojtek Figat
df3969dae1
Merge branch 'new_project_defaultscene' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-new_project_defaultscene
2023-07-03 11:09:56 +02:00
58618bd402
Fix garbage DefaultScene value in new projects
2023-06-30 14:41:14 +03:00
0ee6aad3ec
Remove old hot-reload files in project references
2023-06-30 13:01:02 +03:00
Wojtek Figat
96589557b3
Fix access level 96a1f20bee
2023-06-28 20:09:18 +02:00
Wojtek Figat
3119c50789
Fix nullable warnings
2023-06-28 20:09:01 +02:00
Wojtek Figat
ac54838eea
Fix custom editor window restore after hot-reload
...
#1208
2023-06-28 18:46:46 +02:00
Wojtek Figat
bb9711277a
Cleanup code from #1213
2023-06-28 16:27:42 +02:00
Wojtek Figat
96a1f20bee
Merge branch 'new_window_improvements' of https://github.com/PhyresiCompany/FlaxEngine into PhyresiCompany-new_window_improvements
2023-06-28 16:14:15 +02:00
Wojtek Figat
9536c37623
Add ability to unset type reference with null item
2023-06-28 15:12:58 +02:00
envision3d
940b0e02e5
improve state syncing of context menus and editor options
2023-06-28 04:08:36 -05:00
envision3d
39f4c00135
add play button actions, number of players
...
- add context menu support for toolstrip buttons
- add "Play Game" vs. "Play Scenes"
- add context menu for choosing play button action to toolstrip button
- add number of game client selection for cook & run
- add context menu for cook & run to toolstrip button
- add menu items for the above
- add editor option entries for saving user preferences for the above
2023-06-28 02:02:10 -05:00
PhyresiCompany
fe8260fe14
Window improvements with a new approach
2023-06-27 19:58:37 -03: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