Wojtek Figat
747abba4f7
Merge branch 'col-size-edit' of https://github.com/Tryibion/FlaxEngine into Tryibion-col-size-edit
2023-05-05 10:55:13 +02:00
Wojtek Figat
5e31a678bd
Improve C# Object comparison by using native pointer compare #1061 #713 #795
2023-05-05 10:49:07 +02:00
Chandler Cox
98a5985ce9
Fix bug of the collection size changing while still editing or sliding the size box.
2023-05-04 11:03:39 -05:00
Wojtek Figat
2b2b4f6b6f
Fix exception in rare cases
2023-05-04 13:55:14 +02:00
Ruan Lucas
518ce457df
fix doc
2023-05-02 08:56:18 -04:00
Wojtek Figat
4d1ac04e5c
Add GroupElement.AddSettingsButton for editor ui
2023-04-29 11:10:48 +02:00
Wiktor Kocielski
89d34650c0
Fix LayersMatrixEditor
2023-04-26 00:28:51 +03:00
Wojtek Figat
390460907d
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Source/Editor/Scripting/CodeEditors/VisualStudioCodeEditor.cpp
# Source/Tools/Flax.Build/Deps/Dependencies/OpenAL.cs
2023-04-22 18:59:41 +02:00
Wojtek Figat
978b3f835a
Add editor playback utilities for Audio Source and Scene Animation Player
2023-04-22 17:25:55 +02:00
Wojtek Figat
2475706df4
Merge remote-tracking branch 'origin/master' into 1.6
2023-04-04 18:08:25 +02:00
Wojtek Figat
e1a0e51bc7
Optimzie Newtonsoft.Json lib by removing Xml, Schema support and making it AOT-friendly for AOT game builds
2023-04-01 23:34:24 +02:00
Wojtek Figat
12f4dc74d2
Optimize default C# stdlib references to prevent using jit-ed features in a game assembly
2023-04-01 23:34:05 +02:00
Wojtek Figat
a25eae5d10
Move dotnet7 native interop, wrappers and marshalers into FlaxEngine.Interop namespace
2023-03-28 13:20:18 +02:00
Wojtek Figat
4755c42d70
Fix .NET generic class typename to match old mono style without inlined assembly name and ver
2023-03-27 17:30:48 +02:00
Wojtek Figat
510fc443e8
Refactor CoreCLR runtime into explicit dotnet api instead of mocking mono api
...
Required by platforms that will use mono under the hood for .Net 7
New `USE_CSHARP` define for C# ability
Engine doesn't use `mono_*` apis directly but via MCore/MClass/MMethod/ apis
2023-03-27 17:29:42 +02:00
Wojtek Figat
eed2cdfe04
Progress on dotnet7 runtime hosting with mono
2023-03-22 17:59:46 +01:00
Chandler Cox
773047dc69
Add Copy Euler angles to Quaternion editor.
2023-03-16 21:46:07 -05:00
Wojtek Figat
0cf40729fa
Merge remote-tracking branch 'origin/master' into dotnet7
2023-02-19 15:04:02 +01:00
Wojtek Figat
969053a240
Add JsonAsset.Save to fix saving new tag
...
#885
2023-02-16 14:32:52 +01:00
Wojtek Figat
30fa911832
Merge remote-tracking branch 'origin/master' into dotnet7
...
# Conflicts:
# README.md
2023-02-16 09:54:22 +01:00
Wojtek Figat
45a0b25ee4
Fix after merge
2023-02-13 10:52:11 +01:00
Wojtek Figat
ac59cc4633
Merge remote-tracking branch 'origin/master' into dotnet7
2023-02-13 10:05:51 +01:00
Chandler Cox
b4cce7db00
Fix issue with different lengths of text for scale properties.
2023-02-12 20:51:03 -06:00
Wojtek Figat
45866e6771
Minor code cleanup #930
2023-02-09 09:47:27 +01:00
Wojtek Figat
73ac1c5d43
Merge branch 'scale-lock' of https://github.com/Tryibion/FlaxEngine into Tryibion-scale-lock
2023-02-09 09:42:16 +01:00
Wojtek Figat
78001b8298
Merge branch 'center-set-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-center-set-type
2023-02-09 09:39:40 +01:00
Wojtek Figat
7fae0d9fb6
Fix to ignore warning due to missing NDA consoles packages
2023-02-08 23:41:24 +01:00
Wojtek Figat
d09dfd1f61
Add **Canvas Scaler** control for resolution-independent UI
...
#448 #525
2023-02-08 19:51:16 +01:00
Wojtek Figat
9a84811f35
Fix editor values comparison in properties panel to match serializer rules
2023-02-06 13:44:45 +01:00
Wojtek Figat
0270772463
Merge remote-tracking branch 'origin/master' into dotnet7
2023-02-06 10:02:13 +01:00
Chandler Cox
d5d5fb698f
Small name changes
2023-02-05 20:17:21 -06:00
Chandler Cox
0f38fdda30
Remove unused include.
2023-02-05 15:12:04 -06:00
Chandler Cox
e4afc49ac6
Added saving the users choice in the properties window and adding link and unlink to the scale context menu.
2023-02-05 15:07:12 -06:00
Chandler Cox
b113bdb774
Changed to use enum for simplification
2023-02-04 22:28:34 -06:00
Chandler Cox
03f299bc3b
Added apply across actors.
2023-02-04 22:20:18 -06:00
Chandler Cox
9c591b3c08
Add scale lock button
2023-02-04 21:56:18 -06:00
Chandler Cox
a061347f5a
Centers the "Set Type" Button context menu for UI Controls in the editor.
2023-02-03 19:22:25 -06:00
Chandler Cox
db46d50eff
Fixed sized for tag header drop panel and add tag button to match with other sizing.
2023-01-27 08:28:47 -06:00
Wojtek Figat
adfe3ad165
Add SortOrder to drawable object types for transparency sorting override
2023-01-26 18:37:40 +01:00
Wojtek Figat
e779c3ca17
Merge commit '997baa3b774ac4dea739e15a55070519b0863afc' into dotnet7
2023-01-25 20:13:34 +01:00
Wojtek Figat
e57481de7d
Adjustments to the new group panels #903
2023-01-24 23:18:12 +01:00
Wojtek Figat
6931161dce
Merge branch 'add-arrow-to-groups' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-arrow-to-groups
2023-01-24 19:41:37 +01:00
Wojciech Figat
f3366178ea
Refactor manually written managed bindings to use C-style exported P/Invoke
2023-01-23 18:14:38 +01:00
Wojciech Figat
38fcfee9a4
Merge branch '1.5' into dotnet7
2023-01-23 14:47:12 +01:00
Chandler Cox
66fd5e716c
various fixes and improvements. size changes for headers, deactivate containement for collections.
2023-01-21 13:35:51 -06:00
Chandler Cox
634eb0973b
fix header text position
2023-01-21 11:37:31 -06:00
Chandler Cox
a91990138b
Added arrow as default to groups
2023-01-21 10:32:37 -06:00
Wojciech Figat
66d5850a76
Asset update
2023-01-20 12:02:40 +01:00
Chandler Cox
5d601621cf
small fix
2023-01-20 02:14:05 -06:00
Chandler Cox
56c9be6f8c
fixes
2023-01-20 01:55:09 -06:00