MrSapps

Results 33 issues of MrSapps

Would it be possible to have something like the if/then else swapping but one that only inverts a single statement if condition? E.g: ``` if (!a || !b) { }...

enhancement
help wanted

Currently if more than one sub title is active it won't render: ``` // TODO: Render all active subs, not just the first one current_subs = subs[0]->Text().c_str(); if (subs.size() >...

enhancement
good-contrib

The zip FS loads entire files to a memory stream which can be quite slow. Instead it should stream and decompress the file on the fly. The LVL archive seeks...

enhancement
good-contrib

The XA-ADPCM and STR decoders are GPL and so need rewriting or replacing. The ADSR code I believe is GPL too but may have been rewritten already - need to...

bug

As per title - mlgman has already done most of this work here: https://github.com/mlgthatsme/AliveSoundLib - [ ] Create sample loop json data base file - [x] Setup an antique machine...

enhancement

- [x] Add mapping for PC -> PSX lvl name/locations - [x] Fix issue reading lvls from ISO/BIN FS - [x] Add decoder for PSX cameras, demo may have some...

enhancement

Current system is quite awkward because all games data is thrown into one big blob which can make picking the correct file tricky. Need a system that: - [x] Has...

These seem to have many JPEG alike steps which are the same. Its probably possible to combine both. I suspect that the tables used in the decoding might be the...

enhancement
good-contrib

I think this probably has no chance of building atm - shouldn't be too hard to fix. Needs to be enabled in CI so it stays in a working state.

enhancement
good-contrib

To test everything renders correctly/performance on each platform. For the GUI would also serve as some sort of demo.

enhancement
good-contrib