Arttu Tamminen
Arttu Tamminen
Would be nice to have support for umlauts: ü, ä, ö, Ü, Ä and Ö. And to be fair, maybe for å and Å also. https://en.wikipedia.org/wiki/Umlaut_(linguistics)
I am interested to figure out how pyrocket and pygame.mixer can be used, as documentation is quite sparse on that matter. I will try to finish template for rocket next...
Update shader minifier to version 1.2. This uses original shader minifier, which is reason for two new `#pragma data_seg(".shader")` lines in `main.cpp`. I did not make any comprehensive comparison between...
#4 this breaks current example song, but maybe that can be fixed later.
I am not sure if updating 4klang to 3.0.1 has any benefits, except of course being newer. This means Leviathan should support inc file instead of obj file. What I...
fix #2 update SDK version to reflect Visual Studio 2022. New _WINDOWS_IGNORE_PACKING_MISMATCH_ define had to be added as something has changed in windows.h.
As Visual Studio 2022 is now available, SDK version could be updated.
Although Edit menu suggest that delete key functionality could be accomplished by using delete key it is accomplished by backspace key. This is only minor inconveniece, but https://github.com/rocket/rocket uses delete...
I was handed sprites in [spritemate ](https://www.spritemate.com/) format. I was able to manually create bin files from those and then imported bins to TRSE. That worked really well, but I...