00:00:55 <|amethyst> maybe the names could be different though 00:01:06 <|amethyst> s/different/more different/ 00:01:14 -!- Fhqwhgads_ has quit [Remote host closed the connection] 00:01:38 -!- DrinkMachine has joined ##crawl-dev 00:01:38 -!- DrinkMachine has quit [Changing host] 00:01:38 -!- DrinkMachine has joined ##crawl-dev 00:02:10 03|amethyst02 07* 0.14-a0-771-g53edcdb: Correct water nymph gender. 10(7 minutes ago, 1 file, 2+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=53edcdbca494 00:02:10 03|amethyst02 07* 0.14-a0-772-g6bed6dd: Correct waterport message when the nymph or victim is unseen (#7720). 10(7 minutes ago, 1 file, 22+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6bed6dddd0d5 00:05:53 -!- elliptic has quit [Ping timeout: 272 seconds] 00:05:57 Unstable branch on rl.heh.fi updated to: 0.14-a0-770-g009d3a2 (34) 00:06:05 Unstable branch on crawl.s-z.org updated to: 0.14-a0-770-g009d3a2 (34) 00:07:32 -!- ussdefiant has joined ##crawl-dev 00:12:24 <|amethyst> Grunt: any idea what's going on in #7689 (DTEM trying to dig through stone)? I can't seem to reproduce it, and I'm not entirely sure it's actually trying to dig stone (but don't know why else it would be stuck there). It looking kind of like it dug diagonally, but why wouldn't it then walk though the passage it made? 00:15:08 -!- N78291 has quit [Quit: null] 00:18:34 Unstable branch on crawl.develz.org updated to: 0.14-a0-772-g6bed6dd (34) 00:18:47 -!- _dd has joined ##crawl-dev 00:20:23 hmm so my git format-patch master created 5 patch files. how do i wrap it all into one file 00:22:56 Naruni: git format-patch master --stdout > foo.patch 00:24:41 reaver_: thanks 00:29:38 -!- CKyle has quit [Quit: CKyle] 00:39:03 goblolo (L22 CeHu) ASSERT(!invalid_monster_type(f.mons.type)) in 'tags.cc' at line 1599 failed. (Abyss:2) 00:39:31 Naruni: why would you want to do that 00:39:36 <|amethyst> !lm gobololo crash -log 00:39:37 No milestones for gobololo (crash). 00:40:07 <|amethyst> SamB: it's easier to upload, and easier for devs to apply in the correct order 00:40:08 Naruni: I guess maybe you'd want to do a "rebase -i" but I'm not sure what argumnts you'd want to give ... 00:40:19 |amethyst: oh, does that actually work? 00:40:41 <|amethyst> SamB: yeah, it's mbox format 00:40:48 cool 00:41:07 though mbox format is evil because there are several, all subtly incompatible 00:41:30 but since it's git at each end it's not such a big deal 00:42:11 <|amethyst> SamB: that, and git probably works with any mbox format that a Linux dev's MUA uses :) 00:42:26 <|amethyst> SamB: git am even supports Maildirs 00:42:45 <|amethyst> s/format/subformat/ 00:42:52 maildir is a lot simpler because it's easy to tell where the boundaries between messages are meant to be 00:44:23 <|amethyst> ^From\ is probably a reasonable boundary, though I guess there might be programs out there that don't do ^From -> ^>From 00:45:14 <|amethyst> oh, hm 00:45:24 <|amethyst> actually, git format-patch doesn't seem to do that 00:45:48 Windows builds of master branch on crawl.develz.org updated to: 0.14-a0-772-g6bed6dd 00:45:51 <|amethyst> so I have no idea what git am uses as a boundary 00:48:48 <|amethyst> (tested with git format-patch --stdout 38856ef^..38856ef ) 00:51:25 what does elliptic mean when he wrote "make autofight_no_move (also known as hit_adjacent) act as automagic_no_move when automagic_enable = true" 00:52:00 <|amethyst> Naruni: autofight already has an option that says "don't move" 00:52:18 <|amethyst> Naruni: there's no reason for automagic to have a separate option for that; it can just use the same one as autofight 00:53:14 ok so i guess ill just skip that one, last thing i need to address is his calcs for range, he says i should be using circleLOS range^2+1 instead of range^2 00:53:21 |amethyst: "git mailsplit" seems to do something totally retarded involving looking for a colon at one of two specific offsets within a From line ... 00:54:07 <|amethyst> SamB: you shouldn't insult retards like that :/ 00:54:08 and then making sure several surrounding characters are digits 00:54:17 yes you're right 00:54:23 SamB: i want to try to make a quality finished product, not a bunch of files required to make it work right 00:55:08 Naruni: if you're trying to hide the sausage, this technique won't realy help 00:55:13 er, sausage-making 00:55:16 <|amethyst> SamB: I wonder if that is legacy Linus code, or someone else... don't have a copy of the git git repo here to check 00:56:02 SamB: i guess i could make the patch files, create a new branch, apply the patches, then make a new format-patch for a one-shot? 00:56:35 Naruni: or you could use "git rebase -i" if someone will tell you what arguments to give it ... 00:56:50 <|amethyst> arguments? 00:56:50 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 00:57:16 <|amethyst> just use it interactively; it's relatively self-documenting 00:57:18 |amethyst: he seems to want to squash everything since master 00:57:38 <|amethyst> ah; git rebase -i master 00:57:58 <|amethyst> then follow the instructions (you want "squash" for all but the first commit probably) 00:58:38 |amethyst: yes, this whole is_from_line() function is legacy Linus code! 00:59:12 <|amethyst> SamB: time to switch operating systems I guess 00:59:17 not a line has been touched since he authored it on 2005-04-11 00:59:28 |amethyst: or just rejoice that he normally stays away from userspace 01:00:05 <|amethyst> yeah... I guess when you have to deal with idiot hardware vendors, things like that might be necessary 01:00:07 -!- Yermak has quit [Quit: Page closed] 01:00:50 I was thinking more like there's not a whole lot of dodgy text formats that need parsing in-kernel 01:01:11 <|amethyst> SamB: I guess he probably doesn't write too many drivers these days either 01:01:33 git rebase -i master still creates 5 patch files 01:01:53 Naruni: it didn't pop up an editor? 01:01:59 yeah it did 01:02:09 <|amethyst> Naruni: did you change those lines from "pick" to "squash" 01:02:10 <|amethyst> ? 01:02:18 <|amethyst> all but the first 01:02:58 -!- stabwound has quit [Read error: Connection reset by peer] 01:04:32 <|amethyst> you know, it seems a little strange for ely to destroy stones 01:05:18 you think they are just too pathetic for her to bother with? 01:05:33 <|amethyst> not that, large rocks too 01:05:35 imagine if she offerred to destroy pies 01:06:15 <|amethyst> they're not really inherently weapons 01:06:17 argh 01:06:17 <|amethyst> yes, like pies 01:06:47 what can you use them for besides destruction? 01:06:51 -!- gammafunk_ has joined ##crawl-dev 01:06:59 <|amethyst> SamB: building houses 01:07:09 you can do that? 01:07:11 <|amethyst> SamB: planting bamboo 01:07:58 hrm. Where is the ashenzari piety gain code? I'm having trouble finding it 01:08:53 -!- gammafunk has quit [Ping timeout: 248 seconds] 01:08:54 -!- gammafunk_ is now known as gammafunk 01:09:00 <|amethyst> bh: look for DID_EXPLORATION in godconduct.cc 01:09:22 damn you git! 01:09:28 i just lost all my fucking work 01:09:41 <|amethyst> Naruni: did you delete those lines? 01:09:55 |amethyst: that should just abort 01:09:56 |amethyst: i did something stupid, not quite sure what it was 01:10:02 Naruni: anyway reflog 01:10:14 take a look at "git reflog" 01:11:34 Naruni: your work is PROBABLY still there 01:11:46 unless something ran git gc 01:11:50 which is unlikely 01:11:53 -!- bh has quit [Quit: thanks amethyst -- sleep] 01:12:13 Or deleted the branch. 01:12:28 no 01:12:32 well, I think it would have to be BOTH 01:12:56 or 15 days plus lost the commits from the branch plus gc 01:14:49 ok i am on master branch, up-to-date, why is my gitk showing automagic branch above master? it shouldnt be there 01:15:10 Naruni: why shouldn't it be there? 01:15:19 did you update the view? 01:15:25 because the other 20 branches ive been working on arent showing 01:15:32 updated/reloaded yes 01:16:10 you can go to the view menu and make a new view that will show all the local branches I guess 01:19:06 Naruni: but did you recover your commits? 01:19:13 SamB: yeah 01:19:31 but i can't format-patch from cli to one file 01:19:55 i can however make patch from gitk, that doesnt include all the format-patch info though 01:20:06 <|amethyst> git format-patch master --stdout > foo.patch doesn't work? 01:20:48 |amethyst: that does work, but that creates a whole mess of things from all my patch histories (add lines, modify lines, bla bla) that would be hard for anyone to really follow 01:21:11 why should i include 5 changes of one line when the end result is just what it is going to be 01:22:05 i wish i could combine commits into one commit 01:24:02 Naruni: we tried to tell you how to do that but you don't seem to have told us exactly what you did and what happened 01:24:21 SamB: i'm currently pulling my head out of my ass and reading about -i 01:24:39 ive found a webpage that explains it in terms i can understnad 01:26:04 what? you mean terms like Directed Acyclic Graph aren't crystal clear to you or something? 01:26:41 ;-P 01:28:44 -!- stabwound has joined ##crawl-dev 01:28:46 -!- Stelpa has quit [Remote host closed the connection] 01:29:18 -!- st_ has quit [] 01:29:46 -!- Diabl0658 has quit [Ping timeout: 245 seconds] 01:30:13 -!- Stelpa has quit [Changing host] 01:35:23 probably as clear as leading edge of mean aerodynamic chord is to you 01:35:43 yeah probably 01:35:49 it's fixed anyways 01:36:37 so now i wonder why elliptic said i should be using range^2+1 instead of range^2 for circleLOS 01:36:56 -!- myrmidette has quit [Ping timeout: 244 seconds] 01:38:00 I think it's something to do with 1-tile bumps at the edges with the latter? 01:38:42 Naruni: Is it possibly for Vehement? 01:39:27 reaver_: i thought about that, but vehumet's range is calculated into spell range before the lua range call gets made 01:39:40 s/range/range bonus 01:40:21 whatever the ACTUAL spell's range is after spell power and bonus and such, gets sent to the lua function 01:40:49 SamB: maybe, but shouldnt circleLOS be calculating all of that? 01:40:50 possibly also because that is what our normal LoS calculations use? 01:41:04 huh, dunno 01:41:45 well, but if you're passing in a pre-squared value I guess that's a low-level interface ... 01:43:20 !tell elliptic about 7488 (automagic): i made some of the changes you suggested. can you explain more on what you mean by automagic_no_move and also the circleLOS range calculation? 01:43:21 Naruni: OK, I'll let elliptic know. 01:44:43 -!- Quashie_ is now known as Quashie 01:50:01 -!- Pacra has joined ##crawl-dev 01:53:42 !tell elliptic I figured out automagic_no_move. 01:53:42 Naruni: OK, I'll let elliptic know. 01:53:50 Unstable branch on crawl.lantea.net updated to: 0.14-a0-770-g009d3a2 (34) 01:56:01 -!- ussdefiant has quit [Ping timeout: 245 seconds] 01:58:38 -!- DrinkMachine has quit [Quit: Leaving] 02:02:09 -!- reaver_ has quit [] 02:02:22 cool, my work for tonight is done 02:02:30 -!- Stelpa has quit [Ping timeout: 245 seconds] 02:02:43 -!- Stelpa6 has quit [Client Quit] 02:03:19 if anyone has file editing rights on mantis would you please remove all patch files on 7488 except automagicv6.patch 02:03:29 thanks for the help guys, good night 02:11:19 ??simulacrum 02:11:20 simulacrum[1/5]: Powerful but easy-to-kill temporary ice copies of monsters. These can inflict massive amounts of damage if the player lacks cold resistance. They also leave a cloud of freezing vapor when killed. 02:11:42 Don't look temporary to me 02:12:49 -!- Mateji has quit [Ping timeout: 272 seconds] 02:15:27 <|amethyst> Lightli: they last for several hundred turns 02:15:32 oh 02:15:38 that's pretty good duration then 02:18:16 -!- Stelpa has quit [Quit: Leaving] 02:19:24 and wow this thing is kind of insane 02:42:30 -!- mong has quit [Quit: Leaving] 02:49:00 -!- raskol has quit [Ping timeout: 252 seconds] 02:50:24 -!- Napkin has quit [Remote host closed the connection] 02:51:03 -!- Napkin has joined ##crawl-dev 03:18:00 -!- alefury has joined ##crawl-dev 03:19:22 -!- Tux[Qyou] has quit [Ping timeout: 240 seconds] 03:21:36 -!- simmarine has quit [Quit: Leaving] 03:22:29 -!- OCTOTROG has quit [Ping timeout: 272 seconds] 03:27:04 -!- sdfsdfsdf has quit [Client Quit] 03:29:39 -!- Mateji has quit [Quit: Leaving] 03:31:51 -!- PolkaDot has quit [Quit: Lost terminal] 03:32:22 -!- dtsund has left ##crawl-dev 03:36:08 -!- SwissStopwatch has quit [Quit: i read it as endless space jams i was like yeah i'd watch that movie over and over i guess] 03:37:36 -!- kilobyte has quit [Read error: Operation timed out] 03:38:59 -!- kilobyte has joined ##crawl-dev 03:39:12 -!- doctorfrog has quit [] 03:40:27 -!- Vizer has quit [Ping timeout: 260 seconds] 03:43:06 -!- SwissStopwatch has joined ##crawl-dev 03:48:39 Abyssal rune vault appears before abyss:3 by nordetsa 03:55:24 -!- Kenran has quit [Quit: Quitting] 04:02:52 -!- gammafunk has quit [Quit: gammafunk] 04:07:25 -!- gnsh has quit [Quit: leaving] 04:10:36 -!- gnsh has joined ##crawl-dev 04:16:04 -!- inkaruga has quit [Quit: Page closed] 04:22:23 -!- Elkan has quit [Ping timeout: 272 seconds] 04:24:50 -!- Basil has quit [Ping timeout: 244 seconds] 04:29:23 -!- rchandra has left ##crawl-dev 04:36:31 -!- shock_ has quit [Remote host closed the connection] 04:37:04 -!- ProzacElf has joined ##crawl-dev 04:38:08 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 04:40:23 -!- TacoSundae has quit [Quit: Page closed] 04:41:00 -!- Tarquinn has quit [Quit: yes] 04:45:25 -!- minqmay has quit [Quit: Leaving] 04:50:35 -!- bonghitz has quit [Remote host closed the connection] 04:54:28 -!- eith has joined ##crawl-dev 05:02:27 What is dungeon-split? 05:09:37 -!- syllogism has joined ##crawl-dev 05:12:25 -!- Karagy has quit [Quit: Page closed] 05:16:21 -!- Moanerette has quit [Ping timeout: 250 seconds] 05:31:00 -!- Jurij has quit [Client Quit] 05:55:17 -!- Somefellow has quit [Quit: ZNC - http://znc.in] 05:59:46 -!- ProzacElf has quit [Ping timeout: 265 seconds] 06:01:12 -!- dpeg has joined ##crawl-dev 06:01:56 -!- Morg0th has quit [Quit: leaving] 06:05:36 -!- Pepe has quit [Ping timeout: 244 seconds] 06:08:37 -!- scummos^ has quit [Remote host closed the connection] 06:09:03 -!- NotIpsum_ has quit [Ping timeout: 272 seconds] 06:13:43 -!- ontoclasm has quit [Quit: Leaving.] 06:16:08 -!- Somefellow has joined ##crawl-dev 06:19:33 -!- radinms has quit [Ping timeout: 244 seconds] 06:24:38 -!- MP2E has quit [Quit: leaving] 06:25:17 -!- ackack has joined ##crawl-dev 06:33:28 -!- eith has quit [Ping timeout: 240 seconds] 06:48:33 -!- Daekdroom has quit [Client Quit] 06:51:15 -!- ackack has quit [Ping timeout: 245 seconds] 06:53:16 -!- Blazinghand has quit [Ping timeout: 264 seconds] 07:11:57 -!- Tabesh has quit [Quit: Page closed] 07:12:38 -!- nonethousand_ has joined ##crawl-dev 07:15:58 -!- nonethousand has quit [Ping timeout: 268 seconds] 07:16:07 Crash after entering Zig by ldf 07:17:25 -!- nonethousand has joined ##crawl-dev 07:20:00 -!- buppy has joined ##crawl-dev 07:20:15 -!- nonethousand_ has quit [Ping timeout: 252 seconds] 07:22:49 -!- keszocze has quit [Ping timeout: 240 seconds] 07:23:05 -!- raskol` has quit [Quit: Konversation terminated!] 07:30:57 -!- radinms has quit [] 07:31:03 -!- pelotr0n has quit [Quit: ~Internet()] 07:51:02 -!- nonethousand_ has joined ##crawl-dev 07:54:50 -!- nonethousand has quit [Ping timeout: 264 seconds] 07:56:25 -!- Quashie has quit [Read error: Connection reset by peer] 08:02:16 -!- Leafsnail has quit [Quit: He who laughs last, thinks slowest] 08:20:39 -!- MarvinPA has quit [Ping timeout: 252 seconds] 08:22:10 -!- scummos has quit [Quit: Konversation terminated!] 08:25:14 -!- Bloax has joined ##crawl-dev 08:25:18 -!- ackack has joined ##crawl-dev 08:26:21 -!- eith has joined ##crawl-dev 08:26:42 -!- ProzacElf has joined ##crawl-dev 08:28:33 -!- nonethousand has joined ##crawl-dev 08:31:33 -!- nonethousand_ has quit [Ping timeout: 248 seconds] 08:32:48 -!- Brokkr has quit [Read error: Connection reset by peer] 08:33:49 -!- randart has quit [Ping timeout: 272 seconds] 08:50:56 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 08:56:31 -!- st_ has joined ##crawl-dev 08:59:41 -!- ark_ has quit [Quit: Leaving] 09:06:23 -!- ProzacElf has quit [Ping timeout: 272 seconds] 09:07:43 -!- broquain1 has quit [Quit: Lost terminal] 09:08:05 -!- elliptic has joined ##crawl-dev 09:08:29 -!- broquaint has joined ##crawl-dev 09:08:39 -!- ackack has quit [Ping timeout: 272 seconds] 09:10:11 -!- keszocze_ has quit [Ping timeout: 272 seconds] 09:10:13 -!- dpeg has quit [Quit: Lost terminal] 09:12:35 -!- ackack has joined ##crawl-dev 09:12:49 -!- NekoRex has quit [Ping timeout: 252 seconds] 09:14:16 -!- bmfx has quit [Ping timeout: 264 seconds] 09:14:59 -!- Gorgutz has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332]] 09:15:35 -!- ark_ has quit [Quit: Leaving] 09:17:50 -!- ProzacElf has joined ##crawl-dev 09:18:09 -!- Brokkr has quit [Read error: Connection reset by peer] 09:18:48 03Grunt02 07* 0.14-a0-773-g6b455ae: Finish tagging abyss rune vaults with unrand (#7721). 10(2 minutes ago, 1 file, 10+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6b455ae6f907 09:20:00 -!- CKyle has joined ##crawl-dev 09:28:11 * Grunt will muse more about dungeon-split after getting home for the day. 09:29:46 -!- randart has quit [Ping timeout: 245 seconds] 09:33:15 -!- bh has joined ##crawl-dev 09:34:02 Should we set Pan to density 0 so you don't get Ash piety exploring it? It is infinite, after all 09:40:15 -!- Wolfram has quit [Ping timeout: 250 seconds] 09:43:33 -!- eith has quit [Ping timeout: 248 seconds] 09:44:19 access to ecumenical temple is blocked in my present game by a teleport trap by skyspire 09:44:47 -!- ussdefiant has joined ##crawl-dev 09:44:55 -!- CKyle has quit [Quit: CKyle] 09:48:18 -!- Pacra has quit [Read error: Connection reset by peer] 09:49:31 -!- Pacra has joined ##crawl-dev 09:52:55 -!- Quashie has quit [Ping timeout: 245 seconds] 09:53:13 -!- tksquared has quit [Ping timeout: 246 seconds] 09:57:54 -!- Tarquinn has joined ##crawl-dev 09:58:57 -!- ldf has quit [Quit: ldf] 10:02:45 -!- CKyle has joined ##crawl-dev 10:14:29 -!- Hosg has quit [Ping timeout: 250 seconds] 10:18:07 -!- thelorax123 has quit [Remote host closed the connection] 10:19:21 -!- randart has quit [Ping timeout: 245 seconds] 10:21:25 -!- thelorax123 has quit [Remote host closed the connection] 10:22:43 -!- Wolfram has quit [Ping timeout: 250 seconds] 10:24:50 -!- thelorax123 has quit [Remote host closed the connection] 10:31:41 -!- CKyle has quit [Quit: CKyle] 10:36:49 -!- Burer has quit [Changing host] 10:37:57 -!- randart has quit [Ping timeout: 272 seconds] 10:38:31 03ChrisOelmueller02 {|amethyst} 07* 0.14-a0-774-g9d0880a: Fix 0.14-a0-766-g558a4af - ziggurats were still asking for "dragon" 10(3 hours ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=9d0880a04f25 10:42:29 -!- Valarioth has quit [Quit: Page closed] 10:44:05 -!- ussdefiant has quit [Ping timeout: 244 seconds] 10:46:13 -!- dsawwwwwww has quit [Quit: Page closed] 10:48:49 Orb spiders take one step after being put to sleep by neil 10:49:41 |amethyst: it's not just orb spiders, that bug has been around for a long time on other monsters (but rarely) 10:49:59 if it happens reliably with orb spiders then that is interesting though 10:50:24 !bug 5099 10:50:25 https://crawl.develz.org/mantis/view.php?id=5099 10:50:28 <|amethyst> yeah, pretty much every single time 10:52:52 -!- simmarine has joined ##crawl-dev 10:53:02 <|amethyst> marked 7724 as duplicate and added a note to 5099 10:53:24 -!- CKyle has joined ##crawl-dev 10:53:56 -!- bhaak has quit [Ping timeout: 245 seconds] 10:55:39 -!- Wolfram has quit [Ping timeout: 250 seconds] 10:56:19 -!- Blazinghand has joined ##crawl-dev 10:56:44 -!- djanatyn has quit [Ping timeout: 268 seconds] 10:56:52 -!- Diabl0658 has quit [Ping timeout: 264 seconds] 10:58:47 <|amethyst> BTW, are elven leather armours now effectively the same as plain leather for non-elves? 10:58:58 <|amethyst> or does it make a difference with really low str? 11:00:55 -!- myrmidette has quit [Ping timeout: 240 seconds] 11:04:33 -!- elliptic has quit [Quit: Leaving] 11:04:48 |amethyst: I don't know about really low strength, but I don't remember normal leather affecting my spellcasting penalties noticeably on any character 11:06:12 <|amethyst> kryft: before the armour rescale it had a small effect on success rates; now it seems to have exactly zero effect 11:06:33 |amethyst: Yes, I meant after the rescale of course 11:06:53 It did have a noticeable (albeit small) effect before that 11:07:22 |amethyst: And yeah, that's been my experience: I've yet to see my fail rates budge on any character 11:07:28 -!- Foamed has quit [Read error: Connection reset by peer] 11:08:14 I didn't bother calculating the size of the effect though. 11:08:28 -!- rchandra has joined ##crawl-dev 11:08:56 <|amethyst> okay, with a 0-XP DEWz (4 str), conjure flame is 28% with the robe and 30% with an unracial leather armour 11:09:07 <|amethyst> that's the only spell in the starting book with any difference 11:09:38 <|amethyst> if I take str down to 2 there are more noticeable effects 11:13:51 0-XP DEWz, watch out for str drain 11:14:01 <|amethyst> ) 11:14:02 <|amethyst> :) 11:18:51 Unstable branch on crawl.akrasiac.org updated to: 0.14-a0-774-g9d0880a (34) 11:22:54 -!- maahes has quit [Read error: Connection reset by peer] 11:23:18 -!- MarvinPA has joined ##crawl-dev 11:24:09 -!- dtsund has joined ##crawl-dev 11:25:52 here are some Fo patches: http://pastebin.com/raw.php?i=h58DZHWP 11:27:17 -!- OneEyedJack has quit [Ping timeout: 250 seconds] 11:27:20 -!- Sequell has quit [Remote host closed the connection] 11:27:30 -!- wwwwwwwwwwwdsasa has quit [Quit: Page closed] 11:28:22 buppy: a +2 exp mod is... something 11:28:31 -!- Sequell has joined ##crawl-dev 11:30:51 bh: yeah, it's extreme, but I think it's worth testing 11:31:46 -!- PolkaDot has quit [Quit: Lost terminal] 11:31:53 -!- Foonesh has quit [Client Quit] 11:32:31 -!- maahes has quit [Ping timeout: 252 seconds] 11:34:12 -!- randart has quit [Ping timeout: 244 seconds] 11:35:20 Just give them more hp instead 11:35:25 !tell sd1989 Could you bzip ttyrecs on the server? ttyrec download is rather slow 11:35:26 greensnark: OK, I'll let sd1989 know. 11:39:05 hey greensnark. There was some talk of pulling the abyssal rune. Do you have any off the cuff thoughts on that? 11:39:36 -!- admin_ is now known as floatboth 11:40:20 -!- indspenceable has joined ##crawl-dev 11:40:20 I'm woefully out of touch with Crawl, so asking me balance questions isn't going to give you good answers :) 11:40:24 -!- ProzacElf has quit [Ping timeout: 244 seconds] 11:40:43 I have no objections to yanking the abyss rune in general though 11:40:46 It was always a huge pain 11:41:01 !lg . max=urune 11:41:01 515. greensnark the Swordmaster (L27 HuPa), worshipper of The Shining One, escaped with the Orb and 14 runes on 2007-11-18 13:17:11, with 2715778 points after 168043 turns and 21:29:39. 11:41:03 ^^ 11:41:30 +2 Exp aptitude? 11:41:32 Call me interested. 11:41:32 If it's gotten better since then, I'm not really qualified to judge any more 11:41:52 heh abyss has gotten a lot better over the last few versions :) 11:42:06 rchandra: yeah. It no longer throws people into lava 11:44:41 Throwing people in lava sounds like fun, I should try it 11:45:02 Now that there are mechanics in place that make obtaining the rune more reliable (lower abyss levels have increased chance of rune spawning), it doesn't make any sense to remove the rune 11:45:08 Well if ogres/octopodes ever get the ability to throw people, you might be able to! 11:45:54 Anything wielding a giant club should be able to use it like a baseball bat on a small creature 11:46:16 Ok, I shall put a lid on my valuable FRs :P 11:46:26 -!- ProzacElf has joined ##crawl-dev 11:48:42 -!- Pacra has quit [Read error: Connection reset by peer] 11:48:48 you know 11:49:29 -!- Pacra has joined ##crawl-dev 11:49:35 having an effect alike to a 3-tile cleave that did the same thing as a fan of gales on the monsters that got hit 11:49:37 would be very cool for giant clubs 11:49:58 and actually give them a purpose other than being inferior to giant spiked clubs 11:51:04 greensnark: I want to make the abyss give you an exit after you've seen a certain number of tiles, rather than being generated at random on a per tile basis, which leads to a pathologically bad variance 11:51:08 -!- ontoclasm has joined ##crawl-dev 12:02:05 -!- Kalir has quit [Changing host] 12:02:44 Bloax: even just a 3-tile cleave would probably make them worth considering 12:06:24 ProzacElf: A 3-tile cleave would make them amazing. 12:07:16 true. 12:07:34 i was just thinking that the cleave + the fan of gales effect would probably be a bit too much 12:09:24 -!- DrinkMachine has joined ##crawl-dev 12:15:28 -!- myrmidette has quit [Ping timeout: 264 seconds] 12:15:36 -!- dtsund has quit [Quit: dtsund] 12:18:13 -!- ackack has quit [Ping timeout: 265 seconds] 12:19:29 -!- eith has joined ##crawl-dev 12:24:54 -!- bhaak has joined ##crawl-dev 12:26:55 -!- ackack has joined ##crawl-dev 12:27:58 -!- ainsophyao has quit [Remote host closed the connection] 12:29:02 -!- reaver_ has joined ##crawl-dev 12:30:14 -!- eith has quit [Ping timeout: 264 seconds] 12:33:19 -!- gammafunk has joined ##crawl-dev 12:33:29 So.. https://dl.dropboxusercontent.com/u/63152810/n/crawl/Dwant.png 12:35:09 -!- myrmidette has quit [Ping timeout: 272 seconds] 12:50:20 -!- gammafunk_ has joined ##crawl-dev 12:55:04 -!- Flex has quit [Ping timeout: 264 seconds] 12:57:17 -!- Foamed has quit [Ping timeout: 272 seconds] 12:59:20 -!- eith has joined ##crawl-dev 12:59:41 -!- indspenceable has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 12:59:51 -!- ProzacElf has quit [Read error: Operation timed out] 13:00:58 -!- bonghitz has quit [Quit: Leaving...] 13:02:53 -!- dtsund has joined ##crawl-dev 13:03:36 -!- gammafunk has quit [Quit: gammafunk] 13:03:36 -!- gammafunk_ is now known as gammafunk 13:04:40 -!- indspenceable has joined ##crawl-dev 13:04:53 -!- scummos^ has quit [Ping timeout: 272 seconds] 13:13:44 -!- bitsailor has joined ##crawl-dev 13:13:45 -!- bitsailor has quit [Changing host] 13:13:45 -!- bitsailor has joined ##crawl-dev 13:14:05 -!- ackack has quit [Ping timeout: 252 seconds] 13:16:55 -!- Xenobreeder has quit [Ping timeout: 250 seconds] 13:20:54 Quick questino 13:21:56 aliens 13:23:09 Are simulacrum supposed to work like summons pre-LOS nerf? 13:24:27 Lightli: I'm pretty sure that undead are suppose to keep the old behavior. Also, that's more of ##crawl question. 13:24:35 ok 13:24:50 I thought it was a bug 13:26:09 -!- dtsund has quit [Quit: dtsund] 13:26:42 -!- tkappleton has quit [Quit: Leaving] 13:30:00 -!- eb has quit [] 13:31:51 !lm . crash - log 13:31:52 No keyword '-' 13:31:52 -!- Basil has joined ##crawl-dev 13:31:55 !lm . crash -log 13:31:56 44. MarvinPA, XL13 LOFi, T:19612 (milestone): http://crawl.lantea.net/crawl/morgue/MarvinPA/crash-MarvinPA-20131103-123807.txt 13:32:17 oh, cdo isn't updated for the dragon fix 13:32:25 ??rebuild 13:32:26 rebuild[1/1]: http://crawl.akrasiac.org/rebuild/ https://dobrazupa.org/rebuild/ http://crawl.lantea.net/rebuild http://rl.heh.fi/rebuild/ Bug kilobyte or Napkin for CDO. Use your powers wisely. 13:33:04 kilobyte / Napkin: could you trigger a rebuild on cdo? 13:33:15 -!- Foamed has quit [Quit: Heading to bed.] 13:33:16 -!- Flex has quit [] 13:36:11 -!- mee1 is now known as mee 13:36:41 -!- mee is now known as Guest50112 13:42:04 -!- OneEyedJack has quit [Quit: Page closed] 13:42:48 -!- dtsund has joined ##crawl-dev 13:43:05 -!- indspenceable has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 13:46:01 <|amethyst> I think I can, let's see 13:46:15 <|amethyst> (I have permissions, just not sure if I remember how) 13:46:48 <|amethyst> building 13:47:21 thanks! 13:47:23 Unstable branch on crawl.develz.org updated to: 0.14-a0-774-g9d0880a (34) 13:47:32 <|amethyst> !learn edit rebuild[1] s/kilobyte/kilobyte, |amethyst,/ 13:47:33 rebuild[1/1]: http://crawl.akrasiac.org/rebuild/ https://dobrazupa.org/rebuild/ http://crawl.lantea.net/rebuild http://rl.heh.fi/rebuild/ Bug kilobyte, |amethyst, or Napkin for CDO. Use your powers wisely. 13:47:33 oh that was quick 13:48:08 <|amethyst> ccache---nothing actually needed to be recompiled 13:48:15 ah i guess it was just vault changes, yeah 13:50:02 -!- Basil has quit [Ping timeout: 264 seconds] 13:50:17 -!- Foamed has quit [Read error: Connection reset by peer] 13:53:20 -!- Guest50112 is now known as mee 13:53:27 -!- Kellhus has quit [Quit: Page closed] 13:57:50 -!- magicpoints has quit [Read error: Connection reset by peer] 13:59:54 -!- eb has quit [] 14:01:26 -!- keszocze has quit [Ping timeout: 264 seconds] 14:06:45 -!- MakMorn has quit [Remote host closed the connection] 14:08:16 -!- magicpoints has quit [Ping timeout: 264 seconds] 14:11:26 -!- absolutego has quit [Quit: leaving] 14:12:23 -!- Yigg has quit [Quit: Page closed] 14:16:51 -!- bmfx has quit [Ping timeout: 245 seconds] 14:18:01 -!- Lightli has quit [Ping timeout: 250 seconds] 14:18:12 -!- Pacra has quit [Read error: Connection reset by peer] 14:18:33 -!- ProzacElf has joined ##crawl-dev 14:18:59 -!- Pacra has joined ##crawl-dev 14:19:01 -!- read has quit [Ping timeout: 240 seconds] 14:20:36 -!- the_glow has quit [Ping timeout: 245 seconds] 14:23:31 -!- Ladykiller69 has quit [Ping timeout: 245 seconds] 14:41:41 bad grammar when clinging and moving into hazards by rchandra 14:42:17 -!- MaxFrost has quit [Remote host closed the connection] 14:43:59 -!- zoopp has quit [Quit: Leaving] 14:48:12 -!- Basil has joined ##crawl-dev 14:49:51 -!- N78291 has quit [Quit: null] 14:51:27 -!- glow11 has joined ##crawl-dev 14:52:24 -!- ophanim has joined ##crawl-dev 15:02:41 -!- CKyle has quit [Read error: Connection reset by peer] 15:03:07 -!- CKyle has joined ##crawl-dev 15:03:31 -!- Wolfram has quit [Ping timeout: 250 seconds] 15:06:50 -!- Zifmia has quit [Ping timeout: 264 seconds] 15:06:59 Zin doesn't care about butchering Xtahua. by dck 15:07:59 -!- reaver_ has quit [] 15:09:43 -!- keszocze has quit [Ping timeout: 240 seconds] 15:09:59 -!- Arkaniad has quit [Read error: Operation timed out] 15:10:48 -!- ontoclasm has quit [Quit: Leaving.] 15:15:08 -!- TacoSundae has quit [Quit: Page closed] 15:15:21 03|amethyst02 07* 0.14-a0-775-ge413633: Don't "cling into" dangerous clouds (#7725). 10(13 minutes ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e413633c0389 15:15:21 03|amethyst02 07* 0.14-a0-776-ge14b6fb: The dead are crawling! 10(12 minutes ago, 2 files, 12+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e14b6fbfc50b 15:17:22 hate stasis 15:17:25 -!- Quashie_ has quit [Ping timeout: 248 seconds] 15:18:14 -!- bmfx_ is now known as bmfx 15:20:16 mm i guess #7726 is true of all uniques that have an unintelligent genus 15:20:36 <|amethyst> MarvinPA: yeah, but there aren't too many of those with corpses 15:20:38 -!- ProzacElf has quit [Read error: Operation timed out] 15:20:47 <|amethyst> MarvinPA: gastronok is the only other one I can think of 15:20:49 gastronok is the only other that comes to mind 15:20:50 yeah 15:21:15 what if the unique was polymorphed 15:21:20 <|amethyst> MarvinPA: as I mentioned in the comment there, we can't just go by name, because of the Lernaean hydra 15:21:30 <|amethyst> s/by name/by the presence of a name/ 15:21:48 <|amethyst> yeah, polymorph is an issue too 15:22:04 <|amethyst> and even if we did go by name, that would still let you eat xtahua chunks if you IOOD him 15:22:16 <|amethyst> since chunks don't have names at all 15:23:20 do corpses not store the monster type of the corpsed creature? 15:23:43 wait that doesn't help ... 15:23:47 the monster type is not intelligent though, just this particular instance 15:23:51 <|amethyst> I think only the species 15:24:07 <|amethyst> geekosaur: well, the monster type is MONS_XTAHUA 15:24:12 ah 15:24:17 <|amethyst> but the species isn't intelligent 15:24:18 but polymorphed things though? 15:24:19 Jurt (L27 OpWz) (Zig:1) 15:24:19 I was thinking species I guess 15:24:30 <|amethyst> !lm Jurt crash -log 15:24:31 1. Jurt, XL27 DsWz, T:98483 (milestone): http://dobrazupa.org/morgue/Jurt/crash-Jurt-20131018-173256.txt 15:24:43 but if it's not stored that's not really relevant 15:25:03 <|amethyst> !lm Jurt crash -log 15:25:03 2. Jurt, XL27 OpWz, T:158918 (milestone): http://dobrazupa.org/morgue/Jurt/crash-Jurt-20131109-212417.txt 15:25:41 <|amethyst> hm, segfault but looks ultimately caused by the dragon thing 15:25:43 <|amethyst> rebuilding 15:26:26 -!- Burer has quit [Ping timeout: 245 seconds] 15:26:33 Jurt (L27 OpWz) (Zig:1) 15:26:54 <|amethyst> !lm Jurt x=tiles 15:26:55 2192. [2013-11-09 21:26:31] [tiles=true] Jurt the Archmage (L27 OpWz) ? (Zig:1) 15:27:44 huh, does the serpent of hell not drop a corpse anymore? 15:27:46 Unstable branch on crawl.s-z.org updated to: 0.14-a0-776-ge14b6fb (34) 15:28:09 <|amethyst> has corpse weight 0 and Z_NOZOMBIE 15:28:39 apparently butchering that is a sin if it actually dropped a corpse, which is neat :P 15:28:47 -!- elliptic has joined ##crawl-dev 15:29:00 <|amethyst> MarvinPA: oh, Nellie is another one 15:29:05 <|amethyst> even if she doesn't really exist 15:29:06 aha 15:29:10 very important! 15:29:26 Nellie (13Y) | Spd: 10 | HD: 20 | HP: 240 | AC/EV: 13/10 | Dam: 4507(trample), 20, 15 | 05demonic, !sil | Res: 06magic(133), 12drown, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 3375 | Sp: fire breath (3d40), blink | Sz: Giant | Int: normal. 15:29:26 %??Nellie 15:30:11 hellephant (04Y) | Spd: 10 | HD: 20 | HP: 134-204 | AC/EV: 13/10 | Dam: 4507(trample), 20, 15 | 05demonic, !sil | Res: 06magic(133), 12drown, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 3124 | Sp: fire breath (3d40), blink | Sz: Giant | Int: animal. 15:30:11 %??Hellephant 15:33:46 Maybe the hellephant in the elephant abyss rune vault could randomly be Nellie? 15:35:31 -!- UseBees has quit [Remote host closed the connection] 15:38:46 -!- indspenceable has joined ##crawl-dev 15:39:11 I would love to have Nellie in the abyss. 15:40:23 What is the best way to keep up on changes in trunk? 15:40:37 Read commit logs? 15:40:50 at least scan them, yeah 15:40:54 ^ yeah, that's what I do 15:41:14 Was wondering if the lair branch ends have been tweaked much 15:41:17 the changelog will have most relevant stuff eventually, but it's often a while after the update 15:41:25 Yea 15:41:40 <|amethyst> where "a while" might be several months 15:41:43 johnstein: just unique generation so far I think 15:41:49 I finally hit the rune lock 15:42:02 <|amethyst> we don't usually update the changelog until the release approaches 15:42:07 Going to clear Orc. Then probably swamp 15:42:37 Is there a portal from elf to hall o blades? Thought I read about that in the forum 15:42:45 Sounded really interesting 15:42:56 <|amethyst> johnstein: not in trunk currently 15:42:59 <|amethyst> I have a shell function to watch commit logs: http://s-z.org/neil/config/bashrc.html 15:43:05 Ty 15:43:06 <|amethyst> the gn() function there 15:43:14 I'm still hoping for a hell portal in elf instead 15:43:33 <|amethyst> it does git pull then git log -p --reverse on the new commits 15:43:41 I think elf3 to HoB would be a pretty gnarly way to bypass the rune lock 15:44:22 Why hell portal instead? 15:44:37 dang amethyst. You should make something that shows the current hash in your prompt at all times ;) 15:44:47 HoB is rubbish 15:45:03 well I like the rune lock as a lock, and the elves summon a lot of demons so they might be satanists 15:45:05 Rubbish? 15:45:20 yes. I'd like to see the whole branch cut 15:45:21 -!- Nightbeer has quit [Quit: Verlassend] 15:45:26 Ahh ok 15:45:56 The only reason I thought it would be interesting is that it makes it a high risk choice 15:46:50 bh: well, find a good blade and then cut the branch with it 15:47:30 SamB: if there is consensus (and I don't believe there is), I'd do it 15:47:46 I was suggesting you do that in-game if it's not clear 15:48:55 shucks. 15:49:11 I really like blade since it got bigger, but I'm pretty sure I'm a minority and not a dev 15:49:26 -!- bmfx has quit [Ping timeout: 264 seconds] 15:49:30 blade is like the hive of weapons 15:49:47 (if the bees could occasionally banish you) 15:49:53 I did not especially like hive. 15:49:58 except that blade is actually dangerous and also much shorter than hive 15:50:34 elliptic: the danger is fine. I just find the monster set to be 'meh' 15:50:37 I've never been there many times. too scary 15:51:07 * SamB checks if rchandra is a dev 15:51:10 bh: well, it's a single level and it's at least well-differentiated from any other level 15:51:42 SamB: I have one commit, IDing some items in a sprint 15:51:54 bh: are there not enough brands or unrands? 15:52:06 SamB: hm? 15:52:11 oh, in Blade? 15:52:19 what would make it more interesting? 15:52:31 monsters that aren't dancing weapons? 15:52:32 hmm, how come whips don't have constrict 15:52:45 bh: I think Elf would be more interesting with monsters that aren't elves in it 15:52:56 it's hard to keep squeezing somebody with a whip 15:53:04 hmm 15:53:08 entangle? 15:53:14 -!- MakMorn has joined ##crawl-dev 15:53:22 -!- quazi has joined ##crawl-dev 15:53:22 elliptic: Elf has two types of monsters: elves and demons 15:53:30 sounds like a pain for tabbing 15:54:18 High-tier demons are straight-up death unless you do it late. 15:54:40 Low-tier demons are either not a threat or annoying as all hell. (Smokeqoxecs) 15:55:54 -!- tenofswords has joined ##crawl-dev 15:57:38 -!- Lightli has joined ##crawl-dev 15:59:33 (I always thought the ideal solution for elf variety was to use "magical constructs" that can serve as paired exact opposites of elves, but current golems suck and the good elementals are already prominently used elsewhere) 16:00:05 What's this about Elf? 16:00:19 clearly merge HoB and Elf 16:00:33 or is that the wrong kind of magical construct 16:00:47 Hall of Blademasters 16:01:15 ...actually, how would a dancing weapon rod work? 16:01:45 -!- elliptic has quit [Quit: Leaving] 16:02:04 combining the branches that people skip sounds efficient, sure, but not great for stopping either being skipped :P 16:02:29 I usually do elf on games I win to be fair 16:02:35 so the HoB entry can just go to ElfBlade:$ 16:02:42 are there figures on how many wins skipped elf/blade 16:03:03 Hell, just put a rune into Elf and everyone will start going there again 16:03:17 Ooh elfBlade 16:03:35 unknown monster: "dancing weapon rod" 16:03:35 %??dancing weapon rod 16:03:37 !lm * br.enter=blade ktype=winning 16:03:38 dancing weapon (06() | Spd: 13-19 | HD: 15 | HP: 16-54 | AC/EV: 17/18 | Dam: 14 | 11non-living, fighter, lev | Res: 13magic(immune), 05fire++, 02cold++, 11elec+++, 03poison, 12drown, 04rot+++, 13neg+++, 13torm | XP: 928 | Sz: small | Int: plant. 16:03:38 %??dancing weapon 16:03:39 6465. [2013-11-09 19:00:08] Ponce the Conqueror (L19 LOHu) entered the Hall of Blades on turn 49426. (Vaults:4) 16:03:47 Dancing rods or wands sound fun 16:04:05 !lg * won 16:04:06 14980. Ponce the Conqueror (L26 LOHu), worshipper of Makhleb, escaped with the Orb and 3 runes on 2013-11-09 21:41:05, with 1504820 points after 90235 turns and 5:12:54. 16:04:10 Dancing darts that hurl themselves at you 16:04:15 I think that query counts correctly 16:04:20 Dancing needles of curare 16:04:20 dancing weapon stats should probably get a decent cut in ridiculous ac or ev and speed if they're going to be on more than one floor 16:04:55 So what's going to happen; we merge Elf and HoB into one branch? 16:05:29 -!- ontoclasm has joined ##crawl-dev 16:05:31 why do we need to have conclusions made immediately without other dev input mister wants everything easily summed up 16:05:41 because impatience 16:05:44 sorry 16:05:51 * Lightli quiets down 16:06:00 besides rumours spreading 16:10:34 -!- shock_ has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332]] 16:10:50 ...Now I want to see what would happen if you had a dancing weapon rod 16:10:50 tenofswords: I hear we're merging Pan and Slime 16:11:16 not. that. gullible 16:11:32 I hear a snake zig:27 is going to be just greater nagas 16:13:52 (tukima's dance and dancing weapon generation don't work with anything that needs evocations) 16:14:19 (also short of rather weakened randrods or using them as bosses that is absolutely ludicrious loot) 16:14:29 And probably not for missiles or ammo either, right? 16:15:38 tukima's dance works on rods 16:15:43 they just don't do much afterwards 16:15:56 that's what I meant by work, obviously 16:16:18 rod of sticks to snakes was also fun one but i hear someone ruined that 16:16:25 spectral weapon doesn't work with the pain brand, but I think tukimas does? 16:16:30 there is one particularly weird thing 16:16:34 dancing weapon (02() | Spd: 19 | HD: 15 | HP: 18 | AC/EV: 9/20 | Dam: 6 | 11non-living, fighter, lev | Res: 13magic(immune), 05fire++, 02cold++, 11elec+++, 03poison, 12drown, 04rot+++, 13neg+++, 13torm | XP: 871 | Sz: small | Int: plant. 16:16:34 %??dancing weapon ; bow 16:16:38 -!- y2s82 has quit [Ping timeout: 240 seconds] 16:17:01 they unwield themselves automatically and start using the base monster stats, and if anything kills it the game crashes 16:17:43 rchandra: Why wouldn't spectral weapon work with a pain brand 16:17:47 -!- keszocze has quit [Ping timeout: 252 seconds] 16:18:35 Lightli: I don't know, but I'm around 97% sure it does not 16:18:40 pain brand requires necro? 16:18:43 ??spectral weapon 16:18:44 spectral weapon[1/1]: Creates an allied spectral clone of your wielded weapon, which strikes enemies in melee when you do. Damage it takes is shared with you. Its offensive stats scale with your weapon skill, and its defenses scale with spell power. 16:18:50 spectral weapon (06() | Spd: 30 | HD: 27 | HP: 43-44 | AC/EV: 12/20 | Dam: 31 | 11non-living, lev | Res: 13magic(immune), 05fire, 02cold, 10elec, 03poison, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 4074 | Sz: Medium | Int: plant. 16:18:50 %??spectral weapon 16:19:07 ??pain brand 16:19:08 pain brand[1/2]: Brand which inflicts 1d(necromancy skill) extra damage on necro out of necro+1 successful hits. Does not affect those with rNeg (demons, undead, unliving, shadow dragons, death drakes, holies). (For the record, a monster's necromancy skill is HD/2, HD if undead or demonic, 0 if mindless/animal). 16:19:17 oh 16:19:20 mindless 16:20:03 (also I still want some monster version of spectral weapon but whatever) 16:20:36 -!- ackack has joined ##crawl-dev 16:20:51 I like the implication that orc warlords have good necro skill 16:20:57 -!- MarvinPA has quit [Ping timeout: 244 seconds] 16:22:11 now you know where nergalle came from :p 16:24:47 -!- MarvinPA has joined ##crawl-dev 16:26:24 would it be difficult to make apportation's default target the nearest item set for autopickup instead of the nearest item? (and to back to the nearest item if there's nothing around set for autopickup) 16:28:49 -!- bitsailor has quit [Quit: bitsailor] 16:36:05 -!- Soadreqm has quit [Ping timeout: 240 seconds] 16:37:32 -!- indspenceable has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 16:38:41 -!- rossi has quit [Quit: WeeChat 0.4.2] 16:41:37 -!- bitsailor has joined ##crawl-dev 16:44:29 -!- glow11 has quit [Quit: WeeChat 0.4.2] 16:44:52 %git :/Elf:3 16:44:53 07MarvinPA02 * 0.13-a0-2526-gaa0373c: Replace Elf:3- with Elf:$ 10(4 months ago, 3 files, 3+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=aa0373c70c85 16:45:21 Elf:3 vs Elf:$? 16:45:29 Does $ mean branch end? 16:45:33 johnstein: yes 16:45:49 except with the G command, in which case it means "as far down as I've been" 16:46:05 Presumably to make it easier to change the number of floors in a branch? 16:46:19 I was wondering when the rule keeping elves from looting their treasure was changed back? 16:46:19 Oh 16:46:39 Can't reach through plants reliably as Fedhas worshipper by ledtim 16:47:09 %git 6e8ccac462d6 16:47:10 07MarvinPA02 * 0.13-a0-3154-g6e8ccac: Let monsters pick up Elf:$ loot 10(7 weeks ago, 1 file, 15+ 5-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6e8ccac462d6 16:47:13 I was planning to make only half of the items in elf vaults be unpickable 16:47:20 but I could never decide which half 16:47:36 left half :) 16:47:45 (the *s or |s, i.e. worse or better halves) 16:48:02 make the elves able to use the really good stuff 16:48:40 that way we get stuff like a master archer using Piercer 16:48:58 -!- Pepe has quit [Read error: Connection reset by peer] 16:49:25 tenofswords: the right half 16:49:25 ophanim: You have 61 messages. Use !messages to read them. 16:49:43 woooooow 16:49:46 that's a lot of messages 16:49:58 minqmay and I are in love, we're getting married in may 16:51:58 high degrees of decisiveness present here 16:56:10 I think allowing already scary elves pick up items is bad. Also I find it annoying to have to check corpses and piles for items instead of generally ignoring them and just getting to the loot rooms. 16:56:10 ophanim: You have 62 messages. Use !messages to read them. 16:56:14 Just my two cents. 16:57:18 obviously I will make it so that elves picking up loot or not is randomized 16:57:34 picking up and not using }s is the worst of both worlds 17:00:15 well, monsters using most }s seems inherently complicated 17:01:01 -!- SupermanBananaX_ has quit [Quit: Page closed] 17:09:12 -!- ProzacElf has joined ##crawl-dev 17:11:52 -!- RZX has quit [Ping timeout: 264 seconds] 17:12:06 -!- randomizr is now known as RZX 17:12:44 -!- Nakatomy has quit [Read error: Operation timed out] 17:15:21 yeah. I just think monsters shouldn't pick up things that they can't use 17:15:27 -!- UseBees has quit [Remote host closed the connection] 17:15:27 -!- TacoSundae_ has quit [Quit: Page closed] 17:16:04 elves picking up the left or right half arbitrarily was actually a serious suggestion, since it preserves the aesthetic of a treasure room 17:16:48 only picking up items when they can drop something would help too (like DEMA dropping longbow for piercer, etc) 17:17:20 well, that's why I was going to go for just * or |, because most elf maps space those out for every other tile and thus even if guys walked through it picking up stuff there would still be some treasure in a pattern 17:17:46 oh, neat 17:18:11 which is, of course, thus why I got stuck on which of the two 17:18:28 chosen randomly when map created! 17:18:32 pfffff 17:20:03 !tell ophanim How did you get so many messages? -- Grunt 17:20:03 bh: OK, I'll let ophanim know. 17:20:21 really, ophanim has nothing on eronarn 17:20:35 eronarn has like 80 last i knew 17:20:35 ophanim: You have 63 messages. Use !messages to read them. 17:20:45 tenofswords: few of us have anything on eronarn 17:20:50 if only I could remember the way to look at henzell's stored messages for a given nick 17:20:50 over 90 now, I think? 17:21:01 -!- gammafunk_ has joined ##crawl-dev 17:23:05 oh right, I wanted to ask: gammafunk, what were you thinking about for portals for lair branches? 17:23:20 -!- Burer has quit [Quit: Держи гранату, баклан!] 17:23:25 portals for lair branches? 17:23:43 yeah. You only get one chance to get the rune ;-P 17:23:44 tenofswords: Yes, working on some two-level portals 17:24:16 why? 17:24:19 will try to keep new monsters mostly as vault defines, but will be adding maybe a few player-species monsters as needed 17:24:34 -!- Morg0th has quit [Quit: leaving] 17:24:55 hrm 17:25:31 themes for shoals are "water temple" and "sunken ship" 17:25:37 well, it makes sense to have new portals actually target the oddly sparse post-Lair/Orc area for portal vaults, 17:26:05 ignis (08*) | Spd: 12 | HD: 1 | HP: 6-12 | AC/EV: 0/10 | 11non-living, lev, !sil | Res: 06magic(4), 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 2 | Sp: corona | Sz: small | Int: plant. 17:26:05 %??ignis 17:26:08 personally I was thinking more of weird "mix together the lair branches you didn't get in a brief format" rather than invite more monsters or highly rare monsters 17:26:30 I'd like to start spawning this in the abyss, but it needs more HD for spellpower, but that would give it an inappropriate experience value 17:26:34 ignis (08*) | Spd: 12 | HD: 10 | HP: 69-110 | AC/EV: 0/10 | 11non-living, lev, !sil | Res: 06magic(40), 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 826 | Sp: corona | Sz: small | Int: plant. 17:26:34 %??ignis hd:10 17:26:42 so like a portal to a small shoals vault accessible from swamp? 17:26:44 can you not, uh, change the xp evalulator 17:26:57 something like that, yeah 17:27:08 -!- ketsa has quit [Read error: Connection reset by peer] 17:27:12 ERROR in 'mon-util.cc' at line 611: bogus mc (no monster data): invalid monster_type 1000 (1000) 17:27:12 %??lost soul 17:27:18 It has no attack 17:27:50 "%??lost souls" is probably never going to work considering how %??monster works 17:28:42 I think if portals place with not too high frequency, no reason why we couldn't have both branch-specific portals and something like a "post lair portal" 17:29:09 * tenofswords shrugs 17:29:21 -!- RZX has quit [Ping timeout: 245 seconds] 17:29:36 -!- randomizr is now known as RZX 17:29:54 honestly I'll probably just make a complete one and get some feedback, since talk is cheap and I'm still a pretty new vault maker 17:30:13 ignis (08*) | Spd: 12 | HD: 5 | HP: 33-60 | AC/EV: 0/10 | 11non-living, lev, !sil | Res: 06magic(20), 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 162 | Sp: corona | Sz: small | Int: plant. 17:30:13 %??ignis hd:5 17:30:29 -!- Porost_ is now known as Porost 17:31:07 what does 'post lair portal' mean? 17:31:35 johnstein: see tenofsword's description above. 17:31:40 mid D, late D, vaults, elf, crypt [also forest I think people forgot to make bazaars and junk appear in those] 17:31:43 -!- oneeyedjack has quit [Ping timeout: 250 seconds] 17:32:24 ??bolt of inaccuracy 17:32:24 bolt of inaccuracy[1/1]: Deals good damage at Evocations level 0 - 27. You can line up several nasty monsters and blast them down all at once (irresistable damage!). Especially good with a corona-type effect like Sunlight or TSO halo to make it more accurate. 17:32:58 you get ossuaries and sewers in the first seven floors, baileys in the stretch between that and Lair + within Orc alongside ice caves and labs, ice caves + volcanos + labs in lair and orc, 17:34:15 -!- dtsund has quit [Quit: dtsund] 17:34:18 and then for over 27 floors there's only hard ice caves (if you didn't get an easy ice cave), bazaars, troves, wizlabs, and ziggurats, and while this sounds like a lot ziggurats are in a seperate category from other portals and bazaars/troves have different demands and roles than most portals or levels outright 17:34:36 and thus have 1.5 portals for "post-lair" 17:34:48 blah blah blah blah blah 17:35:19 yeah, we have late-D large themed or encompas vaults kind of taking the role of portal 17:35:25 (I actually recently screwed around and produced http://sprunge.us/eRiV but) 17:36:03 -!- Nicanaca0 has quit [Ping timeout: 250 seconds] 17:37:15 a gauntlet being kind of like a late-game bailey 17:37:17 is seems 17:37:26 wellllllll 17:37:37 kind of more like a non-extended ziggurat 17:38:06 -!- RZX has quit [Ping timeout: 245 seconds] 17:38:20 -!- randomizr is now known as RZX 17:38:22 yeah that sounds like a better description 17:38:42 (everybody can easily decide between a greater mummy and a tentacled monstrosity or an ancient lich and a bone dragon in a highly confined space right) 17:39:27 -!- Roarke has quit [Client Quit] 17:39:28 depends on what i'm playing 17:39:37 new players thought? probably not 17:40:01 -!- ackack has quit [Ping timeout: 272 seconds] 17:40:29 -!- WalkerBoh has quit [Remote host closed the connection] 17:40:47 yes, the whole "grabbag of dangerous threats from everywhere" in a rather late portal seems like a fragile prospect, I'm nowhere near done on it and have been distracted by runelock 17:41:54 -!- Valarioth has quit [Quit: Page closed] 17:46:31 -!- TacoSundae has quit [Quit: Page closed] 17:47:45 -!- wheals has joined ##crawl-dev 17:50:50 Mara (13R) | Spd: 10 | HD: 18 | HP: 140 | AC/EV: 10/14 | Dam: 30 | 05demonic, 10weapons, 10items, 10doors, evil, see invisible, !sil | Res: 06magic(144), 05fire++, 03poison, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 4614 | Sp: blink; mislead, b.fire (3d27), mara summon, illusion, pain (d17), 04esc:teleport self | Sz: Medium | Int: high. 17:50:50 %??mara 17:55:15 draconian (07d) | Spd: 10 | HD: 4 | HP: 19-112 | AC/EV: 9/10 | Dam: 15 | 10weapons, 10items, 10doors, cold-blooded | Res: 06magic(5) | Chunks: 07contam | XP: 497 | Sz: Medium | Int: high. 17:55:15 %??draconian 17:56:44 can I use wizmode to view theeexperience for a monster? 17:56:53 &D 17:57:06 errrrr 17:57:10 -!- Kenran has quit [Quit: Quitting] 17:57:14 when in wizmode, cursor over monster, D 17:58:07 -!- TROGSTEIN has quit [Remote host closed the connection] 17:59:46 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 18:00:08 -!- Foamed has quit [Ping timeout: 244 seconds] 18:00:12 -!- ShadeTornado has quit [Read error: Connection reset by peer] 18:00:21 orb spider (06s) | Spd: 12 (spell: 200%) | HD: 5 | HP: 23-42 | AC/EV: 3/10 | Dam: 504(medium poison) | web sense, !sil | Res: 06magic(26) | Vul: 09poison | Chunks: 09poison+07contam | XP: 329 | Sp: destruction orb (9d7) | Sz: small | Int: insect. 18:00:21 %??orb spider 18:00:37 -!- Arkaniad has quit [Ping timeout: 248 seconds] 18:00:38 what's the monster worth the most xp? 18:00:43 cerebov 18:00:52 and some other lord I'm forgetting 18:00:57 there's a hard cap of 15000 18:01:03 -!- bitsailor has quit [Quit: bitsailor] 18:01:51 -!- Tux[Qyou] has quit [Quit: Excess flood] 18:02:28 boggart (06g) | Spd: 12 | HD: 2 | HP: 6-16 | AC/EV: 0/12 | Dam: 5 | 10weapons, 10items, 10doors, spellcaster, see invisible | Res: 06magic(18) | XP: 21 | Sp: confuse, slow, invisibility, blink, shadow creatures | Sz: little | Int: normal. 18:02:28 %??boggart 18:02:29 -!- minqmay has quit [Quit: Leaving] 18:02:39 Are there any other monsters that are exclusively summoners? 18:03:08 exclusively? 18:03:18 no, but there are a few that are essentially just summoners 18:03:20 giant orange brains? 18:03:28 giant orange brain (04G) | Spd: 10 | HD: 10 | HP: 38-70 | AC/EV: 2/4 | 10doors, evil, see invisible, lev, !sil | Res: 06magic(106), asphyx, 12drown | Vul: 08holy | XP: 714 | Sp: brain feed, cause fear, shadow creatures, confuse, blink, 04esc:teleport self | Sz: Medium | Int: high. 18:03:28 %??giant_orange_brain 18:03:34 curse skull (11z) | Spd: 15 (act: 150%) | HD: 13 | HP: 55 | AC/EV: 25/3 | 07undead, evil, see invisible, lev, !sil | Res: 13magic(immune), 05hellfire, 04fire+++, 02cold++, 10elec++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 1631 | Sp: summon undead, torment symbol | Sz: tiny | Int: high. 18:03:34 %??curse skull 18:03:35 oh. curse toes 18:03:38 yeah not exclusive, depending on how you define that 18:03:47 shadow demons too 18:03:48 toes also torment 18:03:57 -!- SupermanBananaX has quit [Quit: Page closed] 18:04:00 oh, and silver statues 18:04:25 test spawner (16X) | Spd: 14 (swim: 60%; 07stationary) | HD: 1000 | HP: 10000 | AC/EV: 127/127 | 11non-living, amphibious, regen, !sil | Res: 13magic(immune), 05hellfire, 04fire+++, 02cold, 10elec, 03poison, 07acid, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm++ | XP: 1 | Sp: shadow creatures | Sz: Large | Int: plant. 18:04:25 %??test_spawner 18:04:35 truly exclusive summoners 18:04:39 mmmmm, 1 xp 18:04:54 -!- CKyle has quit [Quit: CKyle] 18:06:15 -!- _dd has quit [Read error: Operation timed out] 18:07:37 mara alive, annotation missing by rchandra 18:11:16 -!- indspenceable has joined ##crawl-dev 18:16:24 -!- Basil has quit [Read error: Connection reset by peer] 18:16:58 spirit wolf (13h) | Spd: 15 | HD: 13 | HP: 43-61 | AC/EV: 5/19 | Dam: 27 | sense invisible | Res: 06magic(86), 09poison+++, 13neg+++ | XP: 412 | Sz: Medium | Int: animal. 18:16:58 %??spirit wolf 18:16:58 -!- ark_ has quit [Quit: Leaving] 18:17:02 -!- randart has quit [Ping timeout: 264 seconds] 18:17:55 -!- Basil has joined ##crawl-dev 18:18:51 ophanim: i just hope that nothing ever resets my henzell counter 18:18:52 Eronarn: You have 82 messages. Use !messages to read them. 18:19:45 well, I'm not going to do anything 18:20:15 -!- maximumcrawl has quit [Ping timeout: 250 seconds] 18:21:45 -!- Tempus has quit [Quit: Page closed] 18:22:13 Eronarn: your message counter? 18:23:46 SamB: He's going for triple-digits 18:24:03 -!- gammafunk_ has quit [Quit: gammafunk_] 18:24:24 that would not take very long if he had help 18:24:36 !tell Eronarn Keep at it champ! 18:24:37 gammafunk: OK, I'll let eronarn know. 18:24:39 !tell SamB hi 18:24:40 SamB: OK, I'll let samb know. 18:24:44 hmm 18:24:44 SamB: You have 1 message. Use !messages to read it. 18:24:49 or even without help 18:24:53 !messages 18:24:54 (1/1) SamB said (14s ago): hi 18:25:25 !messages 18:25:26 No messages for gammafunk. 18:26:03 Last was I got was just buppy gloating about his player ranking being 1 higher than mine, so who needs messages 18:26:31 -!- syllogism has quit [] 18:26:48 -!- WalkerBoh has quit [Remote host closed the connection] 18:28:45 player ranking, pff 18:28:54 best evalulator is "how many people have you killed" 18:30:18 !gkillratio 18:30:20 SamB's ghost wins 14.12% of battles. 18:30:26 !gkillratio 18:30:28 gammafunk's ghost wins 5.809% of battles. 18:30:28 !gkills 18:30:28 37 games for * (killer=~SamB'*ghost): 3x SamB, 2x Foggy, noobcanoe, EatsDungeonBats, poop, VolteccerJack, LogicNinja, doglar, dirge, Moose, etothei, djanatyn, Brysos, BeartrapSandwich, Stanimator, ghtadm, jejorda2, Lilli, Sky2, agentsparrow, friendlybee, crawlie, sirlaser, steamboat, nfogravity, Guido, Lyfon, Kurix, lerugray, Messyblue, LASD, Someone4956, mutarisk, eshen 18:30:45 <|amethyst> !lg * killer=orb spider 18:30:46 No games for * (killer=orb spider). 18:31:10 !lg * ikiller=orb spider 18:31:11 No games for * (ikiller=orb spider). 18:31:13 <|amethyst> what's wrong with my query? 18:31:13 !lg * killer=orb_spider 18:31:14 257. WeiSong the Protected (L16 FoSk), worshipper of Zin, blown up by an orb spider (kmap: nicolae_spider_corner) on Spider:1 on 2013-11-09 02:23:28, with 90601 points after 40157 turns and 3:22:03. 18:31:16 <|amethyst> oh 18:31:18 oh right 18:31:29 <|amethyst> !lg * kmap~~hangedman 18:31:30 1581. Zenkrye the Executioner (L19 HOFi), worshipper of Okawaru, blasted by a tengu reaver (bolt of magma) on D:21 (hangedman_pleasuredromes) on 2013-11-10 00:30:13, with 242113 points after 35112 turns and 3:07:56. 18:31:30 !lg * end>20131001 xl>8 ((kmap=~hangedman||map=~hangedman)) s=kmap 18:31:31 347 games for * (end>20131001 xl>8 (kmap=~hangedman || map=~hangedman)): 64x, 32x hangedman_cross_stitches, 29x hangedman_cross_veins, 26x hangedman_ranch, 18x hangedman_cross_cluster, 14x hangedman_tree_tricks, 14x hangedman_pleasuredromes, 12x hangedman_screamer, 12x hangedman_lair_in_review, 10x hangedman_fish_farm, 10x hangedman_pestilent_swarm, 8x hangedman_stone_soup, 7x hangedman_crystal_cr... 18:31:40 oh, that's what tenofswords meant 18:31:52 I meant both, obviously 18:31:52 !lg * kmap~~gammafunk 18:31:53 6. lukano the Basher (L12 GrBe), worshipper of Trog, slain by a skeletal warrior (a +0,+1 glaive) (kmap: gammafunk_runelock_grave) on D:14 on 2013-11-08 22:09:24, with 21677 points after 11962 turns and 0:57:06. 18:32:08 <|amethyst> !kw murder 18:32:08 the vampire mage there seem pretty ridiculous 18:32:08 No keyword 'murder' 18:32:37 though the rune lock vault is inherently a weird area of balance 18:32:46 yeah, grunt has one with a stone giant 18:33:04 yes, he's a jerk too :P 18:33:45 -!- ProzacElf has quit [Ping timeout: 265 seconds] 18:35:32 ??grunt[3] 18:35:32 grunt[3/8]: I want it to be actively malicious :) 18:36:00 there's an important border between sadism and cruelty 18:36:30 admittedly I am cackling at the current tv 18:36:31 <|amethyst> sadism is when you derive sexual pleasure; cruelty is when it's perfectly Platonic pleasure 18:36:48 cruelty is one-sided 18:37:26 -!- maahes has quit [Read error: Connection reset by peer] 18:38:13 !gkillratio 18:38:14 Eronarn: You have 83 messages. Use !messages to read them. 18:38:16 Eronarn's ghost wins 9.090% of battles. 18:38:20 ooh 18:38:21 !gkillratio 18:38:23 No battles for tenofswords's ghost. 18:38:28 !gkillratio hangedman 18:38:32 hangedman's ghost wins 9.202% of battles. 18:39:16 glad I vaguely inspired this way back with manually looking at uniques killratios 18:39:23 <|amethyst> !gkillratio neil 18:39:26 neil's ghost wins 17.55% of battles. 18:39:38 <|amethyst> it helps that I die early 18:39:48 !gkillratio firecrab 18:39:52 firecrab's ghost wins 48.21% of battles. 18:40:05 (a dedicated ghost-griefing account) 18:40:06 <|amethyst> ??firecrab 18:40:07 firecrab[1/1]: FIRECRAB's ghost laughs crazily. 18:40:32 i used to have firecrab's password 18:40:44 !lg firecrab s=char 18:40:45 233 games for firecrab: 68x TrCj, 55x TeCj, 29x TrFE, 24x TrWz, 13x TeAE, 11x CeFE, 6x OpFE, 5x TrSu, 4x SECj, 3x TrNe, 2x OgFE, 2x MiFE, 2x HECj, SEFE, DrWz, SESu, OgFi, DrVM, DrCj, TrEE, SpVM, DrAE 18:40:50 trcj eh 18:41:22 is it meph-cj or really-early-imb-cj 18:41:37 i bet it's battlesphere cj 18:41:45 oh right 18:42:12 clearly need to figure out how to give monsters searing ray 18:44:03 !lg battlesphere 18:44:04 6. BATTLESPHERE the Ruinous (L7 SpCj), shot themself with an orb of energy on D:3 on 2013-06-15 04:36:29, with 724 points after 5861 turns and 0:25:13. 18:50:54 that must be a grunt alt account 18:52:31 that was a tournament account, i think 18:52:51 hm, wrong time, no 18:53:00 dieselrobin? 18:53:21 yes that was dieselrobin 18:53:33 Or wait no 18:53:42 Battlesphere happened after that I think yeah 18:53:48 it just fits in too well 18:54:03 !lg * BATTLEMAGE 18:54:03 No keyword 'BATTLEMAGE' 18:54:08 !lg BATTLEMAGE 18:54:08 7. SOOTHSLAYER the Slayer (L27 HuNe), worshipper of Ashenzari, escaped with the Orb and 14 runes on 2012-05-26 00:34:00, with 11892447 points after 116251 turns and 12:30:42. 18:56:32 battlesphere sounds like a conjurations theme dieselrobin 18:57:20 should rename the mystic tower to the battlesphere and make it an arena 18:57:41 -!- Foamed has quit [Ping timeout: 245 seconds] 18:58:13 -!- ackack has joined ##crawl-dev 19:00:00 -!- ProzacElf has joined ##crawl-dev 19:00:27 -!- GuraKKa has quit [Read error: Connection reset by peer] 19:03:35 -!- extricated has quit [Quit: Page closed] 19:07:04 * Grunt appears! 19:07:21 BATTLESPHERE was an account a few people created to create ghosts that cast BATTLESPHERE, IIRC. 19:07:24 I had nothing to do with it. 19:07:52 (Well, except allowing ghosts to cast battlesphere, but that doesn't really count.) 19:08:41 Grunt: there was no pun 19:08:46 Grunt: I'm sure you could have made a pun in there 19:08:47 ophanim: You have 64 messages. Use !messages to read them. 19:08:57 Grunt: I am your dissapointed father 19:17:31 -!- dtsund has joined ##crawl-dev 19:18:03 do you project searing disappointment 19:19:16 disappointed ghost (05p) | Spd: 10 | HD: 11 | HP: 44-78 | AC/EV: 0/14 | Dam: 30 | 07undead, 10doors, evil, lev, !sil | Res: 06magic(58), 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 08holy++ | XP: 715 | Sp: flay | Sz: Medium | Int: normal. 19:19:16 %?? flayed ghost name:disappointed_ghost n_rpl 19:20:43 -!- indspenceable has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 19:20:44 -!- eith has quit [Ping timeout: 244 seconds] 19:26:31 unknown monster: "Flayed ghost Speed:18" 19:26:31 %??Flayed ghost name:The_Ripper Speed:18 hd:30 19:26:40 ----> 19:26:49 You can't set monster speeds in monster specs. 19:27:30 -!- ProzacElf has quit [Ping timeout: 240 seconds] 19:28:28 flayed ghost (05p) | Spd: 15 | HD: 11 | HP: 44-78 | AC/EV: 0/14 | Dam: 30 | 07undead, 10doors, evil, lev, !sil | Res: 06magic(58), 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 08holy++ | XP: 715 | Sp: flay | Sz: Medium | Int: normal. 19:28:28 <|amethyst> %?? flayed ghost perm_ench:haste 19:28:28 -!- Daekdroom has quit [Quit: Saindo] 19:28:38 flayed ghost (05p) | Spd: 15 | HD: 11 | HP: 44-78 | AC/EV: 0/14 | Dam: 30 | 07undead, 10doors, evil, lev, !sil | Res: 06magic(58), 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 08holy++ | XP: 715 | Sp: flay | Sz: Medium | Int: normal. 19:28:38 %??flayed ghost perm_ench:haste perm_ench:swift 19:30:15 haste other only works on own-genus for now, right 19:31:00 ...oh wait my "use an enslaved soul deep troll shaman" thing wouldn't work as such anyway bahhhhh 19:32:07 -!- scummos^ has quit [Ping timeout: 272 seconds] 19:35:50 -!- randart has quit [Ping timeout: 245 seconds] 19:43:53 -!- randart has quit [Ping timeout: 272 seconds] 19:44:46 -!- ackack has quit [Ping timeout: 245 seconds] 19:45:55 %??flayed ghost perm_ench:haste perm_ench:swift hd:30 name:The_Ripper 19:46:00 OH YOU 19:46:09 The Ripper (05p) | Spd: 15 | HD: 30 | HP: 138-193 | AC/EV: 0/14 | Dam: 30 | 07undead, 10doors, evil, lev, !sil | Res: 06magic(160), 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 08holy++ | XP: 4587 | Sp: flay | Sz: Medium | Int: normal. 19:46:09 %??flayed ghost perm_ench:haste perm_ench:swift hd:30 name:The_Ripper 19:46:09 ... 19:46:16 yeah have fun with that 19:46:45 you guys are silly 19:46:58 meatsprint would never use a straightforward name like "The Ripper" 19:49:09 tenofswords: oh but why not just a humble orbrun spawn 19:53:01 -!- Crehl has quit [Quit: Leaving] 19:54:24 -!- dondy has quit [Quit: ninja kapow] 19:54:58 Gudlaws the Stinger (L5 FoVM) (D:3) 20:00:12 -!- TROGSTEIN has quit [Remote host closed the connection] 20:02:16 -!- Roarke has quit [Quit: Page closed] 20:03:10 anybody feel like being convinced to make Mf a small bit worse? 20:09:19 nah 20:09:27 -!- SupermanBananaX has quit [Quit: Page closed] 20:10:21 -!- buppy has quit [Remote host closed the connection] 20:12:38 kilobyte: do you have any major post-save-bump changes in mind that are important enough to do before dungeon-split lands? 20:14:01 kilobyte: like those serialization changes you mentioned? 20:14:20 SamB: that's mainly what I'm wondering about, yes :) 20:16:44 (still bitter about suppmoth removal and I think that the idea could be salvaged with the aforementioned suppression simplication and giving them a band of jerks to abuse the suppression but whateverrrrrrrr) 20:24:18 Grunt: are there any shitty spells we could remove? 20:24:52 Fire Storm? 20:24:53 <_< >_> 20:25:36 I'm mainly thinking of things that it would be really, really hard to do within the constraint of not breaking save compat. 20:25:51 It's easy to disable spells under those conditions if we want to. 20:26:11 (Think of how many spells have been removed since TAG_MAJOR_VERSION == 33.) 20:26:34 tenofswords: yes, well, I don't think having removed them actually makes it much more difficult to have them again? 20:32:28 -!- Wolfram has quit [Quit: Page closed] 20:36:50 -!- CKyle has joined ##crawl-dev 20:39:13 of course it does, it produces a stigma in devs' minds about it being removed in the first place 20:39:25 -!- TROGSTEIN has quit [Remote host closed the connection] 20:40:15 -!- Zermako has quit [Quit: Good night and good luck to all! :D] 20:40:19 -!- Pepe has quit [Ping timeout: 252 seconds] 20:41:41 -!- Aryth has quit [Read error: Connection reset by peer] 20:45:23 -!- CKyle has quit [Quit: CKyle] 20:45:59 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 20:48:09 -!- CKyle has joined ##crawl-dev 20:49:25 -!- CKyle has quit [Client Quit] 20:52:36 pretty sure the stigma is from clusterf*** we had before? 20:53:54 fair point 20:55:13 <|amethyst> It doesn't have to be moths, but I think the suppression mechanic is interesting 20:55:52 "suppression beam" spells 20:56:00 -!- gammafunk_ has joined ##crawl-dev 20:56:08 suppression eels 20:56:12 <|amethyst> suppression as a (part of the) level feature 20:56:24 suppression as part of the portal feature 20:56:35 suppression zig levels? 20:56:43 -!- UseBees has quit [Ping timeout: 272 seconds] 20:56:51 yes, why leave the fun to just spider zigs 20:57:05 <|amethyst> a wizlab (and a wizard, and some eponymous spells) around suppression, dislike of magic items, etc 20:57:30 <|amethyst> e.g. a spell like Dispel Magic on animated objects and artificial creatures 20:58:05 <|amethyst> too situational to be an actually interesting spell at the moment though 20:58:51 -!- xFleury has joined ##crawl-dev 20:58:54 buff quicksilver dragons by making bolt of quicksilver also give temporary suppression status, they've been so injured by the breath timer 21:04:06 <|amethyst> but then either you buff purple drac, which doesn't need it, or you confuse people who expect them to be somewhat consistent 21:05:04 <|amethyst> (then again, maybe people shouldn't expect them to be consistent) 21:07:05 draconians are inconsistent with fire dragon and ice dragon, the most common and memorable early non-drake-sprite trampling dragon jerks 21:07:43 (also they're inconsistent with some player stuff and it's all a mess that I'll admit I don't want to add to) 21:16:26 <|amethyst> rchandra: http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=202551 21:16:47 indeed! that was the pn 21:16:59 *pun. also why ##-dev? 21:17:08 <|amethyst> ??amethyst 21:17:08 amethyst[1/6]: <|amethyst> doh 21:19:10 03Grunt02 07* 0.14-a0-777-g4b91623: Prohibit monster weapon swapping while berserk (#7699). 10(6 minutes ago, 2 files, 20+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=4b91623d35cc 21:21:55 obviously an important suggestion for two-headed ogres 21:22:11 There are more complaints on SA about how weak Fo is than about the rune lock 21:22:16 mission accomplished? 21:22:22 which are kind of silly in being stuck between ogres and hill giants 21:23:04 <|amethyst> Lightli: it's a weird animal-based race, of course it's weak 21:23:12 <|amethyst> viz. felids and octopodes 21:23:25 octopodes at least have some ridiculous potential 21:23:25 it's got permstasis 21:23:29 that's the major issue 21:23:53 Permastasis is the single biggest drawback ever, and that's counting stuff like felid equipment issues or no natural regen 21:24:16 -!- alefury has quit [] 21:24:28 <|amethyst> give them jump attack :) 21:24:43 that doesn't help, i hope you don't mean that seriously 21:24:58 <|amethyst> I do not 21:25:14 At the very least, I think they could get away with a little more HP 21:25:34 -2 hp is bad yes, for a race that has no escape methods and rpois- 21:25:42 DE-level HP as a race theoretically biased towards melee thanks to their major mechanic is just wrong 21:25:49 Also yeah rPois- 21:26:18 do they still have the thing where you can't make quick diagonal chokepoints in rock 21:26:32 <|amethyst> no 21:26:36 I didn't notice that, no 21:26:38 <|amethyst> that affected all digging, not just theirs 21:27:00 <|amethyst> which is why it was reverted before being merged into trunk 21:27:10 thank god 21:27:55 I wonder if giving them shaft-other instead of shaft-self would work or not 21:28:21 <|amethyst> shaft up 21:28:51 are you going to make it work in branch endings 21:29:02 where you have increased needs for teleport/blink/haste 21:29:31 shaft up would be kind of ridiculous in all honesty 21:29:56 well obviously not much is done there 21:30:22 -!- Nakat0my has quit [Quit: Verlassend] 21:30:27 -!- ackack has joined ##crawl-dev 21:31:13 <|amethyst> inherent passage of golubria (with drawbacks)? 21:31:26 <|amethyst> flavoured as "tunnel" or such 21:31:32 is that going to work through walls 21:31:56 <|amethyst> I have no idea, I'm just throwing out the first crap that comes to mind :) 21:31:58 rock worm mechanic? 21:32:27 i had a death earlier in vaults where a warden locked the doors and a lich started summoning fiends 21:32:36 i played intelligently but still died 21:32:48 my yardstick for fixing the race is going to be something that would have let me survive :P 21:32:51 <|amethyst> geekosaur: being able to go more than surface-deep in rocks in highly tedium-inducing 21:33:03 <|amethyst> geekosaur: unless it damages you while you're there or something like that 21:33:11 actualy, not quite. hm... you can dig into a wall and be safe from most (not all) attacks, it takes time, you can't attack while in there? 21:33:18 -!- gammafunk_ has quit [Quit: gammafunk_] 21:33:28 if you stay too long you pop back out 21:33:38 sounds op with summoning 21:33:55 <|amethyst> Lightli: not of you make the wall you're in block LOS 21:33:59 <|amethyst> s/of/if/ 21:34:19 <|amethyst> still OP with necromancy and permanent allies I guess 21:34:40 how about just not stasis 21:34:53 i'm not even sure why it's somehow in tune with the race 21:35:00 -!- NotKintak has joined ##crawl-dev 21:35:16 03kilobyte02 07* 0.14-a0-778-g28cf4ad: A missing period. 10(29 hours ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=28cf4adbc61e 21:35:16 03kilobyte02 07* 0.14-a0-779-g6da28f8: Deindent a line. 10(29 hours ago, 1 file, 3+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6da28f8bae37 21:35:16 03kilobyte02 07* 0.14-a0-780-g173681b: Inline a function. 10(26 hours ago, 2 files, 3+ 16-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=173681b44a73 21:35:16 03kilobyte02 07* 0.14-a0-781-g915da60: Fix the sword of Jihad not working for monsters. 10(6 hours ago, 2 files, 10+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=915da6063ddc 21:35:16 03kilobyte02 07* 0.14-a0-782-gee1d45f: Include the WGL-4 glyph list for reference. 10(6 hours ago, 1 file, 88+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ee1d45fd69b2 21:35:16 03kilobyte02 07* 0.14-a0-783-g42ce3de: A tile and a non-working desc for the hydrataur. 10(52 minutes ago, 4 files, 10+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=42ce3de74440 21:35:16 03kilobyte02 07* 0.14-a0-784-g4494170: Remove the hydrataur. 10(50 minutes ago, 4 files, 0+ 30-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=449417009e46 21:35:16 03pubby02 {kilobyte} 07* 0.14-a0-785-gcb883b1: Start Formicids off with antennae 3. 10(2 days ago, 3 files, 9+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=cb883b19308d 21:35:16 03pubby02 {kilobyte} 07* 0.14-a0-786-gac0ec0c: Change Formicid EXP apt to 2. 10(2 days ago, 1 file, 2+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ac0ec0c7c633 21:35:16 03pubby02 {kilobyte} 07* 0.14-a0-787-g5a7b4af: Change recommended Formicid classes. 10(25 hours ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5a7b4afb5682 21:35:16 ... and 1 more commits 21:35:19 I 21:35:25 ophanim: without stasis they are a small race that wields gscs for no reason 21:35:33 I've seen ants in real life differ in their movement speed 21:35:39 stasis is pretty much the only intereting thing about them 21:35:57 heh 21:36:11 <|amethyst> I think stasis makes them very interesting, in that their downside is less noticeable, if at all, to poor players 21:36:21 hey look buffs 21:36:40 I'm not sure about buppy's change to make Formicids the fastest levelling race, but for now it's him who's supposed to be leading the coding and balancing there. 21:36:41 <|amethyst> what 21:36:41 kilobyte: You have 2 messages. Use !messages to read them. 21:36:45 <|amethyst> I thought I fixed that bug 21:36:50 <|amethyst> %git 21:36:50 07pubby02 {kilobyte} * 0.14-a0-788-g14b720c: Add shaft-self and dig tiles. 10(14 hours ago, 4 files, 7+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=14b720ca3196 21:36:55 ....really, +2 exp apt 21:37:00 yeah 21:37:03 rip hydrataur 21:37:13 -!- Kintak has quit [Ping timeout: 245 seconds] 21:37:18 Well, my thoughts are that stasis is really awful, and it's going to make it a race based largely on "luck".. especially with the rpois- 21:37:21 remember when +0 apt was a thing 21:37:29 yes 21:37:33 Fo has a lot of +0 apts 21:37:34 some races actually had quite a few +0 apts! 21:38:34 -!- CKyle has joined ##crawl-dev 21:38:38 Even -Tele would be a step in the right direction, as it at least lets them haste, berserk, fienesse 21:38:40 -!- CKyle has quit [Client Quit] 21:38:48 -!- Ladykiller69 has quit [Quit: Verlassend] 21:40:08 not being able to escape easily is a meaningful restriction, haste would cheapen that a lot 21:40:22 so I understand buppy not wanting swiftness either 21:40:58 there are going to be times where even good play will result in death if you have no options to escape :/ 21:41:19 are you used to playing with stasis yet 21:41:36 yes? 21:42:44 Bloax: He got killed by getting trapped in a room by a warden and then getting fiended by a lich 21:43:04 easy, never enter a room ever 21:43:20 In fact, never enter the dungeon 21:43:36 Just turn around and go back home to your formicid hive 21:43:49 ant victory 21:43:51 -!- Zifmia has quit [Ping timeout: 272 seconds] 21:43:53 crate crawl in it's base form 21:44:09 dive to d:2, declare victory 21:44:17 just focus on conquering the overworld, like in simant 21:44:46 claim you took a wrong turn, this isn't the anthole you were looking for 21:45:20 In all honesty, they could use a buff to survivability 21:45:35 Do they have -1 hp? 21:45:36 If they aren't supposed to be able to escape easily, then they shouldn't need to escape as often 21:45:39 -2 21:45:39 -2HP 21:45:43 ouch 21:45:45 exp apt doesn't help after the 3rd rune, so I have doubts it's a good solution 21:45:49 and rPois- 21:46:00 that's just asking for 230910390 adder splats 21:46:05 !lg . fo max=xl x=xl 21:46:06 15. [xl=22] ophanim the Shatterer (L22 FoFi), worshipper of Jiyva, slain by a sun demon (summoned by a deep elf high priest) on Elf:3 (elf_hall_gauntlet_narrow) on 2013-11-09 02:45:18, with 352990 points after 86252 turns and 3:16:04. 21:46:10 which they get 21:46:12 !lg . fo max=xl x=xl -2 21:46:12 14/15. [xl=22] ophanim the Executioner (L22 FoBe), worshipper of Jiyva, slain by a vault warden (a cursed +0,-2 great mace) on Vaults:2 on 2013-11-09 21:15:21, with 336954 points after 94564 turns and 3:01:54. 21:46:24 !lg * Fo ckiller=adder 21:46:25 81. SGriffin the Covered (L2 FoFi), succumbed to an adder's poison on D:2 on 2013-11-10 01:09:17, with 10 points after 110 turns and 0:00:48. 21:46:26 I think the apt will help. Runelock means you're getting the runes earlier. 21:46:30 !lg * Fo 21:46:30 1257. Seigurt the Cudgeler (L7 FoBe), worshipper of Trog, slain by a goliath beetle on D:3 on 2013-11-10 03:31:05, with 508 points after 2542 turns and 0:17:28. 21:46:43 But it isn't going to help in Zot. 21:46:47 !lg * Fo !won s=ckiller 21:46:47 1254 games for * (Fo !won): 85x quitting, 84x a gnoll, 81x an adder, 64x a kobold, 59x an ogre, 59x an orc priest, 49x a hobgoblin, 47x a player ghost, 46x an orc wizard, 36x an orc warrior, 33x Sigmund, 31x an orc, 29x a centaur, 27x leaving, 23x a jackal, 23x a worker ant, 22x a worm, 21x pois, 21x Crazy Yiuf, 20x a goblin, 16x a giant gecko, 15x an iguana, 13x a giant mite, 11x Prince Ribbit, 1... 21:46:54 that's alotta adder 21:46:56 yes adder is quite high 21:47:09 -!- bitsailor has joined ##crawl-dev 21:47:24 those potions of healing were probably a good idea 21:47:32 It might also help a bit if the exoskeleton got better as one leveled up 21:47:35 The two curing potions were a nice addition. 21:47:42 Lightli: I'd like that too. 21:47:48 you can do that by just adjusting the hp apt 21:47:55 Dropping rPois- and increasing the -2 hp apt (along with weapon apts?) would possibly make the race playable, but I still think it's just all stopgap for the permstasis 21:48:14 You're just making the race powerful enough to not worry so much about escaping 21:48:16 The permastasis is kind of your contract you sign. 21:48:24 Exactly 21:48:30 which is what makes it interesting 21:48:37 Just like no regen is the price you pay for playing a DD 21:48:39 Having a race with an empty set of escape options and then a giant power boost to compensate instinctively seems like a fairly big step in the direction of "decisions, what decisions" 21:48:47 "interesting" from a dev stand point, but not "fun" from a player stabd point 21:48:52 felids are interesting.. does anyone play them? 21:49:07 !hs Bloax FeMo 21:49:07 17. Bloax the Acrobat (L24 FeMo), worshipper of Cheibriados, splashed by acid on Zot:2 on 2012-07-15 16:30:25, with 507669 points after 97145 turns and 16:22:18. 21:49:08 yes 21:49:10 hue 21:49:11 !lg * fe 21:49:12 fe is ambiguous: may be species or class. Use fe-- (Felid) or --fe (Fire Elementalist) to disambiguate 21:49:14 !lg * fe recent 21:49:15 fe is ambiguous: may be species or class. Use fe-- (Felid) or --fe (Fire Elementalist) to disambiguate 21:49:15 or does anyone play something other than FeBe and FeNe? 21:49:16 !lg * Fe-- 21:49:16 43403. Akyote the Practitioner (L3 FeHe), worshipper of Elyvilon, blasted by Myster0's ghost (magic dart) on D:3 on 2013-11-10 02:36:04, with 131 points after 1323 turns and 0:08:48. 21:49:18 fe-- 21:49:26 !lg * won Fe-- 21:49:27 289. glosham the Archmage (L27 FeFE), worshipper of Kikubaaqudgha, escaped with the Orb and 15 runes on 2013-11-10 01:46:57, with 10525670 points after 152877 turns and 3d+21:56:34. 21:49:28 more than ghouls or demigods 21:49:30 !lg * won Gr-- 21:49:31 346. Krunkodile the Skullcrusher (L27 GrFi), worshipper of The Shining One, escaped with the Orb and 8 runes on 2013-11-09 21:10:51, with 4431969 points after 125574 turns and 7:55:53. 21:49:37 !lg * won Lo 21:49:38 127. Ponce the Conqueror (L26 LOHu), worshipper of Makhleb, escaped with the Orb and 3 runes on 2013-11-09 21:41:05, with 1504820 points after 90235 turns and 5:12:54. 21:49:39 !lg * won Dj 21:49:39 86. ophanim the Phalangite (L25 DjDK), worshipper of Yredelemnul, escaped with the Orb and 3 runes on 2013-11-07 14:45:47, with 1431532 points after 91439 turns and 4:23:43. 21:49:42 !lg * Fe-- s=class 21:49:43 43403 games for * (Fe--): 6982x Berserker, 6111x Transmuter, 4377x Warper, 4032x Monk, 2139x Summoner, 2097x Wanderer, 2061x Fighter, 1667x Chaos Knight, 1628x Enchanter, 1570x Necromancer, 1241x Venom Mage, 1210x Stalker, 1136x Wizard, 1067x Conjurer, 1031x Crusader, 837x Fire Elementalist, 704x Skald, 647x Ice Elementalist, 572x Healer, 493x Abyssal Knight, 425x Air Elementalist, 392x Priest, 35... 21:49:52 !lg * Fe-- won s=class 21:49:53 289 games for * (Fe-- won): 65x Berserker, 19x Monk, 18x Fire Elementalist, 17x Transmuter, 16x Venom Mage, 11x Warper, 11x Summoner, 11x Fighter, 11x Conjurer, 10x Chaos Knight, 10x Crusader, 10x Ice Elementalist, 9x Wizard, 9x Wanderer, 9x Skald, 7x Earth Elementalist, 7x Healer, 6x Enchanter, 6x Necromancer, 6x Air Elementalist, 6x Abyssal Knight, 4x Priest, 3x Death Knight, 3x Stalker, 2x Jest... 21:50:35 interesting dropoff from Be there 21:50:44 !lg * cv=0.14-a s=crace o=-% 21:50:45 48825 games for * (cv=0.14-a): 2x Sludge Elf, 360x Ghoul, 482x Halfling, 501x Deep Dwarf, 617x Centaur, 859x Mummy, 885x Felid, 1038x Demigod, 1168x Ogre, 1257x Formicid, 1275x Naga, 1302x Kobold, 1333x Human, 1361x Tengu, 1432x Merfolk, 1583x Troll, 1596x Hill Orc, 1619x Vampire, 1798x Octopode, 1836x Spriggan, 1965x Lava Orc, 2273x Draconian, 2578x Deep Elf, 2606x High Elf, 3079x Minotaur, 3671x... 21:50:57 2x sludge elf 21:50:58 !lf * Op won s=class 21:51:03 !lg * Op won s=class 21:51:03 292 games for * (Op won): 35x Wizard, 26x Venom Mage, 21x Ice Elementalist, 20x Fire Elementalist, 19x Monk, 18x Transmuter, 17x Berserker, 15x Conjurer, 13x Earth Elementalist, 9x Air Elementalist, 8x Wanderer, 8x Artificer, 8x Hunter, 7x Abyssal Knight, 7x Fighter, 7x Assassin, 6x Gladiator, 6x Necromancer, 5x Arcane Marksman, 5x Summoner, 5x Death Knight, 4x Warper, 4x Chaos Knight, 4x Enchante... 21:51:03 and halflings, let's kill them 21:51:10 yes, good save transfers 21:51:17 Yes, please kill halflings 21:51:29 !apt sl 21:51:29 Could not understand "sl" 21:51:32 !apt sliing 21:51:32 Could not understand "sliing" 21:51:36 !apt slings 21:51:37 Slings: Ha: 4!, Sp: 2, Ko: 2, Mi: 1, Fo: 1, DD: 1, Ce: 1, Op: 0, Hu: 0, Gr: , Te: 0, Ds: -1, Dj: -1, : -1, Gh: -1, HO: -1, Dg: -1, Gr: -1, Na: -1, Mu: -2, Vp: -2, HE: -2, Mf: -2, DE: -2, LO: -2, Og: -3, Tr: -4*, Fe: N/A 21:51:45 !lg . ogre_mage 21:51:46 No keyword 'ogre_mage' 21:51:49 !lg . race=ogre_mage 21:51:49 No games for wheals (race=ogre_mage). 21:51:51 !lg * race=ogre_mage 21:51:52 No games for * (race=ogre_mage). 21:52:04 We could take advantage of this to buff kobolds 21:52:09 anyway 21:52:23 !lg * race=ogre-mage 21:52:25 4289. Tenaya the Skirmisher (L2 OMCK), worshipper of Makhleb, succumbed to poison on D:2 on 2010-03-05 18:54:32, with 123 points after 1499 turns and 0:02:29. 21:52:28 !lg * OM won 21:52:29 14. Gordo the Gelid (L26 OMIE), worshipper of Sif Muna, escaped with the Orb and 4 runes on 2009-06-10 06:52:28, with 1604002 points after 134817 turns and 1d+5:44:41. 21:52:39 (h)OMIE 21:52:48 a fitting end to the OM race 21:52:55 poisoned to death on d:2 21:52:55 [disclaimer: there are things in Crawl deserving to go more than halflings, I just come from a Tolkien MUD where one of my trademarks was disparaging hobbits and hobbit fanciers at every step] 21:53:02 <|amethyst> OM mani padme hum 21:53:08 ... which doesn't mean halflings deserve to live, though 21:53:18 it all makes sense now 21:53:42 ontoclasm: that's just probability 21:53:52 (If we get rid of a race, we need to introduce another race!) 21:53:59 (27!!!!! <_<) 21:54:14 I thought the idea was not to have 27 races ever in a release 21:54:21 (perhaps I should dig out that Giant patch and try to improve on it somehow) 21:54:24 surely there are slightly more pressing concerns than looking at adding or removing races 21:54:35 like balancing the new one? 21:55:13 like balancing around the rune-lock? 21:55:15 Or preparing for dungeon-split? 21:55:16 <|amethyst> Lightli: s/one/ones/ 21:55:42 it's easy not to get 27 races into a release 21:55:46 no LO or Dj 21:56:03 well yes I was thinking of those two and that one thing 21:56:04 We could use them as trunk-only races! 21:56:07 Grunt: as for the save break, I've been busy with brother+sister visiting today, sorry for not looking into it really. And it's 5am already. 21:56:32 kilobyte: you and dpeg must compete for fewest hours slept. 21:57:30 bh: not that first results from Formicids are too good: players resent splatting to no escape methods 21:58:19 rPois- is a drag. 21:58:39 shafting can really murder you and is useless on branch ends 21:58:52 bh: I sleep 7-8 hours a day in the middle-term average, it's just it being unpredictable that's what makes you think I'm always here 21:59:05 :) 21:59:08 The potions of curing at the start was a good idea. 21:59:19 especially if a kitteh wakes me up in the middle of the night to get in/out, which is annoyingly frequent 21:59:20 <|amethyst> I get about 5-6 on average 21:59:36 s/ a / the /, I wouldn't survive more than once cat 21:59:42 -!- tenofswords has quit [Quit: leaving] 21:59:46 <|amethyst> was much better when I didn't teach a 9:30 AM class 21:59:48 sounds like me at the peak(?) of sleep disorder when I would sleep a normal amount but *when* was quite random 21:59:50 s/once/one/ 22:00:02 On weekdays I usually get about 3-6. 22:00:19 I still maintain my belief that Dj might be balanced if we turned them into humans with EP 22:00:19 and with that goodnight folks 22:00:46 I've been pulling 8-9 hours (10/11pm - 7am) 22:00:54 bh: they aren't very strong but they laugh at extendedgame 22:01:08 and nohunger is obviously slightly problematic 22:01:23 Do people play mummies since Dj? 22:01:26 I would love to see Dj that just had one wacky bit, like dg 22:01:44 bh: I thought that, but it _seems_ to me mere hunger would mean massive firestorm fests; glow puts a near-hard stop to those 22:01:54 -!- Bloax has quit [Quit: Error: Bloax not found] 22:01:59 sure, do both 22:02:00 current state is far from ideal, though 22:02:22 do folks think nixing LO speed change was a good move? 22:02:32 and even worse, I did not write down my ideas so after the tourney distraction a good part of the plan fell through 22:02:42 probably, yeah 22:02:54 yes 22:02:54 but let's hear from Eronarn about that temperature rebalance 22:03:03 if he wants it back... let's see how it goes 22:03:18 <|amethyst> bh: compared to status quo ante, yes; but if temperature gets rebalanced it might make sense to undo it 22:03:28 * kilobyte thinks the heat aura is the only part that needs to go. 22:03:58 <|amethyst> kilobyte: it's in his repo, it's just that there is a lot of restructuring/refactoring mixed in with it that seemed a little questionable to me 22:04:08 <|amethyst> heat aura needs something done with it 22:04:18 <|amethyst> if things tried to avoid it that would help 22:04:25 too weird with multiple gods wrt friends, abusable for disposing enemies too easily 22:04:38 <|amethyst> but of course avoiding it completely would just make them the most annoying race to play ever 22:04:41 (clearly give the heat aura to, say, fire elementals or orbs of fire instead) 22:04:44 <_< 22:04:54 <|amethyst> OOF Form 22:04:56 <|amethyst> Fire/Tmut 9 22:05:06 !lg . win char=lobe 22:05:06 1. KiloByte the Axe Maniac (L27 LOBe), worshipper of The Shining One, escaped with the Orb and 15 runes on 2013-06-14 23:44:24, with 11468964 points after 144707 turns and 13:19:51. 22:05:21 cleave + heat aura = OMGWTFBBQ level of overpoweredness 22:05:41 (and LO apts push them strongly to axes) 22:05:48 -!- gammafunk has quit [Quit: gammafunk] 22:06:10 <|amethyst> kilobyte: it's not that strong, 2 vs 1 22:06:15 <|amethyst> not like hill orcs 22:06:29 <|amethyst> or merfolk 22:06:38 <|amethyst> (and their respective weapon of course) 22:06:49 Mf could really use +3 polearms 22:07:15 polearms are worse than axes, especially in full games 22:07:20 at least with HO I sometimes use not axes 22:07:45 I have yet to not use axes. 22:07:54 !gamesby xfleury 22:07:55 xfleury has played 6 games, between 2013-10-22 02:19:04 and 2013-10-30 12:44:18, won 3 (50.0%), high score 2921872, total score 8161806, total turns 301752, play-time/day 4:09:34, total time 1d+13:26:12. 22:08:03 !won xfleury 22:08:04 xfleury has won 3 times in 6 games (50.00%): 1xGrFi 1xHOFi 1xMiFi 22:08:06 polearms are not really worse than axes 22:08:21 the heat aura has the same area of effect as cleave (other than the 1 square of blind spot for axes) 22:08:28 <|amethyst> !lg * recent won nrune=15 skill~~(polea|blade|axe|mace|stav) s=skill,sklev 22:08:29 96 games for * (recent won nrune=15 skill~~(polea|blade|axe|mace|stav)): 40x Axes (34x 27, 3x 26, 23, 22, 24), 19x Polearms (18x 27, 25), 18x Maces & Flails (17x 27, 26), 16x Long Blades (10x 27, 2x 26, 2x 24, 22, 25), 3x Staves (3x 27) 22:08:50 BTW, it would be nice if autofight would know about the blind spot and optimize the target 22:08:50 !lg * recent won nrune=15 skill=short_blades s=sklev 22:08:51 No games for * (recent won nrune=15 skill=short_blades). 22:08:53 !won xFleury s=skill 22:08:53 xFleury has won 3 times in 6 games (50.00%): 1xGrFi 1xHOFi 1xMiFi 22:08:54 -!- elliptic has joined ##crawl-dev 22:08:56 !lg * recent won nrune=15 skill~~short 22:08:56 No games for * (recent won nrune=15 skill~~short). 22:08:58 ...heh. 22:09:00 <|amethyst> (presumably the Staff ones were purely for title reasons) 22:09:41 !lg . win s=skill 22:09:42 3 games for xFleury (win): 3x Axes 22:09:45 there we go 22:09:56 xFleury, you're really axeing for it. 22:10:07 !lg . win s=skill 22:10:07 53 games for Lightli (win): 15x Armour, 7x Invocations, 6x Fighting, 5x Dodging, 4x Spellcasting, 3x Axes, 2x Unarmed Combat, 2x Conjurations, 2x Long Blades, Summonings, Maces & Flails, Bows, Stealth, Shields, Earth Magic, Short Blades 22:10:19 <|amethyst> !lg * recent won nrune=15 skill~~(polea|blade|axe|mace|stav) sklev=27 s=skill,race 22:10:19 82 games for * (recent won nrune=15 skill~~(polea|blade|axe|mace|stav) sklev=27): 34x Axes (11x Hill Orc, 8x Minotaur, 5x Lava Orc, 4x Demonspawn, 3x Deep Dwarf, 2x Gargoyle, Naga), 18x Polearms (11x Merfolk, 2x Centaur, 2x Djinni, Demonspawn, Minotaur, Lava Orc), 17x Maces & Flails (7x Ogre, 6x Gargoyle, 3x Minotaur, Demonspawn), 10x Long Blades (3x Djinni, 3x Minotaur, 2x Demigod, Demonspawn, Ce... 22:10:20 I'm more of an invulnerable kind of guy 22:10:20 !lg . won s=sk 22:10:20 19 games for Grunt (won): 2x Stealth, 2x Invocations, 2x Axes, 2x Unarmed Combat, 2x Fighting, Bows, Necromancy, Transmutations, Air Magic, Long Blades, Polearms, Summonings, Fire Magic, Maces & Flails 22:10:24 changing how autofight works with cleave would be bad imo 22:10:31 Mf will still be one of the strongest races with +3 polearms, I just want it to be a bit more likely to use other weapon types if I find them soon enough. (this will apply more to backgrounds that don't start with weapon choice, of course) 22:10:33 you generally still want to target the most dangerous foe 22:10:45 !log . kobe won 22:10:46 1. Lightli, XL27 KoBe, T:118826: http://crawl.akrasiac.org/rawdata/Lightli/morgue-Lightli-20120701-041631.txt 22:10:54 (Did I really do two UC games? I only remember one.) 22:10:58 !lg . sk~~unarmed won s=char 22:10:59 2 games for Grunt (sk~~unarmed won): TrWz, DrMo 22:11:01 ...oh, duh. 22:11:15 Didn't the short blade title get changed anyways? 22:11:30 <|amethyst> !title sbl 22:11:33 sbl: cannot understand sbl. 22:11:37 !title short_blades 22:11:41 short_blades: Cutter (2-7), Slicer (8-14), Swashbuckler (15-20), Blademaster (21-26), Cutthroat (21-26), Politician (27), Eviscerator (27) 22:12:12 why does it have 2 titles 22:12:20 old and new ones 22:12:24 k 22:12:41 -!- ussdefiant has joined ##crawl-dev 22:12:44 <|amethyst> maybe it should mark the old ones with * 22:12:55 <|amethyst> !apt om 22:12:56 Could not understand "om" 22:13:07 <|amethyst> no, it's not apt 22:13:17 !apt gr 22:13:18 Gr: Fighting: 1, Short: -1, Long: -1, Axes: -1, Maces: 1, Polearms: -1, Staves: 1, Slings: -1, Bows: 0, Xbows: 0, Throw: 0, Armour: 1, Dodge: -2, Stealth: 2, Shields: 1, UC: 1!, Splcast: -1, Conj: 1, Hexes: -1, Charms: -1, Summ: -1, Nec: -2, Tloc: -1, Tmut: -2, Fire: 0, Ice: 0, Air: -2, Earth: 2, Poison: 0, Inv: 1, Evo: 0, Exp: 0, HP: -2, MP: 0 22:13:20 <|amethyst> there's some command in Henzell that marks obsolete races with * 22:13:20 Sure it is. 22:13:25 !wtf omar 22:13:26 Ogre-Mage* Artificer 22:13:28 <|amethyst> aha 22:13:29 |amethyst: ^ 22:13:40 (did those two ever exist at the same time?) 22:13:42 !lg * omar 22:13:43 No games for * (omar). 22:14:05 !lg * race=~ogre s=race 22:14:07 70452 games for * (race=~ogre): 66163x Ogre, 4289x Ogre-Mage 22:14:19 <|amethyst> !lg * ogre 22:14:21 397. Elynae the Cudgeler (L1 OgRe), quit the game on D:1 (lemuel_entry_muddy) on 2011-12-11 16:15:56, with 21 points after 307 turns and 0:00:53. 22:15:18 <|amethyst> !wtf fopr 22:15:19 Formicid Priest* 22:15:30 The one that I'm kind of sad about is 22:15:31 !lg * tere 22:15:32 No games for * (tere). 22:15:48 <|amethyst> !lg * kere 22:15:49 1123. johnnyzero the Ruinous (L3 KeRe), slain by a worm on D:3 on 2011-12-13 19:55:05, with 218 points after 2654 turns and 0:06:23. 22:15:59 <|amethyst> not the same though 22:16:04 Indeed. 22:16:10 <|amethyst> clearly, bring back reaver 22:16:29 !wtf gnre 22:16:30 Gnome* Reaver* 22:16:33 it will allow fore 22:17:17 if we bring back reaver we can all play grgr 22:17:53 (Thought of the moment: Ko is an iconic early game monster; Ha is only a monster in a handful of vaults) 22:17:54 <|amethyst> !lg * grgl 22:17:55 1208. neops the Poker (L4 GrGl), slain by a giant gecko on D:2 on 2013-11-10 03:54:08, with 113 points after 1152 turns and 0:02:52. 22:18:15 <|amethyst> Grunt: the most prominent of which also has kobolds! 22:18:21 |amethyst: exactly! 22:18:36 -!- kekekela has quit [Quit: Page closed] 22:19:38 <|amethyst> How about: rename Halfling -> Hobbit because we don't like D&D renames (viz. Kenku). Then remove Hobbit because we don't want to copy Tolkien 22:19:52 <|amethyst> viz. Mountain Dwarf 22:19:52 (squash the two commits IMO) 22:20:03 and because of a conflict with hill orcs 22:20:13 <|amethyst> Perfect 22:20:18 <|amethyst> exactly the same as MD 22:20:25 I'd rather not remove one of only two species of that size 22:20:35 while you're breaking save compat, rename VM to poison elementalist so we can have HOPE 22:21:06 Sorry rchandra - you know we're all pretty hopeless around here. 22:21:10 rchandra: you should have used the word "change" there, you know 22:21:26 because Tzeenth 22:21:32 <|amethyst> elliptic: hm... I guess octopodes have to be medium because of constriction 22:21:35 Ha is quite well differentiated from other species 22:22:16 I agree the flavor is bad and I'd be happy to see it renamed to something else, maybe with other tweaks too 22:22:35 (This flavour tastes terrible.) 22:22:41 Grunt: <3 22:22:44 <|amethyst> elliptic: Mini Dwarves 22:23:00 but gameplay-wise I think Ha is good for crawl 22:23:01 maybe we could just push kobolds and halflings further apart 22:23:05 small elves 22:23:07 like we did with mi and HO 22:23:10 * Grunt pushes ontoclasm. 22:23:11 <|amethyst> ontoclasm: they're not all that close anymore 22:23:15 ontoclasm: we already did that, and they already are quite far apart really 22:23:21 no, i agree, they're different 22:23:45 more pushes are fine but we might as well combine that with a rename/reflavor since that seems to be the main complaint about them really 22:24:13 but they're still both stealthy, good at dodging and stabbing and ranged combat and short blades 22:24:22 kilobyte: I don't understand the change/tzeenth comment and google isn't helping much 22:24:24 and mediocre at magic 22:24:42 Ha is downright awful at a lot of magic 22:24:42 !apt ko 22:24:42 !apt ha 22:24:42 Ko: Fighting: 1, Short: 3!, Long: -2, Axes: -1, Maces: 0, Polearms: -2, Staves: -1, Slings: 2, Bows: -1, Xbows: 2!, Throw: 3!, Armour: -2, Dodge: 2, Stealth: 4, Shields: -2, UC: 0, Splcast: -1, Conj: -1, Hexes: 0, Charms: -2, Summ: 0, Nec: 0, Tloc: 0, Tmut: -1, Fire: 0, Ice: 0, Air: 0, Earth: 0, Poison: 0, Inv: 1, Evo: 3, Exp: 1!, HP: -2, MP: 0 22:24:43 Ha: Fighting: -1, Short: 3!, Long: 0, Axes: -1, Maces: -2, Polearms: -3*, Staves: -2, Slings: 4!, Bows: 2, Xbows: -1, Throw: 3!, Armour: -2, Dodge: 2, Stealth: 4, Shields: 1, UC: -2*, Splcast: -3, Conj: -2, Hexes: -1, Charms: 1, Summ: -1, Nec: -2, Tloc: 1, Tmut: -4*, Fire: 0, Ice: 0, Air: 1, Earth: 0, Poison: -1, Inv: 1, Evo: 2, Exp: 1!, HP: -1, MP: 0 22:24:43 !apt ha 22:24:44 Ha: Fighting: -1, Short: 3!, Long: 0, Axes: -1, Maces: -2, Polearms: -3*, Staves: -2, Slings: 4!, Bows: 2, Xbows: -1, Throw: 3!, Armour: -2, Dodge: 2, Stealth: 4, Shields: 1, UC: -2*, Splcast: -3, Conj: -2, Hexes: -1, Charms: 1, Summ: -1, Nec: -2, Tloc: 1, Tmut: -4*, Fire: 0, Ice: 0, Air: 1, Earth: 0, Poison: -1, Inv: 1, Evo: 2, Exp: 1!, HP: -1, MP: 0 22:24:45 not just mediocre 22:24:54 <|amethyst> rchandra: misspelled "Tzeentch" 22:24:58 hi 22:24:58 <|amethyst> rchandra: http://warhammer40k.wikia.com/wiki/Tzeentch 22:25:06 like... why not switch ha's dodge/armour apts or something 22:25:30 <|amethyst> ontoclasm: or kobolds' 22:25:39 yeah, or that 22:25:47 * Grunt envisions a heavily armoured crossbow-wielding kobold. 22:26:03 -!- DrinkMachine has quit [Quit: Leaving] 22:26:11 makes sense, monster kobolds like to wear d:1 plate armour 22:26:17 good stealth bad dodge sounds like a tough combo 22:26:19 halflings have significantly higher dex than kobolds 22:26:22 for the record 22:26:32 http://th07.deviantart.net/fs25/PRE/f/2008/184/1/2/Kobolds_by_SC4V3NG3R.jpg 22:26:34 maybe they should just become an antimagic-flavour race 22:26:57 * Grunt envisions something with base antimagic melee. 22:27:13 elliptic: why does automagic range calculation need to use range^2+1 instead of range^2? i thought circleLOS handles all the funny edge things, and vehumet's bonus is included in the range return to lua 22:27:27 rchandra: more like a particular US president, to be exact 22:27:37 but then, chaos gods tend to be nicer people than those 22:27:43 Naruni: it needs to use range^2+1 because that's what circleLOS uses 22:27:48 (hm, I remember having a vague notion of blue ugly things with antimagic melee and magic immunity at some point) 22:28:00 <|amethyst> Naruni: with just range^2 you end up with "points" 22:28:05 <|amethyst> * 22:28:07 <|amethyst> *** 22:28:10 <|amethyst> ** ** 22:28:11 <|amethyst> *** 22:28:12 <|amethyst> * 22:28:14 -!- Kalir has quit [Changing host] 22:28:33 <|amethyst> range^2+1 gives something a little rounder 22:28:43 (FR: squarelos) 22:28:58 ellipticlos 22:29:14 surely you mean ellipselos 22:29:24 * kilobyte ponders a game with the LOS of a hyperbole. 22:29:25 hyperboliclos 22:29:25 <|amethyst> möbiuslos 22:29:28 ok i can make that adjustment, i've addressed all the other issues you brought up 22:29:30 kleinlos 22:29:35 yes, taking into account the rectangular cells of ascii 22:30:09 hyperrogue uses circlelos, which is only a bit weird there, compared to the rest of its geometry. 22:30:10 * geekosaur tries to imagine a game with hyperbolic geometry instead of an Euclidean plane 22:30:26 geekosaur: it exists 22:30:26 geekosaur: hyperrogue! 22:30:29 geekosaur: go play hyperrogue! Now! 22:30:35 <|amethyst> wertlos 22:30:52 and it's just... sick. 22:31:17 i always thought hyperbolic geometry would be a great way to do minimaps 22:31:18 I wouldn't say hyperrogue uses circlelos 22:31:25 I've managed to find a number of degenerate tactics, but not even win 22:31:30 since you can fit literally the entire world onto a circle 22:31:40 ??hyperbolic geometry 22:31:41 I don't have a page labeled hyperbolic_geometry in my learndb. 22:31:44 but local things are much more zoomed in 22:31:46 elliptic: it fits the usual definition of a "circle" 22:32:09 or rather, both the intuitive and mathemathical definitions 22:32:25 which doesn't keep it from still being weird, though 22:32:31 weirdlos 22:32:36 square LOS is best LOS. 22:33:26 * kilobyte goes back to speeding up iterators by not making them go through an object that supports both circles and squares. 22:33:41 kilobyte: iterative improvement? 22:34:02 fr: god who makes LOS approach a square with increasing piety 22:34:31 Grunt: not really, it takes a lot of coding to untangle the foul thing, but once it's ready, the real rewrite is small 22:34:33 rchandra: include it in ash 22:34:54 kilobyte: that was supposed to be a joke :( 22:34:56 -!- myrmidette has quit [Quit: Page closed] 22:35:01 iterator, iterative... 22:35:10 Grunt: yeah, but it was a reasonable question too 22:35:11 Grunt: the code recurses! 22:35:24 Grunt: and misinterpreting things is my duty 22:35:29 You're programming skills are now fully bound. 22:35:29 1learn add kilobyte 22:35:30 <_< 22:35:37 wheals: reskill to C++ 22:35:39 dammit, _your_ 22:35:40 fr dpeg as a god 22:35:48 ontoclasm: abilities? 22:36:03 neh, DracoOmega, just to piss off some children... 22:36:17 to gain piety you have to patch the game 22:36:31 and add oklob+glass vaults 22:36:40 -!- ackack has quit [Ping timeout: 245 seconds] 22:36:43 -!- quazi has quit [Quit: Page closed] 22:36:48 Vitrify as a low level ability, Summon Oklob as a slightly higher level one. 22:36:58 (todo: improve the latter - too much Fedhas overlap) 22:38:11 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:38:33 -!- Bcadren has quit [Quit: Clap on! , Clap off! Clap@#&$NO CARRIER] 22:39:28 we already have items of Plo[o]g 22:39:47 !lg * killer~~Plog 22:39:48 No games for * (killer~~Plog). 22:39:49 :( 22:39:53 !lg * ikiller~~Plog 22:39:57 1. awizardirl the Dwarven Barricade (L27 MDFi), worshipper of Nemelex Xobeh, mangled by a Shadow Fiend (summoned by Plog) on D:19 on 2011-06-21 22:11:49, with 936131 points after 196801 turns and 21:11:36. 22:39:59 ...there! 22:40:16 !lg * ikiller~~Plog -tv 22:40:21 1. awizardirl, XL27 MDFi, T:196801 requested for FooTV (telnet://termcast.develz.org or http://termcast.develz.org). 22:40:35 Grunt: 22:40:39 !lg * vmsg~~plog 22:40:43 2. BirdoPrey the Covert (L9 OpAs), worshipper of Kikubaaqudgha, hit from afar by an orc knight (+7,+5 spear "Plog Ame") in Bailey (bailey_axe_4) on 2011-07-08 05:04:48, with 2943 points after 9354 turns and 0:32:20. 22:40:59 the weird thing is that that isn't even a real plog 22:41:25 I was looking for Plog the pandemonium lord <_< 22:41:25 Grunt: how did he get a panlord on D:19? 22:41:29 bh: orb run 22:41:39 ah. pre-orb halo? 22:41:44 Yes. 22:43:53 -!- badplayer has joined ##crawl-dev 22:44:36 If I make a change locally in my source tree to a .des file, how can I make my game recognize it when I re-run "crawl" ?? make doesn't seem to be rebuilding anything, and &L doesn't seem to see my new vault? 22:45:07 badplayer: are you installing Crawl somewhere, or just running it from the source directory? 22:45:16 running it from source 22:45:22 Do you have a saves/ directory? 22:45:35 yes 22:45:41 Do you have a saves/des/ directory? 22:45:47 why yes 22:45:54 Remove everything in there and start crawl again. 22:45:58 <|amethyst> well 22:46:10 <|amethyst> if you're changing one vault you can just remove the three files for its source file 22:46:18 That too. 22:46:24 do I need to rebuild? 22:46:28 No. 22:46:42 -!- Stossel has quit [Quit: Page closed] 22:46:43 <|amethyst> no, it will rebuild the cache automatically next time you run crawl 22:46:47 Is there a faster way to iteratively test vaults? or will I have to clean that directory after every local modification? 22:46:56 <|amethyst> normally you shouldn't have to 22:47:01 restart the game 22:47:03 yeah, i don't have to do that 22:47:07 <|amethyst> make sure the times stamps aren't funny 22:47:11 <|amethyst> s/s // 22:47:19 ok I'll give it a shot, thanks for the advice 22:47:24 maybe see if the folder is read-only or has some sort of weird ownership thing 22:47:48 badplayer: just remove the files corresponding to whatever .des you're editing :) 22:48:03 Grunt: to get a crash 22:48:15 <|amethyst> oh, you do have to remove them all? 22:48:16 kilobyte: hm? 22:48:39 changing stuff under a running game is a good way to find bugs in the des cache 22:48:45 -!- elliptic has quit [Ping timeout: 245 seconds] 22:48:47 <|amethyst> oh right 22:48:54 <|amethyst> yes, you have to quit crawl 22:48:56 it doesn't keep the files open 22:48:58 <|amethyst> < badplayer> If I make a change locally in my source tree to a .des file, how can I make my game recognize it when I re-run "crawl" ?? 22:49:11 <|amethyst> note the second-to-last word 22:49:28 right 22:49:43 bloax provided these: https://dl.dropboxusercontent.com/u/1000017/crawl/icecave.png 22:49:51 badplayer: you shouldn't need to do anything besides restarting crawl 22:49:54 any thoughts? 22:49:57 <|amethyst> any idea what other than FS timestamp problems could cause that? 22:50:06 ontoclasm: the walls? 22:50:09 ontoclasm: the floor tiling is very harsh 22:50:09 and the floor 22:50:16 yeah, the floor isn't really doing it for me 22:50:25 <|amethyst> ontoclasm: bloax also posted a formicid tile a while ago 22:50:29 The floor needs to tile better, yes. 22:50:29 yeah, i saw it 22:50:40 The walls look too... 22:50:45 <|amethyst> I kind of like the floor, but I don't know about as snow 22:50:45 ...can't put my finger on the issue I have. 22:50:54 would something like multi-layer sprites help us blend out some of the obvious tiling? 22:50:58 <|amethyst> the walls remind me of Ice Climber or some shit 22:51:16 that game was great 22:51:22 well, i can grind the tiling out of stuff if i put my mind to it 22:52:01 I suspect no one would be in favor of using canvas pixel pushing to generate tiles? 22:52:08 you just find the bits that catch your eye, and then smooth them out 22:52:23 canvas? 22:52:25 bh: might take too much work in the game itself (especially for webtiles), but if we generate a few tens of tiles at build time... 22:52:43 procedurally generated tiles might be neat for some things 22:52:57 -!- CKyle has joined ##crawl-dev 22:52:59 ontoclasm: this might melt your computer depending on what you're running: http://techhouse.org/~brendan/index.html 22:53:26 it's rendering a function into a swap space and then copying the contents to static grid tiles 22:53:35 <|amethyst> ontoclasm: yeah, if you did it at compile time it wouldn't be all that different run-time from what we currently do with door tiles 22:53:47 <|amethyst> ontoclasm: or, where appropriate, by hand even 22:53:51 bh: ah, neat 22:54:15 |amethyst: I'd be loathe to roll our own language for procedurally generated graphics. 22:54:27 the effort to compile/run some subset of GLSL is probably awful too 22:54:34 <|amethyst> I wasn't thinking procedurally generated exactly 22:54:59 <|amethyst> mostly stuff like having the shiny part where adjacent to floor 22:55:08 -!- elliptic has joined ##crawl-dev 22:55:08 <|amethyst> and not where adjacent to other walls 22:55:11 ah 22:55:34 this internet is really bad 22:55:46 |amethyst: could probably be done somehow 22:55:47 elliptic: I did not wreck the internet 22:55:51 elliptic: get a better internet then? 22:55:58 <_< 22:56:02 SamB: why not? sounds like a good idea 22:56:57 your undersea lair should tap into the international cables more directly 22:57:28 You can get a fiber optic cable tap that only introduces ~3dB in noise! 22:57:30 elliptic uses a system of trained mice with telegraph keys 22:57:47 unfortunately this hotel does not have as good an internet connection as my underwater lair, yes 22:57:50 that manually tap the binary code into the wires 22:57:56 apparently elliptic is in hawaii? 22:57:57 I saw a fun paper where the authors recommended burying sensitive cables in concrete 22:59:51 -!- hyperbolic has joined ##crawl-dev 23:00:03 (time for some internet-related hyperbole) 23:00:23 -!- elliptic has quit [Read error: Connection reset by peer] 23:00:37 -!- hyperbolic is now known as elliptic 23:00:43 elliptic: are you in Hawaii 23:00:45 no 23:00:51 weird 23:00:56 google lied to me! 23:01:01 !send Hawaii ophanim 23:01:02 Sending ophanim to Hawaii. 23:01:12 I was born there but haven't been back since I was like, 2 23:01:20 ring of rPois does not ID properly with Fo by Grandiloquent Gentleman 23:01:20 !send Hawaii ophanim back 23:01:21 Sending ophanim back to Hawaii. 23:01:25 ...there! 23:01:27 <_< 23:02:32 -!- N78291 has quit [Quit: null] 23:02:42 internet says elliptic is in San Diego 23:02:54 close enough 23:03:14 Tijuana? 23:03:54 I guess maybe technically I'm in san diego still 23:04:01 Sprint: Tijuana -- You wake up in Tijuana. You don't know how you got there. Maybe if you find the Orb of Zot, your hangover will go away. 23:04:45 I lived in San Diego for a few years too 23:04:54 elliptic, are you trying to discover my origin story 23:05:52 3 years in los penasquitos 23:08:56 -!- CKyle has quit [Quit: CKyle] 23:09:25 -!- elliptic has quit [Ping timeout: 248 seconds] 23:15:44 elliptic is secretly ophanim from a parallel universe. 23:18:17 -!- MaxFrost has quit [Ping timeout: 240 seconds] 23:19:12 -!- Zifmia has quit [Quit: Wrong button bad with computers] 23:19:33 -!- ProzacElf has joined ##crawl-dev 23:27:43 -!- Ipsum has quit [Ping timeout: 272 seconds] 23:30:58 -!- st_ has quit [Read error: Connection reset by peer] 23:31:22 -!- st_ has joined ##crawl-dev 23:33:29 -!- CKyle has joined ##crawl-dev 23:39:49 -!- xFleury has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332]] 23:40:29 -!- bonghitz has quit [Quit: Leaving...] 23:46:27 -!- Pepe has quit [Ping timeout: 272 seconds] 23:47:40 elliptic: Come on, I played Crawl while I was on vacation in Austria. 23:48:37 ??circlelos 23:48:37 I don't have a page labeled circlelos in my learndb. 23:50:03 In a des file, how can I say on squares marked with 'k', 50% chance of floor, 40% chance of kobold, 10% chance of big kobold, but guarantee that no more than one big kobolds are created? 23:50:21 Lightli: why bother going to Austria? 23:50:39 It was part of an Italy trip 23:50:51 rather -- what were you doing playing Crawl!? 23:50:54 badplayer: NSUBST one k to K 23:51:19 then SUBST k to floor weight:5/kobold weight:4 23:51:38 <|amethyst> but that guarantees 1 K 23:51:38 and K to also allow a big kobold 23:51:53 SUBST K to floor/kobold/big kobold 23:51:59 with appropriate weights 23:52:17 that gives you a max of 1 big kobold, which will show up 10% of the time 23:52:27 pretending to be too exhausted to go to boring museums. But this is off topic 23:52:56 <|amethyst> badplayer: SUBST: k = .:50 1:40 2:10 NSUBST: 2: 1:2 / *:1 23:53:11 that also works 23:54:13 thanks 23:55:40 -!- ProzacElf has quit [Ping timeout: 264 seconds]