Marco Köpcke

Results 145 issues of Marco Köpcke

While we are still on GTK 3, support the "new" xdg dark style portal by opting in to it via libhandy. See https://gitlab.gnome.org/GNOME/gnome-music/-/merge_requests/894/diffs as reference. Concern: Does libhandy work under...

Linux

Migrates almost all "AbstractController" based classes to the new GtkTemplate view system. This happens semi automatically via https://github.com/SkyTemple/skytemple_view_migration - when making changes to that, regenerate this branch by running the...

At the moment the workflow to publish sentry releases on Git tag pushes publishes a release with the git commit hash instead of the tag. This should be fixed before...

switch to PyInstaller 6, also affects Randomizer

This may only affect skytemple-rust. For unknown reasons, when trying to import portraits from separate files, some conditions may throw this error: ``` PanicException: range end index 48 out of...

It seems that under some circumstances, importing monsters from XML may result in the following error: ``` KeyError: 'gameVersion' File "module\monster\controller\monster.py", line 1009, in on_btn_import_clicked File "module\monster\module.py", line 413, in...

Under unknown circumstances, importing object sprites may fail, showing this error: ``` AssertionError: null File "module\sprite\controller\object.py", line 95, in on_importimage_clicked File "module\sprite\module.py", line 100, in save_object_sprite ``` Automatic via sentry....

To be able to run gfxcrunch. See also https://github.com/SkyTemple/skytemple/issues/635