[02:31:45] --- DominusExult is now known as Dominus
[11:32:02] <Dominus> wjp, maybe you can help me with a part of the iOS port I'm stuck at. if it is obvious to you. Our on screen virtual gamepad and ESC button (you can see it in https://www.dropbox.com/s/la1kpcl2myvwxn8/exultiosshortcutbar.png?raw=1) disappear when you hit apply in the Video Options gump
[11:33:00] <Dominus> the code begins in https://github.com/litchie/exult-ios/blob/master/exult.cc#L158 (after an # include "touchui.h")
[11:33:35] <Dominus> and important also on https://github.com/litchie/exult-ios/blob/master/exult.cc#L727
[11:34:25] <Dominus> but when you hit apply this at https://github.com/litchie/exult-ios/blob/master/gamewin.cc#L920 kills the touch ui for some reason (or rather does not restore it again)
[11:34:33] <Dominus> win->resized(neww, newh, newfs, newgw, newgh, newsc, newsclr, newfill, newfillsclr);
[11:35:30] <Dominus> I know, daytime, you are likely busy and not familiar with our changes, just wanted to write it already :)
[16:29:36] <Malignant_Manor> wjp: Did you see the post about U8 code on the forum? http://exult.sourceforge.net/forum/read.php?f=1&i=1676479&t=1676479
[16:31:20] * Dominus points at the #pentagram logs of yesterday and today :)
[16:32:16] <wjp> yeah, planning to have a look when I'm home
[16:32:34] <wjp> well, if I don't get home too late
[16:40:01] <Malignant_Manor> I hadn't been monitoring pentagram irc because of inactivity worse than Exult.
[16:40:09] <Dominus> :)
[16:40:38] <Dominus> you are being off topic all over the board!!! :)
[16:41:14] <Malignant_Manor> Yes
[16:42:32] <Malignant_Manor> Exult in #nuvie and U8 in #exult. The SDL2 problem with Exult was relevant with your earlier discussion there.
[16:46:20] <Dominus> I know, just making fun :)
[22:29:07] <wjp> Dominus: do the controls re-appear after viewing a map? (For example the teleport cheat map)
[22:29:50] <wjp> (they might very well not)
[22:32:07] <wjp> if they don't re-appear, what I guess is happening is that the entire window is re-created, and the touch control aren't
[22:33:22] <wjp> since the control-creation code in UIManager::showGameControls seems to only run once
[22:34:11] <wjp> (disclaimer: I don't know iOS at all, and ObjC only barely)
[23:03:00] <Dominus> hey wjp! no, the controls aren't returning