Skip to content

Tags: PsyCommando/ppmdu

Tags

ppmd_statsutil_0.23.3a

Toggle ppmd_statsutil_0.23.3a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from PsyCommando/dev

Added support for WiiU virtual console roms + More old unmerged changes from dev

ppmd_audioutil_0.37

Toggle ppmd_audioutil_0.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from PsyCommando/dev

Merging fix for issue #39

ppmd_statsutil_0.23.2a

Toggle ppmd_statsutil_0.23.2a's commit message
Merge pull request #37 from PsyCommando/dev

Merging Statsutils to master for release 0.23.2

ppmd_statsutil_0.23.1a

Toggle ppmd_statsutil_0.23.1a's commit message
Merge pull request #35 from PsyCommando/dev

Statsutil 0.23.1 Bugfix Release

ppmd_kaoutil_0.42

Toggle ppmd_kaoutil_0.42's commit message
Merge pull request #35 from PsyCommando/dev

Statsutil 0.23.1 Bugfix Release

ppmd_statsutil_0.23a

Toggle ppmd_statsutil_0.23a's commit message
Merge pull request #31 from PsyCommando/dev

Merging change for Statsutil 0.23 to master

ppmd_statsutil_0.22a

Toggle ppmd_statsutil_0.22a's commit message
Fix for issue #26 with SIR0 content being incorrectly padded

- Fixed issues #26 where the stat growth was nulled out for most pokemon
past a certain point. It was due to the length of the padding being
calculated using "data.size() % 16", which gives the remainder and not
the padding required to append. In order to fix the issue, I simply made
a function that return an aligned value on demand which handles both
cases where the length is aligned, and cases when the value is not
aligned, correctly.
- Made a few exceptions strings for some of the error cases clearer.
- Had to disable optimisation for the statsutil release build. Because
there's a very hard to  trace compiler bug causing the compiler to crash
while compiling that project in release.

ppmd_audioutil_0.36

Toggle ppmd_audioutil_0.36's commit message
Merge pull request #25 from PsyCommando/dev

Dev

ppmd_audioutil_0.35

Toggle ppmd_audioutil_0.35's commit message
Merge pull request #24 from PsyCommando/dev

Dev

ppmd_audioutil_0.20

Toggle ppmd_audioutil_0.20's commit message
Merge pull request #22 from PsyCommando/dev

Dev-Release of audioutil 0.2 !