Commit Graph

4131 Commits

Author SHA1 Message Date
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
Cristhofer Marques
ae04253ba4 added is flipping mouse on windows platform 2022-10-13 01:11:33 -03:00
Cristhofer Marques
7656c6981e added is flipping variables 2022-10-13 01:09:31 -03:00
Wojtek Figat
d1add033b1 Merge branch 'cristhofermarques-small_editor_fix' 2022-10-12 20:40:39 +02:00
Wojtek Figat
3c9d9cd8d6 Add support for deserialization of deprecated properties in scripting types 2022-10-12 20:39:40 +02:00
Wojtek Figat
607afeee50 Add proper deserialization of old values pre-renaming
#767
2022-10-12 20:38:59 +02:00
Wojtek Figat
e970b6fd04 Merge branch 'small_editor_fix' of https://github.com/cristhofermarques/FlaxEngine into cristhofermarques-small_editor_fix 2022-10-12 19:10:05 +02:00
Wojtek Figat
f4a96e2715 Merge branch 'RuanLucasGD-master' 2022-10-12 19:07:57 +02:00
Wojtek Figat
7a969b5d7b Code style fix
#760
2022-10-12 19:07:48 +02:00
Wojtek Figat
faf7f8ad03 Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master 2022-10-12 19:05:23 +02:00
Wojtek Figat
2d8eaa0e8c Merge branch 'cristhofermarques-skeleton_mask_editor' 2022-10-12 19:04:35 +02:00
Wojtek Figat
f528ba59ec Code style fix
#766
2022-10-12 19:04:22 +02:00
Wojtek Figat
6985bd6375 Merge branch 'skeleton_mask_editor' of https://github.com/cristhofermarques/FlaxEngine into cristhofermarques-skeleton_mask_editor 2022-10-12 19:00:59 +02:00
Wojtek Figat
cbf7caafb3 Merge branch 'Tryibion-scene-tree-fix' 2022-10-12 18:55:32 +02:00
Wojtek Figat
b0f4f8d636 Code style fix 2022-10-12 18:55:24 +02:00
Wojciech Figat
77f8df02e5 Add ModuleInitializer attribute for C# scripting initialization code running on load 2022-10-12 17:00:40 +02:00
Wojciech Figat
09b35266f7 Add automatic network serializers generation for NetworkReplicated fields in C++ types 2022-10-12 11:22:53 +02:00
Wojciech Figat
ff34c7cc9b Refactor raw data ReadSttream and WriteStream to have easier to use API with more features 2022-10-12 11:22:20 +02:00
Cristhofer Marques
0b8a176ff8 Revert "Update SkeletonMaskWindow.cs"
This reverts commit b626d3047d.
2022-10-11 14:05:30 -03:00
Cristhofer Marques
187e56c6ba typo fix in graphics settings 2022-10-11 13:34:46 -03:00
Cristhofer Marques
77c6daf240 fix the wrong additional layer in the matrix 2022-10-11 13:30:49 -03:00
Cristhofer Marques
b626d3047d Update SkeletonMaskWindow.cs 2022-10-11 13:08:52 -03:00
Cristhofer Marques
2af285e972 feature added 2022-10-11 11:49:32 -03:00
Wojciech Figat
09e50bb0e1 Simplify code in bindings generator 2022-10-11 11:38:35 +02:00
Wojciech Figat
3d574f4169 Fix generated project reference in test project 2022-10-11 11:38:22 +02:00
Preben Eriksen
2efc97b64f Added: ScriptingObject* TryFindObject(MClass* mclass), Allow you from c++ to use MAssembly GetBinaryModuleGame, and get a monoobject from a class, monoobject is needed later to Invoke a method from the class. 2022-10-11 10:45:28 +02:00
Ruan Lucas
93dc57c08f remove unused include 2022-10-10 23:10:25 -04:00
Ruan Lucas
67c963f60d Optimization Method 2022-10-10 22:43:00 -04:00
Chandler Cox
95e60ea68e Added scene panel to seperate the tree from the search bar and made the tree not able to scroll when renaming 2022-10-10 15:38:30 -05:00
Wojtek Figat
52904cbe3e Merge branch 'Tryibion-cursor-changes' 2022-10-10 18:47:52 +02:00
Wojtek Figat
ebd88a407d Fix mouse leave event handling to restore cursor
#759
2022-10-10 18:47:38 +02:00
Wojtek Figat
0ed41f97fc Merge branch 'cursor-changes' of https://github.com/Tryibion/FlaxEngine into Tryibion-cursor-changes 2022-10-10 18:33:29 +02:00
Chandler Cox
133d13ff3c Fixed continually setting cursour back to default in value box 2022-10-10 11:06:10 -05:00
Wojtek Figat
7112c8e791 Merge branch 'Tryibion-content-window-change' 2022-10-10 17:56:26 +02:00
Wojtek Figat
d44606d205 Merge branch 'content-window-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-window-change 2022-10-10 17:56:15 +02:00
Wojtek Figat
8564c86236 Merge branch 'Tryibion-master' 2022-10-10 17:39:03 +02:00
Wojtek Figat
77acdecb1b Merge branch 'master' of https://github.com/Tryibion/FlaxEngine into Tryibion-master 2022-10-10 17:38:57 +02:00
Wojtek Figat
fb5d693b54 Merge branch 'cristhofermarques-timeline_edge' 2022-10-10 16:22:35 +02:00
Wojtek Figat
1cba68401d Merge branch 'timeline_edge' of https://github.com/cristhofermarques/FlaxEngine into cristhofermarques-timeline_edge 2022-10-10 16:20:48 +02:00
Wojtek Figat
aabe905f63 Merge branch 'Crawcik-generate-project' 2022-10-10 16:16:02 +02:00
Wojtek Figat
8ac67536de Merge branch 'generate-project' of https://github.com/Crawcik/FlaxEngine into Crawcik-generate-project 2022-10-10 16:15:02 +02:00
Wojtek Figat
f4c4738617 Merge branch 'Tryibion-toolti-fix-while-dragging' 2022-10-10 16:09:49 +02:00
Wojciech Figat
4c71f40bc2 Add Module tags feature for build config in custom plugins 2022-10-10 15:02:52 +02:00
Wojciech Figat
4d08dc77b2 Add custom Tags for scripting api types to be used by plugins 2022-10-10 14:40:59 +02:00
Wojciech Figat
7924a62db6 Add support for custom types/members attributes parsing in scripting bindings 2022-10-10 14:38:54 +02:00
Wojciech Figat
5faa11e0a2 Fix reading type inheritance in bindings generation with comment at the end 2022-10-10 13:27:37 +02:00