Carsten Teibes
Carsten Teibes
If done correctly, this should use some emscripten magic: e.g. use [`FS.createPreloadedFile()`](http://kripken.github.io/emscripten-site/docs/api_reference/Filesystem-API.html#FS.createPreloadedFile) for files that are needed before anything else (MapTree, ini... later also Title screen Music/Pictures). A drawback using...
The error on closing is expected in this case, since we lock the applet exit. So HOS waits for us and finally decides we must be closed forcefully.
Okay, after investigating this is some kind of race condition. The applet focus state is not updated correctly and so player waits indefinitely in `ProcessEvents()`. It takes one iteration of...
I have a local branch that replaces SDL with freeimage, not finished yet though. Made a minimal fork to use on jenkins, but of course compatible with distro packages. https://github.com/carstene1ns/freeimage-easyrpg
Yeah, will adapt this sometime in the next days.
Please test, it works for meβ’
Would be nice to have a test case here. Maybe we have this already in our testgame2000.
As per the README file, Editor currently needs **Qt5**, building with version **6** will not work. Please provide a helpful error message next time, we cannot really help with "does...
As the error message says, you need ICU.
Expat is least invasive, since only used on desktop platforms. So, let's go.