Results 12 issues of matyalatte

Hi. I used this awesome tool for text modding in Elden Ring. And found a tiny bug for repacking fmg. There are white space strings in the game resources. But...

It would be great if there is an option like `is_group` to disable href in the main navigation. ``` --- title: Group1 is_group: true has_children: true --- --- layout: default...

enhancement
status: needs discussion

Closes #13041 #12472 disabled the `EmbedManifest` node in `.vcxproj`. But it conflicts with the `/MANIFEST:NO` option, or the `GenerateManifest` node should be disabled. This PR make meson set false to...

backend:visualstudio

**Describe the bug** I use `.manifest` files with the `/MANIFEST:NO` option in my projects. They worked fine with old versions of meson (e.g. 1.3.2) But I got errors with meson...

I noticed that `subprocess_create` removed empty strings from arguments on Windows. This PR adds quotes to empty strings to pass them to commands. It also tests `subprocess_stdout_argc` with empty strings.

Blender 4.1 got APIs for drag-drop events. https://docs.blender.org/api/current/bpy.types.FileHandler.html You can't overwrite the drag-drop events on the image editor. But you can add a new event to the DDS panel. ```python...

enhancement

Blender supports ARM64 chips for macOS. (e.g. Apple M1) But the DDS addon will raise an error (be560160f997b2b2b346bce425c9379ced61b883) for them because `libtexconv.dylib` was built for x64. It's possible to build...

enhancement
help wanted

I noticed the addon will cause a segfault on Ubuntu22.04 with Blender versions older than or equal to 3.2. I think it's a Blender issue posted here [Segfault on Linux...

documentation
wontfix

[Unreal Editor for Fortnite](https://www.unrealengine.com/ja/uses/uefn-unreal-editor-for-fortnite) seems to use a format that is quite different than the standard UE assets.

enhancement

I got two warnings when importing dds in GIMP. ![dds_flags_warning](https://github.com/matyalatte/UE4-DDS-Tools/assets/69258547/dd79c31d-e3d4-45a8-bd45-1cbab126c2b5) It uses DDSD_PITCH when it should use DDSD_LINEARSIZE. And it uses DDSD_LINEARSIZE when it should use DDSD_PITCH. dds.py says ```python...

bug