00:01:41 -!- simmarine has quit [Ping timeout: 248 seconds] 00:01:41 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1974-gdb6e453 (34) 00:05:36 -!- gammafunk has quit [Quit: leaving] 00:05:38 -!- roxton has quit [Ping timeout: 264 seconds] 00:05:58 -!- kats has quit [Ping timeout: 245 seconds] 00:06:41 Unstable branch on rl.heh.fi updated to: 0.14-a0-1974-gdb6e453 (34) 00:09:07 -!- jarpiain has joined ##crawl-dev 00:09:35 -!- jarpiain is now known as Guest81487 00:10:03 -!- simmarine has joined ##crawl-dev 00:12:11 -!- radinms has quit [Ping timeout: 260 seconds] 00:15:08 -!- ontoclasm has quit [Quit: Leaving.] 00:16:03 morik (L15 DrCj) ASSERT(!you.turn_is_over) in 'state.cc' at line 185 failed. (D:13) 00:16:23 Unstable branch on crawl.develz.org updated to: 0.14-a0-1974-gdb6e453 (34) 00:16:27 Unstable branch on crawl.beRotato.org updated to: 0.14-a0-1974-gdb6e453 (34) 00:17:26 -!- Foamed has quit [Quit: Heading to bed.] 00:19:32 <|amethyst> DracoOmega: there you go 00:19:40 03|amethyst02 07* 0.14-a0-1975-gdde664e: Split some prototypes etc off to mon-book.h 10(10 minutes ago, 8 files, 49+ 32-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=dde664e211b3 00:21:42 <|amethyst> DracoOmega: now touching mon-spll.h only requires rebuilding describe.cc and mon-util.cc 00:22:39 -!- AlphaQ has quit [Remote host closed the connection] 00:27:40 |amethyst: Oh, thanks a lot :) 00:33:39 |amethyst: Do you know where the monster-swapping logic is 00:34:19 -!- ssteam has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.] 00:34:23 because I'm looking into how to make fedhas shroomswap work properly, and I'm not sure if Bad Things would happen if I used mons->moveto(loc) before clearing loc of monsters 00:34:30 -!- Kalir has quit [Changing host] 00:36:53 -!- st_ has quit [Ping timeout: 248 seconds] 00:42:59 -!- ystael has quit [Ping timeout: 260 seconds] 00:44:05 Windows builds of master branch on crawl.develz.org updated to: 0.14-a0-1975-gdde664e 00:45:32 -!- ProzacElf has joined ##crawl-dev 00:45:38 <|amethyst> Basil: _swap_monsters in mon-act.cc 00:46:25 Thank you. 00:49:05 -!- TARBALLPYTHON has quit [Quit: Leaving] 00:52:15 03|amethyst02 07* 0.14-a0-1976-g0acbe5b: Magenta is boring, one might even say domestic (ChrisOelmueller) 10(2 minutes ago, 1 file, 2+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0acbe5bd5bbd 00:54:03 -!- WalkerBoh has quit [Remote host closed the connection] 00:55:19 -!- minqmay has quit [Quit: Leaving] 00:55:37 hmm, would it be bad to shunt that into mon-stuff.cc and make it not-static? 00:56:03 not sure what distinguishes the two files 00:59:23 <|amethyst> it's only used in one place currently 00:59:43 <|amethyst> if you want to use it elsewhere I'd probably just put it in mon-act.h 01:00:49 mon-stuff does not include mon-act while mon-act includes mon-stuff 01:01:26 And I'm thinking that moving the function around has less side effects than another include 01:01:43 <|amethyst> where would you be adding the call? 01:02:03 swap_places in mon-stuff.cc 01:02:25 if monster_at(loc)->type == TOADSTOOLthen swap_monsters(a, b) 01:02:43 -!- Elinari has quit [Client Quit] 01:03:04 <|amethyst> oh, I see 01:03:09 And I'll make it exclusive to wandering mushrooms as well, as you requested 01:03:13 <|amethyst> a bunch of swapping stuff is already in mon-stuff.cc 01:03:28 <|amethyst> I'm not 100% convinced about my suggestions 01:03:44 Eh 01:03:58 I don't really care either way, save that the status quo is dissatisfying 01:04:22 and I knew that killing the toadstool would prevent weird things happening if I got something wrong 01:04:23 <|amethyst> what about: if you're with fedhas then fedhas-granted monsters swap ; if you're not with fedhas, everyone flattens 01:04:50 <|amethyst> maybe that's too complex 01:05:21 -!- bh has quit [Quit: sleep] 01:05:24 <|amethyst> but it would let you improve the behaviour for non-mushrooms while still addressing kilobyte's complaint 01:06:11 <|amethyst> anyway, I must be off now 01:06:27 -!- amatsu has quit [Ping timeout: 272 seconds] 01:06:33 <|amethyst> maybe I'm overthinking it and everyone swapping or everyone flattening is fine 01:06:46 If I addressed kilobyte's comment, it'd probably be easier and more accurate to disallow flattening 01:06:54 since Fedhas wouldn't like that 01:07:28 <|amethyst> not everyone worships fedhas though 01:07:36 Yes 01:07:44 And they can fight their way through the toadstools 01:07:46 <|amethyst> and if you don't, you probably don't care about toadstools 01:07:49 <|amethyst> aha 01:07:50 like monsters usually do 01:07:51 <|amethyst> I see 01:08:24 <|amethyst> one case that probably still needs flattening 01:08:41 <|amethyst> is when you're standing on a toadstool and want to swap with a mushroom 01:08:54 <|amethyst> hm 01:09:07 You could swap the toadstool to your new place 01:09:20 <|amethyst> yeah, I just considered that 01:09:22 unless that is more complex than I expect 01:09:40 in that case whatever, flatten it 01:10:02 <|amethyst> but I really must be off now... night! 01:10:06 Later. 01:11:33 -!- bhaak has quit [Ping timeout: 248 seconds] 01:13:41 -!- thedefinite has quit [Quit: HydraIRC -> http://www.hydrairc.com <- IRC with a difference] 01:16:00 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 01:17:21 -!- CyberSandwich has quit [Quit: CyberSandwich] 01:18:09 -!- asdflkjh has quit [Quit: Leaving] 01:23:45 -!- DracoOmega has quit [Quit: Leaving] 01:24:49 -!- kait has quit [Read error: Connection reset by peer] 01:25:25 -!- gnum has quit [Ping timeout: 245 seconds] 01:28:20 -!- LordSloth has quit [Remote host closed the connection] 01:32:31 -!- KurzedMetal has quit [Read error: Connection reset by peer] 01:34:51 -!- nxtlvl has quit [Ping timeout: 265 seconds] 01:38:53 -!- Arkaniad has quit [Ping timeout: 245 seconds] 01:38:59 -!- ystael has quit [Ping timeout: 260 seconds] 01:43:33 -!- tsohg_ has quit [Ping timeout: 272 seconds] 01:53:02 shadow attack on a spectral weapon crashes by KiloByte 01:54:52 -!- caleba has quit [Quit: caleba] 01:56:16 -!- Blazinghand has quit [Ping timeout: 246 seconds] 02:00:49 -!- NekoRex has quit [Ping timeout: 246 seconds] 02:02:13 -!- Basil has quit [Ping timeout: 248 seconds] 02:08:57 -!- lobf has quit [Quit: lobf] 02:13:23 -!- bonghitz has quit [Quit: Leaving...] 02:15:19 -!- ProzacElf has quit [Read error: Operation timed out] 02:15:54 -!- SkaryMonk1 has joined ##crawl-dev 02:18:52 03kilobyte02 07* 0.14-a0-1977-g0d579d9: Use a human monster for the shadow dummy. 10(18 minutes ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0d579d91bf11 02:19:29 -!- SkaryMonk2 has joined ##crawl-dev 02:19:55 -!- Blazinghand has quit [Ping timeout: 272 seconds] 02:20:23 -!- SkaryMonk1 has quit [Ping timeout: 252 seconds] 02:24:13 -!- bschlief has quit [Remote host closed the connection] 02:25:33 -!- NekomimiRex has quit [Ping timeout: 245 seconds] 02:27:59 -!- tabstorm has quit [Ping timeout: 272 seconds] 02:33:54 -!- bhaak has joined ##crawl-dev 02:38:18 -!- bhaak has quit [Client Quit] 02:43:14 -!- axle has quit [Quit: Page closed] 02:44:21 -!- ussdefiant has quit [Ping timeout: 248 seconds] 02:44:45 -!- mong has quit [Remote host closed the connection] 02:46:04 -!- bhaak has joined ##crawl-dev 03:06:17 -!- Zeor has quit [Quit: Bladwarg] 03:07:08 -!- Quashie has quit [Ping timeout: 252 seconds] 03:13:43 -!- Pacra has quit [Ping timeout: 260 seconds] 03:18:56 -!- alefury has joined ##crawl-dev 03:21:19 -!- nixor has quit [Quit: Leaving.] 03:32:13 -!- simmarine has quit [Ping timeout: 245 seconds] 03:37:36 -!- amatsu has quit [Ping timeout: 265 seconds] 03:39:32 -!- conted_ has quit [Ping timeout: 272 seconds] 03:41:10 -!- dtsund has quit [Quit: dtsund] 03:44:26 -!- MP2E has quit [Quit: brb] 03:44:50 -!- tsohg_ has quit [Ping timeout: 272 seconds] 03:49:02 -!- conted has quit [Ping timeout: 272 seconds] 03:55:33 -!- amatsu has quit [Ping timeout: 245 seconds] 03:56:33 -!- Dr_Ke has quit [Ping timeout: 272 seconds] 04:08:03 -!- amatsu has quit [Ping timeout: 265 seconds] 04:14:49 -!- floatboth has quit [Ping timeout: 240 seconds] 04:18:17 -!- Voker57 has quit [] 04:19:11 -!- SkaryMonk2 has quit [Ping timeout: 252 seconds] 04:19:17 -!- SkaryMonk1 has joined ##crawl-dev 04:27:28 -!- radinms has quit [Ping timeout: 246 seconds] 04:37:48 -!- Hailley has quit [Quit: Petra is closed!] 04:40:18 -!- Sonata has quit [Read error: Connection reset by peer] 04:52:19 -!- buki has quit [Read error: Connection reset by peer] 05:01:00 -!- ProzacElf has joined ##crawl-dev 05:17:52 -!- tw_ has quit [Ping timeout: 246 seconds] 05:19:06 -!- sk has quit [Ping timeout: 276 seconds] 05:26:29 -!- floatboth has quit [Ping timeout: 240 seconds] 05:31:49 -!- magicpoints has quit [Ping timeout: 248 seconds] 05:37:17 -!- st_ has joined ##crawl-dev 05:44:42 -!- jabberwock is now known as Guest83040 05:45:08 -!- tsohg_ has quit [Ping timeout: 272 seconds] 05:45:10 -!- Guest83040 is now known as jabberwockkkk 05:45:18 -!- syllogism has joined ##crawl-dev 05:45:35 -!- conted has quit [Ping timeout: 272 seconds] 05:50:41 -!- Ragnor has quit [Remote host closed the connection] 05:53:57 -!- Kenran has quit [Ping timeout: 252 seconds] 06:00:05 -!- bmfx has quit [Read error: Connection reset by peer] 06:00:40 -!- Quashie_ has quit [Ping timeout: 265 seconds] 06:08:53 -!- Crehl has quit [Ping timeout: 265 seconds] 06:15:01 -!- Escalator has quit [Ping timeout: 248 seconds] 06:19:50 -!- bonghitz has quit [Remote host closed the connection] 06:20:13 -!- SkaryMonk2 has joined ##crawl-dev 06:20:44 -!- st_ has quit [Ping timeout: 252 seconds] 06:21:19 -!- SkaryMonk1 has quit [Ping timeout: 260 seconds] 06:34:09 -!- floatboth has quit [Ping timeout: 240 seconds] 06:37:03 -!- buppy has quit [Quit: Leaving] 06:41:13 -!- ProzacElf has quit [Ping timeout: 272 seconds] 06:41:21 -!- Mateji has quit [Ping timeout: 252 seconds] 06:48:56 -!- Daekdroom has quit [Quit: Saindo] 06:52:05 -!- Lightli has quit [Ping timeout: 272 seconds] 06:55:15 -!- AreBrandon has quit [Ping timeout: 272 seconds] 06:57:34 -!- jabberwockkkk has quit [Quit: Page closed] 06:57:39 -!- ackack has joined ##crawl-dev 07:04:00 -!- st_ has joined ##crawl-dev 07:16:54 -!- Sgeo has quit [Read error: Connection reset by peer] 07:20:28 -!- ssteam has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC] 07:30:29 -!- floatboth has quit [Ping timeout: 240 seconds] 07:31:25 -!- tsohg_ has quit [Remote host closed the connection] 07:41:10 -!- Cryp71c has joined ##crawl-dev 07:42:20 -!- buki_ is now known as buki 07:47:24 -!- gnum has quit [Ping timeout: 252 seconds] 07:53:24 -!- Basil has joined ##crawl-dev 07:55:07 -!- Dr_Ke has quit [Ping timeout: 260 seconds] 08:07:06 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 08:07:30 -!- sorta-noob has quit [Ping timeout: 245 seconds] 08:09:29 -!- dagonfive has quit [Read error: Connection reset by peer] 08:15:01 -!- MaxFrost has quit [Ping timeout: 248 seconds] 08:20:01 -!- SkaryMonk1 has joined ##crawl-dev 08:20:05 -!- SkaryMonk2 has quit [Ping timeout: 252 seconds] 08:22:09 -!- ddr_ has quit [Quit: Page closed] 08:31:18 -!- tensorpudding has quit [Read error: Operation timed out] 08:43:24 -!- magicpoints has quit [Ping timeout: 252 seconds] 08:43:44 -!- nixor has quit [Ping timeout: 252 seconds] 08:50:53 -!- thetao has quit [Quit: Page closed] 08:58:20 -!- Zilis has quit [Ping timeout: 245 seconds] 09:08:15 -!- LexAckson has joined ##crawl-dev 09:09:23 -!- Zilis has joined ##crawl-dev 09:09:45 -!- imantor has quit [Quit: leaving] 09:13:03 -!- nixor has quit [Ping timeout: 260 seconds] 09:13:45 -!- Zilis has quit [Ping timeout: 245 seconds] 09:17:15 -!- ussdefiant has joined ##crawl-dev 09:19:10 -!- nixor has quit [Ping timeout: 245 seconds] 09:23:47 -!- Crehl has quit [Ping timeout: 260 seconds] 09:23:50 -!- ainsophyao has quit [Remote host closed the connection] 09:24:16 -!- Matejii has quit [Ping timeout: 246 seconds] 09:26:38 -!- tsohg_ has quit [Remote host closed the connection] 09:32:38 !source _swap_monsters 09:32:39 Lines pasted to http://pastie.org/8642602 09:33:33 !source is_sanctuary 09:33:34 Lines pasted to http://pastie.org/8642604 09:36:35 -!- Leafsnail has quit [Ping timeout: 252 seconds] 09:36:54 -!- Kalir has quit [Changing host] 09:38:37 -!- ussdefiant has quit [Ping timeout: 246 seconds] 09:43:14 -!- Vizer has quit [Quit: bye] 09:44:47 03MarvinPA02 07* 0.14-a0-1978-gf7e2a9f: Remove a special case for level 1 spellcasting skill in acquirement (#7991) 10(8 minutes ago, 1 file, 0+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f7e2a9fc3441 09:44:47 03MarvinPA02 07* 0.14-a0-1979-gdc9f810: Don't describe umbra as unholy 10(5 minutes ago, 2 files, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=dc9f81044568 09:46:07 -!- Basil has quit [Ping timeout: 252 seconds] 09:50:25 -!- Leafsnail has quit [Ping timeout: 245 seconds] 09:50:49 -!- Bloax has joined ##crawl-dev 09:59:45 -!- radinms has quit [] 10:11:56 -!- Basil has joined ##crawl-dev 10:13:32 -!- SkaryMonk1 has quit [Read error: Connection reset by peer] 10:14:14 -!- LordSloth has quit [Ping timeout: 240 seconds] 10:15:41 -!- Kellhus has quit [Quit: Page closed] 10:16:05 -!- LordSloth_ is now known as LordSloth 10:21:24 -!- scummos__ has quit [Read error: Connection reset by peer] 10:24:01 hmm, in mon-act.cc in _swap_monsters 10:24:06 if (!is_sanctuary(mover->pos()) || !is_sanctuary(moved->pos())) 10:24:07 return false; 10:25:17 <|amethyst> hm 10:25:18 So monsters can only swap in sanctuaries? 10:25:26 <|amethyst> maybe I was looking at the wrong place :/ 10:25:55 Well, it looks like it does the right thing aside from that 10:25:59 but that is really weird 10:26:26 mm, I'll negate that and see if I can make shroomswap work that way 10:27:02 <|amethyst> err 10:27:25 <|amethyst> wouldn't that make monsters swap with all enemies 10:27:37 fr 10:27:59 I'm hoping that there's logic that doesn't make that happen 10:28:03 <|amethyst> from the call site, now I see that it looks like _swap_monsters is called only for non-coaligned things 10:28:11 <|amethyst> I think that is the logic 10:28:19 Oh 10:28:44 <|amethyst> i.e. everything after that point applies only to monsters swapping with non-coaligneds in sanctuary 10:29:02 <|amethyst> hm 10:29:04 mmm 10:29:07 <|amethyst> stupid code 10:29:09 That explains things 10:29:21 I should rename that after this 10:29:27 <|amethyst> yes :) 10:29:39 non_coaligned_monster_swaps_in_sanc 10:29:55 Very descriptive. 10:32:33 / Why do I have to do this move? I don't get it. 10:32:41 Promising comment 10:32:48 <|amethyst> I guess _monster_swaps_places and _mons_can_displace and related code might be what you're after? 10:33:12 mm, I was just looking at that 10:33:25 grepped for ->set_position from sancswap 10:35:25 <|amethyst> grep -i //.*why.*? *.cc 10:36:57 only 24 results 10:37:39 20000 results 10:37:53 I think I mistyped 10:37:58 maybe 10:39:06 spl-transloc.cc: // Note: this can silently fail, eating the blink -- WHY? 10:39:14 good uppercase, too 10:39:34 // Why only attacks by the player change attitude? -- // Confused monsters can't be pushed past, sleeping monsters |1KB 10:39:44 Good question, that. 10:39:53 -!- TARBALLPYTHON has joined ##crawl-dev 10:40:02 Clearly Crawl can learn something from Doom 10:40:33 The large rock misses you. The large rock crashes through the titan! 10:40:41 The titan looks a little pissed off. 10:40:57 -!- ProzacElf has joined ##crawl-dev 10:41:41 // Being berserk makes you resistant to damage. I don't know why. 10:42:32 <|amethyst> !learn add goodcode grep -i //.*why.*? *.cc 10:42:32 goodcode[4/4]: grep -i //.*why.*? *.cc 10:43:03 <|amethyst> // [ds] remind me again why we're doing this piecemeal copying? 10:43:12 i stumbled upon that recently 10:43:45 |amethyst: Any way to make grep search case insensitive? 10:43:55 Basil: -i 10:43:57 oh, -i 10:43:59 that's the -i usually yeah 10:44:12 usually? when is it not? 10:44:28 what 10:44:29 Oh, thought that was -e instead of -i 10:44:37 did the bot 10:44:43 am i imagining things 10:45:38 -!- nixor has quit [Read error: Connection reset by peer] 10:45:41 <|amethyst> -e is just to do multiple searches (one -e does nothing, except that it ensures the next arguments is treated as a regexp and not an option 10:45:51 also, grep XXX *.{cc,h} | wc -l returns '267' 10:46:19 <|amethyst> so grep -e neil -e amethyst or grep -e -util 10:46:29 <|amethyst> ) 10:46:47 Educational. 10:47:07 grep TODO *.{cc,h} | wc -l returns another 174 10:47:35 <|amethyst> wheals: you can use -c instead of piping to wc 10:48:01 <|amethyst> wheals: oh right 10:48:05 i tried that but it gives a count for each file 10:48:24 <|amethyst> wheals: yeah, you'd have to use cat, at which point you might as well use wc instead; sorry 10:49:01 Basil: Infighting is an amazing feature. 10:49:09 It's a shame just about nobody really uses it. 10:53:31 <|amethyst> I wouldn't necessarily go by HD there anyway 10:53:33 <|amethyst> doh 10:53:59 // XXX: This is a horrible hack. 10:56:16 angband variant comments turn out to sometimes be even better than crawl's, i've been learning 10:56:28 is a good one 10:56:30 um 10:56:32 /* XXX XXX XXX Mega-Hack */ 10:57:30 i don't think crawl has any mega-hacks :( 10:58:05 you could add one :) 10:58:10 travel.cc: // Hackadelic 10:58:22 monster.h: // Hacks, with a capital H. 10:59:11 <|amethyst> only one "fuck" in our source though 10:59:13 dbg-maps.cc: // An unholy hack, FIXME! 10:59:31 <|amethyst> and no "shit" 10:59:33 we have both unholy hacks and evil hacks 10:59:50 are there chaotic hacks 11:00:00 corpse-violating hacks 11:00:05 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 11:00:10 <|amethyst> Yes, but we don't let Zin near the coding conventions anymore so it doesn't matter 11:00:12 illuminating hacks <_< 11:00:45 only 2 craps, too 11:01:02 fire and apocalypse 11:01:13 There must be at least one "retarded" in there. 11:01:29 <|amethyst> and I think if a piece of code would make someone roll over in their grave, it could be considered corpse-violating 11:02:30 6 mentions of nethack in the code! 11:03:27 <|amethyst> wheals: and one in the manual 11:03:48 <|amethyst> wheals: (and one in options_guide "NetHack-style combined option line") 11:04:13 so about umbra and moldy floor 11:04:57 |amethyst: never realized how many emily dickinson quotes were in crawl until now 11:05:14 mhm i never realized that the crawl travel was based on nh's 11:05:50 -!- OneEyedJack has quit [Quit: Page closed] 11:06:20 hmm, mons_swap_places uses coord_def delta and swap_places used coord_def loc 11:06:36 Hopefully I don't get an off-by-one error somehow 11:06:49 -!- eith_ has quit [Read error: Connection timed out] 11:07:26 -!- eith_ has joined ##crawl-dev 11:13:26 <|amethyst> wheals: http://crawl.develz.org/wordpress/the-dawn-of-stone-soup 11:13:52 <|amethyst> wheals: greensnark ported it to Crawl before Stone Soup existed 11:15:31 Unstable branch on crawl.akrasiac.org updated to: 0.14-a0-1979-gdc9f810 (34) 11:16:05 what was acr.cc 11:16:27 A source file with a pile of miscellaneous stuff. 11:16:34 ...like most other Crawl source files <_< 11:16:42 good thing we don't have any of those anymore! 11:16:56 did the a c or r stand for anything 11:16:59 serious FR: resist corrosion should identify if you get hit by acid 11:17:02 acr.cc contained the entry point 11:17:10 * File: acr.cc 11:17:11 * Summary: Main entry point, event loop, and some initialization functions 11:17:25 We now call it main.cc. 11:17:40 %git 4d72130 11:17:41 07by02 * 0.6.0-a1-674-g4d72130: Rename acr.cc to main.cc. 10(4 years, 2 months ago, 8 files, 4461+ 4461-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=4d72130f8667 11:18:20 the etymology is probably hopelessly lost 11:18:33 * Written by: Linley Henzell 11:18:37 yes 11:18:55 .oO { "a cr(awl)!" } 11:18:55 Zaba: there's a reason for our source file names? 11:18:56 <_< 11:20:07 Grunt, occasionally 11:20:32 Grunt, hard to tell if it happens by design or by mere chance though :P 11:21:09 Crawl design, a series of accidents (fortunate or otherwise). 11:22:49 -!- DrinkMachine has joined ##crawl-dev 11:22:59 -!- DrinkMachine has quit [Changing host] 11:23:00 -!- DrinkMachine has joined ##crawl-dev 11:24:13 stuff2.cc 11:24:45 that's called misc.cc :p 11:26:32 -!- Leafsnail has quit [Ping timeout: 252 seconds] 11:28:45 -!- NekomimiRex has quit [Ping timeout: 245 seconds] 11:30:58 -!- dtsund has joined ##crawl-dev 11:31:20 03Grunt02 07* 0.14-a0-1980-gca903ef: Don't let shadow mimic projectiles glow with a rainbow of weird colours. 10(2 minutes ago, 1 file, 2+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ca903ef09a7d 11:32:55 -!- ProzacElf has quit [Ping timeout: 245 seconds] 11:36:25 -!- tsohg_ has quit [Remote host closed the connection] 11:38:05 -!- Brannock has joined ##crawl-dev 11:38:30 -!- alefury has quit [Quit: ChatZilla 0.9.90.1 [Iceweasel 26.0/20131215102647]] 11:41:15 -!- Lightli has joined ##crawl-dev 11:42:30 -!- absolutego_ has quit [Quit: leaving] 11:44:44 -!- Daekdroom has quit [Read error: Connection reset by peer] 11:53:00 -!- nixor has quit [Read error: Connection reset by peer] 11:56:53 -!- ais523_ has joined ##crawl-dev 12:04:09 -!- evilmike has joined ##crawl-dev 12:11:21 -!- soundlust has quit [Ping timeout: 252 seconds] 12:11:24 -!- twelwe has quit [Quit: Page closed] 12:14:18 -!- soundlust|2 has quit [Ping timeout: 245 seconds] 12:14:40 -!- tksquared_ has quit [Ping timeout: 272 seconds] 12:27:54 does tso hate dith? 12:28:37 i know dith isn't really an evil god, but tso seems sort of like a "god of light" and he's also really cranky, so i wonder if he would hate dith 12:29:39 dithpater 12:34:50 well he is the god of stabbing 12:35:08 so tso must hate him for his shady ways 12:41:16 i was looking through a recent log, and someone mentioned a spell called "shuggoth seed" and the desc for it 12:41:46 mhm 12:41:48 why have I literally never heard of this until now? That's so weird, I've never seen it before 12:41:58 and why doesn't crawl have it any more? It sounds cool 12:42:07 i'm not sure if it ever existed in stone soup 12:42:26 was it an ancientcrawl thing? or a 4.1 thing? 12:43:07 -!- gammafunk has joined ##crawl-dev 12:43:33 i even remember st saying he wanted a spell like that, a sort of attack spell that gives you an ally when it kills 12:44:22 yeah it seems to be from ancient 12:50:32 -!- NekoRex has quit [Ping timeout: 265 seconds] 12:50:57 -!- nixor has quit [Ping timeout: 252 seconds] 12:53:47 it didn't ever really exist even in ancient, it was ifdef'd out 12:54:58 most of the stuff that's commented out as not yet implemented in the NetHack codebase would turn out to be a really bad idea if it were 12:55:32 like silver/copper pieces (would make shopping more fiddly for no benefit), vorpal jabberwocks, or shimmering dragons (which would give displacement without blocking the cloak slot) 12:56:15 -!- Marbit has joined ##crawl-dev 12:56:30 -!- Marbit has quit [Changing host] 12:56:30 -!- Marbit has joined ##crawl-dev 12:58:14 -!- LordSloth has quit [Ping timeout: 240 seconds] 12:59:01 Quick question: TSO ocasionally blesses allies (daevas and other stuff). Does he also bless mercenaries? 12:59:19 -!- yokelz has quit [Ping timeout: 272 seconds] 13:00:14 -!- nixor1 has quit [Ping timeout: 272 seconds] 13:00:38 EUCLIDEAN seems to be the only feature-type thing ifdef'd out (not that there are plans to make it standard) 13:01:16 -!- KurzedMetal has quit [Ping timeout: 246 seconds] 13:01:51 -!- nixor has quit [Ping timeout: 272 seconds] 13:02:03 -!- simmarine has joined ##crawl-dev 13:03:27 the kind of 'not really a good idea' things that nh has ifdefd is on git branches i guess 13:05:07 except for sokoban 13:05:21 thats still a new feature, not very old at all in nethack years 13:05:58 Sokoban isn't in an ifdef, though, IIRC 13:06:48 aw, for some reason I remember a "new-ish" version which didn't have it 13:07:12 -!- st_ has quit [Ping timeout: 272 seconds] 13:09:25 -!- Garhauk has quit [Quit: Page closed] 13:09:52 is there a reason i can't check my score while the game is in progress? 13:10:16 has it just not been implemented, or is would that violate dcss philosophy in some way 13:10:28 -!- Brokkr has quit [Client Quit] 13:13:14 rast-: I think it's because the scoring algorithm doesn't really work properly while games are in progress, I guess it could report "score you get if you die now" 13:13:21 another possibility is spoilers, but you can just leave them out of the score 13:13:32 what spoilers? 13:13:39 (in NetHack 4, you can press control-X s for a score breakdown with spoilers hidden) 13:13:47 its just based on score, gold, and runes 13:13:52 (and if you won or not) 13:13:53 -!- Crehl has quit [Quit: qqqqqqq] 13:14:02 *based on xp 13:14:04 unidentified items that would give score depending on what their true identity is work like that in NetHack, I think Crawl maybe used to work like that a long time ago too 13:14:10 although the scoring's been changed since 13:14:22 crawl doesnt give score for items any more according to learndb 13:14:33 ??score[3 13:14:33 score[3/3]: As of 0.9, inventory value no longer contributes towards your score. 13:14:43 0.9's pretty recent, IMO 13:15:01 you're too used to nh development then :p 13:15:07 I've hardly played since the MDFi nerf in 0.6 13:15:26 -!- KurzedMetal has quit [Ping timeout: 272 seconds] 13:15:28 well MDFi got nerfed again since then 13:15:48 and in fact, no longer exists 13:15:59 I still follow Crawl development from time to time 13:16:03 how's the rune lock getting on, btw? 13:16:19 that was in the "headlines", so to speak, last I checked 13:17:02 lots of fuss over what essentially doesn't exist anymore 13:17:06 not sure. rune lock is one of the reasons i play .13 instead of trunk 13:17:25 in fact could be removed without anyone noticing right now but nobody did it yet 13:19:29 -!- Brokkr has quit [Quit: leaving] 13:20:09 -!- Brokkr is now known as Guest94032 13:21:25 -!- Guest94032 has quit [Client Quit] 13:22:00 ontoclasm might notice? 13:22:36 -!- elliptic has joined ##crawl-dev 13:23:07 * SamB suspects that TARBALLPYTHON was jokingly referring to nonexistance as a nerf 13:24:02 I think if it was removed people might do vaults:1-4 and crypt before getting lair runes 13:24:29 That would be more convenient, I think 13:24:32 i'm not sure how popular it is to do depths before lair runes atm but it seems like people want to go there after vaults 13:24:37 rast-: it might not be too hard to offer a score breakdown w/o spoilers, but we're running out of keys ... 13:24:47 put it on the rune page 13:24:48 assuming there ARE any spoilers 13:24:49 the whole purpose of the lock is to push people into getting runes earlier 13:24:49 or the % page 13:24:58 on many characters i actually find it easier to get both lair runes before vaults 13:25:12 (convenient might not be easier) 13:25:48 SamB: I solved that problem in NetHack via adding submenus to the character information page 13:26:00 only time i even entered depths before a lair rune was when i ran out of crossbow bolts 13:26:05 that let you get at information that people occasionally care about but mostly isn't interesting, like score breakdowns, or what monsters you've killed 13:28:10 ais523_: AKA the runes page 13:28:41 yeah, or another submenu off the same page you use to reach the runes page 13:28:52 -!- caleba has quit [Quit: caleba] 13:28:52 ais523_: and their slime mold name gets its own page 13:28:54 crawl doesnt have many submenus yet 13:29:08 TARBALLPYTHON: no, that's on the options page 13:29:18 with the other options 13:30:13 -!- eith has joined ##crawl-dev 13:30:43 SamB: E 13:30:58 it already doesn't do very much 13:31:03 -!- Cheibrodos has quit [Quit: Page closed] 13:31:20 it's where i assumed it would be if it existed at any rate 13:31:41 wheals: which it 13:31:49 score display 13:32:30 so what did you mean by that last remark? 13:32:38 -!- LordSloth_ has quit [Ping timeout: 240 seconds] 13:33:05 someone said "crawl doesn't have score display?" and i loaded my game and pressed E to check if it was there 13:33:14 -!- st_ has joined ##crawl-dev 13:33:22 oh, right 13:33:27 it doesn't show your exact score though 13:33:37 but your score is extremely low until you actually ascend with the orb 13:34:04 hmm, some of that is time-based isn't it? 13:34:27 score is basically runes * orb / turns 13:34:55 what about for characters that die runeless? 13:35:07 gold and xp 13:35:09 you get a pretty small score 13:35:26 but yes, it's not very big 13:37:18 !hs xomscumming 13:37:19 1573. xomscumming the Farming Slayer (L27 MuCK), worshipper of Lugonu, blasted by Maurice (wand of fire) on D:23 on 2011-09-05 16:50:25, with 27000000 points after 478185 turns and 1d+16:21:24. 13:37:30 (that was before a cap was put on points from gold) 13:37:31 -!- tsohg_ has quit [Remote host closed the connection] 13:39:46 -!- wheals has quit [Ping timeout: 246 seconds] 13:43:52 -!- Giomancer has quit [Quit: Leaving] 13:46:34 mm, made wandering mushrooms swap properly 13:46:48 gdb is quite useful. 13:46:55 -!- Marbit has quit [Ping timeout: 272 seconds] 13:48:52 -!- Hyouga has quit [Changing host] 13:49:25 -!- CKyle has joined ##crawl-dev 13:49:47 -!- Giomancer has joined ##crawl-dev 13:51:30 -!- Datul has quit [Quit: Page closed] 13:53:26 -!- wheals has joined ##crawl-dev 13:55:47 -!- Lightli has quit [Ping timeout: 272 seconds] 14:00:33 -!- Brokkr_ has quit [Client Quit] 14:02:47 -!- Brokkr_ has quit [Client Quit] 14:03:57 -!- tenofswords has joined ##crawl-dev 14:04:04 -!- dtsund has quit [Read error: Connection reset by peer] 14:04:05 -!- Hyouga has joined ##crawl-dev 14:04:08 -!- Giomancer has quit [Quit: Leaving] 14:04:20 -!- CKyle has quit [Quit: CKyle] 14:04:23 -!- dtsund has joined ##crawl-dev 14:04:35 hi? 14:05:11 wanna try the game, but it hangs at "Loading databases" screen 14:05:47 tiles version, windows 7, with either the zip or the installer 14:08:19 have you tried run as administrator? 14:08:36 I'll do 14:10:43 -!- st_ has quit [Read error: Operation timed out] 14:12:42 no luck 14:13:52 -!- scummos__ has quit [Read error: Connection reset by peer] 14:13:52 -!- Glowie has joined ##crawl-dev 14:14:30 boo, cant be of more help, someone might appear in a bit 14:15:02 -!- bonghitz has quit [Remote host closed the connection] 14:15:09 Thanks to gammafunk and the DCSS dev team, I had a blast crawling to my first victory. Never managed that in vanilla DC 14:15:15 You're doing great work 14:15:20 -!- st_ has joined ##crawl-dev 14:16:24 -!- elliptic has quit [Quit: Leaving] 14:18:03 which vanilla one? 4.1 was famously nearly unplayable... 14:18:17 ok, thanks anyway 14:18:17 4.1 wasn't vanilla DC 14:19:45 4.0.0 beta 26 is on my hard drive from ages past 14:20:47 -!- buppy has joined ##crawl-dev 14:25:11 -!- bonghitz has quit [Client Quit] 14:40:06 -!- ais523_ has quit [Quit: going home] 14:47:19 -!- Hyouga has quit [Quit: Page closed] 14:52:04 -!- soundlust has quit [Read error: Connection reset by peer] 14:55:05 -!- kekekela has quit [Quit: Page closed] 14:58:28 "fatal: protocol error... The git:// protocol is read-only." 14:58:28 tenofswords: You have 2 messages. Use !messages to read them. 14:58:30 sigh 14:58:49 -!- Datul has quit [Changing host] 15:00:42 -!- yalue has quit [Quit: Leaving] 15:00:50 -!- ainsophyao has joined ##crawl-dev 15:02:40 -!- dpeg has joined ##crawl-dev 15:03:36 -!- ontoclasm1 has joined ##crawl-dev 15:09:03 -!- ainsophyao has quit [Remote host closed the connection] 15:10:15 tenofswords: i think you need to change your remote url or something 15:12:40 "git remote set-url origin git@gitorious.org:crawl/crawl.git" possibly 15:13:50 03tenofswords02 07* 0.14-a0-1981-gff1b71f: Lab revision: "add" threat/loot minivaults, wake up minotaur 10(29 minutes ago, 1 file, 324+ 336-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ff1b71fbce89 15:14:37 alright then 15:15:26 Hooray! 15:15:35 Interesting. 15:19:52 -!- tsohg_ has quit [Read error: Operation timed out] 15:19:53 Wait, hm 15:19:55 no guarantee 15:20:02 That is sort of disappointing. 15:20:10 yeah, I have no idea how to do that 15:20:35 good with vaults, not particularly good with level generation 15:21:26 -!- Aryth has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 15:22:02 Is the next step to poke somebody who is particularly good with level generation? 15:22:22 yes 15:22:48 Good. 15:23:12 !seen mumra 15:23:12 Sorry SamB, I haven't seen mumra. 15:23:31 (mumra's busy with his job, not very likely a choice) 15:23:49 yeah, I know, I wasn't expecting THAT bad an answer though 15:24:14 -!- st_ has quit [Ping timeout: 264 seconds] 15:24:20 I guess bh specializes in abyss 15:24:46 kilobyte: who should he poke? 15:25:54 -!- Lightli has joined ##crawl-dev 15:26:25 Medar: Was wondering if you have any reservations still for araganzar's linkify patch 15:26:45 -!- Cryp71c has quit [Quit: Leaving] 15:27:20 gammafunk: Sorry, haven't checked it yet. 15:28:20 -!- st_ has joined ##crawl-dev 15:28:30 tenofswords: "12/15/13" is a bit outdated now 15:28:54 pretend that the future is then 15:29:04 (I may have been hanging onto that patch for a while) 15:29:18 mmhm i remember seeing it a while ago 15:29:27 grats on your promotion 15:29:32 thanks 15:29:35 What DCSS version number in 2113 I wonder... 15:30:08 Are you officially tenofswords and not hangedman? Or still both? 15:30:39 officially former, keeping the latter for certain things like preserving vault stats 15:31:34 good to know 15:32:32 speaking of things I've been sitting on 15:33:01 03tenofswords02 07* 0.14-a0-1982-gc1506c0: New zig set: "Lair roulette branches". 10(5 minutes ago, 1 file, 7+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=c1506c0182e8 15:34:08 tenofswords: Hi there, good start! 15:34:17 hey dpeg 15:35:07 tenofswords: oh, I forgot to say "welcome aboard" 15:35:45 does that zig set only appear on zig:14, or is it any level from zig:14 onward 15:36:03 I'm not sure what depth_ge() is supposed to be, too lazy to actually figure out myself 15:36:30 yeah I assumed that's "depth greater or equal to" but the commit message seemed to imply zig:14 only 15:36:34 I'm pretty sure it's the latter since pan floors definitely appear on plac 15:36:41 it's 14 onward, yeah 15:36:42 ...whoops 15:36:59 as a dev I shall now double-check my commit messages 15:37:49 gammafunk: that would be kind of dumb though, wouldn't it, so I'd just assume careless phrasing even without looking at the code ... 15:38:57 SamB: Well sure, but I think evilmike may have asked for the same reason 15:40:00 -!- Tux[Qyou] has quit [Ping timeout: 245 seconds] 15:40:44 yes 15:41:02 -!- Zilis has joined ##crawl-dev 15:41:52 "killed by blast of rock fragments" 15:44:00 oh hey 15:44:04 wheals: Is the kill not properly attributed in the morgue? 15:44:10 welcome to the devteam 15:44:24 hi ontoclasm 15:44:25 !log notcluie orc:1 15:44:25 1. notcluie, XL16 SpEE, T:33485: http://dobrazupa.org/morgue/notcluie/morgue-notcluie-20140117-213650.txt 15:44:31 Killed by blast of rock fragments (56 damage) 15:44:32 -!- DrinkMachine has left ##crawl-dev 15:44:46 I anticipate being able to make even more tile requests :P 15:44:57 it's lrd that it the player, as you may have guessed 15:45:11 ...dang, this moves me from 28th most useless dev to 29th :C 15:45:43 ontoclasm1: you are hardly useless!!! 15:45:58 tiles is a very important position, we need to lure in as many people who just like things that look pretty for more tv and higher samples for stats 15:47:19 speaking of which 15:47:28 tomb still uses the uhm 15:47:34 block of skulls lookin' floor right 15:48:36 -!- DrinkMachine has joined ##crawl-dev 15:48:44 its the only branch that uses the skull floor/walls as default though 15:48:58 hm 15:49:12 yeah i guess we changed all the others 15:49:59 -!- kats has quit [Read error: Connection reset by peer] 15:50:07 actually, grunt made the abyss also use that wall tile, but it's (always?) coloured a different palette 15:50:19 -!- NekoRex has quit [Ping timeout: 246 seconds] 15:50:23 -!- wheals has quit [Quit: Leaving] 15:50:23 ontoclasm1: Tomb needs a coloring job. 15:50:38 Grey, dark grey and yellow just looks boring as hell. 15:50:41 well, i think it's okay for abyss to have strange walls 15:51:30 and yeah, maybe just some recoloring for tomb would be in order 15:51:41 One thing I noticed in abyss is that the umbra tiling is "invisible" on the blue-green-ish floor tileset that's sometimes used 15:51:45 lugonu collecting skeletons and dipping them in random paint buckets 15:51:52 it feel like it should be dust yellow / dark redbrown 15:52:01 hm 15:52:31 Damn, nobody is in tomb at the moment. 15:52:42 gammafunk: yeah, i think i need to mess with the coloring of the abyss floor again 15:52:52 -!- ainsophyao has joined ##crawl-dev 15:52:56 for a couple reasons 15:53:02 ontoclasm1: I do like those blue floor tiles a bit though 15:53:40 Bloax: isn't wiz mode ok to see it? 15:53:40 mm 15:53:59 gammafunk: I am incompetent at anything that isn't webtiles. 15:54:41 Surely you can download a nightly crawl build and use wiz mode though 15:54:41 also maybe umbra needs to be more opaque 15:54:58 i think i made it the same transparency as halo, but yellow's a lot more noticeable 15:55:04 %git HEAD^{/umbra} 15:55:04 07MarvinPA02 * 0.14-a0-1979-gdc9f810: Don't describe umbra as unholy 10(6 hours ago, 2 files, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=dc9f81044568 15:55:09 -!- Giomancer has joined ##crawl-dev 15:55:10 oh nevermind 15:55:15 but I thought the umbra tile had just changed 15:55:57 nah, i changed it a few months ago i think 15:56:14 yeah, the color in console was recently changed 15:56:19 oh yeah 15:56:27 it's solid purple now i think 15:56:34 instead of ETC_DARK 15:57:20 Bloax: If it's helpful for testing, you can also set up and use a local build of webtiles on your machine 15:57:41 -!- Vizer has quit [Ping timeout: 252 seconds] 15:57:47 I'm not sure if the msys-git makes python available though 15:58:47 -!- LexAckson has quit [Read error: Connection reset by peer] 16:00:33 -!- Lightli has quit [Ping timeout: 272 seconds] 16:01:24 -!- HellTiger has quit [Ping timeout: 272 seconds] 16:01:37 -!- Zermako has quit [Disconnected by services] 16:02:51 !tell |amethyst The not-flattening version of shroomswap.patch is up on mantis--most of it is moving static functions from mon-act.cc to mon-stuff.cc 16:02:51 Basil: OK, I'll let |amethyst know. 16:03:09 -!- ainsophyao has quit [Remote host closed the connection] 16:04:53 03tenofswords02 07* 0.14-a0-1983-gec7e238: Small decorative vault batch. 10(59 seconds ago, 4 files, 164+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ec7e23808ac5 16:10:29 wow, i completely forgot i made umbra tiles animate 16:13:21 and now they unanimate in console 16:17:48 anybody object to me putting in the dith altar i made 16:18:13 Hm? 16:18:24 https://dl.dropboxusercontent.com/u/1000017/crawl/dith.png 16:18:43 it's hard to see on white i guess 16:18:52 -!- Tuxedo[Qyou] has quit [Read error: Connection reset by peer] 16:20:35 https://dl.dropboxusercontent.com/u/63152810/customcolorschemes.png well not really 16:20:47 hah 16:25:10 https://dl.dropboxusercontent.com/u/63152810/dith.gif 16:25:38 nice 16:25:48 what is the purple symbol supposed to be though? 16:26:00 some kind of eye 16:26:07 except i fucked it up but it looks fine 16:26:18 art is a collection of happy little accidents 16:26:23 hah 16:27:50 hm, it looks sort of off-center to me 16:28:13 03MarvinPA02 07* 0.14-a0-1984-g8368945: Don't let ?brand weapon rebrand to flaming under Dithmengos 10(7 minutes ago, 1 file, 8+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=836894528acf 16:28:30 does anyone have a suggestion on how to make that thing not an awful hacky thing, incidentally 16:29:07 it used to use god_hates_item but that didn't work because it would infinite loop if you tried to rebrand a demon weapon under tso, for example 16:29:23 add a god_hates_brand thing? 16:30:29 -!- Dr_Ke has quit [Ping timeout: 248 seconds] 16:30:32 or turn the weapon into something normal temporarily? 16:32:35 !messages 16:32:36 (1/1) Grunt said (1d 4h 58m 9s ago): Feeling lonely? 16:32:54 !tell Grunt Not really... 16:32:55 TZer0: OK, I'll let grunt know. 16:33:25 tempted to push buffing killer klown brands 16:33:43 do it 16:33:51 0.1% hchance to change your race 16:33:57 if only 16:34:03 klownscumming 16:34:31 0.1% chance to teleport you adjacent to cerebov 16:34:35 from wherever you are 16:34:57 0.1% chance for dragon-slaying brand 16:36:00 !lg * killer=killer klown max=dam x=dam 16:36:00 No keyword 'klown' 16:36:01 0.2% chance for orc-slaying brand 16:36:06 !lg * killer=killer_klown max=dam x=dam 16:36:07 68. [dam=129] coyo7e the Eclecticist (L27 HuWz), worshipper of Vehumet, annihilated by a Killer Klown on Zot:4 on 2011-03-06 17:08:32, with 632673 points after 124248 turns and 21:14:58. 16:36:21 yes, I'm not touching their af_cold 16:36:36 determine killer klown damage with exploding dice 16:36:39 just keep it to damage imo 16:36:52 so they can do arbitrary amounts of damage 16:36:53 "does random damage to you" is fine. but "does random effects which you need to look up" isnt 16:37:15 the commit was about to be "nasty poison, rot, drain xp, fire, cold, blink, antimagic, to strong poison, confuse, drain speed, fire, cold, elec, antimagic" 16:37:37 Grunt: Is shadow form undead? 16:37:56 I would guess no since it doesn't give rC+. 16:38:22 -!- DrinkMachine has quit [Quit: Leaving] 16:38:25 i'm not sure about confuse on that list 16:38:30 up to you though 16:39:02 "paralysis, paralysis, paralysis, paralysis, paralysis" 16:40:53 -!- Daekdroom has quit [Quit: Saindo] 16:42:28 99.5% chance to paralyze for 2d4 turns 16:43:51 if I remember correctly AF_PARALYZE has properties directly tied to the colour of the wasp using it, so that's too tangled for me to use unfortunately 16:44:19 is there an AF_PETRIFY? 16:44:27 if not then fr that 16:44:32 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/mon-enum.h#l67 16:44:39 (nope) 16:47:11 -!- NekoRex has quit [Ping timeout: 252 seconds] 16:47:20 clearly we need cockatrices 16:47:34 ontoclasm1: And nethack-style nymphs! 16:47:38 yes 16:47:53 Esp if water nymphs get cut; then where would we be 16:48:06 -!- Eronarn has quit [Ping timeout: 276 seconds] 16:48:46 -!- Chris7 has quit [] 16:49:33 03tenofswords02 07* 0.14-a0-1985-g8192e1e: Replace pointless Killer Klown brands (and thus buff them) 10(3 minutes ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8192e1e52834 16:50:05 give arenasprint another shoals siren boss that also uses primal wave 16:51:48 (give arenasprint renames back to forest monsters as bosses when the forest dispersal is done) 16:52:02 -!- rossi has quit [Ping timeout: 272 seconds] 16:52:10 Bloax: https://dl.dropboxusercontent.com/u/1000017/crawl/dith2.png 16:52:15 maybe? 16:52:28 coolio 16:52:41 I'd keep the bobbing though. 16:53:11 -!- dck has joined ##crawl-dev 16:53:40 -!- xnavy has quit [Remote host closed the connection] 16:55:28 yeah, i can do that 16:58:01 i actually like the current dith altar 16:58:56 it's okay 16:58:58 but i like fancy more 16:59:08 mm 16:59:22 Speaking of fancy. 16:59:37 got time to fuck around with the shiny shiny metal textures? 16:59:37 -!- Ladykiller69 has quit [Ping timeout: 246 seconds] 16:59:41 BUGGY deck of cards by Marbit 17:00:05 Bloax: not just now, but soon 17:00:41 i appreciate you looking at metal walls, the existing ones are pretty wonky-looking 17:02:02 My 90's chrome look skills have gotten pretty good. 17:02:09 hah 17:02:12 Unfortunately my structural skills are still shitty. 17:02:30 (And sharp edges still murder me.) 17:02:37 -!- Garhauk has quit [Ping timeout: 272 seconds] 17:03:09 -!- Kellhus has quit [Quit: Page closed] 17:06:15 -!- mizu_no_oto has quit [Ping timeout: 260 seconds] 17:10:33 i... only do sharp edges >.> 17:12:17 I have trouble making them look sharp. 17:12:21 heheuhaheeheuheuheuhue 17:12:29 -!- Leafsnail has quit [Ping timeout: 252 seconds] 17:13:20 -!- pelotron_ is now known as pelotron 17:13:55 03ontoclasm02 07* 0.14-a0-1986-g11f36c0: Dithmengos altar tiles 10(62 seconds ago, 4 files, 2+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=11f36c0aeac3 17:17:17 -!- Eronarn has joined ##crawl-dev 17:18:40 -!- DrinkMachine has joined ##crawl-dev 17:18:40 -!- DrinkMachine has quit [Changing host] 17:18:40 -!- DrinkMachine has joined ##crawl-dev 17:18:53 -!- ystael has quit [Ping timeout: 245 seconds] 17:19:46 creepy-hovering-disc-mengos 17:20:01 good tiles 17:20:14 -!- MaxFrost has quit [Ping timeout: 265 seconds] 17:20:57 i imagine that when you kneel at it and pray it makes the hypnotoad drone at you 17:21:15 brrrzzzzeooohhhrrrrnnnnzzz 17:23:43 -!- ackack has quit [Ping timeout: 272 seconds] 17:23:51 -!- ertdfgcb has quit [Ping timeout: 252 seconds] 17:25:52 You sit in front of the altar and purr. 17:32:37 ontoclasm1: https://dl.dropboxusercontent.com/u/63152810/n/crawl/shinymetal.png 17:33:04 mm 17:33:08 looks good 17:33:32 I apologize if this is a little hasty, but can VS go into trunk? 17:34:07 i would still vary the color a little bit 17:34:09 I've got about all I can from the experimental branch, and I'd need rather more feedback in order to have any confidence in additional changes. 17:34:27 like, have ~30% be slightly darker or lighter than the others 17:35:17 i can do a lot of stuff with weights and so on, so don't worry about the normal ones being too rare 17:35:46 making cracked or rusty or otherwise messed-up ones is also nice 17:36:03 i guess metal doesn't really crack per se 17:36:26 -!- ProzacElf has joined ##crawl-dev 17:36:43 -!- Foamed has quit [Quit: Heading to bed.] 17:37:04 it's kind of supposed to look eerily well-kept 17:37:19 I mean just look at the armor of the vault guards. 17:38:00 hm 17:38:01 and here's how a semi-random pattern of the three look tiled 17:38:02 https://dl.dropboxusercontent.com/u/63152810/n/crawl/shinymetaltiled.png 17:38:31 is it bad I am reminded of arkanoid? 17:38:44 you're not the only one 17:38:51 yeah, i want to bounce stuff off these 17:38:51 -!- Brokkr has quit [Quit: leaving] 17:39:06 but they're looking better and better 17:39:21 I just recalled a idea I had back when I tried to make a stealth god: what if under D you get xp for seeing monsters, say xp/2? If you kill them, you get the other half, of course. 17:39:44 Sounds a bit like Sil 17:39:45 dpeg: fr that for all gods 17:39:55 s/all gods/all characters/ 17:40:00 ontoclasm1: as always: one god must be the guinea pig for the others! 17:40:10 Basil: these are the times when no idea can be new :) 17:41:09 -!- Quashie has quit [Ping timeout: 272 seconds] 17:41:49 I propose that this passive power kicks in at 0 piety, so that you get something right away. 17:41:59 %git :/[Vv]ine 17:41:59 07Sage02 {|amethyst} * 0.14-a0-1734-gb23ec66: Make vine stalker bite's mana drain key off of current mana. 10(7 years ago, 1 file, 12+ 8-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=b23ec668aaac 17:42:10 7 years ago 17:42:16 I haven't touched VS in a while. 17:42:19 time sure flies 17:42:39 also the way of the vine is 100% original 17:42:47 truly that must be the secret to its greatness 17:42:54 https://dl.dropboxusercontent.com/u/63152810/n/crawl/shinymetal2.png minor tweaks 17:43:11 Where do the seven years come from?? 17:43:25 VS has been a long time in coming 17:43:33 or I need to reset my clock 17:43:44 almost as long as iron troll leather 17:44:02 boo for tampering with the times in our repository! 17:44:32 Whoops. 17:46:27 -!- tsohg_ has quit [Remote host closed the connection] 17:46:41 Basil: maybe git filter-branch and have neil push a new branch 17:47:17 since it's not merged yet 17:47:57 -!- evilmike has quit [Read error: Connection reset by peer] 17:48:10 Set all of the commits to today's date or something? 17:48:33 Basil: You can offset them if you like, or yeah set all to same time 17:48:56 depends on how much you care about the timeline; the commits will still be there and will be in same sequence 17:49:31 -!- MaxFrosty has quit [Ping timeout: 252 seconds] 17:49:58 you have a full shell env with filter-branch so you can do what you like with e.g. the date command and set the variables 17:50:17 I think $GIT_AUTHORD_DATE and GIT_COMMITER_DATE would be all you need 17:50:26 except spelled correctly 17:51:38 oh, %git :, is ":" search any head? 17:52:19 %git HEAD^{/[Vv]ine} 17:52:22 07Naruni02 {|amethyst} * 0.14-a0-1189-g3e3869e: Ownership of awaken vines after polymorph 10(3 months ago, 1 file, 2+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3e3869ede0e6 17:52:22 !seen Grunt 17:52:22 I last saw Grunt at Fri Jan 17 18:20:22 2014 UTC (5h 31m 57s ago) saying '!fight cerebov v 20 kraken arena:swamp delay:100' on ##crawl. 17:52:39 yeah that's only trunk, but I wasn't aware of : 17:52:41 %git :/[Vv]ine 17:52:41 07Sage02 {|amethyst} * 0.14-a0-1734-gb23ec66: Make vine stalker bite's mana drain key off of current mana. 10(7 years ago, 1 file, 12+ 8-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=b23ec668aaac 17:52:55 Must look at the entire repository instead of just HEAD 17:53:05 (or whatever head you specify) 17:56:16 hey uh 17:56:28 is it intentional that mini_monsters.des sorting treats snakes and nagas as invertebrates 17:56:44 because like, that is not very good biology 17:56:46 i would know 17:57:00 in what sense? 17:57:08 example vault? 17:57:46 oh never mind, I missed the second heading 17:57:50 i'm stupid 17:58:54 typical reptilian intelligence :) 18:00:56 hey, I did that I know my invertebrates 18:12:29 -!- mutantrogue has quit [Quit: Page closed] 18:17:23 Bloax: i'm seeing how these look in-game 18:17:37 any screenies 18:17:45 it's compiling 18:17:59 the xkcd excuse 18:19:12 -!- st_ has quit [Ping timeout: 265 seconds] 18:19:13 dith piety still seems fairly plentiful 18:19:31 would it be possible for him to give extra not for all fire-using enemies, but only for particularly fire-themed or glowy ones? 18:19:58 it would take care of stuff like getting extra piety for every deep elf fighter, orc wizard, etc., and more importantly the weird edge cases like merfolk aquamancers and steam dragons 18:20:07 how fast is dith's piety drop? 18:20:15 not sure 18:20:30 I don't use abilities very often but I have used shadow form a handful of times and stay at ****** very easily 18:20:35 -!- Pacra has joined ##crawl-dev 18:20:43 it's also extremely counterintuitive to kill a /water mage/ and get a message about killing a source of fire 18:20:49 elemental wellspring (11E) | Spd: 10 | HD: 15 | HP: 61-92 | AC/EV: 8/8 | 11non-living, !sil | Res: 13magic(immune), 10elec, 03poison, 12drown, 04rot+++, 13neg+++, 13torm | XP: 1278 | Sp: primal wave (3d21) | Sz: Big | Int: plant. 18:20:49 %??elemental wellspring 18:20:55 ah, these don't have steam 18:21:00 basically steam spells probably shouldn't count 18:21:46 steam ball, a conjurations/ice spell 18:21:48 and the easiest way to do that might be to not do the fire-spell-user check at all, maybe 18:21:56 steam ball is conj/ice? 18:22:00 * geekosaur notes that learndb didn't, last he checked (earlier today), know anything about dith piety or wrath/penance 18:22:00 * Sequell also notes that learndb didn't, last he checked (earlier today), know anything about dith piety or wrath/penance 18:22:15 what just happened 18:22:24 -!- simmarine has quit [Quit: Leaving] 18:22:41 sequell occasionally parrots CTCP ACTION 18:22:45 (in spl-data.h, steam ball is conj/fire, so) 18:23:00 aka /me 18:23:12 tenofswords: yeah but it's not really a fire spell 18:23:16 there's no explicit fire involved 18:23:18 hm, compilation is broken somehow 18:23:25 -!- st_ has joined ##crawl-dev 18:23:30 thus time to make it pure conj 18:23:36 dith treating aquamancers as sources of fire seems pretty problematic 18:23:37 oh dear, did I break things 18:23:40 aha, got it 18:23:42 it kind of makes sense to be fire skill, I guess 18:23:43 G-Flex: I agree 18:23:44 yeah, but no prob 18:23:52 there's a double space in something 18:23:57 but I think the best solution here is just to have dith care about you killing fewer things 18:24:10 as long as you still get extra for killing elementals and other fire-themed or glowy things 18:24:55 hmmm 18:24:58 -!- tsohg_ has quit [Remote host closed the connection] 18:25:04 dgn.delayed_decay(_G, 'A', 'dwarf skeleton, battleaxe race:dwarven / ' 18:25:04 .. "eveningstar race:dwarven / executioner's axe race:dwarven w:2 / " 18:25:04 .. 'great mace race:dwarven w:2, helmet good_item / ' 18:25:04 .. 'pair of gloves good_item / pair of boots good_item, ' 18:25:04 .. 'plate armour race:dwarven / crystal plate armour w:2' ) 18:25:07 is the problem 18:25:14 the theme just seems really watered down, too, when you get it for killing like 3/4 of all magic-using stuff 18:25:18 Bad itme name: 'never_decay battleaxe' 18:25:34 i dunno how to fix it 18:25:47 it's in portal/lab.des 18:25:51 ...oh crap 18:26:03 -!- syllogism has quit [] 18:26:16 that's weird, that vault is not new 18:26:23 oh wait this isn't that bad 18:27:22 ...okay looking further in I have no idea what broke at all 18:29:06 -!- HellTiger_ has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 18:29:11 -!- NomadJim has quit [Read error: Connection reset by peer] 18:29:13 ...ah, _there_ 18:29:30 I have no idea how that could have happened that's pretty stupid 18:31:45 03tenofswords02 07* 0.14-a0-1987-g08a0dfb: Fix complitation 10(81 seconds ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=08a0dfb8274b 18:31:46 ontoclasm1: is that the labyrinth ending loot variant 18:32:25 -!- simmarine has joined ##crawl-dev 18:32:36 Bloax: yeah 18:32:44 tenofswords: thanks 18:32:44 i approve of the items i see listed 18:33:01 -!- ackack has joined ##crawl-dev 18:33:02 I am still bewildered 18:33:03 eveningstar, exec axe, good_tems, cpa 18:33:17 does that work? 18:33:26 ('' string with an embedded ', unprotected) 18:33:42 * geekosaur knows not Lua 18:33:46 -!- st_ has quit [Ping timeout: 246 seconds] 18:34:45 -!- Kenran has quit [Quit: Quitting] 18:39:26 -!- Basil has quit [Read error: Connection reset by peer] 18:40:01 -!- Tarragon is now known as Basil 18:40:34 -!- Basil has joined ##crawl-dev 18:40:46 78291 (L27 HEHu) ERROR in 'tags.cc' at line 3288: Invalid item: longbow (Abyss:1) 18:40:48 -!- st_ has joined ##crawl-dev 18:41:07 tenofswords, suggest you check that you did not just turn a compile time error into a runtime Lua error; it looks like that is in fact an invalid Lua string now 18:41:16 "longbow" 18:41:27 ontoclasm1: where me screenies 18:41:36 what the flying 18:41:45 Bloax: compilation needs to get fixed first xD 18:41:53 :^D 18:42:11 i made red variants too 18:42:24 so colored metal can work (though it's pretty rare) 18:42:32 embedded single quote (which is probably why you changed to double quotes) 18:42:40 \' should work for the embedded one 18:42:51 ontoclasm: Cerebov's castle is metal. 18:42:56 unless the level parser is especially annoying or something 18:43:07 it is incredibly annoying 18:43:07 yeah, that's the only place i can think of that uses it 18:43:15 maybe the gol wizlab? 18:43:30 no to golubria, but yes to isk's 18:43:36 mm 18:43:48 yeah 18:44:09 lab.des:238: ')' expected (to close '(' at line 8) near 's' 18:44:30 lab.des:237: Bad item name: 'never_decay battleaxe' 18:44:42 okay I hate all lua 18:44:44 That seems not incorrect 18:44:46 xD 18:44:55 lua be a harsh mistress 18:45:14 ontoclasm: Lua is why I didn't fix that TSO autofight thing 18:45:28 you aren't really a dev until you've broken compilation at least once or twice 18:46:02 oh for fuck's sakes 18:46:58 you mean complitation 18:47:16 compiliteration 18:47:24 complication 18:47:34 illiterate compilers? 18:47:58 my dad always did call computers "confusers"... 18:48:14 -!- ProzacElf has quit [Ping timeout: 264 seconds] 18:48:20 -!- miseria has quit [Client Quit] 18:48:37 -!- dtsund has quit [Quit: dtsund] 18:48:47 I work at a computer repair/support place 18:48:50 our customers call them all kinds of things 18:49:01 ontoclasm1: https://dl.dropboxusercontent.com/u/63152810/n/crawl/shinyhotmetal.png 18:49:04 :-D 18:49:31 A quick one: can one of you turn "the Shining One" on Ctrl-O into "The Shining One" again? 18:50:14 heh, it's capitalized wrong 18:50:29 at first I wasn't sure what you meant 18:50:40 Bloax: hah 18:50:54 I'll do that in a bit 18:50:56 LASER METAL :riff: 18:52:43 -!- caleba has quit [Quit: caleba] 18:54:14 -!- Egglet has quit [Ping timeout: 252 seconds] 18:55:28 ...oh 18:55:36 %git 45df7d9174d 18:55:36 07|amethyst02 * 0.14-a0-1717-g45df7d9: Allow delayed_decay to work with , and / itemspecs. 10(2 weeks ago, 8 files, 37+ 25-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=45df7d9174db 18:55:54 took so long to get that patch in I never noticed that became a thing 18:56:28 mm, TSO capitalized. 18:56:36 tSO 18:57:15 https://dl.dropboxusercontent.com/u/63152810/n/crawl/shiniermetal.png 18:57:20 apply polish 18:57:35 add some colors 18:58:37 78291 (L27 HEHu) ERROR in 'tags.cc' at line 3288: Invalid item: longbow (Hell) 18:59:31 -!- N78291 has joined ##crawl-dev 18:59:44 I think I have a broken longbow somehow 19:01:48 see if you can find a longbow repair shop 19:01:54 (fr: longbow repair shops) 19:02:55 okay, a combination of not knowing dgn.delayed_decay_extra as well as not noticing the mix of "s and 's being a thing 19:05:00 -!- pelotron has quit [Ping timeout: 245 seconds] 19:05:46 dpeg: When did tSO become not-capitalized? 19:06:48 Basil: when the Ctrl-O gods had to move around to make space for Dith 19:07:08 Capitalize tSO in ^o. by Sage 19:08:15 awesome 19:08:20 Basil: should it be capitalized everywhere? 19:08:32 okay _there_ sheesh 19:08:42 Dunno 19:08:59 03tenofswords02 07* 0.14-a0-1988-g7b11203: (actually) Fix compilation 10(4 minutes ago, 1 file, 13+ 13-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=7b112039bec4 19:09:01 like... it seems like "Human of the Shining One" would be better than "Human of The Shining One" 19:09:01 Whatever other people want 19:09:01 Oh it is 19:09:12 Or at least, I think it is 19:09:17 oh, am i just reading the commit wrong 19:09:23 wherever god_name is used, tSO should be capitalized. 19:09:46 hm 19:09:53 okay there ontoclasm do things work now 19:09:59 Yes 19:10:11 tenofswords: let's see 19:10:19 (I compiled it) 19:11:06 thanks :) 19:12:29 I blame certain things taking too long 19:12:55 pffft :) 19:12:59 Bloax: https://dl.dropboxusercontent.com/u/1000017/crawl/metaltest.png 19:13:04 looks good 19:13:11 i think i prefer that to the shinier ones 19:13:28 i think they'd be a little over-the-top 19:15:41 i think we don't actually use metal_wall_cracked anywhere, do we? 19:15:56 it was part of cerebov's castle but i think that's gone 19:16:17 i should say "i think" a few more times, i think 19:16:57 -!- dtsund has joined ##crawl-dev 19:17:46 while you're changing up metal tiles, check to make sure pitsprint still looks good 19:17:51 yeah 19:18:44 (and crystal_crosses_collosus and _silver_temple and lom_lobon_st and) 19:18:53 >.< 19:20:02 clearly should never change any tiles that have any reason to always variate 19:20:39 That's all the marbly stuff? 19:20:46 clearly should keep all the bad tiles bad 19:20:50 in case some vault abuses them 19:20:51 xD 19:21:47 !hs * -4 19:21:48 2846194/2846197. Yermak the Ninja (L22 SpAs), worshipper of Dithmengos, escaped with the Orb and 15 runes on 2014-01-18 01:19:16, with 48050858 points after 29929 turns and 8:16:23. 19:23:06 -!- Nightbeer has quit [Quit: Verlassend] 19:26:49 pitsprint looks good outside of the dis walls :C 19:27:00 -!- conted has quit [Ping timeout: 272 seconds] 19:27:39 -!- rast has quit [Ping timeout: 260 seconds] 19:27:52 screens 19:27:58 all the screenies m8 19:28:20 pictures 19:28:33 bitmaps 19:28:49 -!- rast- has quit [Ping timeout: 272 seconds] 19:28:50 -!- rast has joined ##crawl-dev 19:30:34 speed demon banner will have to be given over to dith, I see 19:30:42 makhleb will need something new 19:30:59 https://dl.dropboxusercontent.com/u/1000017/crawl/metaltest2.png 19:31:11 cyan metal 19:31:12 tenofswords: kill as many enemies as possible within the shortest amount of time 19:31:22 ontoclasm1: such sexy 19:31:29 (fr: "screenshot whole map in tiles" key) 19:31:32 it's like 19:31:34 8===============D 19:34:31 -!- Egglet has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 19:36:27 -!- dpeg has quit [Quit: sleep] 19:37:16 https://dl.dropboxusercontent.com/u/1000017/crawl/metaltest3.png 19:39:33 it is only through my knowledge of the vault that I know that's even supposed to be white 19:39:40 maybe silver walls should just have a different tile 19:39:52 well i mean 19:39:56 i made a silver wall tile 19:40:00 for imprison 19:40:09 ...but it's for imprison, i dunno if it'd be appropriate 19:40:29 i guess i could use bloax's shiny version 19:40:35 that would look kind of bad used as a regular wall tile I think 19:40:59 https://dl.dropboxusercontent.com/u/63152810/n/crawl/shiniermetal.png ? 19:41:07 does that look silverier? 19:42:17 I guess 19:43:31 well, the thing is what zin calls "pure silver" is basically white 19:43:48 so that looks more like actual silver, but imo would still look a bit out of place 19:44:24 mm 19:44:25 ontoclasm1: nice 19:44:45 Can Yred servants stop getting angry when you read unidentified ?HW 19:44:51 https://dl.dropboxusercontent.com/u/1000017/crawl/silver.png ? 19:45:00 https://dl.dropboxusercontent.com/u/63152810/n/crawl/silvermetal.png 19:45:02 better 19:45:05 try blending it with 19:45:07 that 19:45:14 yeah 19:45:28 Or rather, is there a reason why they get angry when you read unidentified ?HW 19:46:37 So you can have fun having yout ten ghouls and bone dragons beat you up. 19:46:39 https://dl.dropboxusercontent.com/u/63152810/n/crawl/silvermetal2.png ish 19:46:57 hm, let's see how this looks 19:47:50 I don't know if this is a problem but with the version posted earlier in zin's vault I feel the edges of the walls are a bit too blurred, particularly with walls not in your LoS 19:48:33 -!- ShadeTornado has quit [Quit: Leaving] 19:50:34 dck: that's mainly because the walls are so bright 19:50:45 i might have to pick a different floor for this specific vault 19:51:24 hm 19:51:35 also that vault is normally full of things with halos 19:51:49 that might look rather intense 19:52:01 it just looks yellower 19:53:02 https://dl.dropboxusercontent.com/u/1000017/crawl/metaltest4.png 19:53:20 pretty dang white 19:54:25 it definitely stand out in the dungeon 19:54:39 good 19:54:55 stands* 19:55:00 catches the feel of the current walls pretty well I think 19:55:07 walls worthy of ye lord Zin 19:55:52 anybody know of any other vaults that i should check? 19:57:23 cerebov's castle looks fairly imposing 19:57:44 pretty pictures please 19:57:57 -!- morik has quit [Disconnected by services] 19:58:02 -!- morik_ is now known as morik 19:58:22 -!- morik___ has joined ##crawl-dev 19:58:49 also don't some parts of lom vaults use blue metal? 19:58:49 -!- raskol_` is now known as raskol 19:59:11 just lom_lobon_st, one of four 19:59:16 http://s-z.org/neil/git/?p=crawl.git&a=search&h=HEAD&st=grep&s=dngn_metal_wall_ 19:59:32 (still waiting for a wizlab_iskenderun sshot) 19:59:44 yeah was thinking about that lab too 19:59:45 xD 20:00:00 https://dl.dropboxusercontent.com/u/1000017/crawl/metaltest5.png 20:00:12 -!- Pacra has quit [Ping timeout: 265 seconds] 20:00:25 aw 20:00:28 but it ain't red 20:00:29 :< 20:01:15 ontoclasm1: clearly you need to rip out the floor out of this: https://dl.dropboxusercontent.com/u/63152810/n/crawl/metalgrungy2.png 20:01:28 https://dl.dropboxusercontent.com/u/1000017/crawl/metaltest6.png 20:01:47 dck: i dunno why it's not red 20:01:59 imo make it more red 20:02:11 isky's looks cool I think 20:02:19 well there are red tiles but it felt like using the brown ones for some reason 20:02:33 oh right how could I forget 20:02:34 well how does it look all shiny and hot 20:02:56 red metal is reserved for gehenna 20:03:24 did I imagine cerebov's castle being red metal all along? 20:03:25 dang 20:03:54 since fleeing was removed, perhaps withdrawing should as well 20:04:06 Berserk alligator snapping turtle 20:04:12 dngn_metal_wall_brown 20:04:25 apparently cbov likes brown 20:04:35 Don't make Yred servants angry at you for reading unidentified ?HW by Sage 20:04:35 he misses his orange demons 20:04:35 good taste 20:04:45 gooder patch 20:05:05 hmm, redundant description. 20:05:07 Oh well. 20:05:40 Next up, autoexclude an entire body of water 20:05:54 hm 20:06:13 03ontoclasm02 07* 0.14-a0-1989-g1576e76: Metal walls (Bloax) 10(28 minutes ago, 20 files, 29+ 14-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1576e7655a82 20:06:13 03ontoclasm02 07* 0.14-a0-1990-gae21203: Remove the unused metal_wall_cracked 10(23 minutes ago, 3 files, 0+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ae21203de32b 20:06:13 03ontoclasm02 07* 0.14-a0-1991-g622d197: White metal tiles for evilmike_silver_temple 10(3 minutes ago, 4 files, 4+ 5-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=622d1973ab10 20:06:14 isky's lab with new metal and dith probably looks pretty neat 20:06:25 next up, don't make beogh angry at you when you read unidentified immolation over deep water while surrounded by beoghites 20:06:27 These metal walls emit heat. 20:06:42 Does immo piss him off? 20:06:58 It just turns orc into bombs, instead of actually killing them 20:07:03 hurting your allies does 20:07:10 but it doesn't hurt them 20:07:18 huh? 20:07:21 ??immo 20:07:22 immolation[1/3]: Applies inner flame to everything in LOS. 20:07:25 is immo now ...efb 20:07:31 that's silly 20:07:34 ??immo[2 20:07:34 immolation[2/3]: Great Vaults:$ entrance strategy. !lg jspanek dewz xl=21 2 -tv 20:07:41 !lg jspanek dewz xl=21 2 -tv 20:07:41 2. jspanek, XL21 DEWz, T:76561 requested for FooTV (telnet://termcast.develz.org or http://termcast.develz.org). 20:08:07 this can only end in tragedy 20:08:12 well, vorpalise still does it, if you have a thing on 20:08:23 I think it no longer does 20:08:38 %git :/[Vv]orp 20:08:39 07Grunt02 * 0.14-a0-365-g2883480: Piercer gets the penetration brand (was vorpal). 10(3 months ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=28834803047e 20:08:44 %git :/[Vv]orpali 20:08:44 07MarvinPA02 * 0.13-a0-2945-g2e0ee8d: Rename scroll of vorpalise weapon to scroll of brand weapon (Soner) 10(4 months ago, 20 files, 31+ 31-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2e0ee8d01092 20:08:50 vorp effects are now cosmetic 20:08:58 %git :/[Bb]rand [Ww]e 20:08:59 07MarvinPA02 * 0.14-a0-1984-g8368945: Don't let ?brand weapon rebrand to flaming under Dithmengos 10(4 hours ago, 1 file, 8+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=836894528acf 20:09:06 Whatever. 20:09:08 RIP best pan exit strategy 20:09:09 %git :/cosmetic 20:09:10 07MarvinPA02 * 0.14-a0-1590-g25a9b7f: Make the Singing Sword's low tension speech cosmetic only (no noise) 10(4 weeks ago, 1 file, 7+ 7-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=25a9b7f745d6 20:09:14 %git :/cosmetic -1 20:09:16 Could not find commit :/cosmetic -1 (git returned 128) 20:09:32 %git HEAD^{/cosmetic}^^{/cosmetic} 20:09:32 07MarvinPA02 * 0.14-a0-839-ge5e675a: Make weapon branding effects purely cosmetic 10(9 weeks ago, 3 files, 14+ 66-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e5e675a5d20e 20:09:36 %git HEAD^{/cosmetic}^^{/cosmetic} 20:09:36 07MarvinPA02 * 0.14-a0-839-ge5e675a: Make weapon branding effects purely cosmetic 10(9 weeks ago, 3 files, 14+ 66-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e5e675a5d20e 20:09:37 There it is 20:09:42 ah 20:09:55 The more you know. 20:10:18 gee 20:10:22 now somebody make a vault that uses darkgrey metal 20:10:23 that sure was unexpected 20:10:25 immolation[2] is old immolation 20:10:27 ?? immo[2] 20:10:28 immolation[2/3]: Great Vaults:$ entrance strategy. !lg jspanek dewz xl=21 2 -tv 20:10:29 -!- Chris_Oelmueller has joined ##crawl-dev 20:10:31 ?? immo[3] 20:10:31 immolation[3/3]: Cerebov explodes! 20:10:31 mm, perhaps making 's' do 1 increments of 1-aut wait instead 20:10:33 it came out looking pretty neat 20:10:40 would be better than exclude-water 20:10:45 picters 20:10:54 well i need a vault for it first 20:10:57 :P 20:10:58 do 10 increments of 1-wait rather 20:11:19 imo make a pretty vault first sage 20:11:27 with a lot of darkgrey metal 20:11:30 BLACK METAL VAULT 20:11:34 It will have plants 20:11:39 and a fedhas altar 20:11:46 and 10 stacks of sultanas 20:11:58 and whimsical butterflies. 20:12:00 thirty sultanas each? 20:12:05 Of course. 20:12:10 Grunt: Does yermak's run make you think about adjusting dith's powers at all? 20:12:18 Ease the pain of oklobzig 20:12:25 https://dl.dropboxusercontent.com/u/1000017/crawl/metalcolors.png 20:12:30 thirty is just the exact amount of excessive you can get away with 20:12:45 heh, cool 20:13:10 maybe new stone tiles at some point 20:13:17 yes 20:13:18 Or alternately an altar surrounded partially by neutral oklobs 20:13:28 new stone would be nice 20:13:44 Basil: the wait thing has done and was reverted since it had performance problems apparently 20:13:48 has been 20:13:49 Damn 20:14:05 How surrounded was it? 20:14:09 8 or 80? 20:14:18 -!- ChrisOelmueller has quit [Ping timeout: 245 seconds] 20:14:31 -!- morik has quit [Ping timeout: 272 seconds] 20:14:34 He means waiting at 1-wait intervals I think. 20:14:43 Damn 20:15:10 Can't fix energyscumming that way then 20:15:39 but it's my ever so secret technique 20:15:49 well you can fix energyscumming that way if you fix crawl performance first! 20:15:52 (good luck) 20:15:59 Good joke. 20:16:05 realistic 20:16:05 !learn edit immolation[2] s/^/Old versions of immolation made a radius 2 fiery explosion, centered on you. / 20:16:06 immolation[2/3]: Old versions of immolation made a radius 2 fiery explosion, centered on you. Great Vaults:$ entrance strategy. !lg jspanek dewz xl=21 2 -tv 20:16:26 %git :/wait command 20:16:46 07Grunt02 * 0.12-a0-2325-g1bc0f1a: Revert wait command interrupt changes. 10(11 months ago, 8 files, 16+ 54-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1bc0f1a50ed0 20:16:46 ironically new invo actually is a pretty good v:$ strat 20:16:46 (new immolation might also be a great vaults:$ strategy 20:16:46 ) 20:16:46 efb 20:16:46 dck: what secret technique, describe in detail please 20:16:50 I have my text editor waiting.... 20:16:59 !lm dck uniq=~lern sprint -tv 20:17:00 15. dck, XL13 LOBe, T:4549 (milestone) requested for FooTV (telnet://termcast.develz.org or http://termcast.develz.org). 20:17:04 you will not trick me again fiend 20:17:10 :) 20:17:16 apparently it caused faster constriction damage too (good bug) 20:17:31 fr bring back 0.10 constriction 20:18:14 -!- simmarine has quit [Read error: Connection reset by peer] 20:19:10 hmm 20:19:10 dck the hydraslayer 20:19:14 What else to fix I wonder 20:19:18 -!- ldf has quit [Quit: ldf] 20:19:24 hm 20:19:33 lack of vines imo 20:19:43 fr vinewhip 20:20:23 -!- Blazinghand|Work has quit [Remote host closed the connection] 20:21:47 ontoclasm: hangedman_crystal_crosses_collossus does use very, very sparse darkgray metal, actually 20:22:20 -!- Escalator has quit [Read error: No route to host] 20:22:26 ??merc 20:22:27 I don't have a page labeled merc in my learndb. 20:22:30 ??mercenary 20:22:30 mercenary card[1/5]: Summons a mercenary who demands money (between 85% and 115% of its XP value in gold). If you pay, you get a permanent friendly ally. If you don't or can't, you get a permanent enemy (and no XP or items from it). Found in decks of changes, war and defence. 20:22:50 you do get exp and items now 20:24:07 tenofswords: ah, yeah, i checked that but didn't notice the darkgrey 20:24:10 ??summoning 20:24:10 summoner[1/4]: A background that starts with a {book of callings} and some summoning skill. 20:24:18 -!- MaxFrost has quit [Ping timeout: 252 seconds] 20:24:19 ??summoning[2 20:24:19 summoner[2/4]: Tired of message spam? Add this line to your options: "message_colour ^= mute:Your.*(bites|misses|hits|stings)". 20:24:53 Are there any normal-int summoning spells? 20:25:04 hm 20:25:05 that are not immune to torment 20:25:23 red ugly thing (05u) | Spd: 11 (act: 110%) | HD: 8 | HP: 29-56 | AC/EV: 2/10 | Dam: 1104(fire:8-15) | 10doors | Res: 06magic(32), 05fire, 04napalm | Chunks: 06mutagenic | XP: 213 | Sz: Medium | Int: animal. 20:25:23 %??ugly thing 20:25:29 Shadow creatures? 20:25:34 Oh right 20:26:23 -!- darkschneider has quit [Ping timeout: 260 seconds] 20:26:37 -!- MaxFrost has quit [Remote host closed the connection] 20:28:41 mm, looks like ?torm does not make allies hostile even if you know the scroll before you read it 20:30:11 -!- dtsund has quit [Quit: dtsund] 20:30:21 ontoclasm1: which wall from https://dl.dropboxusercontent.com/u/1000017/crawl/metalcolors.png is used for blue walls? 20:30:28 the second type or cyan? 20:30:36 second 20:31:16 i can't think of a place that uses blue metal but there's probably something 20:31:52 one lom vault 20:32:07 vaults could use some more colored vaults 20:32:23 ah yeah 20:32:26 lom_lobon_st 20:32:32 looks fine 20:32:34 !vault lom_lobon_sit 20:32:34 Couldn't find lom_lobon_sit in the Crawl source tree 20:32:37 !vault lom_lobon_st 20:32:39 Lines pasted to http://pastie.org/8644122 20:32:45 it's the one with the four little islands 20:32:49 personally I think vault recolouring of anything that isn't a floor is terrible 20:32:58 that i almost killed a dieselrobin in 20:33:00 it means i have to either use x a bunch more or change my rcfile 20:33:07 -!- johlstei_ has joined ##crawl-dev 20:33:15 TARBALLPYTHON: well, changing the tile color doesn't matter 20:33:40 -!- johlstei has quit [Ping timeout: 252 seconds] 20:35:03 -!- Zermako has quit [Quit: good night and good luck to all!] 20:46:37 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 20:46:48 -!- ProzacElf has joined ##crawl-dev 20:52:50 -!- Chris_Oelmueller is now known as ChrisOelmueller 20:55:04 -!- CKyle has joined ##crawl-dev 20:58:05 -!- N78291 has quit [Quit: null] 21:00:32 -!- Daekdroom has quit [Quit: Saindo] 21:01:07 -!- ystael has quit [Ping timeout: 246 seconds] 21:18:57 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:19:50 -!- Lightli has joined ##crawl-dev 21:24:47 -!- Quashie has quit [Ping timeout: 260 seconds] 21:26:48 -!- Flex has joined ##crawl-dev 21:26:55 "The acid corrodes your shadow's quick blade!" 21:30:00 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:32:03 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:34:14 -!- LordSloth has quit [Ping timeout: 240 seconds] 21:35:01 -!- Quashie_ has quit [Ping timeout: 248 seconds] 21:35:22 bug there is acid corroding things imo 21:35:59 of course it's a bug 21:36:02 -!- lobf has quit [Quit: lobf] 21:37:55 -!- tsohg_ has quit [Remote host closed the connection] 21:40:49 -!- simmarine has joined ##crawl-dev 21:41:17 Debian builds of the trunk branch on crawl.develz.org updated to: 0.14-a0-1991-g622d197 21:42:21 !seen dpeg 21:42:21 I last saw dpeg at Sat Jan 18 01:36:27 2014 UTC (2h 5m 54s ago) quitting, saying 'Quit: sleep'. 21:42:26 proper fix remove corrosion 21:42:31 !tell dck dck 21:42:31 Grunt: OK, I'll let dck know. 21:42:38 !messages 21:42:38 (1/1) Grunt said (7s ago): dck 21:43:34 -!- dtsund has joined ##crawl-dev 21:45:27 -!- st_ has quit [Read error: Operation timed out] 21:45:54 -!- Yermak has quit [Quit: Page closed] 21:46:03 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:46:17 -!- DracoOmega has joined ##crawl-dev 21:48:01 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:49:42 -!- Giomancer has quit [Quit: Leaving] 21:51:55 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:52:18 -!- Fhqwhgads_ has quit [Remote host closed the connection] 21:53:09 -!- Bloax has quit [Quit: Error: Bloax not found] 21:53:34 -!- Leafsnail has quit [Quit: Man who run behind car get exhausted] 21:53:42 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:55:09 -!- Unnngh has quit [Quit: zonk!] 21:55:27 -!- OCTOTROGjr has quit [Remote host closed the connection] 21:55:33 Well, after many hours of bending my brain over retreating and fleeing and withdrawing and the fact that fleeing is retreating but retreating is sometimes not fleeing and fleeing is called retreating in some places (and retreating is actually withdrawing) and blocks of code (and even behavior modes) that seems to exist but not actually DO anything.... I think I have fear working a bit more sanely 21:55:52 I just hope I have not broken something else in the process 21:55:57 -!- dck has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 21:56:12 You *always* break something in the process. The question is, did you break anything that shouldn't be broken? :b 21:57:11 Haha 21:57:13 Well, we'll see 21:57:15 any further problems with fear can clearly continued to be brushed off as fear being weird 21:57:56 03DracoOmega02 07* 0.14-a0-1992-g99368b9: Remove apparently unused BEH_PANIC 10(10 hours ago, 6 files, 4+ 11-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=99368b90bd8d 21:57:56 03DracoOmega02 07* 0.14-a0-1993-g2cbd564: Remove redundant checks for M_FLEEING 10(10 hours ago, 1 file, 2+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2cbd564df629 21:57:56 03DracoOmega02 07* 0.14-a0-1994-ge257142: Repurpose BEH_CORNERED to adjust monster fleeing behavior, plus code cleanup 10(2 hours ago, 5 files, 30+ 18-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e25714242b04 21:57:56 03DracoOmega02 07* 0.14-a0-1995-g327c157: Describe fleeing monsters as 'fleeing' rather than 'retreating' 10(2 hours ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=327c157312da 21:57:56 03DracoOmega02 07* 0.14-a0-1996-g6ee0758: Prevent fleeing monsters pushing past other fleeing monsters 10(2 hours ago, 1 file, 5+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6ee075878ce2 21:57:56 03DracoOmega02 07* 0.14-a0-1997-g0b9d51a: Prevent fleeing monsters from stopping to attack with ranged or reaching weapons 10(81 minutes ago, 1 file, 4+ 9-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0b9d51a0edee 21:57:56 03DracoOmega02 07* 0.14-a0-1998-gf961c8d: Actually remove ENCH_FEAR when hitting a fleeing monster (and give a better message) 10(24 minutes ago, 1 file, 10+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f961c8d6bcfd 21:57:56 03DracoOmega02 07* 0.14-a0-1999-g2e590b6: Only break fear on player melee attacks that hit, reorder a message 10(21 minutes ago, 1 file, 4+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2e590b64ddd7 21:57:56 03DracoOmega02 07* 0.14-a0-2000-g1ce8f80: Cleanup some apparently useless code 10(16 minutes ago, 1 file, 2+ 21-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1ce8f80fd170 21:57:58 You are terrified of fear! 21:57:58 -!- CKyle has quit [Quit: CKyle] 21:57:59 You cannot move closer to the code! 21:58:47 this sounds too good to be true 21:59:13 hehehehe. 21:59:15 Clearly you set this up to attain -2000. 21:59:15 Which part? 21:59:17 <_< 21:59:21 -!- tenofswords has quit [Quit: leaving] 21:59:30 1997 21:59:35 Haha 21:59:44 Yes, that never seemed right to me 22:00:08 (I actually didn't even realize that monster fear broken when cornered since it just seemed to break randomly anyway and I assumed it was simply wonky) 22:00:14 Now it should be a lot more clear and unwonky 22:01:41 And generally break properly and under (hopefully) intuitive circumstances, like being backed into a corner 22:01:41 -!- Vizer_ has quit [Ping timeout: 252 seconds] 22:02:44 (Also I hope the code is easier to read with fewer large blocks that don't seem to be necessary for anything, or refer to circumstances that cannot possibly occur) 22:03:09 -!- bmfx has quit [Ping timeout: 252 seconds] 22:05:43 2/3 of the way to 0.14 22:06:07 -!- Moanerette has quit [Quit: Page closed] 22:06:46 Hey, 0.8 went up to like 6000 or something 22:07:26 -!- tensorpudding has quit [Ping timeout: 272 seconds] 22:07:45 -!- ussdefiant has joined ##crawl-dev 22:08:57 %git 0.8-b1^ 22:08:57 Could not find commit 0.8-b1^ (git returned 128) 22:09:17 %git 0.8.0-rc1^ 22:09:17 07kilobyte02 * 0.8.0-a1-214-g3c00115: Don't prompt for stat-death items when already <= 0. (cherry picked from commit 5db338104502899a62214ba3178e105aafc232e6) 10(2 years, 9 months ago, 1 file, 3+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3c00115c27d8 22:09:20 %git 0.8.0-a1^ 22:09:20 07kilobyte02 * 0.8.0-a0-6190-g3786674: Alter clouds in old cset_unicode to §. 10(2 years, 10 months ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3786674f8fa4 22:10:31 Anyway, this was all a sidenote in the other stuff I was doing. All I originally want to do is make monsters not cast cause fear if everything in sight was already afraid! T.T 22:10:46 And then I ended up bending my head around all this convoluted behavior code instead :P 22:15:14 -!- ProzacElf has quit [Ping timeout: 264 seconds] 22:17:44 ontoclasm1: btw, both jump and shadow step use a "landing" tile I stold from the targeting ray tile 22:18:00 changed it from transparent yellow to green 22:18:11 may not be the best choice long term 22:18:56 it took me way to long to do even yellow->green because of my horrible image manipulation skills 22:20:11 -!- master_j has quit [Quit: WeeChat 0.4.2] 22:21:19 -!- CKyle has joined ##crawl-dev 22:24:00 what's the plan with vs 22:24:56 -!- raskol has quit [Quit: quit] 22:25:26 "exist" would be cool 22:25:53 "replace Dj" would, well, be the most awesomest i guess? 22:26:03 I think basil has to clean up the dates and make a new branch 22:26:09 -!- Basil has quit [Ping timeout: 272 seconds] 22:26:12 since apparently VS was made 7 years ago otherwise 22:26:40 A lost relic from the depths of vine? 22:27:12 %git :/vine 22:27:13 07Sage02 {|amethyst} * 0.14-a0-1734-gb23ec66: Make vine stalker bite's mana drain key off of current mana. 10(7 years ago, 1 file, 12+ 8-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=b23ec668aaac 22:27:14 Twist: They ARE Eringya's Surprising Bouquet 22:27:35 Basil's plans have been long in the making indeed 22:28:03 -!- pelotr0n has quit [Ping timeout: 272 seconds] 22:28:43 -!- Hailley has quit [Ping timeout: 260 seconds] 22:30:06 -!- NomadJim has quit [Read error: Connection reset by peer] 22:31:47 -!- master_j has quit [Client Quit] 22:39:09 -!- Basil has joined ##crawl-dev 22:48:12 -!- CKyle has quit [Quit: CKyle] 22:51:54 -!- ProzacElf has joined ##crawl-dev 22:52:23 -!- bmfx has quit [Ping timeout: 272 seconds] 22:54:40 -!- bh has joined ##crawl-dev 22:55:02 !seen dpeg 22:55:02 I last saw dpeg at Sat Jan 18 01:36:27 2014 UTC (3h 18m 35s ago) quitting, saying 'Quit: sleep'. 22:55:06 "sleep" 22:55:34 -!- DayBay has quit [Ping timeout: 246 seconds] 22:56:29 dsclafen 22:56:41 schlafen 23:04:50 -!- Quashie has quit [Ping timeout: 265 seconds] 23:07:43 -!- fearitself has quit [Quit: Page closed] 23:11:07 -!- ProzacElf has quit [Ping timeout: 265 seconds] 23:12:16 -!- DanielKennethReg has quit [Quit: Page closed] 23:14:20 gasp 23:15:33 03DracoOmega02 07* 0.14-a0-2001-g390038d: Unbreak monster retreating (which is not fleeing (which is not the retreat command)) 10(3 minutes ago, 1 file, 4+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=390038d8c0ec 23:20:54 -!- Brokkr has quit [Quit: leaving] 23:25:11 -!- Escalator has quit [Read error: Connection reset by peer] 23:26:27 -!- Somefellow has quit [Quit: ZNC - http://znc.in] 23:26:57 -!- Somefellow has joined ##crawl-dev 23:33:16 -!- Blazinghand|Work has quit [Remote host closed the connection] 23:35:28 how come mummies cannot start as transmuters? 23:35:43 sorry wrong room 23:37:42 -!- master_j has quit [Quit: WeeChat 0.4.2] 23:39:19 -!- nxtlvl has quit [Ping timeout: 246 seconds] 23:42:16 -!- Piginabag has quit [Quit: Page closed] 23:43:13 oh my! A DracoOmega commit! 23:43:23 -!- tsohg_ has quit [Ping timeout: 260 seconds] 23:45:39 -!- Todd_ is now known as bovinius 23:46:29 -!- Basil has quit [Read error: Connection reset by peer] 23:46:52 -!- Tarragon has joined ##crawl-dev 23:48:20 -!- juls has quit [Client Quit] 23:58:23 -!- juls has quit [Client Quit]