[00:16:08] <Marzo> Malignant_Manor, Dominus: at some point I will rewrite a lot of the shortcutbar code, yes
[00:16:31] <Marzo> For one, I think the code for actions should be used instead of duplicating the code
[00:16:46] <Marzo> Also, I think what goes on the shortcutbar should be configurable
[00:17:09] <Marzo> Maybe by extending the way key configuration works
[00:19:35] <Marzo> Dominus: also, I set the repositories to send emails to the list without being the author, so they should start going there again
[00:22:37] <Malignant_Manor> Marzo: there's always a million things for you to do but never the time.
[00:24:05] <Malignant_Manor> We might have a new release this century.
[00:38:03] <GitHub> [exult] malignantmanor pushed 1 new commit to master: https://git.io/vauO5
[00:38:03] <GitHub> exult/master b80349f Malignant Manor: * party.cc: Update ShortcutBar_gump when adding/removing party members....
[00:38:26] <Malignant_Manor> Dang, I forgot to save the last minute ChangeLog revision.
[00:41:46] <Malignant_Manor> Marzo: how long is the delay on the commit emails?
[00:42:04] <Marzo> I have no idea
[00:42:26] <Marzo> For all I know, we may have whitelisted the wrong e-mail
[00:43:34] <Marzo> Kirben's last commit just popped up for me
[00:43:44] <Marzo> But it was from before the change
[00:45:34] <Malignant_Manor> Dominus: Here are descriptions of the reduced cfg settings. http://pastebin.com/KSjePTHy
[00:56:21] <Malignant_Manor> Marzo: the shortcutbar code should be good enough for release. It would require a major rewrite to work better for non-mobile and to fix the SDL 1.2 lack of double click. Are you able to test if msvc still compiles?
[00:56:49] <Marzo> In my XP VM, yes
[00:56:54] <Marzo> Will look into it tomorrow
[01:16:18] <Malignant_Manor> I just looked how fare back the rotate patch was and it was 01-17-13.
[01:18:05] <Malignant_Manor> I'm not sure if I will attempt to get it to compile.
[03:05:24] <GitHub> [exult] malignantmanor pushed 1 new commit to master: https://git.io/vauzg
[03:05:24] <GitHub> exult/master e8f8ded Malignant Manor: * Fix commit of accidentally unfinished code.
[05:17:23] <Malignant_Manor> Marzo: I tried changing my Github email to my sf redirect and it didn't work for the Github bot or the mailing list.
[05:21:06] <Malignant_Manor> I'll just change the email back.
[05:22:36] <Malignant_Manor> The training bug when having a chest doesn't happen in the original. I uploaded a save. https://sourceforge.net/p/exult/bugs/_discuss/thread/1502a817/5741/attachment/SI_training_bug.7z
[08:28:52] <Dominus> now let's investigate why the github mails don't come through...
[08:29:17] <Dominus> damn, the subscriber list is only refreshed on sundays, so I can't see what Jeff added until then...
[09:12:08] <Dominus> Marzo, I failed miserably when I tried to use the Action codes, so I duplicated the code for the shortcutbar
[09:29:26] <Dominus> malignant: the outline color setting only works when transparency is set. on purpose? My original thought when I added the outline color was that the bar items could be confused with real objects on the floor. SO I think it should work for both
[10:49:46] <Marzo> Malignant_Manor: I actually already have a fix, I just need some time to test it
[17:03:47] <Malignant_Manor> Dominus: I didn't think of that. I thought it was just used to see transparency items better.
[17:05:38] <Malignant_Manor> It certainly makes the code less complicated. I think I will keep black default for ios and have none for others.
[17:13:27] <Malignant_Manor> Dominus: have you updated the documentation?
[17:33:50] <Dominus> Malignant_Manor: no, no update to the docs yet. Still a bit dizzy today and need to function in the family until everyone is asleep
[17:34:24] <Malignant_Manor> Okay, I'll put an update again on the basics.
[17:34:40] <Dominus> Tomorrow morning sounds likely that I can write it down
[17:35:02] <Dominus> Jeff fixed the github mails now
[17:35:20] <Dominus> It was all my fault
[17:36:04] <Dominus> I pointed him at exult-general by mistake (and he didn't catch that mistake either)
[17:36:49] <Dominus> So noreply@github.com can now post to both mailing lists ;)
[18:23:09] <GitHub> [exult] malignantmanor pushed 1 new commit to master: https://git.io/va2mF
[18:23:09] <GitHub> exult/master 55e15b5 Malignant Manor: * Allow ShortcutBar_gump to use an outline. Tweak sb get/set functions.
[18:24:54] <Malignant_Manor> Should be "Allow solid". This confirms the mailing list is working.
[18:27:32] <Malignant_Manor> Dominus: the basic cfg setting explanations are here http://pastebin.com/7DWmja6p
[23:51:41] <GitHub> [exult] Kirben pushed 1 new commit to master: https://git.io/vaaCt
[23:51:41] <GitHub> exult/master 29ff8b4 Kirben: -Use pkg-config to check required Fluidsynth libs on MingGW.