snailspeed3

Results 21 issues of snailspeed3

Immediately warn users who have not configured their executable path correctly before attempting to export

enhancement
good first issue

[This](https://github.com/riidefi/RiiStudio/blob/master/source/librii/image/ImagePlatform.cpp) is perhaps the most problematic file in the entire codebase. We should probably write tests (dumping decoded images to png for verification). Current issues: - Encoding sub 32x32 images....

This is a BRRES-exclusive feature that is currently unsupported.

enhancement

Although not having a symbol map does make this a bit tricky, we should be able to make some very reasonable guesses based on cross-references. Some special considerations might need...

devops
decompiler

Currently, we need to link an entire .dol/.rel executable to verify a function matches. Introducing a .o validator will enable faster iteration for both humans and computers ;)

p-medium
devops

Ideally let's get the decomp to a point where someone without knowledge of assembly or a decompiler could meaningfully contribute. The fact that we know our compiler and its quirks...

p-high
devops
decompiler

- [ ] Match GhostFile::writeHeader (loop irregularity) - [ ] Investigate matching hack in GhostFileGroup::get - [ ] Decompile GhostFile::init - [ ] Decompile RawGhostFile::compress - [ ] Decompile RawGhostFile::decompress...

a-rel
tracking

Tracking issue to decompile the game's layered archive filesystem code. - [x] ResourceArchive (80518CC0-80519670) - [x] ResourceLoaderEx (8052A098-8052A538) - [x] ResourceLoader (8052A538-8052AE5C) - [ ] ResourceManager (8053FC4C-80542878) Names not final

p-high
a-rel
tracking