Commit Graph

  • 793bc33b2f fix right clicking on item reset search and scroll xxSeys1 2025-06-09 18:40:33 +02:00
  • 2109a2d261 update content finder popup to wrap on keyboard navigation xxSeys1 2025-06-09 18:40:12 +02:00
  • 89c7f4b0a3 Fix ManagedDictionary cache to be cleared on hot-reload mafiesto4 2025-06-09 17:19:36 +02:00
  • d7ff9fdade Optimize editor profiler native allocations when capturing data mafiesto4 2025-06-09 15:23:31 +02:00
  • 9e50a39ebf Add define guards so that the messagebox only appears in editor builds Zode 2025-06-09 16:19:39 +03:00
  • 7fc564a0ac Pop error box on lightmap UV generation also Zode 2025-06-09 15:07:52 +03:00
  • 8dfb564fb3 Add messagebox to windows import too Zode 2025-06-09 15:04:34 +03:00
  • f8daff273a Add import & export warning messageboxes. Zode 2025-06-09 14:56:54 +03:00
  • 112e728465 fix scroll to node on selection in prefab editor xxSeys1 2025-06-09 13:56:41 +02:00
  • 057ec9d41e Anothher fix mafiesto4 2025-06-09 10:48:02 +02:00
  • 7fa4efcac5 Fix compilation in Release mafiesto4 2025-06-09 10:17:51 +02:00
  • 6547e7ee9c Fix compilation with Clang mafiesto4 2025-06-08 23:58:33 +02:00
  • 907c593671 Fix typos in doc comments mafiesto4 2025-06-08 19:47:09 +02:00
  • 29868531ad SDL workaround for window size and position not updating Ari Vuollet 2025-06-08 18:57:57 +03:00
  • 95dfb6fdc6 Reduce minimum default window size for CommandLineBox popup Ari Vuollet 2025-06-08 18:57:12 +03:00
  • 9c9d560ce5 Add hotkeys to visject formatting Zode 2025-06-08 03:32:51 +03:00
  • f1945552ab Add horizontal and vertical distribution Zode 2025-06-08 02:42:28 +03:00
  • 65ab42158d Update engine version mafiesto4 2025-06-08 00:58:39 +02:00
  • 99841e2e8d Fix crash when using invalid node index in skinned mesh mafiesto4 2025-06-08 00:58:31 +02:00
  • 73c30d3d89 Optimize asset references to support direct registration to reduce Delegate memory allocations and overhead mafiesto4 2025-06-08 00:58:15 +02:00
  • ecd5559aad Clean up a bit code after moving it around. Zode 2025-06-08 00:41:02 +03:00
  • 1fa83639c2 Fix update order inconsistencies between machines by exposing an action for when defered layout happens. Zode 2025-06-08 00:38:59 +03:00
  • 568719b615 Fix scroll issue caused by tree's defered layout update Zode 2025-06-07 23:21:41 +03:00
  • 74000fa766 Expand tree if necessary, so the selected node will be shown Zode 2025-06-07 22:53:07 +03:00
  • 1d63067614 Add ability to do additive and subtractive selections in visject surfaces using ctrl and shift during selection. Zode 2025-06-07 21:04:59 +03:00
  • 85fd1389db clear content panel search when selecting asset picker asset xxSeys1 2025-06-07 18:17:40 +02:00
  • cce042045e wrap scrolling items with arrow keys and simplify scrolling logic xxSeys1 2025-06-07 17:34:01 +02:00
  • 53e3cee196 Scroll selected to view when emptying out search box Zode 2025-06-07 17:15:54 +03:00
  • 6ee3b23261 Add highlighting to layers matrix editor to improve UX Zode 2025-06-07 16:57:28 +03:00
  • 1a77ba4552 Add node alignment formatting options to visject Zode 2025-06-07 13:15:39 +03:00
  • bffb175a9b Code fixes mafiesto4 2025-06-07 01:25:22 +02:00
  • 125a973ff2 Rename Prefetch to MemoryPrefetch mafiesto4 2025-06-06 22:55:14 +02:00
  • 462f75abd0 Optimize memory allocation when reading animated model pose by cloth mafiesto4 2025-06-06 22:41:48 +02:00
  • d95cd2f0be Optimize memory alloc on Animated Model init mafiesto4 2025-06-06 22:41:29 +02:00
  • 091f76bbf2 Add more improvements to usability of memory profiler mafiesto4 2025-06-06 22:40:43 +02:00
  • e8b60060ab Fix memory profiler thread-local storage to avoid dynamic mem alloc due to recursive call mafiesto4 2025-06-06 14:52:27 +02:00
  • cd637e8a7a Add more memory profiling coverage mafiesto4 2025-06-06 14:38:22 +02:00
  • 9d8e75caa3 Fix various code to improve quality mafiesto4 2025-06-06 11:19:32 +02:00
  • eee4e55cf0 Fix debug shapes change mafiesto4 2025-06-05 22:26:45 +02:00
  • 0670c0bbd3 Fix compilation warnings mafiesto4 2025-06-05 18:32:36 +02:00
  • f462a2187f Merge branch 'master' into 1.11 mafiesto4 2025-06-05 18:03:17 +02:00
  • c2cbaeed30 Add option to change Character Controller capsule origin to start at feet location mafiesto4 2025-06-05 17:48:07 +02:00
  • e982a23ed3 Add CharacterController.Resize for quick crouching implementation for characters mafiesto4 2025-06-05 15:07:51 +02:00
  • f6feae5cf2 Optimize collider cached scale mafiesto4 2025-06-05 15:06:03 +02:00
  • ba75fd5882 Fix crash regression when textbox watermak is null mafiesto4 2025-06-05 12:47:45 +02:00
  • 1eaf40f2f7 Fix changing CharacterController center at runtime to maintain actor placement mafiesto4 2025-06-05 12:40:47 +02:00
  • fe98a23cb4 Merge branch 'GoaLitiuM-update_tracy' mafiesto4 2025-06-05 00:01:04 +02:00
  • 77bf03128e Merge branch 'update_tracy' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-update_tracy mafiesto4 2025-06-04 23:53:32 +02:00
  • 8f49a492d8 Fix duplicating json assets to properly remap object IDs mafiesto4 2025-06-04 23:49:19 +02:00
  • 8df3999f85 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-04 19:30:30 +03:00
  • dd4bb2f7f1 Dont scroll to node when play is starting or ending. Tryibion 2025-06-04 11:16:01 -05:00
  • 6b78b498f7 Use direct count from internal call. Tryibion 2025-06-04 10:17:41 -05:00
  • c4130aa20f fix and improve show all commands on " " behavior xxSeys1 2025-06-04 15:23:42 +02:00
  • 496856d12e Add shader header proxy for easy .hlsl files creation within Editor mafiesto4 2025-06-04 00:12:43 +02:00
  • e97d683545 Fix regression from #3389 mafiesto4 2025-06-03 23:37:37 +02:00
  • 71991ff8c7 Show added and removed actors in prefab diff view. Tryibion 2025-06-03 15:25:45 -05:00
  • ae44d47043 Merge branch 'GoaLitiuM-float_equality' mafiesto4 2025-06-03 18:08:12 +02:00
  • 8b88def9d0 Revert some changes from #3389 that are not relevant for world units mafiesto4 2025-06-03 17:43:01 +02:00
  • fa97229830 Merge branch 'float_equality' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-float_equality mafiesto4 2025-06-03 17:26:12 +02:00
  • 1946caac6e Fix compilation with Large Worlds mafiesto4 2025-06-03 17:26:04 +02:00
  • 6f5308126b Fix focus issue after closing context menu mafiesto4 2025-06-03 14:52:45 +02:00
  • 6a0c734cec Fix Visject surface select with Control to toggle selection of the node mafiesto4 2025-06-03 14:51:31 +02:00
  • 13b8863f0c Fix some material nodes height mafiesto4 2025-06-03 14:51:04 +02:00
  • f2aaad0048 Add viewport icons scale relative to the distance and editor control over it mafiesto4 2025-06-03 14:50:47 +02:00
  • 55b441e9fa Fix transparency-related material options when using material with deferred shading mafiesto4 2025-06-03 12:55:54 +02:00
  • 6fece4ca38 Fix automatic collision importing from mode to remove unused material slots mafiesto4 2025-06-03 12:48:31 +02:00
  • 2fd9b4a62a Fix loading models with no meshes mafiesto4 2025-06-03 12:28:17 +02:00
  • 077f7a3cd1 Add PositionFormat and TexCoordFormat to model import option for mesh data encoding mafiesto4 2025-06-03 11:18:03 +02:00
  • c9fe9213b3 add showing all commands if prompt is whitespace(s) xxSeys1 2025-06-02 23:25:50 +02:00
  • 608839b6a5 set width of command suggestions based on longest command xxSeys1 2025-06-02 22:33:22 +02:00
  • 7da69f18d4 Add button to quickly jump into Localized String Table that contains it mafiesto4 2025-06-02 22:01:06 +02:00
  • 6c63c2f650 Update tracy to 0.12.0 Ari Vuollet 2025-06-02 19:59:55 +03:00
  • 149b189629 Update SDL to 3.2.16 Ari Vuollet 2025-06-02 19:23:34 +03:00
  • fd8a8b5a4d Fix missing default value of localized string in editor mafiesto4 2025-06-02 18:02:34 +02:00
  • b1fd86e6b5 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-02 18:15:16 +03:00
  • 5e8fdf879d Fix logging in gamepad related events Ari Vuollet 2025-04-26 00:33:07 +03:00
  • fa89e710d8 Fix Terrain shader error when using Position Offset mafiesto4 2025-06-02 15:05:20 +02:00
  • b51ba58063 Fix crash on invalid particle data to be a soft check instead mafiesto4 2025-06-02 14:56:51 +02:00
  • 057489e5b9 Fix Output Log scroll when using search mafiesto4 2025-06-02 14:42:18 +02:00
  • 5bae695ae9 Merge branch 'Tryibion-fix-unpause-no-game-win' mafiesto4 2025-06-02 14:05:23 +02:00
  • 5b3ed1fbc3 Merge branch 'fix-unpause-no-game-win' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-unpause-no-game-win mafiesto4 2025-06-02 14:05:19 +02:00
  • f5092e5262 Merge branch 'Tryibion-skip-setting-prefab-root-name' mafiesto4 2025-06-02 14:03:50 +02:00
  • 3bd6160c3b Merge branch 'skip-setting-prefab-root-name' of https://github.com/Tryibion/FlaxEngine into Tryibion-skip-setting-prefab-root-name mafiesto4 2025-06-02 14:03:47 +02:00
  • 1d0a0a409d Fix panel scroll bars update to be performed once again if controls are gets changed during layout mafiesto4 2025-06-02 13:40:27 +02:00
  • eb90ab84f2 Fix performing layout after changing selected tab mafiesto4 2025-06-02 13:17:51 +02:00
  • 6f37525674 Merge branch 'alsed-master' mafiesto4 2025-06-02 12:39:17 +02:00
  • eeb8a7ea41 Merge branch 'master' of https://github.com/alsed/FlaxEngine into alsed-master mafiesto4 2025-06-02 12:39:13 +02:00
  • df0b571c50 Merge branch 'xxSeys1-UnifyZoomBehavior' mafiesto4 2025-06-02 12:37:41 +02:00
  • ec22427acd Merge branch 'UnifyZoomBehavior' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-UnifyZoomBehavior mafiesto4 2025-06-02 12:25:18 +02:00
  • 6c499e877f Fix prefab diff in Editor on mesh reference mafiesto4 2025-06-02 11:50:10 +02:00
  • 4d9407e4e9 Merge code on properties objects locking to use the same path for prefab and scene properties panels mafiesto4 2025-06-02 11:03:16 +02:00
  • 28c70f5078 Fix some editor UI mafiesto4 2025-06-02 11:00:33 +02:00
  • 14806a1ac7 Merge branch 'Tryibion-add-root-tree-line-option' mafiesto4 2025-06-02 10:19:35 +02:00
  • 1ebb3e67d6 Merge branch 'add-root-tree-line-option' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-root-tree-line-option mafiesto4 2025-06-02 10:17:34 +02:00
  • 991cdbb9a0 Merge branch 'Tryibion-fix-node-filter-prefab' mafiesto4 2025-06-02 10:16:28 +02:00
  • 278b177c46 Merge branch 'fix-node-filter-prefab' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-node-filter-prefab mafiesto4 2025-06-02 10:16:25 +02:00
  • 0630b6257a Merge branch 'Tryibion-better-prefab-dif-name' mafiesto4 2025-06-02 09:30:51 +02:00
  • f86d9c47b7 Merge branch 'better-prefab-dif-name' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-prefab-dif-name mafiesto4 2025-06-02 09:30:46 +02:00
  • ae2088bb9d Fix Android NDK version parsing when using beta build mafiesto4 2025-06-02 00:06:13 +02:00
  • 9340c42f2b Merge branch 'xxSeys1-CrammedGradingFixed' mafiesto4 2025-06-01 23:54:40 +02:00