01:34:28 Unstable branch on crawl.develz.org updated to: 0.26-a0-642-g67e99244d3 (34) 01:55:09 Windows builds of master branch on crawl.develz.org updated to: 0.26-a0-642-g67e99244d3 02:44:44 Unstable branch on cbro.berotato.org updated to: 0.26-a0-642-g67e99244d3 (34) 03:13:22 Unstable branch on crawl.beRotato.org updated to: 0.26-a0-642-g67e9924 (34) 03:31:00 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-3570-gb561bb485a 03:31:49 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.22.1-3005-g90b0599285 04:36:19 -!- amalloy is now known as amalloy_ 12:03:43 03advil02 07[targeted-commands] * 0.26-a0-657-g1e929ae: Add a (static) targeter for frozen ramparts 10(6 minutes ago, 5 files, 66+ 17-) 13https://github.com/crawl/crawl/commit/1e929ae13fc5 12:03:43 03advil02 07[targeted-commands] * 0.26-a0-658-g4037f60: Tweak static targeting for a bunch of self-targeted spells 10(2 minutes ago, 2 files, 15+ 3-) 13https://github.com/crawl/crawl/commit/4037f60275a6 12:05:08 03advil02 07[targeted-commands] * 0.26-a0-657-g5c6b378: Add a (static) targeter for frozen ramparts 10(8 minutes ago, 5 files, 58+ 17-) 13https://github.com/crawl/crawl/commit/5c6b378fcdc3 12:05:08 03advil02 07[targeted-commands] * 0.26-a0-658-gdd9826a: Tweak static targeting for a bunch of self-targeted spells 10(3 minutes ago, 2 files, 15+ 3-) 13https://github.com/crawl/crawl/commit/dd9826a71675 15:12:10 <09g​ammafunk> linesprint.des Failed to parse: KITEM: e = rapier plus:2 ego:electrocution ident:all This is why I really need to look into these things being part of CI 15:12:20 <09g​ammafunk> just noticed this during startup 15:14:39 <09g​ammafunk> actually I have no idea which definition in that statement is causing the error 16:53:41 <|amethyst> gammafunk: the previous line (wand of acid) ends in a comma and a backslash 16:54:06 <|amethyst> gammafunk: so it's trying to parse "KITEM:" on the quoted line as an item 16:54:49 <|amethyst> or @gammafunk should I say 16:55:19 <|amethyst> ah, it gets translated already 16:56:34 Simple question: what's the proper #if-def statement for local only? (Local Console and Local Tiles; but not webconsole/webtiles)? ...I don't use #if-def's much. 16:59:35 Grepping I see USE_TILE for tiles only; USE_TILE_WEB for webtiles and USE_TILES_LOCAL for local tiles; but I'm not seeing anything for console or plain local vs. web 17:10:56 <02|​amethyst> crawl can't tell the different between ssh console and local console exactly, but servers that have both webtiles and ssh probably use a webtiles build for both 17:11:10 <02|​amethyst> so #if !defined(USE_TILE_WEB) 17:11:33 <02|​amethyst> for "local", except that theoretically a console-only server might use a console build and then you can't tell 17:12:46 <02|​amethyst> I guess you could use DGAMELAUNCH in that case 17:13:37 <02|​amethyst> so #if !defined(USE_TILE_WEB) && !defined(DGAMELAUNCH) /* it's probably a "local" build */ 17:16:23 Thanks. Some of the pretty code for Bahamut & Tiamat doesn't work online but I didn't want to just get rid of it so I'll #ifdef it in. 17:17:05 <|amethyst> hm, if somethings works in local console but not on servers it might be worth looking into more 17:17:10 <|amethyst> unless it's just a speed thing 17:18:21 <|amethyst> e.g. if it's that it doesn't work on a linux console, or it doesn't work with an 8-color TERM, that can be checked for more specifically 17:22:29 <02|​amethyst> here I am phasing in and out of different realities 19:09:13 <10P​leasingFungus> whoa 19:09:19 <10P​leasingFungus> trippy 23:57:16 DrIncompetent (L23 GhFi) ASSERT(isnormal(n)) in 'ray.cc' at line 189 failed. (Depths:2)