Carsten Teibes

Results 118 comments of Carsten Teibes
trafficstars

Yep, it is the same issue I am having. I built debug versions of `allegro4`, `dumb` and `aldmb` and get the same backtrace: ``` *** Error in `/home/carsten/projects/alex4/src/alex4': double free...

Just started working on this: https://github.com/carstene1ns/easyrpg-player/commit/9d348aa0893592afc0bbaaa5c007b2be4e247d12. For now enables clicking and scrolling through most selectables.

About path finding, just found these today: https://rpgmaker.net/games/8981/ → http://www.roguebasin.com/index.php?title=The_Incredible_Power_of_Dijkstra_Maps https://rpgmaker.net/tutorials/547/ Sure, is not really helpful for us, but the explanations are good IMO.

Problem is emscripten does some magic to store attributes inside the database field along the real binary blob. Data seems to be vacuumized someway (the files are smaller with empty...

On Wii (and other big endian → Amiga) there is no internal conversion function for dr_wav to output s16 for certain files. We can either make use of the SetFormat()...

Related for the "free" vs. "nonfree": https://www.gnu.org/philosophy/free-sw.html

This only works when we get rid of the checks in `system.h` and move everything in the build system. This header is used everywhere. Most other uses are needed currently,...

What about VP9 video? ![img](https://p.f4ke.de/2qi4rGqFHa.png)

I am working on a different solution already.

Pushing this branch for completeness: https://github.com/EasyRPG/Player/compare/master...carstene1ns:git-dist-ver In the future I want to use `git archive` to generate distribution archives, it lessens the maintenance burden.