Kruithne

Results 61 issues of Kruithne

In a similar vein to #369, the TACT key service currently provided by my own servers should be deprecated in favour of a new service developed on our new servers....

server

As part of the server migration plan, the listfile service currently powering wow.export should be moved to the new server. To ensure operations continue without issue, the old service will...

server

The official website for wow.export is currently located at https://www.kruithne.net/wow.export/. Moving forward with renovations to the infrastructure of wow.export, our live operations will be moved to a dedicated server for...

server

Minification is currently disabled due to an incompatibility between Vue and Bun. Once #349 has been resolved, minification can be re-enabled once again.

dev

Currently our UI relies on the reactive framework Vue. While there are benefits to this, I've decided to remove it from the codebase for the following reasons: - A lot...

dev

As a non-priority feature, we should support the opening and extraction of MPQ archives.

enhancement
fluff

Attempting to import certain models such as 10dg_dragon_house01.wmo [4198091] causes the UV mapping to be imported incorrectly with a large amount of zero-aligned points when using our add-on. ![image](https://user-images.githubusercontent.com/682348/231194492-78b4ad40-b6e2-4573-bb69-0b8a25cff338.png) This...

bug

Within the codebase, we have a number of calls to `getDataURL()` on the `BufferWrapper` class, but the only place that we actually call `revokeDataURL()` is in the audio tab. Most...

bug
performance

The current toast implementation is not great, it's a static message which can be overwritten by any other message. Ideally, it should become a stack system where, either, one of...

The settings section is currently long and messy, it's long overdue a clean-up.