Commit Graph

  • b065e6c989 Fix regression from 294dd3d363 mafiesto4 2025-05-30 11:15:47 +02:00
  • 372a23cf3a Merge branch 'Tryibion-focus-actor-no-box' mafiesto4 2025-05-30 00:47:18 +02:00
  • 4721e8109f Merge branch 'focus-actor-no-box' of https://github.com/Tryibion/FlaxEngine into Tryibion-focus-actor-no-box mafiesto4 2025-05-30 00:47:05 +02:00
  • b58aaccc53 Fix missing Physics Colliders view if Debug Draw is disabled mafiesto4 2025-05-30 00:46:09 +02:00
  • 294dd3d363 Fix json guid parsing to check for correct hex characters mafiesto4 2025-05-30 00:42:55 +02:00
  • e00f552baf Fix missing xml comment mafiesto4 2025-05-30 00:39:20 +02:00
  • 8eff098850 Fix Linux build mafiesto4 2025-05-28 04:30:08 +02:00
  • 4fe9fdded6 Optimize redundant string allocation in managed binary module unload mafiesto4 2025-05-28 04:10:47 +02:00
  • 03d52d4eb9 Add support for building engine without logging mafiesto4 2025-05-28 04:05:12 +02:00
  • ab61ed5a37 Add more memory profiling insights and groups mafiesto4 2025-05-28 04:03:44 +02:00
  • 72ee80242d Add integration with Tracy profiler to plot main memory categories mafiesto4 2025-05-26 05:37:53 +02:00
  • 9dc4dbc6d7 Add more memory profiler categories mafiesto4 2025-05-25 18:38:07 +02:00
  • a74c5e7943 Another fix for iOS build mafiesto4 2025-05-25 18:01:30 +02:00
  • 8f9fa6995e Fix compilation issues mafiesto4 2025-05-25 17:40:00 +02:00
  • 98e59450f1 Add freeing managed assembly memory on reload/unload mafiesto4 2025-05-25 17:39:51 +02:00
  • 8c62f1120f Optimize dynamic memory allocations for managed runtime interop collections with a new Arena Allocation mafiesto4 2025-05-25 17:39:20 +02:00
  • 9aaba955d0 Fix profiler tables to use column headers aligned to center mafiesto4 2025-05-25 02:04:56 +02:00
  • 410ec0465c Optimize CSharp scripting runtime to use arena allocator per-assembly mafiesto4 2025-05-25 02:04:16 +02:00
  • ae9ded504d Add utility for if in play mode that returns true for shipped applications. Tryibion 2025-05-23 23:21:45 -05:00
  • f9cb4ddae2 Add new Arena Allocator for optimized dynamic memory allocations with a shared lifetime mafiesto4 2025-05-24 05:08:32 +02:00
  • 9753e579c1 Check for Game window before usage to avoid errors in trying to unplay. Tryibion 2025-05-23 18:16:48 -05:00
  • 954cf3eb5b Add option to show verticies and triangles of collision model in a collider data window. Tryibion 2025-05-23 17:57:14 -05:00
  • 2e996c8e91 Remove redundant call to scene. Fixes error in prefab node filtering. Tryibion 2025-05-23 17:11:45 -05:00
  • 545a43de32 Add drawing root tree lines except for in scene and prefab tree. Tryibion 2025-05-23 16:50:55 -05:00
  • e606c35093 Add node tree to show changes to whole prefab. Tryibion 2025-05-23 16:23:22 -05:00
  • 21ae2d5d40 Focus Actor position if no Actor bounding box. Tryibion 2025-05-23 14:44:53 -05:00
  • 4649298605 Dont allow setting prefab root name from scene instance. Tryibion 2025-05-23 14:06:21 -05:00
  • ae9622d271 Re-add colors back in for nodes. Tryibion 2025-05-23 13:29:05 -05:00
  • 4366976015 Add better prefab diff viewing naming for actors Tryibion 2025-05-23 13:27:01 -05:00
  • 5b2a966ac6 Fix animation preview bounds scale. Tryibion 2025-05-23 10:37:30 -05:00
  • bb855e2663 Add suport for Tracy profiler on Mac mafiesto4 2025-05-22 05:34:36 +02:00
  • d24f9d1e1e Add warning when using memory profiler without enabled on startup mafiesto4 2025-05-22 05:18:56 +02:00
  • c1b1f4afc4 Add process memory stats for Apple platforms mafiesto4 2025-05-22 04:49:48 +02:00
  • c639a3103c Add memory profiling events to the main areas of the engine mafiesto4 2025-05-22 04:47:01 +02:00
  • 32bc73610f Fix debug command type detection when it's used with argument mafiesto4 2025-05-22 04:45:12 +02:00
  • 66dcfafa2e Fix Vulkan descriptor sets pooling mafiesto4 2025-05-22 04:42:01 +02:00
  • 9215f2662f Add missing memory alloc profiling for virtual pages mafiesto4 2025-05-22 04:41:01 +02:00
  • 2dc404cbd3 Add new memory profiler mafiesto4 2025-05-22 04:40:32 +02:00
  • 59308df250 add shortcuts for viewflags and debug view modes xxSeys1 2025-05-18 16:28:16 +02:00
  • 9ba1c4c338 Fix typo in ec2957bf38 mafiesto4 2025-05-16 20:24:01 +02:00
  • ec2957bf38 Fix memory leak on sequential mesh buffers update mafiesto4 2025-05-16 20:23:16 +02:00
  • 8bb5655b2f Fix error when using invalid camera ray mafiesto4 2025-05-16 20:22:52 +02:00
  • c24ecaaab1 fix crammed color grading editor value boxes xxSeys1 2025-05-15 19:27:48 +02:00
  • 483a33996f fix atan2 to use default box value xxSeys1 2025-05-15 11:43:38 +02:00
  • 245d7de818 Fixed renamed parameters Olly Rybak 2025-05-14 19:32:11 +10:00
  • 49e0cc937e Added SetNodeTransformation with ModelBoneNode Olly 2025-05-14 19:28:29 +10:00
  • 6be8158209 Fix timeout calculation in Task::Wait Wiktor Żurawik 2025-05-11 14:34:31 +02:00
  • 8e7fcd3cad Merge branch 'xxSeys1-ItemsListNoSelectionAutoFirst' mafiesto4 2025-05-13 20:16:56 +02:00
  • a792a8a533 Merge branch 'ItemsListNoSelectionAutoFirst' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemsListNoSelectionAutoFirst mafiesto4 2025-05-13 20:16:51 +02:00
  • 25d8c4645e Merge branch 'GoaLitiuM-fontlinecache_alloc' mafiesto4 2025-05-13 20:09:08 +02:00
  • 64c552d69d Merge branch 'fontlinecache_alloc' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fontlinecache_alloc mafiesto4 2025-05-13 20:06:31 +02:00
  • fafa400db0 Merge branch 'xxSeys1-documentationInReadme' mafiesto4 2025-05-13 19:59:21 +02:00
  • 0b20a5342e add info on docs source being available to readme xxSeys1 2025-05-13 16:00:16 +02:00
  • f71bdd0962 Create GPUTextureEditor.cs Norite SC 2025-05-13 01:13:16 +02:00
  • fa4e56a32a unify zoom behavior when zooming in and out xxSeys1 2025-05-12 20:26:33 +02:00
  • 212bd7a011 adjust width of terrain related nodes and node elements xxSeys1 2025-05-12 20:11:08 +02:00
  • 943864004f Update README.md alsed 2025-05-09 15:17:20 -04:00
  • 8ce4d94a96 Refactor .NET version detection error reporting Wiktor Żurawik 2025-05-09 17:04:41 +02:00
  • 6be193bfbf fix tooltip xxSeys1 2025-05-09 11:39:40 +02:00
  • 5d3947f117 Merge branch 'xxSeys1-improvedImportPath' mafiesto4 2025-05-08 14:38:25 +02:00
  • c7bb7be20f Merge branch 'improvedImportPath' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-improvedImportPath mafiesto4 2025-05-08 14:38:20 +02:00
  • f74b96bcb6 Merge branch 'xxSeys1-DisableCreateButton' mafiesto4 2025-05-08 14:32:54 +02:00
  • cecfea1ecf Merge branch 'DisableCreateButton' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DisableCreateButton mafiesto4 2025-05-08 14:32:48 +02:00
  • 09ce2b5a6d Merge branch 'xxSeys1-RigidbodyInfoGroup' mafiesto4 2025-05-08 14:29:12 +02:00
  • 2f9cdadb11 Merge branch 'RigidbodyInfoGroup' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-RigidbodyInfoGroup mafiesto4 2025-05-08 14:29:07 +02:00
  • e218ce2d85 Merge branch 'Tryibion-fix-group-scene' mafiesto4 2025-05-08 14:28:13 +02:00
  • 5ec6993342 Merge branch 'fix-group-scene' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-group-scene mafiesto4 2025-05-08 14:28:01 +02:00
  • 87787cb5bf replace Todo doc comments xxSeys1 2025-05-05 15:15:32 +02:00
  • 5b618b4f31 add icons to more commonly used editor windows xxSeys1 2025-05-05 13:24:21 +02:00
  • 08a86066d0 add window shortcuts xxSeys1 2025-05-05 13:24:01 +02:00
  • 388eb654a5 update doc comment to reflect get only parameter xxSeys1 2025-05-05 09:58:36 +02:00
  • c45cba18a6 fix menu positioning xxSeys1 2025-05-04 21:18:00 +02:00
  • fccd43502b add create file Content Panel toolstrip button xxSeys1 2025-05-04 21:14:10 +02:00
  • d8059c3db3 disable create file dialog create button if asset can't be created xxSeys1 2025-05-04 20:08:12 +02:00
  • 559d17e6c3 Reduce allocations in text rendering related functions Ari Vuollet 2025-05-04 15:05:46 +03:00
  • dfe177447c add auto selecting first item in item list context menu if no selection xxSeys1 2025-05-03 22:11:38 +02:00
  • 2a5aed6c15 Fix trying to add scene to actor group. Tryibion 2025-05-02 21:58:02 -05:00
  • f5ad8566eb make path creation method more generalized xxSeys1 2025-05-02 13:29:01 +02:00
  • 7c5628d47e Fix crash caused by conflicting tracy DbgHelp lock helper names Ari Vuollet 2025-04-19 11:38:11 +03:00
  • 9645008460 Update tracy to 0.11.1 Ari Vuollet 2025-04-19 03:02:36 +03:00
  • 12dbf09164 Fix tests Ari Vuollet 2025-04-19 02:58:46 +03:00
  • f09fd7ad34 Use exact value comparison in caching related functions Ari Vuollet 2025-04-18 18:45:48 +03:00
  • 8986290b12 Use exact component value equality checks in equality comparisons Ari Vuollet 2025-04-18 18:43:42 +03:00
  • c2e8e492d7 Defer loading XML documentation during while loading the editor Ari Vuollet 2025-05-02 14:03:14 +03:00
  • c916fb1844 Avoid clearing cached XML documentation data for Editor assembly Ari Vuollet 2025-05-02 13:49:41 +03:00
  • 004339b81e Improve XML documentation reference parsing and overall performance Ari Vuollet 2025-05-02 13:48:53 +03:00
  • 9a4d3a56a3 Fix slow Tree expansion/collapsion with large amount of tree nodes Ari Vuollet 2025-05-02 13:30:49 +03:00
  • b0048d6540 add margin around info label xxSeys1 2025-05-01 22:32:28 +02:00
  • b1b36ea1a3 move rigidbody info to dedicated info group in Properties Panel xxSeys1 2025-05-01 22:29:37 +02:00
  • e568e6e17b improve import path ui xxSeys1 2025-05-01 19:15:43 +02:00
  • af955ba418 Merge branch 'xxSeys1-prefabSearchOperatorTooltip' mafiesto4 2025-04-29 09:22:00 +02:00
  • a56e2e7b1e Merge branch 'prefabSearchOperatorTooltip' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-prefabSearchOperatorTooltip mafiesto4 2025-04-29 09:21:55 +02:00
  • a0cdb08893 Merge branch 'Zode-fix-profiler-memory' mafiesto4 2025-04-29 09:17:37 +02:00
  • fbb829a915 Merge branch 'fix-profiler-memory' of https://github.com/Zode/FlaxEngine into Zode-fix-profiler-memory mafiesto4 2025-04-29 09:17:30 +02:00
  • 5790da6167 Merge branch 'Tryibion-fix-input-edit-ui' mafiesto4 2025-04-29 09:15:53 +02:00
  • c6e4fbd966 Merge branch 'fix-input-edit-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-input-edit-ui mafiesto4 2025-04-29 09:15:04 +02:00
  • 101ea44051 Merge branch 'Tryibion-fix-skel-mask-create' mafiesto4 2025-04-29 09:12:24 +02:00
  • d6c6936f6d Merge branch 'fix-skel-mask-create' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-skel-mask-create mafiesto4 2025-04-29 09:12:19 +02:00
  • 4929e8172c Merge branch 'Tryibion-fix-scrollbar-drag' mafiesto4 2025-04-29 09:10:54 +02:00
  • 8c83156133 Merge branch 'fix-scrollbar-drag' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-scrollbar-drag mafiesto4 2025-04-29 09:09:42 +02:00