Chandler Cox
18c119c155
Ensure layer confirmation does not popup in play mode.
2023-10-25 16:25:26 -05:00
Wojtek Figat
c27187bd0a
Fix deserializing vector types in Editor from ToString FormatException
...
#1802
2023-10-25 19:17:04 +02:00
Chandler Cox
8c6ced4bb9
Limit the scene tree and prefab tree rename popup to only go to panel right edge.
2023-10-25 11:38:14 -05:00
Wojtek Figat
966cd973c6
Add GetHash to various math/core types
...
#1802
2023-10-25 18:35:59 +02:00
Chandler Cox
66a709f09e
small fixes
2023-10-25 10:46:04 -05:00
Chandler Cox
bfaae46c7e
remove not needed variable.
2023-10-25 10:35:12 -05:00
Chandler Cox
b8921fd990
clean up
2023-10-25 09:58:02 -05:00
Chandler Cox
73694cba6c
Add being able to set origin of mesh to the local mesh origin. fix centering several meshes.
2023-10-25 09:57:51 -05:00
NoriteSC
ec02058712
Update Float2.cs
2023-10-25 16:56:45 +02:00
Wojtek Figat
a5d16b49e9
Merge branch 'messagebox' of https://github.com/MineBill/FlaxEngine into MineBill-messagebox
2023-10-25 14:58:51 +02:00
Wojtek Figat
daf31cfa4d
Format code #1611
2023-10-25 14:57:44 +02:00
NoriteSC
4fb35579b5
Update Float2.cs
2023-10-25 12:12:22 +02:00
NoriteSC
39aebc6c85
Update Vector3.cs
2023-10-25 12:10:23 +02:00
Nils Hausfeld
1f8da14780
- Alternative titles for comparisons
2023-10-25 11:53:43 +02:00
Nils Hausfeld
cfe717969b
Merge branch 'master' into Visject-MoreAlternativeTitles
2023-10-25 11:46:09 +02:00
NoriteSC
210c5a5bb2
Merge branch 'FlaxEngine:master' into Nodes
2023-10-25 07:03:46 +02:00
NoriteSC
137c82a387
Update Material.cs
2023-10-25 06:21:19 +02:00
Mr. Capybara
b2db1330c0
copy old control data to new control when set UIControl type
2023-10-24 21:45:00 -04:00
06f37794c2
Add input bindings for game window mouse unlock and toggle fullscreen
2023-10-24 22:27:12 +03:00
081648ef06
Fix common tooltips with hardcoded keybindings
2023-10-24 21:47:18 +03:00
NoriteSC
f287ed6c30
init
2023-10-24 19:59:47 +02:00
MineBill
6f773bd558
Make the message box a TASKMODEL to prevent interation with the editor.
2023-10-24 18:03:07 +03:00
Wojtek Figat
7c84ca5b84
Merge branch 'feat/improved-camera-settings' of https://github.com/solnem/FlaxEngine into solnem-feat/improved-camera-settings
2023-10-24 14:50:52 +02:00
Wojtek Figat
806590d1c3
Fix deadlock in scene loading
...
#1761 #1773
2023-10-24 14:08:34 +02:00
MineBill
cf5f501ab7
Allow erasing layers/painting over layers from the other splatmap.
...
Since Layers are hardcoded to 8, this commit also assumes that there will always be 2 splatmaps.
2023-10-24 14:31:54 +03:00
Wiktor Kocielski
9d1b287cd7
Terrain-related classes exposure to scripting API
2023-10-24 05:17:16 +03:00
Menotdan
8982961254
Add custom material option to Material Preview.
2023-10-23 22:10:17 -04:00
Wojtek Figat
ba374a27db
Reduce code bloat
2023-10-23 22:26:55 +02:00
Wojtek Figat
9d1ba6cacf
Fix compilation errors when building with old Delegate impl
2023-10-23 22:10:21 +02:00
Wojtek Figat
2220623cd2
Merge branch 'particle-loop-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-loop-fix
2023-10-23 18:45:30 +02:00
Wojtek Figat
9c4382dffb
Fix using dock window panels on macOS in Editor
2023-10-23 15:59:09 +02:00
Wojtek Figat
f28947f59b
Fix MacWindow::SetClientBounds to include screen scale
2023-10-23 14:50:10 +02:00
Chandler Cox
2e85ff0fb3
Simplify code
2023-10-22 22:19:51 -05:00
Chandler Cox
fbaf14b6fa
Add to be able to specify order of plugin initialization and deinitialization.
2023-10-22 21:58:20 -05:00
Wojtek Figat
6ff3e0f488
Various improvements to macOS platform
2023-10-22 20:06:54 +02:00
Wojtek Figat
ccf6c28b02
Add interval to Apple autoreleasepool
2023-10-22 19:55:20 +02:00
Mr. Capybara
fff8a1e8a6
Optimize actor search
2023-10-22 13:26:07 -04:00
Wojtek Figat
c88e184df3
Fix crash when window gets removed during windows update loop
2023-10-22 15:56:25 +02:00
Wojtek Figat
1280e61af0
Add IsDebuggerPresent for macOS and iOS platforms
2023-10-22 15:33:21 +02:00
Wojtek Figat
9fa0b174f5
Fix deprecation warnings on Apple
2023-10-22 15:32:56 +02:00
Nils Hausfeld
ea00a448ef
- Minor cleanup
2023-10-22 12:54:14 +02:00
Nils Hausfeld
7b2058d1b2
- Added alternative titles to some nodes
2023-10-22 12:37:51 +02:00
Chandler Cox
78aae0da5a
Better handling stopping/resetting non-looping effect.
2023-10-21 17:22:02 -05:00
Chandler Cox
7d9991999d
Better fix.
2023-10-21 14:08:23 -05:00
Chandler Cox
ad15c5b2fc
Fix particles effect not being able to just call play if islooped is false.
2023-10-21 13:36:39 -05:00
Nils Hausfeld
ba31627ae0
Merge remote-tracking branch 'upstream/master' into Visject-CommentOrder
2023-10-21 16:06:44 +02:00
Nils Hausfeld
ec7840f36b
- New comments now get spawned on top of other comments
...
- Commenting other comments now puts the spawned comment below the child comments
- Added Order Value to comments to serialize order
- Added backwards compatiblity to older editor versions
- Cleanup
- XML Comments
2023-10-21 16:06:28 +02:00
Wojtek Figat
21f2e59d12
Add drag&drop support to macOS
2023-10-21 15:36:38 +02:00
Nils Hausfeld
fa8b92a456
Adding the ability to order comments in visject
2023-10-21 14:18:30 +02:00
Nils Hausfeld
432f6d5402
Merge branch 'master' into Visject-ConvertConstantToParameter
2023-10-21 13:11:51 +02:00