Commit Graph

4156 Commits

Author SHA1 Message Date
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
Wojciech Figat
72b1178011 Add network protocol version validation 2022-10-10 12:46:44 +02:00
Chandler Cox
6d6961d961 removed mouse button down as it caused issues with focus 2022-10-06 19:59:51 -05:00
Chandler Cox
091fe0a40a Simplified tool tip hide 2022-10-06 19:12:46 -05:00
Chandler Cox
2d42ca522d Fixed spacing and comment 2022-10-06 16:51:25 -05:00
Chandler Cox
79ccda3883 Moved code to on drag enter to minimize calls. 2022-10-06 16:49:35 -05:00
Chandler Cox
020351e56b Simplified enabling and disabling scrolling and implimented the stop scrolling functionality when renaming in the content tree panel as well 2022-10-06 00:03:38 -05:00
Chandler Cox
40f7980c18 hide tooltip while dragging 2022-10-05 22:05:27 -05:00
Chandler Cox
aca5522245 Fixed small bug when moving a tab when close to the split panel splitter 2022-10-05 21:16:54 -05:00
Ruan Lucas
cc168db81b Merge pull request #1 from RuanLucasGD/implement-method-to-check-if-world-position-is-within-camera-view
Implement method to check if world position is within camera view
2022-10-03 19:35:20 -04:00
Ruan Lucas
0a91b8b360 fix: isPointOnView doesn't work for long distance positions 2022-10-03 18:51:27 -04:00
Ruan Lucas
61747bef85 change method name 2022-10-02 00:16:25 -04:00
Ruan Lucas
6af6649f70 implement method to check if world position is within camera view 2022-10-02 00:02:56 -04:00
Chandler Cox
3867cb5e97 Changed how cursor is set back to default, so it doesnt keep setting itself 2022-09-30 20:52:04 -05:00
Chandler Cox
e18002dd03 Fixed regression of cursor being stuck in default when trying to change it in viewport 2022-09-30 20:01:35 -05:00
Chandler Cox
c19ff9b2ef Added a change in cursor type to assist in UX for resizing editor panels and changing the values in value boxes 2022-09-30 19:25:50 -05:00
Chandler Cox
656fcf9847 Changed the content window do the search bars do not scroll with the content. 2022-09-30 09:22:36 -05:00
Chandler Cox
4a301bd09e Merge branch 'master' of https://github.com/Tryibion/FlaxEngine 2022-09-28 22:36:33 -05:00
Chandler Cox
789ec55dbe Removed double click to rename content item 2022-09-28 22:33:01 -05:00
Chandler Cox
5303da4b90 Removed double click to rename content item 2022-09-28 22:03:26 -05:00
Cristhofer Marques
8f19fde27a Update TimelineEdge.cs 2022-09-28 19:06:20 -03:00
Preben Eriksen
f237d424fa Fixed - Gizmo draw order ( https://github.com/FlaxEngine/FlaxEngine/issues/680 ) 2022-09-26 09:19:15 +02:00
Preben Eriksen
ea9695ac16 Added - Support for LOD meshes using _ , like LOD_0... 2022-09-25 10:31:25 +02:00
Preben Eriksen
e98d2c8a27 Added - aiProcess_SortByPType to importer, i seen many object that have a small mesh with point faces that are not part of the object, so just ignoring these make the objects import. 2022-09-25 09:33:23 +02:00
Crawcik
5b212bb8bc Fixing mac/linux csharp binaries referencing 2022-09-24 17:52:59 +02:00
Preben Eriksen
7cae9b4ce5 Fixed - Windows, launcher use a uppercase D:\ , if you try to start your project from VS/Shortcut and use a lowercase d:\ it would ruin your project as it assign new asset IDs without remapping. 2022-09-24 13:46:55 +02:00