Seth N. Hetu

Results 4 issues of Seth N. Hetu

Hello, I'm having trouble compiling the latest source (at the ndk-build stage): ``` Android NDK: WARNING: APP_PLATFORM android-15 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml /home/username/source/android-ndk-r9d/build/core/build-binary.mk:392: warning: overriding commands for...

Issue 107 fixed a problem with table autotiles appearing below grass tiles. Now, however, table legs appear _above_ some tiles they shouldn't. Original issue: http://i.imgur.com/Monioxs.png After Issue 107 fix: http://i.imgur.com/vYmYUoM.png...

RGSS accuracy

If you have a script with the following: ``` for i in 0..20 Sound.play_decision end ``` ...RPG Maker will only play the sound once, while MKXP will "stack" the sound...

RGSS accuracy

Good evening, and thanks for the wonderful project. I'm trying to make a copy of a Potion that heals a different HP value. First, I tried just copying the Potion...