Commit Graph

  • 09e50bb0e1 Simplify code in bindings generator mafiesto4 2022-10-11 11:38:35 +02:00
  • 3d574f4169 Fix generated project reference in test project mafiesto4 2022-10-11 11:38:22 +02:00
  • 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. Preben Eriksen 2022-10-11 10:45:28 +02:00
  • 93dc57c08f remove unused include Ruan Lucas 2022-10-10 23:10:25 -04:00
  • 67c963f60d Optimization Method Ruan Lucas 2022-10-10 22:43:00 -04:00
  • 95e60ea68e Added scene panel to seperate the tree from the search bar and made the tree not able to scroll when renaming Tryibion 2022-10-10 15:38:30 -05:00
  • 52904cbe3e Merge branch 'Tryibion-cursor-changes' mafiesto4 2022-10-10 18:47:52 +02:00
  • ebd88a407d Fix mouse leave event handling to restore cursor mafiesto4 2022-10-10 18:47:38 +02:00
  • 0ed41f97fc Merge branch 'cursor-changes' of https://github.com/Tryibion/FlaxEngine into Tryibion-cursor-changes mafiesto4 2022-10-10 18:33:29 +02:00
  • 133d13ff3c Fixed continually setting cursour back to default in value box Tryibion 2022-10-10 11:06:10 -05:00
  • 7112c8e791 Merge branch 'Tryibion-content-window-change' mafiesto4 2022-10-10 17:56:26 +02:00
  • d44606d205 Merge branch 'content-window-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-window-change mafiesto4 2022-10-10 17:56:15 +02:00
  • 8564c86236 Merge branch 'Tryibion-master' mafiesto4 2022-10-10 17:39:03 +02:00
  • 77acdecb1b Merge branch 'master' of https://github.com/Tryibion/FlaxEngine into Tryibion-master mafiesto4 2022-10-10 17:38:57 +02:00
  • fb5d693b54 Merge branch 'cristhofermarques-timeline_edge' mafiesto4 2022-10-10 16:22:35 +02:00
  • 1cba68401d Merge branch 'timeline_edge' of https://github.com/cristhofermarques/FlaxEngine into cristhofermarques-timeline_edge mafiesto4 2022-10-10 16:20:48 +02:00
  • aabe905f63 Merge branch 'Crawcik-generate-project' mafiesto4 2022-10-10 16:16:02 +02:00
  • 8ac67536de Merge branch 'generate-project' of https://github.com/Crawcik/FlaxEngine into Crawcik-generate-project mafiesto4 2022-10-10 16:15:02 +02:00
  • f4c4738617 Merge branch 'Tryibion-toolti-fix-while-dragging' mafiesto4 2022-10-10 16:09:49 +02:00
  • 4c71f40bc2 Add Module tags feature for build config in custom plugins mafiesto4 2022-10-10 15:02:52 +02:00
  • 4d08dc77b2 Add custom Tags for scripting api types to be used by plugins mafiesto4 2022-10-10 14:40:59 +02:00
  • 7924a62db6 Add support for custom types/members attributes parsing in scripting bindings mafiesto4 2022-10-10 14:38:54 +02:00
  • 5faa11e0a2 Fix reading type inheritance in bindings generation with comment at the end mafiesto4 2022-10-10 13:27:37 +02:00
  • 72b1178011 Add network protocol version validation mafiesto4 2022-10-10 12:46:44 +02:00
  • 6d6961d961 removed mouse button down as it caused issues with focus Tryibion 2022-10-06 19:59:51 -05:00
  • 091fe0a40a Simplified tool tip hide Tryibion 2022-10-06 19:12:46 -05:00
  • 2d42ca522d Fixed spacing and comment Tryibion 2022-10-06 16:51:25 -05:00
  • 79ccda3883 Moved code to on drag enter to minimize calls. Tryibion 2022-10-06 16:49:35 -05:00
  • 020351e56b Simplified enabling and disabling scrolling and implimented the stop scrolling functionality when renaming in the content tree panel as well Tryibion 2022-10-06 00:03:38 -05:00
  • 40f7980c18 hide tooltip while dragging Tryibion 2022-10-05 22:05:27 -05:00
  • aca5522245 Fixed small bug when moving a tab when close to the split panel splitter Tryibion 2022-10-05 21:16:54 -05:00
  • cc168db81b Merge pull request #1 from RuanLucasGD/implement-method-to-check-if-world-position-is-within-camera-view Ruan Lucas 2022-10-03 19:35:20 -04:00
  • 0a91b8b360 fix: isPointOnView doesn't work for long distance positions Ruan Lucas 2022-10-03 18:51:27 -04:00
  • 61747bef85 change method name Ruan Lucas 2022-10-02 00:16:25 -04:00
  • 6af6649f70 implement method to check if world position is within camera view Ruan Lucas 2022-10-02 00:02:56 -04:00
  • 3867cb5e97 Changed how cursor is set back to default, so it doesnt keep setting itself Tryibion 2022-09-30 20:52:04 -05:00
  • e18002dd03 Fixed regression of cursor being stuck in default when trying to change it in viewport Tryibion 2022-09-30 20:01:35 -05:00
  • c19ff9b2ef Added a change in cursor type to assist in UX for resizing editor panels and changing the values in value boxes Tryibion 2022-09-30 19:25:50 -05:00
  • 656fcf9847 Changed the content window do the search bars do not scroll with the content. Tryibion 2022-09-30 09:22:36 -05:00
  • 4a301bd09e Merge branch 'master' of https://github.com/Tryibion/FlaxEngine Tryibion 2022-09-28 22:36:33 -05:00
  • 789ec55dbe Removed double click to rename content item Tryibion 2022-09-28 22:03:26 -05:00
  • 5303da4b90 Removed double click to rename content item Tryibion 2022-09-28 22:03:26 -05:00
  • 8f19fde27a Update TimelineEdge.cs Cristhofer Marques 2022-09-28 19:06:20 -03:00
  • f237d424fa Fixed - Gizmo draw order ( https://github.com/FlaxEngine/FlaxEngine/issues/680 ) Preben Eriksen 2022-09-26 09:19:15 +02:00
  • ea9695ac16 Added - Support for LOD meshes using _ , like LOD_0... Preben Eriksen 2022-09-25 10:31:25 +02:00
  • 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. Preben Eriksen 2022-09-25 09:33:23 +02:00
  • 5b212bb8bc Fixing mac/linux csharp binaries referencing Crawcik 2022-09-24 17:52:59 +02:00
  • 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. Preben Eriksen 2022-09-24 13:46:55 +02:00
  • 76a66cf400 Merge branch 'Tryibion-master' mafiesto4 2022-09-19 19:47:14 +02:00
  • 21db53e232 Added scaling towards mouse position in Visject surfaces Tryibion 2022-09-17 11:43:51 -05:00
  • ca4e017e02 Finish simple object replication over network mafiesto4 2022-09-16 18:58:53 +02:00
  • 75221baa19 Improvements mafiesto4 2022-09-15 13:13:16 +02:00
  • e6996ff22f Fix missing virtual C++ function override in C# if the thunk points to vtable index at offset=0 mafiesto4 2022-09-14 22:14:25 +02:00
  • 0e523204d5 Fix custom json asset usage for game settings if loaded before game scripting module is loaded mafiesto4 2022-09-14 21:13:58 +02:00
  • f1adedd689 Fix compilation on Clang mafiesto4 2022-09-14 20:15:50 +02:00
  • 031b640343 Fix compilation on Clang mafiesto4 2022-09-14 18:58:17 +02:00
  • 66b452e90c Fix crash on shutdown due to custom JsonAsset C++ instance mafiesto4 2022-09-13 12:55:14 +02:00
  • c553859c3b Fix invalid NetworkMessage usage in C++ mafiesto4 2022-09-07 13:44:29 +02:00
  • 3347887432 Network objects replication impl progress mafiesto4 2022-09-14 14:54:32 +02:00
  • 9a19717556 Use separate network messages handling table mafiesto4 2022-09-13 16:25:48 +02:00
  • de1437102e Fix crash on shutdown due to custom JsonAsset C++ instance mafiesto4 2022-09-13 12:55:14 +02:00
  • a006fcec40 Fix overlapping VC++ and CSharp projects in Visual Studio solution mafiesto4 2022-09-12 20:17:52 +02:00
  • 10d66fb871 Fix displaying Game and Editor plugins to be batched in Editor mafiesto4 2022-09-09 15:29:55 +02:00
  • 439f74c540 Fix comparison operators on object reference types mafiesto4 2022-09-09 15:29:17 +02:00
  • 8694bd6af9 Fix crash on root motion extraction if source animation has no valid root node animated mafiesto4 2022-09-12 14:48:08 +02:00
  • c62efdc44a Fix crash on root motion extraction if source animation has no valid root node animated mafiesto4 2022-09-12 14:48:08 +02:00
  • 74ce1028ae Fix displaying Game and Editor plugins to be batched in Editor mafiesto4 2022-09-09 15:29:55 +02:00
  • 4fa9b4a741 Fix comparison operators on object reference types mafiesto4 2022-09-09 15:29:17 +02:00
  • 2c4d578f7c Add deprecation info for users to upgrade the code mafiesto4 2022-09-08 18:49:25 +02:00
  • 07ace480ed Add network client ToString mafiesto4 2022-09-08 11:33:08 +02:00
  • d4e7cf75ce Merge remote-tracking branch 'origin/master' into 1.5 mafiesto4 2022-09-08 09:51:46 +02:00
  • f154bfcfc1 Flax.Build compress toogle option Crawcik 2022-09-07 18:15:14 +02:00
  • 8b0d1b4a8c Editor compression fix on unix Crawcik 2022-09-07 17:43:11 +02:00
  • dd8f923bf5 VSC dotnet gen & omnisharp flags Crawcik 2022-09-07 16:54:42 +02:00
  • 19d9cd282d Linux include paths fix Crawcik 2022-09-07 16:53:30 +02:00
  • 3132998c5e Initial network manager with clients mafiesto4 2022-09-07 14:59:06 +02:00
  • 0b78d2711c Add WriteStructure/ReadStructure utilities for NetworkMessage mafiesto4 2022-09-07 14:38:00 +02:00
  • c3c3586628 Fix invalid NetworkMessage usage in C++ mafiesto4 2022-09-07 13:44:29 +02:00
  • 05064402b1 Various improvements mafiesto4 2022-09-07 11:53:03 +02:00
  • 7559cb4d99 Add support for editing JsonAsset data at runtime (eg. modify game settings on the fly) mafiesto4 2022-09-07 11:52:46 +02:00
  • 9a77517cb4 Add Cook&Run and Run cooked game utilities to Game menu list for multilayer games testing mafiesto4 2022-09-07 11:52:11 +02:00
  • 3abbafa530 Fixes for Vulkan 1.4.6334 1.4 mafiesto4 2022-09-06 22:54:00 +02:00
  • 2cd7967ec4 Fix crash on Linux with empty log message mafiesto4 2022-09-06 21:53:14 +02:00
  • 73d0fc4973 Fix UWP build mafiesto4 2022-09-06 19:35:11 +02:00
  • 94cacc8abc Add game settings assets loading (not only objects) mafiesto4 2022-09-06 13:33:17 +02:00
  • 74fe176d2d Improvements for const class usage mafiesto4 2022-09-05 14:34:16 +02:00
  • 2736363d93 Fix OnSceneUnloaded event to contain valid scene object mafiesto4 2022-09-05 14:33:20 +02:00
  • 450eedda02 Merge branch 'GoaLitiuM-linux_window_crash_fix' mafiesto4 2022-09-04 21:53:57 +02:00
  • b715220e5b Merge branch 'linux_window_crash_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_window_crash_fix mafiesto4 2022-09-04 21:53:49 +02:00
  • 8e6405bc7c Merge branch 'GoaLitiuM-linux_rider_detection' mafiesto4 2022-09-04 21:51:38 +02:00
  • a66be45e72 Detect Flatpak installations of Rider and Visual Studio Code GoaLitiuM 2022-07-07 15:18:10 +03:00
  • 45dfa52512 Detect Rider installations on Linux GoaLitiuM 2022-07-04 23:03:14 +03:00
  • 784605f974 Fix crash when opening tooltip windows on Linux GoaLitiuM 2022-07-04 22:30:14 +03:00
  • 7d09e67a5c Fix newline for copyright in new C++ files mafiesto4 2022-09-03 12:57:23 +02:00
  • ab4f5d9a84 Merge remote-tracking branch 'origin/master' into 1.5 mafiesto4 2022-09-03 12:54:45 +02:00
  • 9ad4665270 Add Network Settings mafiesto4 2022-09-03 12:54:37 +02:00
  • 4e541dc0ba Revert tested disabled bokeh shapes mafiesto4 2022-09-02 15:33:30 +02:00
  • 569808af6d Add TypeNameEditor for editing typename reference as soft string value mafiesto4 2022-09-02 14:10:53 +02:00
  • c9726ab05b Compact graphics settings mafiesto4 2022-09-02 14:10:04 +02:00
  • fba60f05a0 Refactor EditorPlugins to properly initialize and deinitialize mafiesto4 2022-09-02 09:52:41 +02:00