MrSapps

Results 33 issues of MrSapps

Issue to cover remaining text box control bugs/features

bug
enhancement

Issue to cover layout feature of the GUI

enhancement

Seems you can't have a namespace called "cli" when building with /clr. `error C3292: the cli namespace cannot be reopened`

enhancement
help wanted

I think it would be a good POC to show ProDBG integrated into the following emus: RPCS3 emulator Xenia emulator They both have their own in progress emulators, perhaps a...

Most PS1 games have `.sbss` and `.sdata` for vars that have sizeof(X)

I think it might be worth using std::string_view as a view into one large std::string that contains the whole document when parsing. This way there will only be 1 memory...

suggestions

Any chance of enabling AppVeyor so this tool can just be downloaded and used instead of having to compile etc? Also since the there isn't much doco its not clear...

**Describe the bug** When calling `spng_encode_image` with `spng_set_plte` where the pal `n_entries` is `255` but the image data contains an index that is exactly 255 it gets clamped to 254...

bug

The smallest script I could make to repro the issue is this one: ``` class TestBase { function PlaySoundEffect(sfx) { print("PlaySoundEffect:" + sfx); } } class Test extends TestBase {...

Would there ever be a chance of MSVC 5/6 being added? Its quite fun to see how the output has improved over the last 20+ years.

new-compilers
lang-c++