Commit Graph

  • 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
  • 1d7ba2210a Fix crash on API event in C# after Editor hot-reload mafiesto4 2022-09-01 22:55:29 +02:00
  • 8885412350 Fix SSR shader on D3D10 mafiesto4 2022-08-31 23:16:29 +02:00
  • d712a83c69 Fix invisible static model if model is loaded but not yet streamed mafiesto4 2022-08-31 19:40:13 +02:00
  • 6f756acb33 Merge branch 'PrecisionRender-master' mafiesto4 2022-08-31 17:39:11 +02:00
  • a1dea6a756 Adjust triplanar texture sample node #735 mafiesto4 2022-08-31 17:39:01 +02:00
  • 2b400a7f50 Merge branch 'master' of https://github.com/PrecisionRender/FlaxEngine into PrecisionRender-master mafiesto4 2022-08-31 17:16:20 +02:00
  • 3499127b91 Add new screenshot mafiesto4 2022-08-31 15:34:09 +02:00
  • 2cfd6c20e7 Bump up build number mafiesto4 2022-08-31 15:33:52 +02:00
  • 69a2d10c57 Add additive scene opening in Editor via drag&drop into Scene Tree window mafiesto4 2022-08-25 20:58:30 +02:00
  • cbd2561e22 Update asset mafiesto4 2022-08-25 20:54:44 +02:00
  • 88b46d1720 Fix crash when changing actor scene mafiesto4 2022-08-25 20:54:25 +02:00
  • 98616f443b Reduce actor orientation threshold mafiesto4 2022-08-24 21:16:11 +02:00
  • 2fb6ab4f44 Fix borders sampling in Depth Of Field to reduce leaking artifacts on screen edges mafiesto4 2022-08-23 17:27:32 +02:00
  • 57cb15486e Fix the Depth Of Field to be consistent no matter the resolution mafiesto4 2022-08-23 17:26:59 +02:00
  • d50908e10b Cleanup DOF shader to use shader permutations for vertical/horizontal passes mafiesto4 2022-08-21 13:19:17 +02:00
  • 0b71549834 Add another editor viewport cam speed step mafiesto4 2022-08-21 12:04:35 +02:00
  • 20ebe3ac85 Fix game ticking in editor during cut-scene rendering at edit time mafiesto4 2022-08-19 15:35:34 +02:00
  • a545520d6b Add playback speed option for Scene Animation rendering mafiesto4 2022-08-19 15:35:06 +02:00
  • f4516718a0 Fix Ctrl+S in timeline view to not split the camera shot media mafiesto4 2022-08-19 15:20:02 +02:00
  • 7c557d627a Merge branch 'master' of https://github.com/PrecisionRender/FlaxEngine PrecisionRender 2022-08-25 11:28:26 -05:00
  • 8f8df34342 Add World Triplanar Texture node to shader editor PrecisionRender 2022-08-24 09:35:54 -05:00
  • 04d44d8a15 Add World Triplanar Texture node to shader editor PrecisionRender 2022-08-24 09:35:54 -05:00
  • b2f22b2d87 Add EditorPlugin.DeinitializeEditor to properly cleanup Editor extensions on exit mafiesto4 2022-08-23 09:39:43 +02:00
  • a19c17cfb9 Fix ivalid include mafiesto4 2022-08-19 14:36:38 +02:00
  • a3a44f0cef Add StringUtils tests and Paths test and fix detected problem with rooted path starting with ./ mafiesto4 2022-08-19 11:54:09 +02:00
  • 01eb42dd10 Enable assertions in native tests mafiesto4 2022-08-19 11:19:07 +02:00
  • bf30d7cd29 Add Array/BitArray tests and fix some detected problems mafiesto4 2022-08-19 11:18:48 +02:00
  • ed7cc96889 Add Guid tests mafiesto4 2022-08-19 11:17:36 +02:00
  • b17070adf5 Fix picking to properly select closest triangle for meshes mafiesto4 2022-08-18 15:54:02 +02:00
  • 698545006f Add auto-selecting new item created in Content window mafiesto4 2022-08-18 15:21:32 +02:00
  • c7a3fb4341 Fix crash due to GPU Particles define not used in some headers mafiesto4 2022-08-18 15:14:50 +02:00
  • db6cd541c2 Add separate GBuffer view modes in Editor viewport widget mafiesto4 2022-08-17 20:37:12 +02:00
  • 0b15c369d6 Fix FlaxStorage refs counting to be atomic mafiesto4 2022-08-16 12:36:44 +02:00
  • 31fb4f6a15 Fix editor error when selecting foliage type mafiesto4 2022-08-14 00:47:30 +02:00
  • c43f724189 Add reloading materials and particle emitters after shader compilation fail mafiesto4 2022-08-12 22:55:20 +02:00
  • ff87cdfebb Update SDFs mafiesto4 2022-08-12 16:00:48 +02:00
  • b8922ee846 Fix 1px offset in Model SDFs mafiesto4 2022-08-12 16:00:38 +02:00