Commit Graph

  • 7fd6c43f84 Add more profier events to Vulkan backed mafiesto4 2024-01-30 18:45:34 +01:00
  • fa58b171ec Add support for using Tracy profiler on Switch mafiesto4 2024-01-30 18:14:53 +01:00
  • 320024399d Add support for overriding some defaults for GPU per-platform mafiesto4 2024-01-30 15:43:39 +01:00
  • 9bad65e359 Add better logging for mono messages mafiesto4 2024-01-30 10:04:10 +01:00
  • 1f8314b663 fixed typo nothingTVatYT 2024-01-30 09:29:05 +01:00
  • 2a03206778 add formatting preference to editor options nothingTVatYT 2024-01-30 09:24:44 +01:00
  • 49beb2c7ba add toggle formatting nothingTVatYT 2024-01-30 08:52:27 +01:00
  • e7b0375a0e code cleanup nothingTVatYT 2024-01-30 07:45:19 +01:00
  • 9e5f866b75 fix Newton parsing nothingTVatYT 2024-01-30 07:44:50 +01:00
  • 3dc34e2d9c add more units and categories nothingTVatYT 2024-01-29 22:51:02 +01:00
  • 5bad7c79c4 Add removing dotnet libs for iterative rebuilds when AOT cache gets cleared mafiesto4 2024-01-29 17:53:42 +01:00
  • af8e1e527f Update BindingsGenerator.Cpp.cs NoriteSC 2024-01-29 15:31:12 +01:00
  • bb00d29098 Codestyle fixes and optimizations mafiesto4 2024-01-29 13:46:50 +01:00
  • dcda7d96bb use C# default for double formatting nothingTVatYT 2024-01-29 09:06:05 +01:00
  • a0741dd9de units for quaternion, transform and more collider values nothingTVatYT 2024-01-29 08:24:55 +01:00
  • ef41ad6074 add units to transform editor, some collider values nothingTVatYT 2024-01-29 07:34:58 +01:00
  • 20dbe15651 add configuration options nothingTVatYT 2024-01-28 23:52:52 +01:00
  • 2625144945 rename attribute and fix parsing nothingTVatYT 2024-01-28 23:28:35 +01:00
  • 1b33a2aa0d Optimize render targets freeing on the start of the game mafiesto4 2024-01-28 23:11:24 +01:00
  • 10bed94357 Refactor engine systems to use platform time seconds rather than date time mafiesto4 2024-01-28 22:15:34 +01:00
  • d28b0ab2a6 revert unrelated change in .csproj nothingTVatYT 2024-01-28 21:41:08 +01:00
  • 9e38a01acc add units support in float, double and Float3 input nothingTVatYT 2024-01-28 20:52:25 +01:00
  • 69b7a10c1f Add Stopwatch for accurate duration measuring mafiesto4 2024-01-28 20:31:03 +01:00
  • ecf593e7a4 Remove unused SaveTime/LoadTime from Scene mafiesto4 2024-01-28 20:28:29 +01:00
  • 2a70d0c011 Fix invalid log timing when log file is disabled in cooked build mafiesto4 2024-01-28 19:52:31 +01:00
  • 2853af20f6 Tweak iOS AOT options mafiesto4 2024-01-28 01:23:58 +01:00
  • c60058758b Minor fixes mafiesto4 2024-01-28 01:15:29 +01:00
  • 74d348706c Add skeleton mask asset parameter to Blend With Mask anim node. ruan 2024-01-27 14:23:41 -04:00
  • 18fc6ebd39 Half windowed size and center on screen if going to windowed mode. Tryibion 2024-01-26 10:38:36 -06:00
  • 9874b753cb Merge branch 'master' into collection-ui Tryibion 2024-01-26 09:54:03 -06:00
  • ee19bca7e4 Fixing skipped static and other fields generating "else if" without "if" first. z1dev 2024-01-26 09:07:02 +01:00
  • 39e7be6322 Added "Start Time" option for Audio Source Actor whocares77 2024-01-24 19:58:29 +03:00
  • b85f471fcb Add drag cleanup on destroy. Tryibion 2024-01-23 08:59:27 -06:00
  • f306d34a6e Add drag drop for actor script items into scenes and prefabs. Tryibion 2024-01-23 08:34:15 -06:00
  • 045f49d2d6 Fixes terrain smoothing separation issue envision3d 2024-01-22 22:25:53 -06:00
  • d5e9ad2147 Adjust combobox window position based on what direction it opens. Tryibion 2024-01-22 21:01:04 -06:00
  • ce658acb22 Dont include editor modules in auto generated git plugin pulling. Tryibion 2024-01-22 18:03:14 -06:00
  • 0d3b81b8ca Change drop location of multiple nodes to be vertical. Tryibion 2024-01-22 17:37:02 -06:00
  • a0e127b9cc Various porting patches mafiesto4 2024-01-22 21:17:58 +01:00
  • 19ddcad16f Small clean code ruan 2024-01-21 11:03:29 -04:00
  • e5160f2885 Small fix ruan 2024-01-21 10:42:55 -04:00
  • afe9b15899 Merge branch 'master' into vehicle-physics ruan 2024-01-21 09:02:18 -04:00
  • 34583d7a55 Fix crash when disable vehicle ruan 2024-01-21 09:00:46 -04:00
  • 7f95748351 Fix brake not working on tanks ruan 2024-01-20 19:44:08 -04:00
  • 37fe11e19f Add missing mono lib to consoles build mafiesto4 2024-01-19 20:33:28 +01:00
  • 8e3123a129 Add better stack trace reporting in crashes when running on non-Windows platforms mafiesto4 2024-01-18 16:06:34 +01:00
  • b4186052df Add printing stack trace even when not using log file mafiesto4 2024-01-18 16:04:22 +01:00
  • 6d6b678b29 Minor changes from porting mafiesto4 2024-01-18 16:03:27 +01:00
  • 40e75465a3 fix plugin entry layout nothingTVatYT 2024-01-17 22:46:49 +01:00
  • 3bdc70a4c6 Add automatic building of nethost for consoles mafiesto4 2024-01-15 17:30:45 +01:00
  • 64e3db3a98 Update Array.h added IsValidIndex NoriteSC 2024-01-13 17:32:07 +01:00
  • e6389511ff Fix tank inputs without initialized values ruan 2024-01-13 09:47:00 -04:00
  • 2c5095e0a1 Fix Plugin Project creation when the user types in symbols. Tryibion 2024-01-12 20:35:59 -06:00
  • 503bcdcf27 Change visibility instead of enable on scroll bars. Tryibion 2024-01-12 19:57:00 -06:00
  • 0eb4e0205e Better fix Tryibion 2024-01-12 19:43:58 -06:00
  • 2935b8ba10 Fix prefab transform on drag drop with parent. #1749 Tryibion 2024-01-12 19:12:48 -06:00
  • 82c8e39dfd Fix AlwaysShowScrollbars to update enabled state of the scroll bars. #2165 Tryibion 2024-01-12 17:23:10 -06:00
  • ec6fb459bb Merge remote-tracking branch 'origin/1.8' into 1.8 mafiesto4 2024-01-12 13:44:57 +01:00
  • 9a70f698b9 Various improvements to building nethost mafiesto4 2024-01-12 13:44:50 +01:00
  • 5b3e7f0bf8 Fix FileSystem::CopyDirectory not failing when source folder is missing mafiesto4 2024-01-12 13:44:01 +01:00
  • 52da42e62e Add reload project menu button Tryibion 2024-01-11 14:19:51 -06:00
  • 1da803c5fb Fix compilation without GPU resources naming enabled mafiesto4 2024-01-11 17:59:34 +01:00
  • 697db443ac Skip astc on macOS x64 due to precompiled lib with too new clang ver mafiesto4 2024-01-11 17:58:02 +01:00
  • 76cf935583 Fix Dropdown panel scale correctly. Tryibion 2024-01-10 22:00:20 -06:00
  • cae9ddfa36 Default to keep local orientation. Tryibion 2024-01-10 13:56:38 -06:00
  • f1d6d71f6c Get unrotated bounded box to rotate. Tryibion 2024-01-10 13:53:22 -06:00
  • 361cb914f3 Keep local orientation on collider spawn. Add option to keep orientation when resizing collider. Tryibion 2024-01-10 11:42:49 -06:00
  • 8922b5cd79 clean up include file nothingTVatYT 2024-01-10 18:38:29 +01:00
  • d126f5bc55 use enum helper functions nothingTVatYT 2024-01-10 18:36:05 +01:00
  • 2c76785bf0 remove unused import nothingTVatYT 2024-01-10 18:31:13 +01:00
  • 1094abce5a Fix crash when finding actor or level with empty name text mafiesto4 2024-01-10 12:12:11 +01:00
  • b7cc4c768f Fix unpacking Variant structure if input value is a scalar mafiesto4 2024-01-10 12:08:01 +01:00
  • d807e9bfe0 Fix crash when setting maanaged structure data via Variant mafiesto4 2024-01-10 11:48:08 +01:00
  • fa0e2fe0be Merge branch 'GoaLitiuM-sln_folder_mapping_fix' mafiesto4 2024-01-10 11:03:01 +01:00
  • e54cbbd5a3 Merge branch 'sln_folder_mapping_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sln_folder_mapping_fix mafiesto4 2024-01-10 11:02:56 +01:00
  • e98eed9f62 Merge branch 'Tryibion-move-shortkey' mafiesto4 2024-01-10 11:01:39 +01:00
  • a82ea17864 Merge branch 'move-shortkey' of https://github.com/Tryibion/FlaxEngine into Tryibion-move-shortkey mafiesto4 2024-01-10 11:01:07 +01:00
  • 6289b9d15a Fix crash due to incorrect PhysX usage for vehicle setup mafiesto4 2024-01-10 10:58:39 +01:00
  • 1e061b77af Add back in checking for textRect x location. Tryibion 2024-01-08 19:48:12 -06:00
  • afb5edb824 Adjust ContextMenu ShortKeys as needed to accommodate for scrollbar when visible. Tryibion 2024-01-08 19:45:54 -06:00
  • 9fd7a231ca Fix invalid Visual Studio solution folder nesting GoaLitiuM 2024-01-08 20:45:10 +02:00
  • 0b7c187630 Fix Animated Model slot animations clearing on start mafiesto4 2024-01-07 22:35:17 +01:00
  • 8c2a156e1f Add SourceState and DestinationState modes to State Machine interruption modes in Anim Graph mafiesto4 2024-01-07 18:34:15 +01:00
  • 7f420c0131 add validation to vehicle drive Mr. Capybara 2024-01-07 10:46:21 -04:00
  • eca17c7799 Change vehicle drive mode to vehiclde drive control Mr. Capybara 2024-01-07 10:35:00 -04:00
  • 14a4c92aa8 Add Vehicle anti roll bar and suspension sprung force multiplier Mr. Capybara 2024-01-06 14:49:38 -04:00
  • a24a9d2094 move constraints checks to RigidBody nothingTVatYT 2024-01-06 12:40:24 +01:00
  • af0439f3ce Add displaying playback position of animation in Anim Graph window mafiesto4 2024-01-05 22:06:44 +01:00
  • 6d58883454 Add events tracing feature to Animated Model for animation playback insights mafiesto4 2024-01-05 21:42:28 +01:00
  • 0075184a99 Merge branch 'master' into 1.8 mafiesto4 2024-01-05 17:13:51 +01:00
  • b6337c748c Fix stopping slot animations and playing the same frame mafiesto4 2023-12-27 23:45:55 +01:00
  • 7f4d2d8db6 Fix GPU profiler event percentage calculation and add tint highlight to spot slow entries mafiesto4 2024-01-05 12:53:48 +01:00
  • 254ef30fea Merge branch 'plemsoft-PE-2023-DEC' mafiesto4 2024-01-05 12:19:43 +01:00
  • 78b13ace5c Minor tweak mafiesto4 2024-01-05 12:19:37 +01:00
  • 8ec4030e1a Merge branch 'PE-2023-DEC' of https://github.com/plemsoft/FlaxEngine into plemsoft-PE-2023-DEC mafiesto4 2024-01-05 12:19:08 +01:00
  • 60fd4702a6 Fix crash when using degenerated triangle in Multi Blend 2D to properly sample animation mafiesto4 2024-01-05 11:52:28 +01:00
  • d9ca3e5b57 Add sanity check to prevent crashes when Animated Model has NaN in skeleton pose mafiesto4 2024-01-05 11:29:53 +01:00
  • 37da55896c Remove unused DateTime apis and cleanup constants mafiesto4 2024-01-05 11:15:32 +01:00
  • 976d0992df Fix DateTime::GetDate calculations mafiesto4 2024-01-05 11:13:41 +01:00
  • 6fb6769574 Merge branch 'Menotdan-expose-csm-settings' mafiesto4 2024-01-05 10:42:14 +01:00