Jaka Kranjc

Results 694 comments of Jaka Kranjc

It should also toggle the variable. I don't think we need to make it permanent (write the config) though.

Do you plan to finish this? Only that var toggling is missing.

It doesn't, we only save if you go to options. Now if you hotkeyed to fullscreen and went there, the button state would be wrong.

Yeah, it would be easy to check "Progress" in the subfunction of CreateTopWinLoader.

Thanks, I can reproduce. The only interesting thing in your log is the dialog.tlk bad seek. You can work around it by adding `SkipIntroVideos = 1` to your config.

I can't reproduce the rabbit crashing. If you can, please run the build through gdb or lldb to find out where it crashes. The animation errors you get if you...

You can use ../admin/run.gdb demo.cfg

So the assert at `gemrb/core/Video/Pixels.cpp:221: void GemRB::PixelFormatIterator::WriteRGBA`, interesting! ```gdb #4 0x0000fffff7823fd0 in __assert_fail_base (fmt=0xffffeff96d0b "%s%s%s:%u: %s%sПроверочное утверждение «%s» не выполнено.\n%n", assertion=assertion@entry=0xfffff7ef5588 "false", file=file@entry=0xfffff7f12788 "/home/artem/builds/gemrb/gemrb/core/Video/Pixels.cpp", line=line@entry=221, function=function@entry=0xfffff7f12738 "void GemRB::PixelFormatIterator::WriteRGBA(uint8_t, uint8_t, uint8_t,...