00:00:12 advil: that definitely has the advantage that it's intuitively obvious whether bksp will clear or work normally 00:01:06 although is text selection in textbox widgets a common feature on console? I guess console programs tend not to use textboxes at all, and if they do, to use readline bindings 00:01:28 which is what my current textbox widget has; no text selection (yet?) 00:02:58 advil: also, if you have time, please check out the ui-next branch, specifically the seed selection screen which showcases the major changes 00:13:44 -!- amalloy_ is now known as amalloy 01:17:13 aidanh, msys2 is not a actual system, you're still in the world of windows. whereas wsl is a sub-system and interaction with windows is less smooth 01:17:56 ah, I see, so you mean from an ergonomics perspective, for people who probably are more familiar with a windows environment? 01:22:32 bgiannan: that makes sense, although I've heard access to your WSL filesystem from windows is an upcoming feature which should help 01:23:49 aidanh, yes filesystem is a big no-no for me 01:24:20 also if i build something with msys2 it actually runs on windows, which is not true for wsl 01:25:20 for a long period of time i was forced to work on windows, i used mingw and had almost the same setup as i would have on linux 01:31:58 hm, I've successfully cross-compiled for windows on WSL, which does produce a working exe 01:32:25 yes but you can cross-compile from any system that's not my point 01:32:43 when you build with msys2 you're actually building *for* windows 01:35:02 I guess I'm not actually too clear on what msys actually is, but it seems like it still uses mingw under the hood 01:37:19 so i'm not sure if a standard crawl cross compile and a msys build differ significantly in any technical way, apart from the ease of use aspects 01:37:34 my point was ease of use 01:37:40 Unstable branch on crawl.develz.org updated to: 0.25-a0-85-g7617fd2 (34) 01:38:01 ok, yeah, makes sense 01:38:01 there's no reason a cross-compiled version would be any different 01:38:38 in the past there have been some bugs that only show up on msys builds, e.g: https://crawl.develz.org/tavern/viewtopic.php?f=9&t=25253 01:39:03 interesting 01:41:05 yeah, apparently you can just run explorer.exe from your wsl bash prompt now 01:41:52 and if that fixes most of the ease of use issues, making wsl the preferred build method might be the way to go 02:09:52 Windows builds of master branch on crawl.develz.org updated to: 0.25-a0-85-g7617fd2 02:59:33 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-443-g80245de 03:12:13 Unstable branch on crawl.beRotato.org updated to: 0.25-a0-85-g7617fd2 (34) 03:31:13 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-2708-g79730e94b9 03:32:31 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.22.1-228-g91fc1e94e6 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-85-g7f3db7f: Clean up ui.cc and ui.h 10(10 days ago, 3 files, 301+ 150-) 13https://github.com/crawl/crawl/commit/7f3db7fcb475 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-86-g22121dc: Make box alignment members protected 10(3 weeks ago, 16 files, 56+ 42-) 13https://github.com/crawl/crawl/commit/22121dc0c4fd 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-87-gc901587: Extract UI debug drawing code 10(4 weeks ago, 1 file, 60+ 30-) 13https://github.com/crawl/crawl/commit/c901587611bb 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-88-gb8fc013: Refactor widget hover path handling 10(4 weeks ago, 1 file, 99+ 65-) 13https://github.com/crawl/crawl/commit/b8fc013a1889 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-89-gc71ac15: Rename MouseEvent -> wm_mouse_event 10(3 weeks ago, 42 files, 137+ 137-) 13https://github.com/crawl/crawl/commit/c71ac1557dd5 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-90-g73ea160: Add improved console cursor positioning API 10(8 weeks ago, 2 files, 25+ 0-) 13https://github.com/crawl/crawl/commit/73ea160d0689 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-91-g13e9703: Add checkbox widget 10(4 weeks ago, 7 files, 137+ 2-) 13https://github.com/crawl/crawl/commit/13e9703aa497 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-92-ga71568d: Add text entry widget 10(4 weeks ago, 2 files, 566+ 0-) 13https://github.com/crawl/crawl/commit/a71568daff86 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-93-g67bb000: Add hotkey event handling support 10(3 weeks ago, 2 files, 25+ 0-) 13https://github.com/crawl/crawl/commit/67bb0000e744 03:58:44 03Aidan Holm02 07[ui-next] * 0.25-a0-94-geeb196d: Use new hotkey API 10(3 weeks ago, 5 files, 32+ 53-) 13https://github.com/crawl/crawl/commit/eeb196d601d2 03:58:44 ... and 18 more commits 05:11:30 The build was fixed. (ui-next - d76bbf9 #12180 : Aidan Holm): https://travis-ci.org/crawl/crawl/builds/609137182 11:11:37 hm I guess cbro stable doesn't rebuild unless someone does it manually 11:24:20 Stable (0.23) branch on underhound.eu updated to: 0.23.1-91-gf373564dc4 11:28:46 Stable (0.24) branch on crawl.beRotato.org updated to: 0.24.0-13-gcf9b319 12:06:19 Unstable branch on crawl.akrasiac.org updated to: 0.25-a0-85-g7617fd2 (34) 13:21:52 -!- Amnesiac_ is now known as Amnesiac 13:33:22 aidanh: not sure if you are aware, there is a drawing bug in the latest windows trunk tiles build. After death, the message log and some interface elements disappear and it looks like this: https://imgur.com/L0bvoM7. 13:33:41 I'm not sure, but I think when it happened to me the first time everything else disappeared too and only the 'more' at the bottom was displayed. 13:36:51 (image link should be without the dot at the end) 16:26:30 03advil02 07* 0.25-a0-86-ga6f17ae: Don't update travel cache on excursion to unvisited levels (odiv) 10(5 minutes ago, 2 files, 18+ 3-) 13https://github.com/crawl/crawl/commit/a6f17ae7d44c 16:32:39 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-86-ga6f17ae7d4 (34) 17:11:18 !kw recent 17:11:18 Keyword: recent => cv>=0.22 17:11:49 I wonder if it would make sense to run a version of sequell that *only* had data that meets the current recent criteria 17:59:37 Anway (L22 GnHu) ASSERT(attacker) in 'attack.cc' at line 354 failed. (Depths:1) 18:09:55 !kw nchoice 18:09:56 Keyword: nchoice => MfEn|BaEE|HaVM|HaFE|CeIE|CeWz|TeSk|OpAE|FoNe|GhCj|BaAK|DDAM|HuTm|SpAK|DEAs|OgCj|VpWr|KoIE|VSEE|DgEn|OpHu|GnAE|VSHu|KoSk|GhSu|TeTm|DEGl|SpFE|MuAK|VpAM|MfNe|KoWz 18:10:05 =nemelex FoWr 18:10:08 Defined keyword: nchoice => MfEn|BaEE|HaVM|HaFE|CeIE|CeWz|TeSk|OpAE|FoNe|GhCj|BaAK|DDAM|HuTm|SpAK|DEAs|OgCj|VpWr|KoIE|VSEE|DgEn|OpHu|GnAE|VSHu|KoSk|GhSu|TeTm|DEGl|SpFE|MuAK|VpAM|MfNe|KoWz|FoWr 18:10:09 =nemelex GrEn 18:10:12 Defined keyword: nchoice => MfEn|BaEE|HaVM|HaFE|CeIE|CeWz|TeSk|OpAE|FoNe|GhCj|BaAK|DDAM|HuTm|SpAK|DEAs|OgCj|VpWr|KoIE|VSEE|DgEn|OpHu|GnAE|VSHu|KoSk|GhSu|TeTm|DEGl|SpFE|MuAK|VpAM|MfNe|KoWz|FoWr|GrEn 18:24:16 Unstable branch on underhound.eu updated to: 0.25-a0-86-ga6f17ae7d4 (34) 19:34:44 !time 19:34:45 Time: Nov 09, 2019, 12:34:45 AM, UTC. The 2019 0.24 tournament ends in 1 day, 19 hours, 25 minutes and 14 seconds. 19:54:10 Ha. It's academic now, but boulder beetle traps were broken in c84e800f13c701249b42b7bd0b973ebb697477b0, some four years before the beetles themselves were removed 21:06:07 for tourney clans, if the # TEAM CAPTAIN line isn't the first line (i.e. first line is blank and # TEAM CAPTAIN is second line) will that work? someone asked me and I have a feeling the clan scripts require it to be the first line 21:17:46 is the first line of mine blank or is this coincidental timing? 21:58:59 -!- ProzacElf_ is now known as ProzacElf