Commit Graph

  • f9cb4ddae2 Add new Arena Allocator for optimized dynamic memory allocations with a shared lifetime Wojtek Figat 2025-05-24 05:08:32 +02:00
  • 9753e579c1 Check for Game window before usage to avoid errors in trying to unplay. Chandler Cox 2025-05-23 18:16:48 -05:00
  • 954cf3eb5b Add option to show verticies and triangles of collision model in a collider data window. Chandler Cox 2025-05-23 17:57:14 -05:00
  • 2e996c8e91 Remove redundant call to scene. Fixes error in prefab node filtering. Chandler Cox 2025-05-23 17:11:45 -05:00
  • 545a43de32 Add drawing root tree lines except for in scene and prefab tree. Chandler Cox 2025-05-23 16:50:55 -05:00
  • e606c35093 Add node tree to show changes to whole prefab. Chandler Cox 2025-05-23 16:23:22 -05:00
  • 21ae2d5d40 Focus Actor position if no Actor bounding box. Chandler Cox 2025-05-23 14:44:53 -05:00
  • 4649298605 Dont allow setting prefab root name from scene instance. Chandler Cox 2025-05-23 14:06:21 -05:00
  • ae9622d271 Re-add colors back in for nodes. Chandler Cox 2025-05-23 13:29:05 -05:00
  • 4366976015 Add better prefab diff viewing naming for actors Chandler Cox 2025-05-23 13:27:01 -05:00
  • 5b2a966ac6 Fix animation preview bounds scale. Chandler Cox 2025-05-23 10:37:30 -05:00
  • bb855e2663 Add suport for Tracy profiler on Mac Wojtek Figat 2025-05-22 05:34:36 +02:00
  • d24f9d1e1e Add warning when using memory profiler without enabled on startup Wojtek Figat 2025-05-22 05:18:56 +02:00
  • c1b1f4afc4 Add process memory stats for Apple platforms Wojtek Figat 2025-05-22 04:49:48 +02:00
  • c639a3103c Add memory profiling events to the main areas of the engine Wojtek Figat 2025-05-22 04:47:01 +02:00
  • 32bc73610f Fix debug command type detection when it's used with argument Wojtek Figat 2025-05-22 04:45:12 +02:00
  • 66dcfafa2e Fix Vulkan descriptor sets pooling Wojtek Figat 2025-05-22 04:42:01 +02:00
  • 9215f2662f Add missing memory alloc profiling for virtual pages Wojtek Figat 2025-05-22 04:41:01 +02:00
  • 2dc404cbd3 Add new memory profiler Wojtek Figat 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 Wojtek Figat 2025-05-16 20:24:01 +02:00
  • ec2957bf38 Fix memory leak on sequential mesh buffers update Wojtek Figat 2025-05-16 20:23:16 +02:00
  • 8bb5655b2f Fix error when using invalid camera ray Wojtek Figat 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' Wojtek Figat 2025-05-13 20:16:56 +02:00
  • a792a8a533 Merge branch 'ItemsListNoSelectionAutoFirst' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemsListNoSelectionAutoFirst Wojtek Figat 2025-05-13 20:16:51 +02:00
  • 25d8c4645e Merge branch 'GoaLitiuM-fontlinecache_alloc' Wojtek Figat 2025-05-13 20:09:08 +02:00
  • 64c552d69d Merge branch 'fontlinecache_alloc' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fontlinecache_alloc Wojtek Figat 2025-05-13 20:06:31 +02:00
  • fafa400db0 Merge branch 'xxSeys1-documentationInReadme' Wojtek Figat 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' Wojtek Figat 2025-05-08 14:38:25 +02:00
  • c7bb7be20f Merge branch 'improvedImportPath' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-improvedImportPath Wojtek Figat 2025-05-08 14:38:20 +02:00
  • f74b96bcb6 Merge branch 'xxSeys1-DisableCreateButton' Wojtek Figat 2025-05-08 14:32:54 +02:00
  • cecfea1ecf Merge branch 'DisableCreateButton' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DisableCreateButton Wojtek Figat 2025-05-08 14:32:48 +02:00
  • 09ce2b5a6d Merge branch 'xxSeys1-RigidbodyInfoGroup' Wojtek Figat 2025-05-08 14:29:12 +02:00
  • 2f9cdadb11 Merge branch 'RigidbodyInfoGroup' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-RigidbodyInfoGroup Wojtek Figat 2025-05-08 14:29:07 +02:00
  • e218ce2d85 Merge branch 'Tryibion-fix-group-scene' Wojtek Figat 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 Wojtek Figat 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
  • 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. Chandler Cox 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
  • 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' Wojtek Figat 2025-04-29 09:22:00 +02:00
  • a56e2e7b1e Merge branch 'prefabSearchOperatorTooltip' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-prefabSearchOperatorTooltip Wojtek Figat 2025-04-29 09:21:55 +02:00
  • a0cdb08893 Merge branch 'Zode-fix-profiler-memory' Wojtek Figat 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 Wojtek Figat 2025-04-29 09:17:30 +02:00
  • 5790da6167 Merge branch 'Tryibion-fix-input-edit-ui' Wojtek Figat 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 Wojtek Figat 2025-04-29 09:15:04 +02:00
  • 101ea44051 Merge branch 'Tryibion-fix-skel-mask-create' Wojtek Figat 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 Wojtek Figat 2025-04-29 09:12:19 +02:00
  • 4929e8172c Merge branch 'Tryibion-fix-scrollbar-drag' Wojtek Figat 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 Wojtek Figat 2025-04-29 09:09:42 +02:00
  • d587921a83 Merge branch 'Tryibion-fix-add-blend-tooltip-spell' Wojtek Figat 2025-04-29 09:05:50 +02:00
  • 47a6da9e40 add editor option for disabled transform gizmo brightness xxSeys1 2025-04-27 15:56:34 +02:00
  • 6fe6ba20fb Fix profiler memory propagation Zode 2025-04-26 21:40:12 +03:00
  • 2ea3cde203 add search operator tooltip to prefab editor search bar xxSeys1 2025-04-26 16:33:49 +02:00
  • 059fe98c67 Fix scroll bars not updating when dragging. Chandler Cox 2025-04-26 07:38:18 -05:00
  • 1ab05b620a Another small grammer mistake. Chandler Cox 2025-04-26 07:08:49 -05:00
  • 4b387d040d Fix spelling on Additive Blend node tooltip. Chandler Cox 2025-04-26 07:07:27 -05:00
  • 9d527ab4a6 Remove editable from check for enabling inputs for game window GUI. Chandler Cox 2025-04-25 20:36:53 -05:00
  • bbc221086a Fix GUI input when edit GUI option is false and game is being played. Chandler Cox 2025-04-25 17:55:07 -05:00
  • e5b7e58a07 Fix newly created skeleton mask from being able to be opened. Chandler Cox 2025-04-25 17:11:36 -05:00
  • 1704cfba4d do not clear user search on script reload xxSeys1 2025-04-25 18:32:05 +02:00
  • 40dae18b76 Add new issue and request templates. Chandler Cox 2025-04-24 18:48:29 -05:00
  • f0bcc70563 Attempt to fix game cooking regression from ef188d06c4 Wojtek Figat 2025-04-22 23:44:34 +02:00
  • 992b08025f Attempt to fix game cooking regression from ef188d06c4 Wojtek Figat 2025-04-22 23:28:21 +02:00
  • cfef93134e Added Fedora instructions in Readme alsed 2025-04-22 17:16:12 -04:00
  • ac3c4a4b30 Merge remote-tracking branch 'origin/master' Wojtek Figat 2025-04-22 16:17:53 +02:00
  • d77024bbf1 Fix crash when existing engine while content streaming is active Wojtek Figat 2025-04-22 16:16:46 +02:00
  • 4f3fbe89f2 Cleanup code to share it for engine service profile event formatting Wojtek Figat 2025-04-22 12:32:36 +02:00
  • 9ae1867c9e Fix crash when rendering bloom or lens flares in too small viewport Wojtek Figat 2025-04-22 12:08:10 +02:00
  • caf0251a9c Fix bug in CustomEditorWindow usage Wojtek Figat 2025-04-22 12:00:35 +02:00
  • 216868085b Merge branch 'GoaLitiuM-large_worlds_camera_fix' Wojtek Figat 2025-04-22 11:10:14 +02:00
  • 18a5c68b3e Merge branch 'large_worlds_camera_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-large_worlds_camera_fix Wojtek Figat 2025-04-22 11:10:09 +02:00
  • f9e9f26e97 Remove leftover debug log from bindings generator Wojtek Figat 2025-04-22 11:04:09 +02:00
  • a2ff6e5c24 Fix missing BoundsScale usage on AnimatedModel Wojtek Figat 2025-04-22 11:02:53 +02:00