Commit Graph

  • f80b7ee2a5 Fix spacing Tryibion 2023-07-23 18:58:47 -05:00
  • 12005ad314 Simplify functionality into function. Tryibion 2023-07-23 15:20:57 -05:00
  • 02d135053f Add scroll to selected asset/content item on asset picker select menu open. Tryibion 2023-07-23 15:10:31 -05:00
  • d1a6bdceed Add params tag to API_PARAM for C# variadic parameters support GoaLitiuM 2023-07-23 12:46:18 +03:00
  • 91e0e2011c Fix visibility of string wrapper Mateusz Karbowiak 2023-07-22 18:39:50 +02:00
  • 1a72aeeb24 disable edit tangent buttons when select multiple values Ruan Lucas 2023-07-21 22:15:43 -04:00
  • bd8c5985b1 remove debug Ruan Lucas 2023-07-21 22:11:30 -04:00
  • f8da0708e1 add suport to loop spline on set tangent linear Ruan Lucas 2023-07-21 22:11:15 -04:00
  • 1bd7210107 don't let aligned or free mode on first or end spline point Ruan Lucas 2023-07-21 21:05:36 -04:00
  • 6872f35add don't let set smooth tangent in/out on start/end spline if isn't loop Ruan Lucas 2023-07-21 21:00:08 -04:00
  • 0ba9f7c51d Small simplification of null checking for input editors Tryibion 2023-07-21 13:33:00 -05:00
  • 9b0c6a070a Add InputEvent and InputAxis editors and changed UICanvas to use them. Tryibion 2023-07-21 13:26:51 -05:00
  • 008f219883 organize smooth in and smooth out tangents code Ruan Lucas 2023-07-21 10:25:55 -04:00
  • 83427ba1d4 Add batch creating prefabs from mutiple selected actors in the scene tree. Tryibion 2023-07-20 23:02:26 -05:00
  • a1cdf3e733 Fix bug of populating asset picker if option platform type does not exist. Tryibion 2023-07-20 21:31:07 -05:00
  • 5c7faf7262 disable edit tangent options when deselect tangents or spline points on spline editor Ruan Lucas 2023-07-20 16:40:05 -04:00
  • 4cf2bba840 fix edit buttons style on spline editor Ruan Lucas 2023-07-20 13:19:18 -04:00
  • e6715ad095 add methods to auto select tangents or points on change edit mode on spline editor Ruan Lucas 2023-07-20 13:05:56 -04:00
  • 50f1688140 add smooth in tangent and smooth out tangent Ruan Lucas 2023-07-20 10:52:07 -04:00
  • 902a3c1eed smooth point on set linear point to free Ruan Lucas 2023-07-20 09:36:05 -04:00
  • e40c0be00d fix set type on press edit buttons not working Ruan Lucas 2023-07-20 09:25:48 -04:00
  • dba0675873 Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into feature/1151-play-mode-actions envision3d 2023-07-20 02:00:53 -05:00
  • 8a9b76a468 clean code Ruan Lucas 2023-07-19 16:28:15 -04:00
  • 7855db951e auto detect tangent type when click on spline keyframe Ruan Lucas 2023-07-19 16:01:05 -04:00
  • 7036e77d60 fix auto smooth point on click Ruan Lucas 2023-07-19 10:20:30 -04:00
  • 95c934d6b4 se button color when set tangent mode Ruan Lucas 2023-07-19 09:07:40 -04:00
  • a42dc8f434 change tangent edit option base class name Ruan Lucas 2023-07-19 08:44:22 -04:00
  • 1ec2df1a29 disable edit tangents buttons when don't have any tangent or point selected Ruan Lucas 2023-07-19 08:43:11 -04:00
  • 32d9067710 Fix build mafiesto4 2023-07-19 09:08:17 +02:00
  • 590a892f16 set spline point as selected when has a tangent selected and set as linear Ruan Lucas 2023-07-18 21:54:30 -04:00
  • 2fac4c9284 add smooth tangent on first and last keyframe Ruan Lucas 2023-07-18 20:28:28 -04:00
  • 2be6a6be9e add basic options Ruan Lucas 2023-07-18 16:48:15 -04:00
  • b26b9302e0 Remove unused TIsArithmetic mafiesto4 2023-07-18 18:43:10 +02:00
  • eea0b37dc3 Merge remote-tracking branch 'origin/master' into 1.7 mafiesto4 2023-07-18 18:35:44 +02:00
  • b2b10ce7da Fix various core types to be trivially constructible as properly POD-type mafiesto4 2023-07-18 18:20:11 +02:00
  • 872509df2a Fix incorrect Transform Position To Screen UV in particles graph in CPU code path mafiesto4 2023-07-18 18:13:19 +02:00
  • e96e338fd3 Merge branch 'Tryibion-log-count' mafiesto4 2023-07-18 17:45:25 +02:00
  • a80e3f5a15 Merge branch 'log-count' of https://github.com/Tryibion/FlaxEngine into Tryibion-log-count mafiesto4 2023-07-18 17:45:18 +02:00
  • be079b9b67 Improvements to debug log count. Tryibion 2023-07-18 09:51:21 -05:00
  • e39a56fc4e Merge remote-tracking branch 'origin/master' into 1.7 mafiesto4 2023-07-18 11:47:39 +02:00
  • 60c0995bc3 Add undo for #1247 mafiesto4 2023-07-18 11:46:15 +02:00
  • 8f8c0e4b81 Minor fixes for #1247 mafiesto4 2023-07-18 10:55:15 +02:00
  • 338499536f Add ModelInstanceActor::GetMaterialSlots mafiesto4 2023-07-18 10:55:00 +02:00
  • 0f613abfb9 Add ToSpan from 24c03c0e4b mafiesto4 2023-07-18 10:54:21 +02:00
  • fdb06424d4 Merge branch 'Tryibion-mat-entry' mafiesto4 2023-07-18 10:25:46 +02:00
  • 5b40f770b1 Merge branch 'mat-entry' of https://github.com/Tryibion/FlaxEngine into Tryibion-mat-entry mafiesto4 2023-07-18 10:25:35 +02:00
  • 488958ce44 Fix DrawSceneDepth to properly draw scene objects when custom actors list is empty mafiesto4 2023-07-18 10:16:11 +02:00
  • a535c701e5 Merge branch 'GoaLitiuM-generic_type_fix' mafiesto4 2023-07-18 09:51:14 +02:00
  • 9c2cff6f3c Merge branch 'generic_type_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-generic_type_fix mafiesto4 2023-07-18 09:50:56 +02:00
  • 44518e88d5 Fix crash when using Vector3 soft casting in Visual Scripts mafiesto4 2023-07-18 09:48:43 +02:00
  • 07ef07e979 Merge remote-tracking branch 'origin/1.7' into 1.7 mafiesto4 2023-07-17 18:27:31 +02:00
  • 5012d4432e Add NvCloth for Linux mafiesto4 2023-07-17 18:22:40 +02:00
  • 3d5d7ad968 Don't recook cloth mesh when rebuilding it mafiesto4 2023-07-17 15:34:38 +02:00
  • 868084286c Add automatic cloth rebuild when simulation fails with NaN mafiesto4 2023-07-17 15:17:22 +02:00
  • 1af076f180 Add distance-based and frustum-based culling to cloth mafiesto4 2023-07-17 11:16:01 +02:00
  • de8613e223 Merge remote-tracking branch 'origin/master' into 1.7 mafiesto4 2023-07-16 22:40:02 +02:00
  • 10d9942e8f Add async pre-sim update for cloth via job system mafiesto4 2023-07-16 22:39:56 +02:00
  • 2046eca45a Add NvCloth fabric reusing for multiple instances of the same cloth mesh mafiesto4 2023-07-16 14:40:11 +02:00
  • e075a1c6aa Run cloth simulation in async via job system mafiesto4 2023-07-16 12:59:18 +02:00
  • adfaf8c961 Don't update cloth colliders every frame mafiesto4 2023-07-16 12:53:59 +02:00
  • 9179586f14 Fix cloth painting in prefab window mafiesto4 2023-07-16 12:36:38 +02:00
  • 011162744c Fix various keyboard handling on macOS mafiesto4 2023-07-15 15:07:52 +02:00
  • 6853aa6e81 Add control/command/option keys handling on macOS mafiesto4 2023-07-15 15:00:55 +02:00
  • 6fc168bdf1 Add macOS message box with buttons mafiesto4 2023-07-15 14:42:54 +02:00
  • 6d48fce763 Fix mouse cursor setting on macOS to properly handle screen scale mafiesto4 2023-07-15 14:01:56 +02:00
  • 371db610a9 Merge remote-tracking branch 'origin/1.7' into 1.7 mafiesto4 2023-07-16 12:03:06 +02:00
  • 31943ca9bd Add normals computing to cloth mesh mafiesto4 2023-07-16 12:02:33 +02:00
  • f0496d53e8 Add RenderTools::CalculateTangentFrame utility mafiesto4 2023-07-16 11:57:21 +02:00
  • 868db7c848 Add functionality to combine similar logs into a log with a count. Tryibion 2023-07-15 13:52:10 -05:00
  • c89421438b Code cleanup Tryibion 2023-07-15 10:42:41 -05:00
  • 02219beac9 Handle edge case Tryibion 2023-07-15 10:27:59 -05:00
  • c8edaf5d6e Fix bug with not using slot material Tryibion 2023-07-15 10:10:37 -05:00
  • ba93e1e1d0 Add showing default materials to model entries. Tryibion 2023-07-15 10:00:34 -05:00
  • 1ae89c7545 Fix various keyboard handling on macOS mafiesto4 2023-07-15 15:07:52 +02:00
  • 4a0235785b Add control/command/option keys handling on macOS mafiesto4 2023-07-15 15:00:55 +02:00
  • 8f4ada2555 Add macOS message box with buttons mafiesto4 2023-07-15 14:42:54 +02:00
  • a7e436412c Fix mouse cursor setting on macOS to properly handle screen scale mafiesto4 2023-07-15 14:01:56 +02:00
  • ff56152ef2 Fix releasing non-collectible types with collectible generic types GoaLitiuM 2023-07-15 13:19:22 +03:00
  • 18fb7fb849 Add NvCloth for iOS mafiesto4 2023-07-15 11:27:26 +02:00
  • 6664972fbf Add NvCloth for macOS mafiesto4 2023-07-15 11:22:00 +02:00
  • 2645b69ec0 Tweak air lif/drag coeffs to properly simulate wind on cloth mafiesto4 2023-07-14 17:10:28 +02:00
  • aef3ae14d4 Add animated model pose handling as a input to cloth for proper character clothing sim mafiesto4 2023-07-14 17:10:09 +02:00
  • 68d97fcc48 Improve cloth paint picking logic mafiesto4 2023-07-14 14:17:19 +02:00
  • 3f9e286279 Fix crash when creating cloth with all vertices fixed mafiesto4 2023-07-14 14:12:30 +02:00
  • 3141b4fb04 Merge remote-tracking branch 'origin/master' into 1.7 mafiesto4 2023-07-14 14:10:21 +02:00
  • b1056e160a Add debug sanity checks to cloth to solve issues mafiesto4 2023-07-14 13:36:44 +02:00
  • 84c99ea1c3 Fix nested animation sampling bug mafiesto4 2023-07-14 13:10:20 +02:00
  • f5f948ea4c Fix culling artifacts in animated model preview in Editor mafiesto4 2023-07-14 12:17:21 +02:00
  • a6924d37c1 Add ModelInstanceActor::GetMaterial to get actual material used to render certain entries mafiesto4 2023-07-14 11:58:51 +02:00
  • 7b88569e73 Add sealed tag to virtual functions in API bindings to block inheritance in C#/VS mafiesto4 2023-07-14 11:57:38 +02:00
  • 40fc2f8295 Fix missing header files in deployed engine package mafiesto4 2023-07-14 11:25:54 +02:00
  • 843abca8ca Fix error when opening shader asset if it's not visible in Content window mafiesto4 2023-07-14 10:59:04 +02:00
  • 24c03c0e4b Add cloth painting tools to Editor mafiesto4 2023-07-13 23:30:37 +02:00
  • 3b90e75307 Various improvements to serialization of data encoded via Base64 to Json mafiesto4 2023-07-13 13:10:34 +02:00
  • c6a82b8c36 Add DebugDraw::DrawLine with separate start/end colors mafiesto4 2023-07-13 13:08:53 +02:00
  • 15b2d4e041 Add IPresenterOwner to editor Custom Editor for more context and advanced interactions mafiesto4 2023-07-12 12:36:30 +02:00
  • 159beae8ae Merge remote-tracking branch 'origin/master' into 1.7 mafiesto4 2023-07-12 12:24:24 +02:00
  • 8a07c486bc Refactor Editor gizmo modes ownership to support using them in prefab window mafiesto4 2023-07-12 12:24:13 +02:00
  • 3e801dbc8d Merge branch 'Tryibion-debug-lights' mafiesto4 2023-07-10 12:52:10 +02:00
  • 170906e483 Merge branch 'debug-lights' of https://github.com/Tryibion/FlaxEngine into Tryibion-debug-lights mafiesto4 2023-07-10 12:52:05 +02:00