Jaka Kranjc

Results 694 comments of Jaka Kranjc

Well look at the expected behaviour, the issue is well documented. It's not clear at all what you're trying to achieve with your code change and how you came to...

Yeah, but that would reduce the size only on the client side, not also on the upstream servers (deployment, github).

It's defined in `gemrb/plugins/SDLVideo/CMakeLists.txt:13`. What does need changing is the bug reporting template, since it should mention OPENGL_BACKEND instead.

It's a cmake thing. I guess because you're defining a cmake var that way, not a c++ macro. IOW it's not something that gets forwarded to the c++ preprocessor.

Yes, it shouldn't be defined manually.

Should be a simple fix in GUIOPT.py and SetBAM or one of the other button methods.

Radio buttons are the most annoying GUI element since textarea editing has been implemented. Pressing escape and clicking on cancel are not necessarily the same, but I can't think of...

There's no such thing as `Encoding=french`, so you can remove that. It still works here; there could be a difference in the french installation that we need to account for....

lldb is fine. It's choking on a file we provide. Did you make a clean gemrb install / are you running from the build dir? You can try to find...

We're closer, but nothing really comes to mind. Try the same exercise in gemrb/GUIScripts/GUIClasses.py:158 — is the `view` in CreateSubview None or something? @bradallred any ideas?