#exult full logs for 29 Oct 2015 (GMT)

Archive Today Yesterday Tomorrow
Exult homepage


[00:19:07] <-- frob has left IRC (Remote host closed the connection)
[02:29:49] --> DominusExult has joined #exult
[02:29:50] --- ChanServ gives channel operator status to DominusExult
[02:31:45] <-- Dominus has left IRC (Ping timeout: 260 seconds)
[02:31:45] --- DominusExult is now known as Dominus
[05:02:16] --> frob has joined #exult
[05:40:39] --> undaovaherd has joined #exult
[05:41:15] <-- undaovaherd has left #exult
[06:40:05] <-- frob has left IRC (Remote host closed the connection)
[06:45:45] <-- Lightkey has left IRC (Ping timeout: 240 seconds)
[06:58:54] --> Lightkey has joined #exult
[08:10:51] --> ttarrant has joined #exult
[08:51:56] --> frob has joined #exult
[08:56:57] <-- frob has left IRC (Ping timeout: 272 seconds)
[09:07:05] <-- ttarrant has left IRC (Ping timeout: 240 seconds)
[09:07:19] --> ttarrant has joined #exult
[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 :)
[11:52:17] --> frob has joined #exult
[11:56:53] <-- frob has left IRC (Ping timeout: 260 seconds)
[13:00:49] <-- Philantrop has left IRC (Ping timeout: 260 seconds)
[13:06:58] --> Philantrop has joined #exult
[13:07:02] <-- Philantrop has left IRC (Changing host)
[13:07:02] --> Philantrop has joined #exult
[13:13:45] <-- Kirben has left IRC ()
[14:19:35] --> frob has joined #exult
[14:23:52] <-- frob has left IRC (Ping timeout: 240 seconds)
[15:45:33] --> frob has joined #exult
[16:02:35] <-- frob has left IRC (Remote host closed the connection)
[16:16:07] --> Malignant_Manor has joined #exult
[16:25:15] --> frob has joined #exult
[16:28:04] <-- frob has left IRC (Remote host closed the connection)
[16:28:20] --> frob has joined #exult
[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 :)
[16:53:03] <-- Malignant_Manor has left IRC (Quit: ChatZilla 0.9.92 [Firefox 41.0.2/20151014143721])
[21:58:37] <-- ttarrant has left IRC (Quit: I'm off)
[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