Amaryllis Kulla
Amaryllis Kulla
> Er... how can I find out the number of calls (is this the 416852x)? I never used gprof before, but it does say "calls" in the column header, so...
[Here is](http://stackoverflow.com/questions/119578/disabling-warnings-generated-via-crt-secure-no-deprecate) a handy link full of instructions on how to disable the `_CRT_SECURE_NO_DEPRECATE` warnings directly in your IDE without sprinkling defines all over the code. Same with `NOMINMAX`, it...
Most of your problems in this PR can either be worked around in your IDE or fixed in mkxp by generically changing code. The `crossplatform.h` header however is a big...
> One question about the future of this project is that if we only want to port the RM interpreter to Linux, or also want to provide the developers and...
> I just feel a little pity because so much effort could have created a new open source RPG game development tool (which does not exist so far) and a...
SDL_sound fork is here: https://github.com/Ancurio/SDL_sound
Yeah, I wrote BoostHash just to mimic the API of QHash, its predecessor.
This is a complete rewrite of the game. Not related to mkxp.
@radialapps Interesting. How did you figure out they used Unity?
This is most likely due to `libruby` not supporting reinitialization. Either that has to be fixed, or mkxp needs to be properly killed on shutdown (process must not linger on).