Commit Graph

6826 Commits

Author SHA1 Message Date
Chandler Cox
9bd13c8ed5 This adds more spacing between the content items in the content view and allows for resizing better than before. 2022-10-21 20:31:19 -05:00
Chandler Cox
1c44c42b52 fixed position of child CMs when having to open left 2022-10-21 14:14:13 -05:00
Wojtek Figat
ef77cdfe3f Fix Clang compilation 2022-10-21 19:49:28 +02:00
Wojtek Figat
727d29ee07 Fix Clang compilation 2022-10-21 19:32:10 +02:00
Wojtek Figat
52b1b19b02 Fix Clang compilation 2022-10-21 19:06:05 +02:00
Wojtek Figat
8b446edc06 Fix Clang compilation 2022-10-21 18:42:33 +02:00
Wojtek Figat
42d1f40b9c Optimize some code by manual inlining 2022-10-21 18:36:29 +02:00
Wojtek Figat
b7b4391cff Fix some editor panels to have focus on change 2022-10-21 18:36:28 +02:00
Chandler Cox
0765b82a39 changed the default for script memebers order. 2022-10-21 09:54:16 -05:00
Wojciech Figat
8dec405f4f Add iterator copy operator in collections 2022-10-21 15:40:47 +02:00
Ruan Lucas
4d73638a8b Merge branch 'FlaxEngine:master' into master 2022-10-20 20:50:32 -04:00
Ruan Lucas
ca49454615 remove unused include 2022-10-20 20:49:37 -04:00
Chandler Cox
b20967559b added to not close the child context menu on click 2022-10-20 19:49:36 -05:00
Ruan Lucas
e1dc5a2e81 remove incorrect method 2022-10-20 20:47:02 -04:00
Ruan Lucas
a4333dfcb6 add flag to work for desktop and linux only 2022-10-20 20:26:08 -04:00
Ruan Lucas
a65e812b45 Add method that returns a list of standard monitor resolutions 2022-10-20 19:57:23 -04:00
Wojciech Figat
32e052a87b Refactor native Stream serialization to new API 2022-10-20 17:28:12 +02:00
Wojciech Figat
e5866a3ff4 Fix generated replication C# code reference to NetworkStream type 2022-10-20 15:18:21 +02:00
Chandler Cox
78bd7713a9 value boxes now hide your slide and return your mouse to the original position. 2022-10-19 21:41:58 -05:00
Chandler Cox
5d8403be5b moved UpdateCameraPreview call to on selection changed and on state change 2022-10-19 20:59:55 -05:00
Chandler Cox
dd20da89d7 added cursor change for changing of the property splitter 2022-10-19 19:45:07 -05:00
Wojciech Figat
191a75fd22 Add unique client ids assigning 2022-10-20 00:03:57 +02:00
Chandler Cox
dbcaf28f39 added if check on enum parse 2022-10-19 15:28:59 -05:00
Chandler Cox
13150ea553 changed snap enable to still use default values if cache data doesnt exist 2022-10-19 15:25:42 -05:00
Chandler Cox
14a9c99496 fixed small bug of scene window not resizing when something is deleted but window isnt focused 2022-10-19 14:50:39 -05:00
Wojciech Figat
3fd8c7f928 Add replication messages dropping for old messages (due to unordered channel usage via UDP) 2022-10-19 21:04:20 +02:00
Chandler Cox
9f9cc0e1ec cleaned up comments 2022-10-19 07:22:09 -05:00
Wojciech Figat
e115aa2c4e Merge remote-tracking branch 'origin/master' into 1.5
# Conflicts:
#	Source/Engine/Content/JsonAsset.cpp
2022-10-19 13:36:46 +02:00
Wojciech Figat
ff49401f3a Use objects id mapping for networking to have proper replication of networked object references 2022-10-19 13:14:16 +02:00
Wojciech Figat
a5a39ac3d6 Fix crash in object id reference replication 2022-10-19 11:35:50 +02:00
Wojciech Figat
7621252f46 Add automatic replication for C# types with fields marked with NetworkReplicated attribute 2022-10-19 09:26:40 +02:00
Wojciech Figat
0c120494b4 Improve Mono.Cecil type search if typed reference doesn't exist 2022-10-18 15:26:14 +02:00
Wojciech Figat
76b14af7ec Add various improvements 2022-10-18 15:03:56 +02:00
Wojciech Figat
dda4f26102 Add support for custom Action Command in TaskGraph 2022-10-18 15:03:09 +02:00
Wojciech Figat
3a3a94b610 Add Mono.Cecil to Flax.Build 2022-10-18 15:02:49 +02:00
Chandler Cox
6c470c1247 added caching of transform space and loading 2022-10-17 21:29:58 -05:00
Chandler Cox
456934c737 Added caching and loading snapping values 2022-10-17 21:18:46 -05:00
Chandler Cox
212fc0838a remove not needed include 2022-10-17 19:57:40 -05:00
Chandler Cox
2c3007eb2b cache viewport snapping enabled 2022-10-17 19:55:30 -05:00
Chandler Cox
ef34ad7600 Renamed scrollPosition to scrollControl for more accurate description 2022-10-16 19:05:41 -05:00
Chandler Cox
546501a553 Added performing layout when deleting actors and scrolling to duplicated/ pasted actors when action is performed. 2022-10-16 18:50:00 -05:00
Ruan Lucas
37c8aacd8b Fix math node size 2022-10-14 15:20:57 -04:00
Wojtek Figat
f6857f66ba Merge branch 'cristhofermarques-mouse_fix' 2022-10-13 23:12:28 +02:00
Cristhofer Marques
527ba719f4 update to the new variable names 2022-10-13 09:15:04 -03:00
Cristhofer Marques
2c12fffdf6 reset value when start/stop mouse tracking 2022-10-13 09:14:05 -03:00
Cristhofer Marques
84009baeb0 change vars name and add code doc 2022-10-13 09:10:35 -03:00
Wojciech Figat
c12ea8428e Add FlaxEngine.Object.FromUnmanagedPtr for native object raw pointer conversion to managed object 2022-10-13 13:35:59 +02:00
Wojciech Figat
5c24f8c365 Add ScriptingTypeHandle support for scripting bindings as System.Type 2022-10-13 13:35:15 +02:00
Cristhofer Marques
0e45f16b19 update timeline edge to use the mouse flipping info 2022-10-13 01:14:47 -03:00
Cristhofer Marques
f22a71509b fix value box sliding 2022-10-13 01:12:38 -03:00