00:04:10 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-375-g0277348: fixup! webtiles: Allow dynamic reload of games config 10(3 days ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/0277348ccd7f 00:04:10 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-376-g2a56f5e: webtiles: Make force shutdown cleaner 10(3 days ago, 1 file, 11+ 8-) 13https://github.com/crawl/crawl/commit/2a56f5e13de4 00:04:10 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-377-g5b79f7f: fixup! fixup! webtiles: Allow dynamic reload of games config 10(2 days ago, 3 files, 46+ 43-) 13https://github.com/crawl/crawl/commit/5b79f7f47485 00:04:10 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-378-g54cf46a: webtiles: Improve load_games documentation 10(19 hours ago, 1 file, 20+ 10-) 13https://github.com/crawl/crawl/commit/54cf46a7ebbb 00:04:46 I'll rebase to clean up all the intermediate commits soon. But it's ready for review 03:12:13 Unstable branch on crawl.beRotato.org updated to: 0.25-a0-403-g49d089a (34) 05:34:51 -!- bh_ is now known as Guest95268 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-404-g2cd61eb: webtiles: Add support for customised env vars 10(5 minutes ago, 3 files, 22+ 3-) 13https://github.com/crawl/crawl/commit/2cd61ebeb50c 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-405-g59ee3ab: webtiles: Allow loading games via function 10(5 minutes ago, 3 files, 104+ 40-) 13https://github.com/crawl/crawl/commit/59ee3ab0a17d 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-406-gcbd9a9f: webtiles: Add basic requirements.txt file 10(5 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/cbd9a9f8d642 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-407-g7884ee8: webtiles: Update README 10(5 minutes ago, 2 files, 57+ 49-) 13https://github.com/crawl/crawl/commit/7884ee8a4e99 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-408-gd4079e7: webtiles: Allow dynamic reload of games config 10(5 minutes ago, 3 files, 57+ 37-) 13https://github.com/crawl/crawl/commit/d4079e76215b 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-409-g575c2ec: webtiles: Allow specifying -dir and CWD for games 10(5 minutes ago, 4 files, 19+ 1-) 13https://github.com/crawl/crawl/commit/575c2ec8daeb 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-410-g5a9fc30: webtiles: Make force shutdown cleaner 10(5 minutes ago, 1 file, 11+ 8-) 13https://github.com/crawl/crawl/commit/5a9fc3025000 05:47:43 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-411-gec2d630: webtiles: Improve load_games documentation 10(5 minutes ago, 1 file, 20+ 10-) 13https://github.com/crawl/crawl/commit/ec2d630939fb 06:04:25 -!- bh is now known as Guest93806 10:53:28 Pain targeter sometimes doesn't properly respect allies that are in the way 13https://crawl.develz.org/mantis/view.php?id=12173 by Flugkiller 11:22:17 Stable (0.23) branch on underhound.eu updated to: 0.23.1-91-gf373564dc4 11:50:10 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 11:50:36 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 11:50:57 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 11:51:02 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 11:51:06 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 11:51:12 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 11:51:17 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 14:03:01 -!- amalloy_ is now known as amalloy 15:38:35 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 15:38:45 Sinbi (L27 GrFi) ERROR: range check error (27000 / 2000) (Depths:3) 15:56:10 hm. that crash is happening in acquirement_menu() 15:56:54 and the most recent N messages are from loading the game. i wonder if the player has found a way to game the new acquirement, by forcing a crash after seeing the items on offer 15:58:55 a crash course on exploits in crawl 16:12:54 and the range check seems to be that 27000 (NON_ITEM) is greater than 200 (MAX_ITEMS) 16:16:48 gammafunk: the handling of NON_ITEM in _make_acquirement_items seems a little weird. if acquirement_create_item returns NON_ITEM, you end up looking up mitm[NON_ITEM] - is that really right? 16:18:51 ah, and this happens if it tries to offer you a manual when you have all skills at 27 16:19:10 amalloy: yeah, it should continue the loop in that case, effectively just not offering the choice, but there would also need to be further cleanup of some kind if no items generate 16:19:52 menu should work fine if a class generates no item, but you could also argue for resampling of the class 16:20:17 if the class could generate no item and there's are available non-chosen classes, choose one 16:20:40 but an fast fix for now could be to just continue loop if NON_ITEM is generated 16:21:25 right 16:21:25 arguably that ASSERT should just be in acquirement_create_item() 16:21:33 in fact I can't see any reason why you'd prefer to have it in the caller 16:22:20 acquirement_create_item() seems to believe it's reasonable for it to fail to create an item 16:23:00 does map item generation rely on that maybe? 16:24:45 03amalloy02 07* 0.25-a0-404-gc1b5a34: Don't crash when failing to acquire an item 10(31 seconds ago, 1 file, 5+ 1-) 13https://github.com/crawl/crawl/commit/c1b5a3429276 16:26:24 the assert is no not about failing to create an item; it's about creating an item one's god hates 16:26:29 s/no not/not/ 16:26:45 and yeah maybe dungeon gen doesn't care about this 16:27:04 because the player doesn't have a god, but then I assume the god hates item function would consider this 16:32:55 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-404-gc1b5a34292 (34) 16:41:09 -!- amalloy is now known as amalloy_ 17:08:00 anyone seen this build error on macos? make[1]: *** No rule to make target `/usr/include/libpng16/png.h', needed by `tool/tile_colour.o'. Stop. 17:40:11 advil If I wanted to make the (wizmode command) regenerate floor as an ingame active (high piety cost god 6* ability); how much isolation would I need to do to not affect seeded? 18:23:51 Unstable branch on underhound.eu updated to: 0.25-a0-404-gc1b5a34292 (34) 19:20:22 -!- amalloy_ is now known as amalloy 19:32:14 has anyone built a static crawl binary? how do you do it? 19:35:33 look at docs/develop/release/debian that's the instruction set used for tournament releases. alexjurkiewicz 19:45:32 that's not a static build, it depends on external libraries 19:45:56 CBRO i'm in yur meta stealing yur loglines 19:46:01 oh, sorry; yea does such a thing exist? 20:16:55 another related question. Once I run `./crawl -builddb`, do i still need all the system-wide installed des files? Assuming I'm playing as a single user 23:33:49 -!- amalloy is now known as amalloy_