Jonas Jelten

Results 276 comments of Jonas Jelten

Please include the [documentation draft](https://pad.stusta.de/p/openage-sprite-format) in the pull request so it becomes official (as `doc/media/sprites.md`).

Thank you! @tusharpm is working on windows support, so I think he can improve this further. The preprocessor check matches to mscv, but not to msys2, am I right? About...

Thx for telling me about the include issues, I've added them in #1268. Can you please post the error why linking `lzxd` fails?

In #1301 I updated the `dll` -> `pyd` renaming, so maybe your import error is now gone. Could you check, please? It should crash shortly afterwards thoug, due to a...

I'm confused why your example images are in dimetric projection, because the converter should take the dimetric tiles from the non-HD and DE versions, and then reverse their projection so...

To clarify this a bit: we support compiler kind switching (clang, gcc, ...) already, but we don't support switching versions of them (gcc-9, gcc-10). The switching we introduced to allow...

A simple implementation of this is for example https://gitlab.lrz.de/IP/elsa/-/tree/master/docs, the results are here: https://ciip.in.tum.de/elsadocs/ For it to work one needs `doxygen`, `sphinx`, `sphinx_rtd_theme`, `breathe` and `m2r` installed.

Which is actually cool in that far that we finally have to implement actual perspective terrain rendering and blending. Because we should rather convert the old perspective diamond to the...

We have a cab reader and filesystem abstraction so you can transparently access all the archives on the CD. Mounting the iso should be done through `udisksctl` or something. You...

I doubt we will ever come to this :)