00:31:30 New branch created: pull/1247 (1 commit) 13https://github.com/crawl/crawl/pull/1247 00:31:30 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1247 * 0.25-a0-347-gcf20da8: Improve macOS Makefile support 10(4 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/cf20da8eaa8c 00:55:45 -!- amalloy_ is now known as amalloy 01:21:24 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-2824-g6a88ae04c9 02:09:05 Windows builds of master branch on crawl.develz.org updated to: 0.25-a0-353-ged6d547 02:34:50 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1247 * 0.25-a0-347-g12f8f71: Improve macOS Makefile support 10(2 hours ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/12f8f71a50df 02:48:13 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-443-g80245de 03:11:44 Unstable branch on crawl.beRotato.org updated to: 0.25-a0-353-ged6d547 (34) 03:55:41 Fork (bloatcrawl2) on crawl.kelbi.org updated to: 0.25-a0-612-gdbc01e04da 05:10:18 New branch created: pull/1248 (1 commit) 13https://github.com/crawl/crawl/pull/1248 05:10:18 03Nikolai Lavsky02 07https://github.com/crawl/crawl/pull/1248 * 0.25-a0-342-g9b7e6c8: Fix an information leak about Mara and rakshasa clones 10(13 minutes ago, 3 files, 15+ 3-) 13https://github.com/crawl/crawl/commit/9b7e6c848c24 06:03:34 how are players supposed to ask for password resets these days? are they just supposed to contact a server owner directly on irc? 08:09:10 -!- amalloy is now known as amalloy_ 08:48:45 amalloy_: re the guy on reddit? I think just ask the server owner 08:55:49 !messages 08:55:49 (1/2) alexjurkiewicz said (1d 13h 4m 29s ago): the bloatcrawl2 game modifiers menu doesn't work in webtiles (black screen, but you can press keys and they work and press enter to get past it). It works in console & local tiles. The code is here, any ideas? https://github.com/Hellmonk/bloatcrawl2/blob/master/crawl-ref/source/newgame.cc#L760 08:55:49 !messages 08:55:49 (1/1) alexjurkiewicz said (1d 9h 26m 37s ago): I implemented radio buttons in webtiles for bloatcrawl, basically you just need to pass the element value back when updating state from JS -> crawlcode. You might want to copy this for vanilla: https://github.com/Hellmonk/bloatcrawl2/commit/0f78cab97507fa2d16a6e179aa0cba07c0590949 09:13:49 !tell alexjurkiewicz looks like you got the game modifiers screen working; re syncing, one possibility is to use checkbox widgets, and have a handler that deselects all other checkboxes in a group on click 09:13:50 aidanh: OK, I'll let alexjurkiewicz know. 09:22:46 Stable (0.22) branch on underhound.eu updated to: 0.22.1-59-ge965b3aba3 09:28:24 !tell alexjurkiewicz btw the options screen crashes if you hit tab, because you initially focus an unfocusable widget (prompt_ui); you should remove that from run_layout() and change on_keydown_event to on_hotkey_event 09:28:25 aidanh: OK, I'll let alexjurkiewicz know. 11:23:33 Stable (0.23) branch on underhound.eu updated to: 0.23.1-91-gf373564dc4 12:13:56 Out of los message "Flame seeps out of something" 13https://crawl.develz.org/mantis/view.php?id=12168 by Yermak 14:29:52 ??bloatcrawl 14:29:52 bloatcrawl[1/1]: https://github.com/WORLD-CRAWL-ASSOCIATION/bloatcrawl meme fork by hellmonk, with the idea of "add every species/background suggested by tavern" 16:01:15 !learn add bloatcrawl Bloatcrawl 2: https://github.com/hellmonk/bloatcrawl2 16:01:15 alexjurkiewicz: You have 2 messages. Use !messages to read them. 16:01:16 bloatcrawl[2/2]: Bloatcrawl 2: https://github.com/hellmonk/bloatcrawl2 18:08:31 Is objstat intended to work on Windows? (Msys2) I keep getting weird errors where it just gives up control of the terminal and doesn't write any data (It works fine on a really small Iteration count, like 1 or 2) 18:23:59 When spectating, menus remain open after player closes them 13https://crawl.develz.org/mantis/view.php?id=12169 by vt 18:24:20 Unstable branch on underhound.eu updated to: 0.25-a0-353-ged6d54792d (34) 19:00:53 -!- amalloy_ is now known as amalloy 19:37:43 reaverb: I've not really tested it under windows/msys2 19:38:45 Sure. Maybe I'll try to debug whatever the problem is. Currently just dug up my old linux machine and using that. 19:39:25 bh: did they message you too? if only there were some way to message the moderators as a group 20:37:21 amalloy: they messaged the mod group 21:56:18 -!- amalloy is now known as amalloy_ 22:49:26 favourite cpp error: "expected expression" when you have a trailing comma in func(1,2,3,)