Commit Graph

  • 05d6767dd3 Merge branch 'master' of https://github.com/z1dev/FlaxEngine into z1dev-master Wojtek Figat 2024-01-04 11:25:53 +01:00
  • ada90fa846 Merge branch 'Withaust-dropunreliablerpc' Wojtek Figat 2024-01-04 11:25:16 +01:00
  • 6f78a9775e Merge branch 'dropunreliablerpc' of https://github.com/Withaust/FlaxEngine into Withaust-dropunreliablerpc Wojtek Figat 2024-01-04 11:25:09 +01:00
  • 57e306ea42 Merge branch 'Tryibion-guid-picker' Wojtek Figat 2024-01-04 11:24:39 +01:00
  • 33d2dfc5c9 Merge branch 'guid-picker' of https://github.com/Tryibion/FlaxEngine into Tryibion-guid-picker Wojtek Figat 2024-01-04 11:24:34 +01:00
  • 3de7b62dfc Merge branch 'MineBill-save-editor-window-docking' Wojtek Figat 2024-01-04 11:23:36 +01:00
  • 408c8fbdf0 Merge branch 'save-editor-window-docking' of https://github.com/MineBill/FlaxEngine into MineBill-save-editor-window-docking Wojtek Figat 2024-01-04 11:23:28 +01:00
  • af91c13b5c Fix crash on Mono Wojtek Figat 2024-01-04 09:14:27 +01:00
  • e04c98020c Fix Android runtime Wojtek Figat 2024-01-04 09:03:39 +01:00
  • 35832e5b1c Proper fix now? Menotdan 2024-01-04 00:57:20 -05:00
  • 8e331e4d13 Silently drop unreliable RPC calls if we failed to find an object Wiktor Kocielski 2024-01-04 08:54:04 +03:00
  • 7d07ed20ea major improvements Menotdan 2024-01-03 22:20:59 -05:00
  • 1b9984c728 Fix static import of GLTF (and presumably other assimp) model types. Menotdan 2024-01-03 20:16:57 -05:00
  • c7baded2db Fix building engine with IsMonolithicExecutable disabled on platforms without HasModularBuildSupport Wojtek Figat 2024-01-04 00:07:35 +01:00
  • df33de7176 Add ASTC texture compression on Android Wojtek Figat 2024-01-03 23:01:33 +01:00
  • 85afde43af Add profiler events to texture tool Wojtek Figat 2024-01-03 22:08:41 +01:00
  • c49c875165 Add astc lib for Windows x64 Wojtek Figat 2024-01-03 22:05:25 +01:00
  • a102bad87e Change wheel steer angle limit Mr. Capybara 2024-01-02 22:28:23 -04:00
  • 42b20b4e76 Expose vehicle relationship between speed and steer to driver Mr. Capybara 2024-01-02 20:39:24 -04:00
  • 5158de4ac6 Added a tooltip for the listen button. MineBill 2024-01-02 19:46:08 +02:00
  • a5d0916f93 Add custom editor for buttons that allow listening for them inside the editor. MineBill 2024-01-02 19:36:27 +02:00
  • 6178cb1bf4 attempt 2 at fixing the build regression. Menotdan 2024-01-02 12:36:17 -05:00
  • 329bab1102 Fix minor issue Wojtek Figat 2024-01-02 11:06:54 +01:00
  • 31adfd2c9c Attempt to fix builds on unix. Menotdan 2024-01-02 04:27:35 -05:00
  • 8bd84e0616 Fix sub-mesh reimporting with some potentially hacky workarounds? Menotdan 2024-01-02 03:52:57 -05:00
  • ab51ca6e70 Change behavior when Use Local Origin is checked. Menotdan 2024-01-01 21:35:18 -05:00
  • 8273656793 Fix major issue with transformation. Menotdan 2024-01-01 20:24:13 -05:00
  • 045943ef27 Fix prefab scale and rotation. Menotdan 2024-01-01 19:11:45 -05:00
  • e0cb94ec74 Fix for editor view's cached "CameraNearPlaneValue" getting overwritten. z1dev 2024-01-02 00:08:00 +01:00
  • a8913d89ac Fix C++ Intellisense not working with latest version of Rider Ari Vuollet 2024-01-01 17:46:33 +02:00
  • 07de7a26dd Expose vehicle pad smooth inputs Mr. Capybara 2024-01-01 11:15:16 -04:00
  • 8bcc526dd6 Add support for multiple VisibleIf attributes, and properly set up the VisibleIf entries for ImportMaterialsAsInstances and InstanceToImportAs. Menotdan 2024-01-01 01:24:36 -05:00
  • 967569c3e2 Small fix vehicle tank inputs Mr. Capybara 2023-12-31 22:43:04 -04:00
  • 5cf20b8eee Add an option to skip existing materials when reimporting. Menotdan 2023-12-31 21:11:39 -05:00
  • 6a2d7e9444 auto sort wheels based on wheel position Mr. Capybara 2023-12-31 22:11:30 -04:00
  • 4839ef5ddc Move all ShowCascadeX definitions into an engine class instead of an editor class to allow game builds. Menotdan 2023-12-31 19:42:13 -05:00
  • 8bff9556de Code cleanup Chandler Cox 2023-12-31 16:36:34 -06:00
  • 57d4f0ff7d Clean up code Chandler Cox 2023-12-31 16:09:32 -06:00
  • 826a330f63 Add asset reference to Guid editor for easy picking of specific Guid based on type in editor. Chandler Cox 2023-12-31 16:06:38 -06:00
  • bf6cb90a78 Expose partition mode, and cascade spacing. Menotdan 2023-12-31 15:09:07 -05:00
  • d016305690 Add tank vehicle physics Mr. Capybara 2023-12-31 15:00:31 -04:00
  • 9077e0cf22 Fix crash while moving simulation disabled kinematic actors Ari Vuollet 2023-12-31 14:36:04 +02:00
  • 4b6ada7289 Fix profiling hotkeys not working while profiler window is closed Ari Vuollet 2023-12-31 13:10:20 +02:00
  • 1e797c244f Restore floating window data. MineBill 2023-12-30 18:57:33 +02:00
  • 343d7b4973 Save the dock state of custom editor windows between script reloads. MineBill 2023-12-30 18:30:26 +02:00
  • 8841a603f6 Virtual proxy NoriteSC 2023-12-29 23:15:03 +01:00
  • f10840efb4 Fix uninitialized value of NetworkConfig NetworkDriver field Ari Vuollet 2023-12-29 19:24:00 +02:00
  • e851d18227 same in UnixFile.cpp nothingTVatYT 2023-12-29 01:20:17 +01:00
  • 21c4667f8c same problem for Android and Apple nothingTVatYT 2023-12-28 22:36:33 +01:00
  • 8174e8ab77 fix getting file access time for Linux nothingTVatYT 2023-12-28 22:24:34 +01:00
  • b275ffc146 Fix PostFx Materials blending for duplicated entries Wojtek Figat 2023-12-27 21:18:28 +01:00
  • b4c23c969a Fix unlink usag on Unix systems to properly use returned value Wojtek Figat 2023-12-27 21:11:01 +01:00
  • 78c27a8046 Merge branch 'Tryibion-colorball-add' Wojtek Figat 2023-12-27 21:03:43 +01:00
  • ef930375b4 Merge branch 'colorball-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-colorball-add Wojtek Figat 2023-12-27 21:03:36 +01:00
  • 245eaef2b9 Merge branch 'Tryibion-select-after-spawn' Wojtek Figat 2023-12-27 21:02:45 +01:00
  • 7d633865ac Merge branch 'select-after-spawn' of https://github.com/Tryibion/FlaxEngine into Tryibion-select-after-spawn Wojtek Figat 2023-12-27 21:02:33 +01:00
  • 4a8c94e9d4 Fix missing asset update when dependant asset gets saved in Editor Wojtek Figat 2023-12-27 20:57:37 +01:00
  • 4d9ef32abc Fix auto-docking windows on open when system DPI scale is not 1 Wojtek Figat 2023-12-27 00:29:30 +01:00
  • 4a42aa8c44 Fix fog to be usable for transparent materials (if enabled) Wojtek Figat 2023-12-26 13:54:12 +01:00
  • 55066cd738 Add red tint highlight for CPU profiler table entries based on event duration Wojtek Figat 2023-12-26 13:12:51 +01:00
  • 35becc674a PE: Fix problem with Procedural Texture Sample flicker if using scaled UVs. Preben Eriksen 2023-12-25 12:08:34 +01:00
  • f2d1b75d1f Improve build tool api for deps modules Wojtek Figat 2023-12-24 22:46:30 +01:00
  • 3c6ed303fe Dont use astc on windows/limux yet Wojtek Figat 2023-12-24 22:45:44 +01:00
  • fe711405ac Fix iOS build with dotnet8 on arm64 macOS Wojtek Figat 2023-12-22 11:21:29 +01:00
  • 4d8b8e5311 Merge branch 'astc' into 1.8 Wojtek Figat 2023-12-22 10:36:37 +01:00
  • 87addf8197 Add the ability to quickly change window modes for the game window. MineBill 2023-12-21 19:49:48 +02:00
  • 8c1f727d9b Merge branch 'FlaxEngine:master' into GizmoSnaping NoriteSC 2023-12-20 23:15:18 +01:00
  • 435341abd3 Add color box to ColorTrackBall. Chandler Cox 2023-12-20 10:51:38 -06:00
  • 0d5d11e184 Add selecting and starting rename on actors spawned in the prefab window. Chandler Cox 2023-12-20 10:03:38 -06:00
  • 3133c6fb1b remove transform/ Abra 2023-12-20 19:02:52 +03:00
  • 7eb0600549 fix transform identity Abra 2023-12-20 18:50:07 +03:00
  • 25b69449bc fix _actor > actor Abra 2023-12-20 18:40:33 +03:00
  • 101e33868b fix local transform prefab child Abra 2023-12-20 18:27:16 +03:00
  • c41d1aaec5 Update ActorNode.cs Abra 2023-12-20 18:25:59 +03:00
  • bd34540086 Fix for resetting local transform of new created prefab child Abra 2023-12-20 18:03:48 +03:00
  • b2f9b9e14d Add texture quality option for iOS Wojtek Figat 2023-12-20 15:12:48 +01:00
  • 53a2ebbd17 Add more ASTC texture formats with larger block sizes Wojtek Figat 2023-12-20 15:12:12 +01:00
  • e4c8639697 Merge remote-tracking branch 'origin/master' into 1.8 Wojtek Figat 2023-12-20 00:39:15 +01:00
  • 4e34524a08 Add profile event Wojtek Figat 2023-12-19 13:02:48 +01:00
  • dfd3bcdcb7 Minor improvements for play mode Wojtek Figat 2023-12-19 12:57:23 +01:00
  • 3f1d851f82 Fix regression from bc2e130281 Wojtek Figat 2023-12-19 12:37:47 +01:00
  • ceb564a5e2 Update build number Wojtek Figat 2023-12-19 11:16:59 +01:00
  • 4e2f0cd22c Added "Create parent for selected actors" context menu button whocares77 2023-12-19 11:02:18 +03:00
  • 4497b2ca7d Add fallback settings for control ExMatics HydrogenC 2023-12-19 12:36:12 +08:00
  • ac090d690e Merge remote-tracking branch 'upstream/master' ExMatics HydrogenC 2023-12-19 12:33:13 +08:00
  • 8a94e053a8 Fix crash when resizing navmesh capacity with crowd created for that navmesh Wojtek Figat 2023-12-18 21:45:27 +01:00
  • bc2e130281 Fix calling script OnDestroy when removing actors or scripts from the scene Wojtek Figat 2023-12-18 21:43:13 +01:00
  • e4df1fc756 Add support for storing custom platform tools data in Game Cooker cache Wojtek Figat 2023-12-18 11:07:11 +01:00
  • c6c53baff2 Improvements for astc format Wojtek Figat 2023-12-18 09:59:29 +01:00
  • 5958b2f4ea Remove unused 'PixelFormatExtensions::ComputeScanlineCount' Wojtek Figat 2023-12-18 09:55:17 +01:00
  • 4726552d8b Merge remote-tracking branch 'origin/master' Wojtek Figat 2023-12-18 09:50:57 +01:00
  • 72f45afa45 Merge branch 'Menotdan-fix-spriterender-prefab' Wojtek Figat 2023-12-17 20:42:10 +01:00
  • 51c36223e6 Rename 'text' to 'sprite' to avoid confusion in the future. Menotdan 2023-12-17 12:03:44 -05:00
  • ea744ab4ac Prevent performing default spawn behavior when spawning from a prefab. Menotdan 2023-12-17 12:02:56 -05:00
  • 9ea5ed79f8 Merge branch 'master' into fix-spriterender-prefab Menotdan 2023-12-17 11:52:31 -05:00
  • 57dee19f75 Merge branch 'master' into arrow-debug-draw-improviment Mr. Capybara 2023-12-17 10:28:00 -04:00
  • 3c19262574 Add parameter to change arrow cap size Mr. Capybara 2023-12-17 10:15:41 -04:00
  • 59e2afd992 Merge branch 'Tryibion-saved-colors' Wojtek Figat 2023-12-17 13:06:08 +01:00
  • aade14270e Merge branch 'saved-colors' of https://github.com/Tryibion/FlaxEngine into Tryibion-saved-colors Wojtek Figat 2023-12-17 13:03:57 +01:00
  • d5a6083a55 Fix project initialization with -new if it already exists Wojtek Figat 2023-12-17 12:47:46 +01:00