Darwin

Results 12 issues of Darwin

I have encountered this strange bug very often but I have now finally figured out how to reproduce it. The problem was that after writing stuff with the pen, my...

touchscreen
stylus

Currently, the `step` parameter seems to only give an offset to the mouse position (equivalently to `v += step/2`), where you would expect it to make the slider snap to...

Would it be possible to add support for writing subtitles to the MP4 container? The API could be similar to audio/video (i.e. `Movmuxer.AddSubtitleTrack()` followed by `Write`s). TIA --- Also, I...

**Description** Two different kinds of errors: - Invalid magic number (always seems to be "\x00\x04\x02\x00") - RIFF size does not match file size **System info:** - Filediver version: 5d2fa4c7f263598f2033a8938c795c20c40bbfd8 -...

bug
extractor

**Is your feature request related to a problem? Please describe.** Currently, LOD metadata is not checked, and the app simply exports all meshes associated with a unit. **Describe the solution...

enhancement

Layout calculations seem incorrect on my 1440p monitor with FLAG_WINDOW_HIGHDPI. This is my monitor layout: ``` +===========+ +===========+ | 2560x1440 | | 1920x1080 | | (main) | | | +===========+...

bug

E.g. S20E01 in English from DE region. SPDL Error: "GetEpisodeStream: invalid master URL: does not point to master.m3u8". Website Error: "Sorry, this video is not available from your location."

RecursionError when packaging anything with [bpy](https://pypi.org/project/bpy/) (even after cranking up the recursion limit). Environment: - OS: Windows 10 - Python 3.11 (packages: `py2exe`, `bpy>=4.0.0`, `numpy

enhancement
help wanted

Right now, the user will merely see something like `ERROR: extract content/env_illuminate/gameplay/il_turret_01.unit: exit status 1`, which is basically useless. The issue blocking this right now is that the stdout/stderr error...

enhancement

At the moment, the Unit preview has a very crude implementation, where some of the textures are just guessed based on usage. The main priority for this issue at the...