00:00:03 -!- omarax has quit [Remote host closed the connection] 00:00:12 I'll play with it 00:01:11 Unstable branch on underhound.eu updated to: 0.18-a0-775-g4d9e04e (34) 00:02:36 mm 00:02:38 I'm looking at this 00:02:40 and 00:02:50 reading about the "listener" hook 00:03:00 which seems like what I would use here 00:03:13 -!- kazimuth has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 00:03:14 -!- ussdefiant_ has joined ##crawl-dev 00:07:20 <|amethyst> FR: there is no 0.19 00:07:44 <|amethyst> instead, on September 19, 2016, we release Dungeon Crawl Stone Soup 1.0.0 00:08:03 <|amethyst> the first digit is a decade counter, you see 00:11:17 |amethyst: only if we have 27 gods and 27 species then 00:11:38 -!- kazimuth has quit [Client Quit] 00:11:41 <|amethyst> !lg * playable x=cdist(job) 00:11:46 4567804 games for * (playable): cdist(cls)=24 00:12:01 <|amethyst> I think job is the one that will need the most work 00:12:13 <|amethyst> !lg * recent playable x=cdist(crace) 00:12:16 1070774 games for * (recent playable): cdist(crace)=26 00:12:17 <|amethyst> !lg * recent playable x=cdist(god) 00:12:19 1070774 games for * (recent playable): cdist(god)=24 00:12:36 <|amethyst> oh, I guess god is slightly behind, since the 24 includes no god 00:13:08 yes 00:13:52 <|amethyst> and I guess it's less *work*, even if is might be harder to come up with distinct jobs than distinct gods 00:14:02 <|amethyst> s/is might/might/ 00:14:24 <|amethyst> could always add slime knight 00:14:41 man 00:14:50 it used to be about half the gods were possible start choices 00:14:54 -!- Kalir has quit [Changing host] 00:15:10 I think starting gods are disliked these days 00:15:24 <|amethyst> and early jiyva :) 00:15:32 (TSO, Ely, Zin, Beogh, Makhleb, Lugonu, Xom, Trog, Kiku, and Yred; also the april fools joke with Nem) 00:15:42 <|amethyst> maybe the dislike will overflow back to like 00:15:59 now only Lugonu, Xom, and Trog are left 00:16:00 !lg * dgjr nem 00:16:02 27. buttmutaskillrobin the Fortune-Teller (L5 DgJr of Nemelex Xobeh), hit from afar by Uhonalaq the merfolk (tomahawk) (created by the player character) on D:2 on 2015-03-26 23:13:50, with 202 points after 2373 turns and 0:08:39. 00:16:12 |amethyst: you can't skip 0.27!!!! 00:16:30 <|amethyst> we make 0.18 0.17 then 00:16:31 <|amethyst> err 00:16:35 <|amethyst> make 0.18 0.27 00:17:24 -!- elliptic has joined ##crawl-dev 00:17:49 -!- Cacophony has quit [Quit: oh no am scare] 00:18:10 I was thinking more like Stone Soup 0.27 (in the future) Highlights Remove Crawl 00:18:47 %git 6e173f8 00:18:47 07|amethyst02 * 0.17.0-28-g6e173f8: Mention animated undead expiry in the changelog (Nekoatl) 10(3 weeks ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/6e173f8b169d 00:19:13 so the commit counter starts over after release? surprised that's only 28 00:19:29 <|amethyst> that's git-describe 00:19:38 also thats on the 0.17 branch 00:19:40 <|amethyst> the number is how many commits since the most recent tag 00:19:51 oh. that's a git thing? not a dcss thing? 00:20:04 ty. never knew that 00:20:12 gammafunk: success 00:20:12 <|amethyst> "most recent" as in commit ancestry, not date 00:20:12 but 00:20:25 I found a bug in our dlua in the process :) 00:21:08 <|amethyst> johnstein: yeah, you can even do git show 0.17.0-28-g6e173f8 00:21:43 03Grunt02 07* 0.18-a0-776-g7a8d288: dlua: Make sure triggerables pass themselves to listeners properly. 10(55 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/7a8d288286e5 00:21:46 that's pretty neato. ty. (that could be useful at work) 00:22:15 -!- Lawman0 has quit [Ping timeout: 245 seconds] 00:22:32 gammafunk: http://sprunge.us/MIXL 00:22:52 yessss 00:23:03 there are some more nuances to it 00:23:20 in particular you could probably check against the current cloud type 00:23:21 and 00:23:35 you probably don't want to call the listener every turn 00:23:46 yeah 00:24:10 hrm, do I save a turn in my listener table thing 00:24:19 there's a better way to do that 00:24:22 and check against a cutoff for turns passed? 00:24:49 gammafunk: what's the behaviour you want from this 00:25:03 basically it exposes the golem to one set of clouds 00:25:08 "one test in the experiment" 00:25:14 and then cycles to another type? 00:25:16 then after a bit, to another type of clouds 00:25:16 is it a fixed cycle? 00:25:25 of cloud types? could be random 00:25:25 or just whatever 00:25:27 k 00:25:30 well sorry 00:25:33 the code as written can probably do that then :) 00:25:36 the cloud types are a fixed set 00:25:42 like no damaging ones 00:25:46 I'm just trying to figure out the best way to implement what you need 00:25:59 yeah, I can store them in an array 00:26:06 and use rand number as an index 00:26:10 probably just need to add a check for the right trigger type 00:26:17 so that it doesn't fire every turn 00:26:24 and then pick based on the array and it'll be good 00:26:55 oh I see, triggerer 00:27:21 %git 0.15.2 00:27:21 07gammafunk02 * 0.15.2: 0.15.2 changelog 10(1 year, 2 months ago, 1 file, 14+ 0-) 13https://github.com/crawl/crawl/commit/9b7472d89d3a 00:27:45 amazing...best changelog commit every...10/10 00:27:51 *ever 00:28:13 and since that's a tagged commit, there's no number or git SHA in the version 00:28:18 right? 00:28:22 "A changelog that will change your life." -Wall Street Journal 00:28:22 <|amethyst> right 00:28:22 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.18-a0-775-g4d9e04e (34) 00:28:23 well non displayed 00:28:32 but a git sha does exist for it, of course 00:28:38 %git 9b7472d89d3a 00:28:38 07gammafunk02 * 0.15.2: 0.15.2 changelog 10(1 year, 2 months ago, 1 file, 14+ 0-) 13https://github.com/crawl/crawl/commit/9b7472d89d3a 00:28:40 yea 00:28:43 in fact one exsts for the tag itself even? 00:28:53 which is different from the commit it tags 00:28:55 are they annotated tags? 00:28:57 since it's an annotated tag 00:29:02 yeah use git show 0.15.2 00:29:05 to read it 00:29:40 <|amethyst> to see the full version on the commit, use git describe --long 00:29:47 <|amethyst> $ git describe --long 0.15.2 00:29:47 <|amethyst> 0.15.2-0-g9b7472d 00:29:56 <|amethyst> %git 9b7472d 00:29:56 07gammafunk02 * 0.15.2: 0.15.2 changelog 10(1 year, 2 months ago, 1 file, 14+ 0-) 13https://github.com/crawl/crawl/commit/9b7472d89d3a 00:30:07 here we go 00:30:14 http://sprunge.us/VDTF 00:30:29 neato 00:31:21 nice, is delay related to the countdown trigger type at all? 00:31:31 <|amethyst> Grunt: hm, isn't there one too many -1 there ? 00:31:42 I think there's documentation about that trigger 00:31:52 |amethyst: hm, you're probably right 00:32:12 <|amethyst> Grunt: #cloud_types - 1 is 2, so crawl.random2 gives 0 or 1 which gets +1ed to 1 or 2 00:32:52 hrm, I wonder if I can just do like _G["cycle_cloud_type"] 00:32:54 http://sprunge.us/LWQD 00:33:05 guess that's what that little global_function() thing is doing 00:33:23 gammafunk: "delay" is aut between fires of the fog machine 00:33:31 gammafunk: you can use delay_min and delay_max instead to have it be variable 00:33:36 -!- ussdefiant_ has quit [Read error: Connection reset by peer] 00:33:37 (the code *should* be robust enough to handle that) 00:33:44 oh 00:33:48 yeah so 00:33:58 I just change the type and I don't need to worry about firing the fog machine here 00:34:03 so it should all just work I guess 00:34:05 ya 00:34:26 the code in the if block should only fire once per fog machine trigger 00:34:38 -!- ussdefiant_ has joined ##crawl-dev 00:34:38 so if you want Pakellas to offer commentary, you could put it inside that if block <.< 00:34:54 yeah I guess I'm only worried that I'll change cloud type 00:35:01 before a cloud type gets fired by the machine 00:35:10 if this is every turn as you say 00:35:36 the "if" block there should only trigger its contents once every time the fog machine fires 00:35:50 ahhh 00:36:19 heh 00:36:26 -!- nef has quit [Quit: Page closed] 00:36:59 the fog machine dog is kind of unclear as to how listener works 00:37:06 maybe I should improve this 00:37:07 er doc, not dog 00:37:07 dog... 00:37:08 <|amethyst> ARF! 00:37:09 fog dog 00:37:17 new name for smoke demons? 00:37:27 <|amethyst> FR: dogcow 00:37:33 how now dog cow 00:38:07 <|amethyst> Clarus bites! You feel a moof. 00:38:14 johnstein: don't become a dev, people just make fun of your typos and are mean all the time 00:38:30 At least pakellas appreciates me... 00:38:46 ??pakellas reasons 00:38:47 pakellas reasons[1/7]: You look like this: http://i.imgur.com/iL7ef.jpg 00:39:57 I tried to think of other things like having a lightning spire keep zapping something 00:40:11 oh, a lightning spire zapping an electric golem? 00:40:18 ha 00:40:19 would be amusing 00:40:21 <|amethyst> @??flesh golem 00:40:22 flesh golem (058) | Spd: 7 | HD: 15 | HP: 123-149 | AC/EV: 15/3 | Dam: 35 | 11non-living, 10doors, unbreathing, 07vault | Res: 13magic(immune), 04fire+++, 12cold+++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 805 | Sz: Large | Int: brainless. 00:40:55 confused flesh golem with a neutral lightning spire zapping it 00:40:56 gammafunk: don't worry. I barely know C++ (well, at least the fancy stuff that crawl uses) 00:40:57 <.< 00:41:10 -!- Alcopop has quit [Ping timeout: 252 seconds] 00:41:10 -!- Jessika has quit [Ping timeout: 252 seconds] 00:41:14 that's more of an Ash thing? 00:41:21 ? 00:41:35 thought you meant like some kind of BSDM 00:41:50 . . . 00:42:01 learn add Ashenzari 00:43:09 no, that would be something zapping Chuck the Daemon >.> 00:43:26 just put a corpse between two lightning spires 00:44:11 ...named Abby? 00:44:33 -!- tedric has joined ##crawl-dev 00:47:18 -!- Evablue has quit [Quit: Evablue] 00:50:31 -!- yottam has quit [Ping timeout: 252 seconds] 00:51:32 -!- Placid has quit [Quit: Page closed] 00:55:32 i just did new-orc for the first time. certainly a lot more interesting than the old orc 00:55:36 :) 00:56:04 what are the details of how you changed it? is orc:1 like the old orc:2, and orc:2 is like the old orc:4, or something more complicated? 00:56:16 orc:2 is basically old orc:4 00:56:16 but 00:56:28 well 00:56:40 monster generation is basically flat throughout the branch, so talking about depth is meaningless 00:56:49 i see 00:56:50 that having been said, the change I did make is to remove plain orc bands 00:57:17 so uncommon enemies are probably slightly less uncommon! 00:57:23 (did you face anything unusual?) 00:57:29 i came upstairs from orc:2 to the disconneced half of orc:1, to see 33 orcs of various flavours, including an orc warlord 00:57:40 this sounds like one of gammafunk's playthroughs 00:58:02 -!- neunon has quit [Quit: ZNC - http://znc.in] 00:58:18 trying to stairdance a bunch of mighted orc warriors was a pretty bad idea 00:58:25 anyway hopefully Elf will be interesting soon too 00:58:25 -!- destroythecore has quit [Read error: Connection reset by peer] 00:58:35 yeah i ran into my first new elf mage too 00:58:38 on like D:9 00:58:44 I like where elementalists are going and if fighters are going away perhaps the "popcorn" feel of the lesser elves will go away too 00:58:57 an elf mage on D:9 00:59:00 did you kill it? 00:59:03 yeah orc felt a bit more sparse, but the bands were cruncier 00:59:03 i did 00:59:04 <|amethyst> still need a dwarf branch 00:59:07 *crunchier 00:59:10 !send Dwarf |amethyst 00:59:11 Sending |amethyst to Dwarf. 00:59:12 <|amethyst> but I guess that means we need dwares that heal 00:59:15 i was really scared of him because he was red, but he like...chose to cast no spells 00:59:33 so OTR + potion petition + tab took care of him 00:59:39 &dump 00:59:41 http://crawl.akrasiac.org/rawdata/hyperamalloy/hyperamalloy.txt 00:59:50 yeah, D:9 01:00:05 -!- omarax has quit [Remote host closed the connection] 01:00:14 -!- neunon has joined ##crawl-dev 01:00:29 %git f1909d2 01:00:29 07gammafunk02 * 0.15-a0-1714-gf1909d2: objstat: Item and monster generation statistics 10(1 year, 6 months ago, 14 files, 1208+ 57-) 13https://github.com/crawl/crawl/commit/f1909d296759 01:00:41 Grunt: if you are interested in more visceral feedback i will have videos of both of those encounters up sometime soonish; i can !tell you a link if you want 01:00:56 <|amethyst> hm 01:01:00 bummer. no objstats for 0.14 01:01:18 <|amethyst> their HD was increased, but the overall spell frequency was only increased slightly 01:01:50 <|amethyst> they went from 55-56 to 60 total spell weight 01:02:45 <|amethyst> excluding blink they probably cast less than they used to 01:03:36 talking about deep elf mages? 01:04:39 <|amethyst> yeah 01:05:05 -!- Kalir has quit [Ping timeout: 272 seconds] 01:05:25 -!- Gorgo has quit [Quit: This computer has gone to sleep] 01:05:47 he blinked a lot but actually cast zero other spells. i assume it was just lucky rolls for me 01:06:15 i never even found out what his spellset was 01:06:44 <|amethyst> hm 01:07:12 <|amethyst> I guess even lightning bolt mage would cast against you 01:07:33 <|amethyst> since rElec isn't immunity 01:07:54 <|amethyst> and draining mage would have summoned 01:08:48 <|amethyst> (well, also monster seem to ignore immunities? or at least kobolds keep trying to curare/poison my gargoyles 01:08:51 <|amethyst> ) 01:08:59 <|amethyst> s/ster/&s/ 01:09:04 i didn't have relec when i fought him anyway 01:09:34 <|amethyst> probably luck then? 01:10:03 yeah 01:10:30 that was what i figured, but since i was giving feedback i thought i'd mention the weird thing that happened 01:11:15 Unstable branch on crawl.s-z.org updated to: 0.18-a0-776-g7a8d288 (34) 01:13:15 WalkerBoh (L27 DEAK) ERROR in 'cloud.cc' at line 503: cloud translocational energy in malign_gateway at (42,24) (D:1) 01:13:39 <|amethyst> !crashlog 01:13:40 13449. WalkerBoh, XL27 DEAK, T:122653 (milestone): http://crawl.akrasiac.org/rawdata/WalkerBoh/crash-WalkerBoh-20151213-061313.txt 01:13:56 should i stop playing? 01:14:10 i'm kind of close to winning 01:14:44 <|amethyst> was the tentacle still there? 01:14:56 no clue 01:15:06 when i started again it started me at the beginning of d1 01:16:33 huh, what's wrong with a cloud being on a malign gateway? that seems like it should be allowed 01:16:37 -!- GiantOwl is now known as Kalir 01:16:37 -!- Kalir has quit [Changing host] 01:17:04 <|amethyst> malign gateway is solid 01:17:48 is it the only solid feature with the portal glyph? 01:18:18 <|amethyst> yes 01:18:25 <|amethyst> it's a very odd feature 01:19:28 Unstable branch on crawl.develz.org updated to: 0.18-a0-776-g7a8d288 (34) 01:21:34 <|amethyst> WalkerBoh: you're probably fine, if you want to be extra careful maybe don't Corrupt when a malign gateway is around? 01:21:54 haha 01:22:00 honestly it worked out very well for me 01:22:03 <|amethyst> though it was tloc energy so maybe it was banishment or something 01:22:03 you see the situation i was in 01:22:04 <|amethyst> :) 01:22:08 !send |amethyst untold damage 01:22:09 Sending untold damage to |amethyst. 01:22:11 on the second try nothing appeared 01:22:21 i used corrupt, yeah 01:23:57 <|amethyst> hm, no dismissal though 01:24:52 <|amethyst> oh 01:25:03 <|amethyst> timeout_malign_gateways uses big_cloud, maybe that's it? 01:25:54 -!- simmarine has quit [Quit: Leaving] 01:27:53 -!- Arkh_ has quit [Quit: Page closed] 01:29:36 -!- AreBrandon has quit [Ping timeout: 240 seconds] 01:34:10 -!- kazimuth has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 01:52:45 -!- st_ has quit [Ping timeout: 256 seconds] 01:53:08 this ko has a lightning rod on d:9 01:53:13 Grunt you monster... 01:55:39 Windows builds of master branch on crawl.develz.org updated to: 0.18-a0-776-g7a8d288 01:55:58 -!- Alcopop has quit [Ping timeout: 252 seconds] 01:58:43 -!- tedric has quit [Ping timeout: 252 seconds] 02:00:02 -!- omarax has quit [Remote host closed the connection] 02:02:11 -!- morfei_ has joined ##crawl-dev 02:03:21 hi guys 02:03:28 should "http://crawl.akrasiac.org/scoring/players/morfei.html" list my online wins from ALL servers? I got my first 15rune win last night on the Korean server, but it's not recorded :s 02:03:41 does it take a while to update or something? 02:05:08 !lg morfei cwz 02:05:09 538. morfei the Hellbinder (L27 DsWz of Jiyva), escaped with the Orb and 15 runes on 2015-12-12 23:29:14, with 14007667 points after 113578 turns and 14:38:20. 02:05:51 morfei_: it should show up there, yes, it's possible that the cao scoring pages are having a problem again 02:06:25 |amethyst: morfei's DsWz win on cwz isn't showing up on cao pages 02:06:26 hmm ok thanks gamma :) 02:06:46 yeah, hopefully we can get the pages restarted, but don't worry, the win is recorded in Sequell 02:19:16 -!- dealpete has quit [Ping timeout: 240 seconds] 02:22:35 <|amethyst> !lg morfei cwz x=file 02:22:36 538. [file=cwz/soup/0.17/logfile] morfei the Hellbinder (L27 DsWz of Jiyva), escaped with the Orb and 15 runes on 2015-12-12 23:29:14, with 14007667 points after 113578 turns and 14:38:20. 02:23:18 <|amethyst> I can't access the logfile 02:23:34 <|amethyst> oh 02:23:35 <|amethyst> I see 02:23:41 <|amethyst> webzook.net/soup/0.17/logfile 02:23:44 <|amethyst> didn't know they moved 02:24:01 -!- Sorbius has quit [Ping timeout: 250 seconds] 02:28:46 <|amethyst> CAO scoring hasn't been seeing CWZ games for a couple of weeks now 02:30:35 !tell Grunt deep elf mage encounter: https://youtu.be/8txDtLMChnE?list=PLKDpSfFMS1VQvPJw30BAwWlalxUjhYnMg&t=159 02:30:36 amalloy: OK, I'll let grunt know. 02:31:46 !tell Grunt i enter orc at https://youtu.be/8txDtLMChnE?list=PLKDpSfFMS1VQvPJw30BAwWlalxUjhYnMg&t=921 then back off after doing orc:1, and go back to finish it off in https://youtu.be/wRFxE373U4M?list=PLKDpSfFMS1VQvPJw30BAwWlalxUjhYnMg 02:31:46 amalloy: OK, I'll let grunt know. 02:33:36 book 6... 02:37:12 -!- mong has quit [Quit: Leaving] 02:38:10 book 6? 02:38:44 deep elf mage 02:38:47 lotta books 02:38:51 must be a sif worshiper 02:38:52 <3 02:38:58 -!- CanOfWorms has quit [Read error: No route to host] 02:40:57 -!- Wahaha has quit [Client Quit] 02:42:20 -!- ProzacElf has joined ##crawl-dev 02:42:32 any chance we can have rot damage come back like stat damage does, as you gain xp? 02:42:45 because then we could make rot even more severe :) 02:44:05 !tell Grunt reviewing the footage, i'd say the most unusual thing that happened in orc is that there were a huge number of orc warriors all in one place. presumably this is related to removing plain orc bands 02:44:06 amalloy: OK, I'll let grunt know. 02:47:30 -!- Zeor has quit [Quit: Leaving.] 02:47:35 +|amethyst: does that mean my win will actually be lost?? :( 02:48:11 -!- Foamed has quit [Quit: Leaving] 02:49:15 morfei_: no 02:49:35 yay <3 02:49:39 it's in Sequell, which is what matters; eventually he'll update cao to catch up on the stuff that went missing 02:59:45 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 03:00:03 -!- omarax has quit [Remote host closed the connection] 03:02:47 -!- FireSight has quit [] 03:04:09 -!- MgDark has quit [Ping timeout: 256 seconds] 03:06:41 -!- Bcadren has quit [Ping timeout: 272 seconds] 03:10:27 -!- tooon has quit [Quit: Page closed] 03:20:01 -!- Wolfechu has quit [Ping timeout: 256 seconds] 03:23:05 -!- WTFace has quit [] 03:23:40 Unstable branch on crawl.beRotato.org updated to: 0.18-a0-776-g7a8d288 (34) 03:28:38 -!- Blazinghand has joined ##crawl-dev 03:34:45 -!- Lawman0 has quit [Ping timeout: 245 seconds] 03:34:52 !tell gammafunk I definitely like your new objstats formatting. I was looking at the 0.15 version and it's kind of a nightmare to get into the new format 03:34:53 johnstein: OK, I'll let gammafunk know. 03:40:26 hyperamalloy (L15 MuVM) (D:13) 03:40:39 !crashlog 03:40:40 13450. hyperamalloy, XL15 MuVM, T:39838 (milestone): http://crawl.akrasiac.org/rawdata/hyperamalloy/crash-hyperamalloy-20151213-084024.txt 03:45:33 !tell |amethyst http://crawl.akrasiac.org/rawdata/hyperamalloy/crash-hyperamalloy-20151213-084024.txt looks related to amulet of reflection 03:45:34 amalloy: OK, I'll let |amethyst know. 03:48:14 -!- adamzap has quit [Quit: Page closed] 03:49:50 -!- ussdefiant_ has quit [Ping timeout: 250 seconds] 03:59:52 wizamalloy (L27 HuWz) (D:1) 04:00:00 !crashlog 04:00:01 13451. wizamalloy, XL27 HuWz, T:142 (milestone): http://crawl.akrasiac.org/rawdata/wizamalloy/crash-wizamalloy-20151213-085950.txt 04:00:03 -!- omarax has quit [Remote host closed the connection] 04:01:54 yeah, definitely "reflection. for some reason cao isn't able to run gdb and i get a not-that-great crashlog? i'm gonna try to repro offline, and see why is_shield is being called with something that's not an item_def& 04:06:39 ??slime wall 04:06:39 slime wall[1/2]: (2+empty slots)d(walls*3) damage per turn whenever standing next to them. If you're outside of the slme pits, depth is just 1. rCorr reduces damage. This doesn't cause corrosion status, just hurts. 04:06:44 ^ "empty slots" wat 04:06:53 like, in your inventory? 04:09:52 Wensley_: like if you're not wearing a cloak 04:10:13 I don't follow 04:10:15 or i guess cloak is a special case, but if you're not wearing a hat or whatever, that's an empty slot 04:10:18 empty item slots? 04:10:22 equip slots 04:10:27 ??acid damage 04:10:28 I don't have a page labeled acid_damage in my learndb. 04:10:30 ???//acid 04:10:30 I don't have a page labeled ?//acid in my learndb. 04:10:33 ??acid 04:10:33 acid[1/3]: May cause you to receive a level of the debuff "Corr". When something attempts to corrode you, it has a Corr_level/(Corr_level+9) chance to fail. Each level of Corr reduces your AC by 4 and gives -4 slaying. Goes away after enough time has passed. Corr(-4) means -4 slaying/-4 AC. 04:10:39 ??acid[2 04:10:39 acid[2/3]: The damage from "The acid burns!" (for players only) gets one die for every uncovered non-shield armour slot (50% chance if wearing a cloak), reduced by 20/40/60% for each level of the fur mutation, plus an extra 2 dice (regardless of fur/cloak). Dice are d5 for ranged acid, d3 for melee. 04:10:53 so armour slot, not jewel slots 04:11:03 yeah, sounds right 04:11:05 ??rebuild 04:11:05 rebuild[1/2]: https://dobrazupa.org/rebuild/ http://crawl.akrasiac.org/rebuild/ http://underhound.eu:81/rebuild/ http://crawl.berotato.org/crawl/rebuild/ http://crawl.xtahua.com/rebuild/ Bug Grunt, |amethyst, or Nap Kin for CDO. Use your powers wisely. 04:11:09 oh cool, so fur mutation does something else :P 04:12:12 !tell |amethyst turns out it was just the tthing you fixed in d800d9ee, but cao hadn't gotten the fix yet, so i'm just rebuilding 04:12:12 amalloy: OK, I'll let |amethyst know. 04:13:30 the iron giant (10C) | Spd: 10 | HD: 22 | HP: 220 | AC/EV: 18/2 | Dam: 60 | 10items, 10doors, fighter | Res: 06magic(120), 05fire, 02cold, 03poison, 12drown | XP: 5362 | Sp: iron shot (3d37) [06!sil], sum.iron elementals [06!sil] | Sz: Giant | Int: human. 04:13:30 %??iron giant 04:16:49 -!- HellTiger_NB has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 04:26:53 -!- agentgt has quit [Ping timeout: 256 seconds] 04:27:49 -!- Dixlet has quit [Read error: Connection reset by peer] 04:28:03 -!- Dixlet has joined ##crawl-dev 04:35:32 -!- Dixlet has quit [Read error: Connection reset by peer] 04:35:47 -!- Dixlet has joined ##crawl-dev 04:36:21 -!- morfei has quit [Quit: Page closed] 04:36:22 -!- morfei_ has quit [Quit: Page closed] 04:37:07 -!- Dixlet has quit [Read error: Connection reset by peer] 04:37:25 -!- Dixlet has joined ##crawl-dev 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:02:25 -!- Blazinghand has quit [Read error: Connection reset by peer] 05:02:39 -!- Ququman has joined ##crawl-dev 05:08:34 -!- vale_ has quit [Remote host closed the connection] 05:12:09 -!- GauHelldragon has quit [Ping timeout: 250 seconds] 05:25:14 -!- yaknyasn has quit [Ping timeout: 250 seconds] 05:25:27 -!- tollymain has quit [Ping timeout: 240 seconds] 05:26:06 -!- infrashortfoo_ has quit [Ping timeout: 250 seconds] 05:26:08 -!- rmd has quit [Ping timeout: 260 seconds] 05:37:48 -!- Eronarn has quit [Ping timeout: 260 seconds] 05:38:51 -!- NotKintak has quit [Ping timeout: 256 seconds] 05:39:50 -!- rchandra has joined ##crawl-dev 05:45:30 -!- Eronarn has joined ##crawl-dev 05:47:05 -!- Tux[Qyou] has joined ##crawl-dev 05:47:06 Unstable branch on crawl.akrasiac.org updated to: 0.18-a0-776-g7a8d288 (34) 05:47:34 -!- mineral is now known as read 05:48:19 -!- Ladykiller70 has quit [Client Quit] 05:49:48 -!- tollymain has joined ##crawl-dev 06:00:01 -!- omarax has quit [Remote host closed the connection] 06:05:18 -!- Lucasterio has quit [Quit: Page closed] 06:06:23 -!- R18 has quit [Read error: Connection reset by peer] 06:11:30 -!- uJellie has quit [Ping timeout: 250 seconds] 06:20:22 -!- amalloy is now known as amalloy_ 06:20:41 -!- onmyo is now known as dark_star 06:27:10 -!- iafm has quit [Ping timeout: 250 seconds] 06:32:50 -!- Sovek has quit [Quit: Page closed] 06:34:41 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 06:34:56 -!- Kintak has quit [Ping timeout: 256 seconds] 06:36:20 -!- Shard1697 has joined ##crawl-dev 06:46:15 -!- Patashu has quit [Ping timeout: 240 seconds] 06:52:08 -!- ProzacElf has quit [Ping timeout: 272 seconds] 06:52:09 -!- Earlo has quit [Remote host closed the connection] 07:00:02 -!- omarax has quit [Remote host closed the connection] 07:17:41 !tell Grunt Working prototype, although not exactly what I wanted: http://sprunge.us/WegZ?diff (thanks for your help) 07:17:42 gammafunk: OK, I'll let grunt know. 07:18:40 !tell Grunt It'd be nice if I could either get the clouds outside the grates or not have to fix the monster in place so I could remove the grates, but I don't know if I can make callback see the pos where the monster died to do the los check 07:18:41 gammafunk: OK, I'll let grunt know. 07:18:48 -!- nikheizen has quit [Quit: Farewell.] 07:19:43 !tell Grunt If I can't get any of that, I'll probably just make it smaller but with another decorative gimmick I have in mind (placing another cloud of a current type in an adjacent "connected" chamber) 07:19:44 gammafunk: OK, I'll let grunt know. 07:20:13 Also suggestions welcome on improving the text 07:26:31 -!- Daekdroom has quit [Quit: Leaving] 07:34:16 -!- bleak has quit [Ping timeout: 250 seconds] 07:43:48 -!- Xjs|moonshine has quit [Ping timeout: 250 seconds] 07:46:56 is it intended that hounds on a level with stone walls require Tornado to win? 07:47:28 -!- debo has quit [Ping timeout: 256 seconds] 07:57:48 -!- Shard1697_ has joined ##crawl-dev 07:58:54 -!- mibe has quit [Quit: Page closed] 08:00:01 -!- omarax has quit [Remote host closed the connection] 08:01:48 -!- Shard1697 has quit [Ping timeout: 272 seconds] 08:11:03 -!- Lightli has quit [Ping timeout: 252 seconds] 08:22:51 -!- Kanbei has quit [Remote host closed the connection] 08:27:46 -!- WalkerBoh has quit [Remote host closed the connection] 08:46:41 -!- debo has joined ##crawl-dev 09:00:01 -!- omarax has quit [Remote host closed the connection] 09:12:16 -!- murtidash has quit [Quit: Changing server] 09:17:06 -!- siepu has quit [Ping timeout: 240 seconds] 09:29:35 -!- agentgt has quit [Ping timeout: 240 seconds] 09:45:55 -!- gareppa has quit [Quit: Leaving] 09:47:17 -!- rossi has quit [Ping timeout: 246 seconds] 09:51:47 -!- Lasty has joined ##crawl-dev 09:52:48 -!- glosham has quit [Ping timeout: 252 seconds] 10:00:01 -!- omarax has quit [Remote host closed the connection] 10:00:45 !tell PleasingFungus "the legendary lasty"? 10:00:45 Lasty: OK, I'll let pleasingfungus know. 10:03:46 -!- scummos| has quit [Ping timeout: 240 seconds] 10:06:12 -!- Cab_ has quit [Quit: Page closed] 10:09:31 -!- Daekdroom has quit [Quit: Leaving] 10:16:23 you're not legendary?! 10:23:26 !tell Grunt Improved version, this works really well so I probably don't need to worry about the larger chamber thing: http://sprunge.us/VhiQ?diff 10:23:27 gammafunk: OK, I'll let grunt know. 10:24:29 syncronized fog machines, a gammafunk innovation (tm) 10:30:31 -!- Dixlet has quit [Read error: Connection reset by peer] 10:30:48 -!- Dixlet has joined ##crawl-dev 10:31:30 -!- Sorbius has quit [Ping timeout: 250 seconds] 10:36:20 -!- tabstorm has quit [Quit: Lost terminal] 10:41:47 -!- Gorgo has quit [Quit: This computer has gone to sleep] 10:46:58 <|amethyst> restarting scoring now 10:46:59 |amethyst: You have 2 messages. Use !messages to read them. 10:47:18 -!- ussdefiant_ has joined ##crawl-dev 10:51:08 -!- st_ has joined ##crawl-dev 10:52:33 !lg phantasmist won 10:52:34 3. phantasmist the Slayer (L27 DsSk of Ashenzari), escaped with the Orb and 15 runes on 2015-12-09 10:26:51, with 23435197 points after 64301 turns and 8:57:02. 10:53:25 -!- ontoclasm has joined ##crawl-dev 10:54:02 !lg phantasmist won x=cv 10:54:03 3. [cv=0.17] phantasmist the Slayer (L27 DsSk of Ashenzari), escaped with the Orb and 15 runes on 2015-12-09 10:26:51, with 23435197 points after 64301 turns and 8:57:02. 10:55:33 -!- Dixlet has quit [Read error: Connection reset by peer] 10:55:49 -!- Dixlet has joined ##crawl-dev 10:56:52 -!- dealpete has joined ##crawl-dev 10:56:52 |amethyst: not sure if you're at the point where you're fed up with CAO scoring enough to disable them, but if not I was wondering if we might have a link on the player page where they can report a problem. 10:57:02 I guess said link might just be to freenode webchat for ##crawl-dev 10:57:14 maybe that wouldn't be that helpful 10:57:18 <|amethyst> gammafunk: or tavern perhaps 10:57:22 oh, yeah, good idea 10:57:36 I just got an email from hong (cwz admin) about the CAO pages now showing the win of one of his users 10:57:42 <|amethyst> don't feel like restarting in the middle of the restart 10:57:45 s/now/not/ 10:57:52 oh no I mean, wrt reporting 10:58:02 since he didn't know who to ask either 10:58:08 <|amethyst> yeah 10:58:12 his email was actually a day or so ago 10:58:20 <|amethyst> I mean, I think it's a good idea, but I'm not adding the link right now 10:58:33 yeah, cool. 10:58:41 <|amethyst> because I just restarted it 20 or 30 minutes ago, and changing the pages requires another restart 10:58:59 <|amethyst> this is why all software should be written in Lisp 10:59:20 at least then I'd not have the only useful lisp I've written be in emacs lisp 10:59:27 <|amethyst> well... I guess it's probably possible to hotpatch it in Python 10:59:54 and I plan to try to move to vim+stuff anyhow when I get around to it, so rip that lisp even 11:00:01 <|amethyst> emacs lisp is probably my least favourite lisp 11:00:01 -!- omarax has quit [Remote host closed the connection] 11:00:26 <|amethyst> well, my least favourite lisp that's still around 11:00:27 have you written any lisp that you've used outside of some academic thing? 11:00:55 <|amethyst> other than elisp and once upon a time some autocad scripting, not really 11:01:05 <|amethyst> I guess autocad's lisp is as bad as elisp 11:01:10 I've heard of various companies using it for specialized things internally, like travelocity or those sites that have to figure out the cheapest airfare 11:01:34 <|amethyst> reddit was written in Lisp before it was rewritten in (Python I think?) 11:01:38 wow 11:02:11 <|amethyst> I bet every single real-world use of Lisp you hear about these days involves Paul Graham 11:02:22 there aren't many CS departments teaching e.g. scheme in their intro CS course any more, as I understand things 11:02:24 <|amethyst> at least as a VC 11:02:33 -!- kuniqs has quit [Client Quit] 11:03:47 <|amethyst> gammafunk: I know I had some students this year who used DrRacket in high school CS 11:04:37 hotpatching... ob erlang 11:05:16 (and autolisp was terrible from the start. it also makes elisp look good.) 11:05:41 <|amethyst> but yeah, MIT's last 6.001 was several years ago 11:06:10 all these hipster clojure people are arguably real-worlding lisp imo 11:06:24 -!- simmarine has joined ##crawl-dev 11:06:32 <|amethyst> yeah, and they probably aren't Paul Graham funded 11:06:37 <|amethyst> I should have said "Common Lisp" :) 11:11:03 There's a thread about crawl's difficulty design in the tavern, and of course that means talking about how effective kiting and luring is. 11:11:56 It makes me want to try an experimental branch where monsters that can see you continue to shout periodically, and when intelligent monsters shout, other intelligent monsters learn your exact position, enabling them to potentially cut off your path of travel 11:12:41 Stairs might still be too effective in that scenario 11:13:23 <|amethyst> I don't know if early game needs to be deadlier 11:13:43 <|amethyst> but having AI tactics ramp up with depth (or with monster type) would be interesting 11:13:52 Lasty: I think someone tried that 11:13:54 <|amethyst> centaur warriors with M_MAINTAIN_RANGE 11:13:58 it didnot go well 11:14:02 <|amethyst> would that person be bwr? 11:14:19 geekosaur: oh yeah? Tell me more! 11:14:41 |amethyst: heh, I'm not saying we need to make the monsters use good tactics in general . . . :) 11:14:43 <|amethyst> hm 11:14:44 basically with random monsters periodically shouting, it ended up with monsters everywhere shouting 11:14:48 <|amethyst> ah 11:14:50 almost continuously 11:14:52 <|amethyst> %git 4728e1c8 11:14:52 07MarvinPA02 * 0.16-a0-3926-g4728e1c: Don't make monsters constantly shout when out of LOS 10(10 months ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/4728e1c8166e 11:15:00 yep 11:15:01 haha 11:15:10 <|amethyst> %git 5b960bf6 11:15:10 07MarvinPA02 * 0.16-a0-3915-g5b960bf: Allow monsters to shout when alerted if already awake 10(10 months ago, 1 file, 3+ 3-) 13https://github.com/crawl/crawl/commit/5b960bf62b9c 11:15:10 that weas the commit that turned that experiemnt off 11:15:24 <|amethyst> lasted a day it looks like 11:15:34 !tell amalloy orc warriors have the highest weight in Orc now, so that makes sense 11:15:34 Grunt: OK, I'll let amalloy know. 11:15:39 "Don't make monsters constantly shout when out of LOS" -- my thought was that they'd only shout in LOS 11:15:41 yep. people were getting pages of shouts 11:15:52 <|amethyst> Grunt: do you still get plain orcs from bands? 11:15:59 !tell gammafunk mark the chambers as no_tele_into 11:16:00 Grunt: OK, I'll let gammafunk know. 11:16:03 |amethyst: yes 11:16:20 but...what if I want players to be a part of the experiment... 11:16:20 gammafunk: You have 1 message. Use !messages to read it. 11:16:30 haha 11:16:32 I should teleport them *into* the testing chamber 11:16:48 <|amethyst> Grunt: would you say that Orc:1 is significantly deadlier now? I haven't gotten there yet 11:17:03 yeah it is 11:17:05 gammafunk: I assume the egolem can't blink out of the chamber? :) 11:17:07 having played it myself 11:17:08 <|amethyst> Grunt: because I was thinking maybe Lair and Orc need more vertical segregation 11:17:33 <|amethyst> rather than having overlap in their D ranges 11:17:38 |amethyst: players seem to see a warlord there now with some regularity 11:17:40 so 11:17:59 <|amethyst> oh, that reminds me, there's a line in the dev docs that needs to change 11:18:04 Grunt: not it doesn't seem to ever 11:18:19 hrm, wonder why it doesn't though 11:18:31 gammafunk: think it's because: glass 11:18:36 <|amethyst> Grunt: 11:18:37 <|amethyst> Crawl is hard but try to balance your monsters. While it is true that Orc:1 11:18:37 <|amethyst> can show an orc knight, this is very rare. Hence it's probably a bad idea 11:18:38 <|amethyst> to use orc knights for an entry to the Orcish Mines. 11:18:51 heh 11:18:59 <|amethyst> It might still be a bad idea to use them for the entry, but I guess the "very rare" is no longer true 11:19:06 gammafunk: if you used grates, it'd be able to escape 11:19:13 Grunt: ah, interesting, thanks 11:19:17 gammafunk: you could: spells:none 11:19:22 yeah 11:19:24 to be on the safe side 11:19:33 but would Pakellas want to be safe... 11:19:48 Pakellas is intrigued! 11:19:49 <|amethyst> !send gammafunk D:4 juggernauts 11:19:49 Sending D:4 juggernauts to gammafunk. 11:20:02 we don't remove the fire from the oof at that entry 11:20:04 !send |amethyst D:1 centaur warriors 11:20:05 Sending D:1 centaur warriors to |amethyst. 11:20:07 but not to say we shouldn't 11:20:15 * geekosaur has been thinking about the Young Frankenstein scenario mentioned last night... 11:20:19 <|amethyst> Maybe I should rename amethyst_foddershock to amethyst_microwave 11:20:22 s/entry/D:1 arrival/ 11:20:26 !lg * ckiller=orb_of_fire D:1 11:20:27 3. password the Magician (L1 FoWn), blasted by an orb of fire (bolt of fire) on D:1 (shiori_arrival_whats_in_store_for_you) on 2014-01-14 13:21:01, with 0 points after 18 turns and 0:00:07. 11:20:49 <|amethyst> err, amethyst_zot_foddershock that is 11:21:11 that's what you get for digging, you silly bug!!! 11:23:39 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 11:23:51 -!- Lightli has joined ##crawl-dev 11:27:46 -!- Gorgo has quit [Read error: Connection reset by peer] 11:34:35 -!- } has joined ##crawl-dev 11:35:22 <}> Hey, thunderdome sprint seems to be severely bugged, trying to spawn nonexistant monsters (which causes it to loop indefinitely) and spawning infinite amounts of spores which covers every tile on the map 11:35:26 <}> are these known bugs? 11:37:37 03Grunt02 07* 0.18-a0-777-g3704a81: Monster spell: Awaken Earth. 10(21 hours ago, 6 files, 169+ 3-) 13https://github.com/crawl/crawl/commit/3704a81a433f 11:37:37 03Grunt02 07* 0.18-a0-778-g1d7b1b8: Convert the deep elf elementalist into a normal foe with Awaken Earth. 10(20 hours ago, 13 files, 44+ 16-) 13https://github.com/crawl/crawl/commit/1d7b1b87039d 11:37:37 03Grunt02 07* 0.18-a0-779-gf9919a2: Remove deep elf fighters; add deep elf archers. 10(7 weeks ago, 37 files, 161+ 146-) 13https://github.com/crawl/crawl/commit/f9919a29d5b7 11:37:49 I need more pakellas messages 11:39:03 03Grunt02 07* 0.18-a0-780-gd1db97e: Convert Chaotic Mirror into Call of Chaos and give to Mnoleg. 10(12 hours ago, 11 files, 113+ 82-) 13https://github.com/crawl/crawl/commit/d1db97e94c81 11:40:05 <|amethyst> }: I don't think so, unless it's on mantis 11:40:12 <}> !source arena_sprint.des:221 11:40:14 https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/sprint/arena_sprint.des#l221 11:40:20 <}> for example it tries to spawn "spider" which doesnt exist 11:40:30 <|amethyst> hm 11:40:37 <|amethyst> what would be a good replacement there 11:40:54 <|amethyst> round 1-2 so redback etc is probably too much 11:41:02 <}> spiderling? 11:41:05 <}> or what are they called 11:41:22 <|amethyst> "giant cockroach w:20 / spider / worm", 11:41:26 <|amethyst> is kind of weird anyway 11:41:39 <|amethyst> I'd think scorpion would be a better fit for the alternates 11:41:49 <}> I haven't figured out the giant spore problem, but essentially the entire map, every tile except the one you stand one is covered by the spores 11:41:50 <|amethyst> not sure what to replace giant spore with either 11:41:59 <}> s/one/on 11:42:18 <|amethyst> giant spores should not exist except as fedhas spawns 11:42:47 <}> So that's what was causing the bug? 11:43:01 <|amethyst> not sure what exactly is causing it, but it's probably related 11:43:41 spider (10s) | Spd: 15 | HD: 5 | HP: 17-29 | AC/EV: 3/10 | Dam: 1008(poison:10-20) | web sense | Res: 06magic(10) | Vul: 09poison | Chunks: 14noxious | XP: 132 | Sz: tiny | Int: brainless. 11:43:41 <}> %??spider 11:43:46 <}> were these removed? 11:44:25 yes iirc 11:45:18 %git c776e22 11:45:18 07Grunt02 * 0.18-a0-159-gc776e22: Remove plain spiders from generation properly. 10(3 weeks ago, 4 files, 2+ 14-) 13https://github.com/crawl/crawl/commit/c776e2240a34 11:45:53 <}> then I guess a :%s+spider+scorpion+ would fix the first problem, not sure about the spores 11:47:22 <}> this is what happens -- http://i.imgur.com/5O3tSK8.jpg 11:47:24 -!- Rast-- has quit [Quit: Leaving] 11:47:58 -!- Rast has joined ##crawl-dev 11:49:21 -!- Lawman0 has quit [Ping timeout: 245 seconds] 11:49:49 -!- Kalir has quit [Changing host] 11:50:48 }: looks legit 11:50:48 ontoclasm: You have 3 messages. Use !messages to read them. 11:50:57 !messages 11:50:57 (1/3) |amethyst said (22h 43s ago): not sure if you saw, but Baconsquid/Baconkiddo was unhappy with the loss of borders on local tiles icons (and kept calling it broken, which led me to blow up on him :/) 11:51:13 !messages 11:51:13 (1/2) |amethyst said (21h 59m 17s ago): I like the new look, but what do you think about a subtle (dark purple maybe?) 1-pixel border between icons in panels? 11:51:16 <}> I think it occurs during a "LIGHTNING ROUND" 11:51:22 !messages 11:51:22 (1/1) |amethyst said (21h 57m 9s ago): maybe the complaint was just about darkness instead? johnstein says Baconkiddo later said it looked better on a different computer....??? 11:51:23 <}> !source arena_sprint.des:854 11:51:24 https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/sprint/arena_sprint.des#l854 11:51:37 |amethyst: hm 11:52:01 <|amethyst> ontoclasm: I wonder if there's something weird in the colour profile... but that wouldn't make it all the way to the sheets would it? 11:52:02 <}> huh line 854 didnt match the line in my arena_sprint.des 11:52:14 |amethyst: in C++ order of operations, is x *= 5 /4 the same as x *= 5; x /= 4;? 11:52:21 how do you mean? 11:52:41 <}> Lasty, /msg geordi precedence x *= 5 /4 11:52:45 <|amethyst> Lasty: no 11:52:49 <}> it will show you the correct precedence of whatever you wrote 11:52:52 <|amethyst> Lasty: it is the same as x *= 1 11:52:58 }: thanks! 11:53:14 heh, I like that }: looks like a frown 11:53:19 <}> and yes you probably want 5.0/4.0 11:53:25 |amethyst: yeah, I thoguht they might be the case. Thanks! 11:53:26 <|amethyst> well 11:53:32 }: we don't _do_ floats 11:53:37 <}> that's a double 11:53:47 we do sometimes though! 11:53:48 <}> =P 11:53:50 <|amethyst> we do occasionally, but not when we can help it 11:53:51 touche sir 11:54:01 even floatier 11:54:08 * gammafunk floats one 11:54:08 it may not look cool, but x *= 5; x /=4; is fine. 11:54:27 that seems to be how we typically do this. 11:54:31 <|amethyst> or x = x * 5 / 4; 11:54:38 ah 11:54:46 <}> math.ceil((1000 + crawl.random2(500)) / data.round_enemies) 11:54:49 <}> something there is wrong 11:54:56 <}> and causes infinite spawning for the spores 11:55:06 -!- HellTiger has quit [Ping timeout: 240 seconds] 11:55:12 <}> because it only happens during lightning rounds 11:57:04 03Grunt02 07* 0.18-a0-781-gf0c3515: Changelog through 0.18-a0-780-gd1db97e. 10(36 seconds ago, 1 file, 11+ 3-) 13https://github.com/crawl/crawl/commit/f0c3515aca4c 11:57:12 <}> is there some way to debug the dlua in game? check variable values etc 11:57:27 _Pakellas says, "Perhaps this approach will lead me to a solution." The electric golem is engulfed in acidic fog. The acid corrodes the electric golem! The electric golem is destroyed! Pakellas says, "Just as I predicted!" 11:58:07 <|amethyst> }: you can use the dlua console & ctrl-t but that won't really help with local variables 11:58:23 <|amethyst> so sticking in crawl.mpr is probably the best bet 11:58:35 -!- ussdefiant_ has quit [Ping timeout: 240 seconds] 11:58:47 ontoclasm, |amethyst: I have hard time seeing any background on the quick select tiles either, there is supposed to be one? 11:59:30 <|amethyst> there's not supposed to be a background except for worn/etc things I think? 11:59:50 ah, ok 12:00:02 -!- omarax has quit [Remote host closed the connection] 12:00:10 https://imgur.com/CiGta6P 12:00:55 I preferred the old style to this, but I wouldn't trust my artistic taste :P 12:01:15 <}> very minimalist, I hear that's hip these days 12:02:14 Medar has a custom metallica skin and players dolls for his local Tiles 12:03:06 -!- siepu_ has quit [Ping timeout: 240 seconds] 12:03:13 <}> hm 12:03:21 don't mind the lack of background in menus though 12:03:40 i guess i could bring it back for the local tiles grid 12:03:46 and not menus 12:03:48 but I do think the worn background color looks a bit off without the border 12:03:56 especially when items reach the border 12:04:30 let me give it a shot 12:04:40 http://crawl.develz.org/wordpress/trunk-updates-13-december-2015 12:05:27 "slightly>." 12:05:36 oops 12:05:41 12:07:01 deep elf mage (06e) | Spd: 10 | HD: 6 | HP: 20-35 | AC/EV: 1/12 | Dam: 5 | 10weapons, 10items, 10doors, spellcaster | Res: 06magic(40) | XP: 211 | Sp: b.magma (3d14), stone arrow (3d12) / flame tongue (3d9), sticky flame range (3d4), fireball (3d14), throw flame (3d6) / freeze, throw icicle (3d14), sum.ice beast / magic dart (3d4), force lance (3d10), battlesphere, mystic blast (3d12) / mystic blast (3d12), slow, b.venom (3d11), blink | Sz: Medium | Int: human. 12:07:01 %??deep elf mage 12:07:20 ah, +3 HD 12:07:40 @??deep elf mage 12:07:41 deep elf mage (06e) | Spd: 10 | HD: 6 | HP: 21-34 | AC/EV: 1/12 | Dam: 5 | 10weapons, 10items, 10doors, spellcaster | Res: 06magic(40) | XP: 210 | Sp: b.magma (3d14), stone arrow (3d12) / flame tongue (3d9), sticky flame range (3d4), fireball (3d14), throw flame (3d6) / freeze, throw icicle (3d14), sum.ice beast / magic dart (3d4), force lance (3d10), battlesphere, mystic blast (3d12) / mystic blast (3d12),.. 12:07:44 * Grunt wanders off to update that 12:08:06 <|amethyst> monster probably needs major updates 12:08:10 <|amethyst> for holiness changes 12:08:12 why aren't deep elf archers called arcane marksmen? :) 12:08:13 mm 12:08:14 yes 12:08:17 <|amethyst> also 12:08:19 Medar: markself 12:08:21 <|amethyst> monster is now in the repo 12:08:38 <|amethyst> so CDO needs updates to the monster build scripts 12:08:46 <|amethyst> s/the repo/the main repo/ 12:09:24 <|amethyst> (I guess we could add a travis build for monster now, so we are told when it's broken) 12:09:52 Grunt: I sent a tell but if you didn't recieve it, I tried new orc and elf 12:10:06 !send Lightli deep elf elementalists 12:10:07 Sending deep elf elementalists to Lightli. 12:10:13 yeah those aren't in yet 12:10:29 New orc didn't feel that different, although because it was updated partway in it was still 4 floors 12:10:41 Did notice more top-end orcs on the earlier floors though 12:11:21 Elf meanwhile felt more difficult mostly because of the stronger deep elf mages, but I was still a MiBe and making a killhole on Elf:$ still rendered the ending a breeze 12:11:39 -!- DJgamer98 has quit [Client Quit] 12:11:40 well there's a new digging elf in town 12:12:00 There is a fundamentalist and his name is elementalist! 12:12:08 yeah, it hadn't been implemented yet when I did Elf:$ 12:12:48 (rip using freezing cloud and/or killholes to kill elf:$ much earlier than you have any right to) 12:13:01 <}> what does w:N do when spawning things? i.e. &mw:3 scorpion vs &mscorpion 12:15:56 -!- FiftyNine has quit [Ping timeout: 240 seconds] 12:18:19 03Grunt02 07* 0.18-a0-782-gb5d3497: Update monster for new holiness. 10(25 seconds ago, 1 file, 13+ 21-) 13https://github.com/crawl/crawl/commit/b5d3497ef987 12:18:35 <}> no one knows? 12:18:46 Medar: https://dl.dropboxusercontent.com/u/1000017/crawl/grid.png 12:19:47 ontoclasm: I like it 12:19:58 -!- stanzill has quit [Changing host] 12:20:03 (that's just on the inventory grid, the others should all have squares baked in eventually) 12:22:40 <|amethyst> ontoclasm: hm, that might be a little too subtle 12:22:50 <|amethyst> for those of use without HDR artist monitors :) 12:23:00 -!- Evablue has quit [Client Quit] 12:23:47 hm 12:23:54 <|amethyst> but 12:24:09 <|amethyst> that might be because I'm looking at this in a white-background browser window 12:24:15 -!- DJgamer98 has quit [Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421]] 12:24:28 <|amethyst> and I have a dirty screen 12:24:44 maybe 12:24:47 xD 12:25:00 it looks pretty clear to me but maybe my screen is just super-bright 12:25:47 System Requirements: HDR artist monitor 12:26:33 <|amethyst> }: by itself w does nothing 12:26:42 <|amethyst> }: it sets the weight in an alternation 12:27:27 <|amethyst> }: so the two examples you gave are the same, but &mw:3 scorpion / worm would give you the scorpion only 3/13 of the time (default weight is 10) 12:27:33 -!- bleak has quit [Read error: Connection reset by peer] 12:28:07 curse toe (09z) | Spd: 10 (move: 140%) | HD: 14 | HP: 100 | AC/EV: 25/1 | 07undead, evil, see invisible, fly, unbreathing | Res: 13magic(immune), 04fire+++, 02cold, 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 4769 | Sp: s.torment [06!sil], sum.mushrooms [06!sil] | Sz: tiny | Int: human. 12:28:07 %??curse toe 12:28:34 are killholes an issue on Zot:$ like they are on Elf:$? 12:29:05 <}> |amethyst, I see, thanks 12:29:10 !commit Add draconian elementalists. 12:29:11 03Lightli * 0.18-a0-483-ga901d37: Add draconian elementalists. 10(in the future, 30 files, 371+ 494-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=a901d37 12:29:28 <|amethyst> !learn add epic_bugs Sprint VI: "Fungusdome": http://i.imgur.com/5O3tSK8.jpg 12:29:28 epic bugs[27/27]: Sprint VI: "Fungusdome": http://i.imgur.com/5O3tSK8.jpg 12:29:36 <}> haha 12:29:54 <}> I had to use wizmode to survive that and then &V to see behind the walls 12:30:24 Lightli: no, because of the vault shape and speed of the monsters it's not feasible to pull them 12:30:42 03ontoclasm02 07* 0.18-a0-783-gce8b5a9: Restore a background to local tiles inv grid 10(20 seconds ago, 4 files, 3+ 0-) 13https://github.com/crawl/crawl/commit/ce8b5a9c125d 12:30:55 Unstable branch on crawl.akrasiac.org updated to: 0.18-a0-781-gf0c3515 (34) 12:33:56 hopefully that's fine 12:39:23 -!- zxc has quit [Read error: Connection reset by peer] 12:40:37 <}> I compiled the debug build so now I can see the crawl.dpr messages, and set every round to be a lightning round, lets see if this can be reproduced 12:41:50 <|amethyst> oh 12:42:02 <|amethyst> you could have just used crawl.mpr and not had to recompile :) 12:42:21 <|amethyst> I only bother with dpr/dprf when I think I'll be leaving the messages in after I'm done 12:42:22 <}> it's probably good to have a debug build anyway 12:42:31 <|amethyst> then again, maybe that's a good idea here anyway 12:45:16 -!- Beldrama has quit [Quit: Page closed] 12:47:38 27 epic_bug entries 12:47:44 no more bugs allowed 12:48:06 <|amethyst> IMO there's room for 27**27 epic bugs 12:48:11 mm 12:48:49 what does stone look like in elf 12:49:02 <}> marble? 12:49:06 <}> elves love marble 12:49:38 <|amethyst> As long as it's white green blue 12:50:57 <|amethyst> Grunt: re firebrand removal, it was pointed out to me that they originally had another difference 12:51:13 <|amethyst> Grunt: which is that, like DEBM, they were fast 12:51:35 -!- Bcadren has quit [Ping timeout: 240 seconds] 12:54:10 -!- flappity_ has quit [Read error: Connection reset by peer] 12:55:03 <}> yeah I reproduced the bug 12:55:10 <}> crawl.dpr says number to spawn : 7 but it doesnt stop spawning 12:55:35 <}> but only for spores? it seems 12:55:52 |amethyst: at time of removal, they were not 12:56:03 (thus "originally") 12:56:39 -!- tabstorm has quit [Client Quit] 12:58:05 <|amethyst> }: aha! 12:58:11 <|amethyst> }: if dude.experience > 0 then 12:58:16 <|amethyst> }: spores are now 0 exp 12:58:18 <}> ow 12:58:23 <}> that makes sense 12:58:34 <}> I would have never figured that out 12:58:49 <|amethyst> I was looking for things that incremented num_spawned 12:59:38 <|amethyst> still IMO replace them rather than changing the check 13:00:01 with ball lightning 13:00:02 -!- omarax has quit [Remote host closed the connection] 13:00:08 <}> there already is one for ball lightning 13:00:27 never enough ball lightning 13:00:36 <}> also ball liightning is much more dangerous isnt it? 13:00:39 ball lightning (11*) | Spd: 20 | HD: 12 | HP: 1 | AC/EV: 0/10 | Dam: 5 | 11non-living, fly, unbreathing | Res: 13magic(immune), 04fire+++, 12cold+++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 12wind, 04napalm | XP: 752 | Sz: little | Int: brainless. 13:00:39 <}> %??ball lightning 13:00:54 <}> doesnt say how much damage it does on explode 13:00:54 hm. 13:00:55 <|amethyst> @??ball lightning 13:00:55 ball lightning (11*) | Spd: 20 | HD: 1 | HP: 0 | AC/EV: 0/10 | Dam: 5 | 11non-living, fly, unbreathing | Res: 13magic(immune), 04fire+++, 12cold+++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 12wind, 04napalm | XP: 4 | Sz: little | Int: brainless. 13:00:58 -!- tollymain has quit [Quit: Connection closed for inactivity] 13:01:29 -!- Evablue has quit [Client Quit] 13:01:54 <}> the spores are definitely a fun level and makes pure melee harder to win 13:02:59 <}> |amethyst, huh that says they give XP : 4 13:03:28 <|amethyst> ball lightnings are worth XP AFAIK 13:03:42 <|amethyst> @??giant spore 13:03:42 giant spore (03*) | Spd: 15 | HD: 1 | HP: 1 | AC/EV: 0/10 | Dam: 1 | 03plant, fly, unbreathing | Res: 13magic(immune), 03poison, 12drown, 13neg+++, 13torm | XP: 0 | Sz: small | Int: brainless. 13:04:13 <}> oh I see 13:04:40 -!- DJgamer98 has quit [Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421]] 13:04:45 -!- mineral has joined ##crawl-dev 13:06:06 -!- Eronarn has quit [Ping timeout: 240 seconds] 13:07:18 -!- Ququman_ has joined ##crawl-dev 13:08:58 -!- PsyMar has quit [Disconnected by services] 13:09:12 -!- PsyMar2 is now known as PsyMar 13:09:20 -!- clouded_ has joined ##crawl-dev 13:09:43 -!- Eronarn has joined ##crawl-dev 13:09:44 <}> hmm I wonder if this bug caused an unusual amount of giant spore deaths 13:09:53 -!- Gorgo has quit [Quit: This computer has gone to sleep] 13:10:03 <}> !lg * thunderdome trunk s=cikiller o=N 13:10:04 18670 games for * (thunderdome trunk): 2869x, 1514x Sigmund, 1004x giant spore, 348x Terence, 314x a worker ant, 276x the Lernaean hydra, 268x a killer bee, 263x an adder, 248x Aizul, 237x a giant anaconda, 230x a water moccasin, 229x a gnoll, 213x an orc warrior, 202x a gnoll sergeant, 194x Jessica, 191x an orc priest, 190x an ogre, 179x a merfolk, 151x Blork, 151x a porcupine, 148x a naga warlor... 13:10:09 <}> haha 13:10:14 <}> 1004x giant spore 13:10:34 <|amethyst> !lg * thunderdome recent trunk s=cikiller o=-N 13:10:35 2053 games for * (thunderdome recent trunk): a deep elf demonologist, an ice dragon, a silent spectre, a dire elephant, a hippogriff, a harpy, a goliath beetle, a greater naga, a bat, a sun demon, a slime creature, a swamp drake, an emperor scorpion, a hellion, a catoblepas, a daeva, a greater mummy, a komodo dragon, a moth of wrath, a tormentor, a crimson imp, an iron giant, a troll, a flayed gho... 13:10:44 <|amethyst> !lg * thunderdome current trunk s=cikiller o=-N 13:10:45 196 games for * (thunderdome current trunk): a gnoll shaman, an anaconda, a swamp dragon, an iron giant, a troll, an insubstantial wisp, a demonic crawler, Joseph, a bat skeleton, an ancient lich, Terence, a naga mage, Urug, a deep elf summoner, a wolf, a mummy, a gnoll sergeant, a bog body, a river rat, a quasit, an adder skeleton, a deep troll, a deep elf priest, a faun, a shock serpent, a wrait... 13:10:59 <|amethyst> some people are surviving it somehow 13:11:01 -!- travis-ci has joined ##crawl-dev 13:11:02 The build has errored. (master - d1db97e #4196 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96592487 13:11:02 -!- travis-ci has left ##crawl-dev 13:11:10 <}> there's only a small chance giant spore round occurs 13:11:13 <}> well 13:11:14 <|amethyst> aha 13:11:22 <}> lets see what the chance is 13:12:09 -!- dealpete_ has joined ##crawl-dev 13:12:12 <}> yeah pretty small it seems 13:12:16 -!- neunon_ has joined ##crawl-dev 13:12:42 -!- snowdude|2 has joined ##crawl-dev 13:13:04 -!- eviltwin_b has joined ##crawl-dev 13:13:14 <|amethyst> amalloy_: btw, if you want to kick my ass at dominion sometime, I'm nfm on Goko 13:13:26 -!- read has quit [Ping timeout: 240 seconds] 13:13:26 -!- geekosaur has quit [Ping timeout: 240 seconds] 13:13:27 -!- siepu has quit [Ping timeout: 240 seconds] 13:13:27 -!- Kalma has quit [Ping timeout: 240 seconds] 13:13:28 -!- VoidF0x has quit [Ping timeout: 240 seconds] 13:13:28 -!- paulr__ has quit [Ping timeout: 240 seconds] 13:13:28 -!- AltReality has quit [Ping timeout: 240 seconds] 13:13:28 -!- mamgar has quit [Ping timeout: 240 seconds] 13:13:28 -!- agentgt has quit [Ping timeout: 240 seconds] 13:13:28 -!- dealpete has quit [Ping timeout: 240 seconds] 13:13:28 -!- Ququman has quit [Ping timeout: 240 seconds] 13:13:28 -!- neunon has quit [Ping timeout: 240 seconds] 13:13:29 -!- Kramell has quit [Ping timeout: 240 seconds] 13:13:29 -!- scummos| has quit [Ping timeout: 240 seconds] 13:13:29 -!- ontoclasm has quit [Ping timeout: 240 seconds] 13:13:29 -!- snowdude has quit [Ping timeout: 240 seconds] 13:13:29 -!- Kalir has quit [Ping timeout: 240 seconds] 13:13:29 -!- st_ has quit [Ping timeout: 240 seconds] 13:13:30 -!- neunon_ is now known as neunon 13:13:40 -!- eviltwin_b is now known as geekosaur 13:14:15 <}> !lg * thunderdome 0.16 s=cikiller o=N 13:14:16 1398 games for * (thunderdome 0.16): 481x, 98x Sigmund, 56x giant spore, 29x Terence, 26x the Lernaean hydra, 23x a jelly, 23x a worker ant, 19x an ogre, 19x a killer bee, 18x Jessica, 16x an adder, 15x a water moccasin, 14x a gnoll, 14x a witch, 13x a giant anaconda, 13x Crazy Yiuf, 13x a soldier ant, 12x a spider, 12x an orc wizard, 12x a merfolk, 12x an orc warrior, 12x a wight, 12x a naga warl... 13:14:22 <|amethyst> amalloy_: or playdominion or whatever they're calling it these days 13:14:31 <}> hmm, what version did they have non 0 xp? 13:15:37 giant spore (03*) | Spd: 15 | HD: 1 | HP: 1 | AC/EV: 0/10 | Dam: 1 | 03plant, fly, unbreathing | Res: 13magic(immune), 03poison, 12drown, 13neg+++, 13torm | XP: 0 | Sz: small | Int: brainless. 13:15:37 <}> %0.16?giant spore 13:15:42 giant spore (03*) | Spd: 15 | HD: 1 | HP: 1 | AC/EV: 0/10 | Dam: 1 | 03plant, lev | Res: 06magic(4), 03poison, 12drown, 13neg+++, 13torm | XP: 1 | Sz: small | Int: plant. 13:15:42 <}> %0.15?giant spore 13:15:50 <}> !lg * thunderdome 0.15 s=cikiller o=N 13:15:51 1208 games for * (thunderdome 0.15): 183x, 111x Sigmund, 79x giant spore, 30x Terence, 27x the Lernaean hydra, 21x a worker ant, 21x a jelly, 19x an iron devil, 19x a killer bee, 18x Aizul, 17x a naga warlord, 16x a water moccasin, 16x a goliath beetle, 15x a deep elf priest, 14x a giant anaconda, 13x an adder, 13x Blork, 12x a witch, 12x a queen ant, 11x an orc warrior, 11x a gnoll, 11x a porcupi... 13:16:18 <}> weird, they're still high up in the killers list 13:16:33 -!- clouded_ is now known as st_ 13:17:05 -!- ontoclasm has joined ##crawl-dev 13:17:30 |amethyst: do they have all the cards at that site? (for dominion) 13:17:30 we used to play on BrettSpielWelt, but it was only a subset of cards 13:18:20 <|amethyst> johnstein: don't have Adventures yet AFAICT 13:18:29 <|amethyst> but all the others, including promos 13:18:47 I don't have that in real life either. they promised they would stop making expansions 13:19:02 good thing I never built a Dominion Box to hold "all" the cards 13:19:22 I'll have to try them out. been jonsing to play more 13:20:25 %git 0.16.2-28 13:20:25 Could not find commit 0.16.2-28 (git returned 128) 13:20:30 -!- mamgar has quit [Read error: Connection reset by peer] 13:20:52 <|amethyst> you need the hash 13:21:17 <|amethyst> just -28 is ambiguous (theoretically) because of branches 13:21:25 ah ok 13:22:16 -!- FireSight has quit [Ping timeout: 272 seconds] 13:27:39 <}> |amethyst, here's the patch http://ix.io/mMl , I think that should resolve the issues 13:27:56 <}> I'm not sure I understand how nobody noticed infinite spawning spores since version 0.16 though 13:28:57 -!- GiantOwl is now known as Kalir 13:28:58 -!- Kalir has quit [Changing host] 13:34:19 -!- stanzwas has quit [Changing host] 13:34:41 -!- DJgamer98 has quit [Client Quit] 13:37:51 -!- stanzill has quit [Ping timeout: 250 seconds] 13:38:45 -!- siepu_ has quit [Read error: Connection reset by peer] 13:40:37 * geekosaur wonders why his altar sometimes spawns minus the spires... 13:41:11 <|amethyst> }: you're working off an old version btw 13:41:17 <|amethyst> }: deep elf priest 13:41:27 <|amethyst> }: but I'm resolving those so no worries 13:41:32 johnstein: Adventures is closer to kindling than to Dominion 13:41:37 <}> |amethyst, huh? I did a git pull --all 13:41:42 Huh, C++ allows functions to take unnamed params? E.g. monster::hurt() 13:42:26 <|amethyst> Lasty: yes, that's how you mark a parameter as unused 13:42:33 ah, interesting 13:42:48 <|amethyst> you can even have defaults for unused parameters 13:42:52 So when monsters are hurt, you can't check if the kill-type is poison-over-time? :( 13:42:56 http://lpaste.net/147015 experimental (in several senses) Pak altar --- looks like it loses the spires when rotated? 13:43:10 <|amethyst> Lasty: you can give the parameter a name and use it 13:43:23 ah, so that doesn't necessarily indicate that callers are no longer providing that param? 13:43:32 I suppose it indicates the opposite... 13:43:47 <|amethyst> Lasty: well, it's not a guarantee 13:43:59 <|amethyst> Lasty: but since most callers don't even know whether they're hurting a monster or player 13:44:06 ah 13:44:13 (I should add some text to that, but wanted the basic thing first...) 13:44:13 <}> Lasty, take unnamed params? could you show an example 13:44:23 (also a pretty evil way to do it..) 13:44:24 <|amethyst> int monster::hurt(const actor *agent, int amount, beam_type flavour, kill_method_type /*kill_type*/, string /*source*/, string /*aux*/, bool cleanup_dead, bool attacker_effects) 13:44:38 oh, and I see I forgot to fix my first evenmore evil attempt ... 13:44:56 <}> you can omit the parameter names in the header and still use them in the source 13:45:11 <}> kind of handy 13:45:15 * geekosaur fixes locally 13:45:29 <|amethyst> geekosaur: btw, 1 and 2 should also be no_tele_into and maybe a few other things 13:45:57 so it's normal that they don't always spawn? 13:46:03 <}> |amethyst, you mentioned my build is out of date? I'm not sure I understand, how did you know? patch wont apply to arena_sprint? it seems git pull --all says everything is up to date 13:46:08 <|amethyst> no, I don't think so 13:46:11 or can you tele on top of a spire? 13:46:20 although 2 probably does need that 13:46:22 <|amethyst> }: what does git describe say? 13:46:26 originally it was stationary 13:46:34 <}> 0.18-a0-675-ga2942aa 13:46:38 <|amethyst> %git 13:46:38 07ontoclasm02 * 0.18-a0-783-gce8b5a9: Restore a background to local tiles inv grid 10(76 minutes ago, 4 files, 3+ 0-) 13https://github.com/crawl/crawl/commit/ce8b5a9c125d 13:46:43 (well perm_ench:paralyse) 13:46:49 <}> huh what happened to my github repo! :O 13:46:51 <|amethyst> geekosaur: you could shaft into that spot and land next to it I think 13:46:52 <}> it wont pull 13:47:00 ah 13:47:26 <|amethyst> why wouldn't they be spawning though 13:48:40 * geekosaur updates paste 13:48:48 -!- WalkerBoh has joined ##crawl-dev 13:48:48 dunno, I got it once rotated and no spires 13:50:06 <|amethyst> @??lightning spire 13:50:06 lightning spire (118) | Spd: 10 (07stationary) | HD: 3 | HP: 15-26 | AC/EV: 13/3 | 11non-living, unbreathing | Res: 13magic(immune), 05fire++, 02cold++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 33 | Sp: b.electrical (3d6) [11!AM, 06!sil] | Sz: small | Int: brainless. 13:50:16 <|amethyst> did the zombie destroy them maybe? 13:51:08 <|amethyst> geekosaur: btw, your monster description has the wrong key: "corpse" instead of "zombie" 13:51:18 <|amethyst> well, and "of Abby" 13:51:25 reload 13:51:31 <|amethyst> aha 13:51:32 [13 18:44] oh, and I see I forgot to fix my first evenmore evil attempt ... 13:51:38 -!- rchandra has left ##crawl-dev 13:51:39 I had some horrible thing the first toime around 13:51:53 tried to make it a zombie (so spires would shoot at it) that claimed to be a corpse 13:52:03 didn't work but forgot to update decription 13:52:22 <}> geekosaur, making some kind of vault? 13:52:27 yes, this is a Young Frankenstein Pak vault 13:52:29 <|amethyst> }: Pakelstein http://lpaste.net/147015 13:53:01 <}> heh, didn't expect to see dlua on lpaste of all places :-) 13:53:48 <}> I think my github remote refs broke somehow, I will just re-download the git repo 13:54:44 eventually will add Pakellas flavor text when the player enters the vault but I wanted to get thebasic stuff working first 13:55:01 P chuckling over his latest experiment 13:55:25 <}> geekosaur, it's very nice, vaults like that keep the game fun 13:55:58 it was actually mentioned somewhat jokingly last night, but I kept thinking about it and decided I'd take a stab at vaulting 13:56:18 <}> |amethyst, you mentioned something about deep elf priests? 13:56:33 [13 05:43] just put a corpse between two lightning spires 13:58:21 <|amethyst> }: one of your patch lines mentioned those, that's how I knew it wasn't latest trunk 13:58:29 <|amethyst> }: and why I couldn't git apply it directly 13:58:48 <|amethyst> }: I also made an adjustment to one of the scorpion things 13:59:07 -!- stanzwas is now known as stanzill 13:59:31 <|amethyst> }: that weakened the low spider set substantially, so I spread it out a little (though maybe that means I strengthened it substantially...) 13:59:38 <|amethyst> it = the weight 13:59:45 <}> I understand 14:00:02 -!- omarax has quit [Remote host closed the connection] 14:00:09 hm, there is is again, vault spawns in the opposite orientation and there's only Abby, minus the spires 14:00:19 (and another buglet: "Abby zombie" 14:00:33 <|amethyst> geekosaur: that makes no sense to me 14:00:44 maybe I'll lose the cute and just let it be a named ogre zombie 14:00:48 <|amethyst> geekosaur: why would flipping affect one monster and not another 14:01:00 I have no idea, that's why I asked in here :/ 14:01:38 <|amethyst> try a fulldebug build maybe? 14:01:47 <|amethyst> there will be a lot of message spew in levelgen 14:02:04 <|amethyst> but some (small) fraction of that spew is likely to be relevant to your problems 14:02:38 -!- dtsund has joined ##crawl-dev 14:02:47 <|amethyst> !learn add make_debug <|amethyst> some (small) fraction of that spew is likely to be relevant to your problems 14:02:48 make debug[1/1]: <|amethyst> some (small) fraction of that spew is likely to be relevant to your problems 14:04:02 <}> I think there's also a bug in linesprint but I'm not sure whether it's intentional 14:04:34 <}> Sometimes linesprint generates with a line that has about 10 uniques on it, other times those uniques are spread out across several lines 14:05:41 -!- ontoclasm has quit [Quit: Leaving.] 14:05:44 I think linesprint is known to confuse the level builder 14:05:47 and other things 14:06:15 like things that call enemies from elsewhere on the level can pull stuff from "Zot" 14:06:24 -!- dpeg has joined ##crawl-dev 14:06:35 <}> geekosaur, which things? 14:06:37 -!- agentgt has quit [Remote host closed the connection] 14:07:11 -!- ProzacElf has joined ##crawl-dev 14:07:43 hm, I'd have to scan my irc logs rather closely to build a list. a lot of oddball things were mentioned in the weeks after linesprint was added, with occasional mentions later on 14:07:58 <}> I'm not 100% sure, but I think it depends on the linesprint orientation... if that makes sense 14:08:03 consensus was basically that linesprint kinda violates a lot fo expectations 14:08:05 <}> that is where the entry portal appears 14:09:12 03|amethyst02 07* 0.18-a0-784-g4f98414: Fix arena sprint (bsdbeard) 10(5 minutes ago, 1 file, 10+ 11-) 13https://github.com/crawl/crawl/commit/4f98414232b2 14:09:33 <}> if it's horizontal it's broken, if it's vertical it's not 14:10:16 <}> so maybe the fix is 14:10:19 ...it would be just like me to find a fundamental problem with level gen while doing this... 14:10:23 <}> to never let linesprint be horizontal 14:10:26 <--- human fuzzer 14:10:53 <}> I'll post a screenshot that explains it 14:12:18 -!- agentgt has quit [Ping timeout: 272 seconds] 14:12:47 <}> (vertical - no problem) http://i.imgur.com/nvT7Num.jpg (horizontal - all on one line) http://i.imgur.com/JtRu6WA.jpg 14:13:00 <}> It seems sensible to just not let linesprint generate horizontally... 14:13:58 <}> Unless it also sometimes happens when it generates vertically but I haven't noticed 14:14:33 <|amethyst> I think I understand that one 14:14:44 <|amethyst> hm 14:14:48 <|amethyst> maybe, let me think 14:14:53 03Grunt02 07* 0.18-a0-785-gcc6f9ba: Try to get Travis to build monster. 10(53 seconds ago, 2 files, 8+ 1-) 13https://github.com/crawl/crawl/commit/cc6f9ba8244b 14:14:59 <|amethyst> yeah 14:15:25 <|amethyst> there are more cs than monsters avalable for c 14:15:45 <|amethyst> I imagine they're getting placed in a scan 14:15:58 <|amethyst> after the map is rotated 14:16:08 <|amethyst> so when it's horizontal it's cccccccccccccccccccccccccccc 14:16:13 <|amethyst> and when vertical it's 14:16:34 <|amethyst> cx.xcx.xcx.xcx.xcx 14:16:35 <|amethyst> cx.xcx.xcx.xcx.xcx 14:16:36 <|amethyst> cx.xcx.xcx.xcx.xcx 14:16:36 <|amethyst> cx.xcx.xcx.xcx.xcx 14:17:06 -!- ontoclasm has joined ##crawl-dev 14:17:24 <}> So which behavior is the intended one? 14:17:27 <|amethyst> if I'm right, you could fix it by randomizing the order in which glyphs are substituted, at least when they're monsters 14:18:21 <|amethyst> }: I'm not sure if it's intended that they clump like that, but in the .des it's cccccccccccccccc 14:18:28 <|amethyst> ask st_ 14:18:59 * } pokes st_ 14:19:08 "The Orcish Mines are now two levels" orc is going the way of hive :( 14:19:19 <|amethyst> could fix it in the vault by doing an nsubst on c 14:19:23 !send Hive Wensley_ 14:19:24 Sending Wensley_ to Hive. 14:20:16 <|amethyst> or if they're supposed to pile up, just having the right number of cs in the first place 14:20:56 <}> I won linesprint twice and it seems unnatural that they would be piled up because it's a massive difficulty spike when they do 14:21:02 <|amethyst> ohh 14:21:14 <|amethyst> I think it's a typo 14:21:17 <}> Huh? 14:21:36 <|amethyst> well, there's KMONS: a= then NSUBST: a= 14:21:45 <|amethyst> then KMONS: b= NSUBST: b= 14:21:53 -!- Lasty_ has quit [Read error: Connection reset by peer] 14:21:54 <|amethyst> then finally KMONS: c= NSUBST: b= 14:22:30 <}> So that's the fix you mentioned earlier, nsubst on c 14:22:47 <|amethyst> yeah, it's already there, just applies to the wrong letter 14:23:01 <|amethyst> which probably also means these uniques occasionally show up too early 14:23:07 <|amethyst> as a b gets substituted with a c 14:23:47 <}> It makes sense because the difficulty spikes on those uniques is greater than anything else in linesprint 14:24:02 <}> I mean it makes sense that its a bug 14:24:05 <}> typo 14:25:29 one day orc will be nothing other than an encompass vault in D that is guaranteed somewhere between 7 and 11 14:25:56 lair will be one and a half levels long 14:25:57 Wensley_: funny but wrong :) 14:27:25 fr remove orc, put shops on D:15 14:27:33 okay, how about we combine orc and hive 14:27:42 make all orcs have bee speed and poison brand attacks 14:28:28 <}> And funny hats 14:28:38 <}> That will make people fond of orc for sure 14:29:07 <}> |amethyst, so are you going to wait for st_ to confirm that it should be NSUBST: c= ? 14:29:20 <|amethyst> no, I'm changing it 14:30:27 <}> neat, 2 arena maps fixed in one day! :-) 14:31:51 Musteatbrain (L5 DsFi) (D:4) 14:31:59 -!- amalloy_ is now known as amalloy 14:32:20 !crash 14:32:21 13452. Musteatbrain, XL5 DsFi, T:2601 (milestone): http://underhound.eu:81/crawl/morgue/Musteatbrain/crash-Musteatbrain-20151213-193150.txt 14:33:54 -!- eki has quit [*.net *.split] 14:33:54 -!- minmay has quit [*.net *.split] 14:33:54 -!- minqmay has quit [*.net *.split] 14:33:54 -!- luukano has quit [*.net *.split] 14:33:54 -!- ChongLi has quit [*.net *.split] 14:33:54 -!- Gretell has quit [*.net *.split] 14:33:54 -!- Chousuke has quit [*.net *.split] 14:33:54 -!- buki has quit [*.net *.split] 14:33:54 -!- bhaak has quit [*.net *.split] 14:33:54 -!- Mindiell has quit [*.net *.split] 14:33:54 -!- paxed has quit [*.net *.split] 14:33:54 -!- SirSkidmore has quit [*.net *.split] 14:33:54 -!- cosh4 has quit [*.net *.split] 14:33:54 -!- unpaidbill has quit [*.net *.split] 14:33:54 -!- bh has quit [*.net *.split] 14:33:55 -!- endou has quit [*.net *.split] 14:33:55 -!- hyperbolic has quit [*.net *.split] 14:33:55 -!- robbje has quit [*.net *.split] 14:33:55 -!- Mike57 has quit [*.net *.split] 14:33:55 -!- droogie has quit [*.net *.split] 14:33:55 -!- InsideTheVoid_ has quit [*.net *.split] 14:33:55 -!- drukna has quit [*.net *.split] 14:33:55 -!- zkyp has quit [*.net *.split] 14:33:55 -!- greensnark has quit [*.net *.split] 14:33:55 -!- Lawman0 has quit [*.net *.split] 14:33:55 -!- Rotatell has quit [*.net *.split] 14:33:55 -!- luukano_ has quit [*.net *.split] 14:33:55 -!- ldf_ has quit [*.net *.split] 14:33:55 -!- johnny0 has quit [*.net *.split] 14:33:55 -!- Buzzell has quit [*.net *.split] 14:33:55 -!- vible has quit [*.net *.split] 14:33:55 -!- Mandevil has quit [*.net *.split] 14:33:55 -!- Porost has quit [*.net *.split] 14:33:55 -!- myp has quit [*.net *.split] 14:33:55 -!- Lantell has quit [*.net *.split] 14:33:55 -!- chequers has quit [*.net *.split] 14:33:55 -!- Finwe has quit [*.net *.split] 14:33:56 -!- varmin has quit [*.net *.split] 14:33:56 -!- twzt has quit [*.net *.split] 14:33:56 -!- hypractvChipmunk has quit [*.net *.split] 14:33:56 -!- lvh has quit [*.net *.split] 14:33:56 -!- bd- has quit [*.net *.split] 14:33:56 -!- jbalthetto has quit [*.net *.split] 14:33:56 -!- johnstein has quit [*.net *.split] 14:34:20 rip... 14:34:21 -!- Rotatell has joined ##crawl-dev 14:34:22 -!- minmay has joined ##crawl-dev 14:34:22 -!- ldf_ has joined ##crawl-dev 14:34:22 -!- johnny0 has joined ##crawl-dev 14:34:22 -!- Buzzell has joined ##crawl-dev 14:34:22 -!- greensnark has joined ##crawl-dev 14:34:22 -!- hyperbolic has joined ##crawl-dev 14:34:22 -!- bh has joined ##crawl-dev 14:34:22 -!- Mindiell has joined ##crawl-dev 14:34:22 -!- bhaak has joined ##crawl-dev 14:34:22 -!- Chousuke has joined ##crawl-dev 14:34:22 -!- Gretell has joined ##crawl-dev 14:34:22 -!- vible has joined ##crawl-dev 14:34:22 -!- Lantell has joined ##crawl-dev 14:34:22 -!- chequers has joined ##crawl-dev 14:34:22 -!- varmin has joined ##crawl-dev 14:34:22 -!- hypractvChipmunk has joined ##crawl-dev 14:34:22 -!- johnstein has joined ##crawl-dev 14:34:33 un-rip 14:36:49 -!- MarvinPA has joined ##crawl-dev 14:37:28 -!- mango_lives has quit [Read error: Connection reset by peer] 14:37:34 Grunt: my only elf feedback would be that each elf has too many different spells 14:37:38 imo monsters are better when they have like, 2 spells 14:39:19 03|amethyst02 07* 0.18-a0-786-g42cd4b2: Spread out linesprint high-tier uniques more (bsdbeard) 10(8 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/42cd4b2d3459 14:39:56 Monster database of master branch on crawl.develz.org updated to: $(VERSION) 14:40:08 <|amethyst> do the summons get in the way of other mages' spells? 14:40:08 okay, that didn't work 14:40:10 <.< 14:40:16 <}> I love it when my database is updated to ${VERSION} 14:40:45 * Medar performs a ${QUERY} 14:40:56 * } ${SELECTS} Medar 14:41:59 <|amethyst> QUERY='() { foo;}; echo Content-Type: text/plain ; echo ; cat /etc/shadow' 14:43:04 util/monster/monster-main.cc: In function ‘void record_spell_set(monster*, std::set >&, spell_damage_map&)’: 14:43:07 util/monster/monster-main.cc:459:29: error: ‘spell_damage_map’ has no member named ‘emplace’ 14:43:16 <}> emplace is c++11 and on 14:43:20 <|amethyst> Grunt: another g++ 4.7 thing 14:43:23 |amethyst: yes 14:43:34 <|amethyst> fixable enough 14:43:39 <|amethyst> emplace is just optimisation 14:43:43 Hrm. Looks like poison-over-time doesn't have kill_type == KILLED_BY_POISON. :-\ 14:43:51 Let's see what it actually is. 14:43:51 <}> it inserts from a rvalue reference 14:43:54 <}> IIRC 14:44:13 <|amethyst> (BTW, we should have travis use 4.7 instead of 4.8 until we have retired the 4.7 servers) 14:45:33 <|amethyst> }: ? 14:45:56 <}> |amethyst, ? I mean emplace is just insert for rvalue references 14:46:06 <}> So you can pretty much replace it with insert 14:46:16 <|amethyst> }: not for rvalue references 14:46:21 <|amethyst> it takes constructor parameters 14:47:13 <|amethyst> it's construct-and-insert-in-one-go so you don't have to copy or even move an object 14:48:02 <|amethyst> rvalue reference insert is just insert 14:48:10 <}> ah, alright 14:48:31 <}> I haven't had the chance to use c++11/++14 much, my understanding is emplace was for moving, but I guess insert has a specialization for that 14:48:50 <|amethyst> yeah, emplace is even cooler than moving :) 14:48:54 -!- Lawman0 has quit [Remote host closed the connection] 14:48:58 it used to be: damages.insert(std::pair(spell_name, damage)); 14:49:06 <|amethyst> presumably it's implemented with placement new directly into the node structure 14:49:13 %git a9541e6b7 14:49:13 07wheals02 * 0.18-a0-635-ga9541e6: Clean up monster build/code/files. 10(8 weeks ago, 12 files, 228+ 851-) 13https://github.com/crawl/crawl/commit/a9541e6b72cc 14:49:18 why does OTR flash the screen green when the player casts it? it seems to slow things down for no particular reason 14:49:18 amalloy: You have 1 message. Use !messages to read it. 14:49:42 <|amethyst> Grunt: are spell_name and damage already strings (as opposed to const char *) ? 14:49:42 <}> |amethyst, that reminds me of boosts in place factories 14:49:54 amalloy: you can turn it off i believe 14:50:00 string damage = 14:50:16 <|amethyst> and spell_name too I see 14:50:17 string spell_name = spell_title(sp); 14:50:18 yes 14:50:22 <|amethyst> then you can simplify 14:50:33 <|amethyst> damages.insert(make_pair(spell_name, damage)); 14:51:07 * Grunt ponders straight-up replacement or finicky #ifs 14:51:10 probably the former <.< 14:51:21 (we can change it back after 4.7 servers aren't 4.7) 14:51:36 <|amethyst> yeah, maybe // TODO: use emplace once we drop g++ 4.7 support 14:52:47 <|amethyst> IMO when we do that, go all the way to 4.9 or 5.x so we can have most of C++14 14:53:07 <}> ah you're still on 4.7 14:53:14 <}> gcc version 5.2.0 (GCC) here 14:53:17 03Grunt02 07* 0.18-a0-787-g6e18432: Let monster build with g++ 4.7 (|amethyst). 10(86 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/6e184326f2cd 14:53:20 <|amethyst> various servers are 14:53:30 <|amethyst> I use 4.9 locally 14:53:43 Monster database of master branch on crawl.develz.org updated to: 14:53:45 <|amethyst> travis builds with 4.8 14:53:55 @??deep elf archer 14:53:55 unknown monster: "deep elf archer" 14:54:01 <|amethyst> @??-version 14:54:03 Monster stats Crawl version: 0.18-a0-707-g3781854 14:54:06 hm 14:54:11 possibly didn't install that properly <.< 14:54:25 @??deep elf archer 14:54:25 deep elf archer (07e) | Spd: 10 | HD: 10 | HP: 43-57 | AC/EV: 3/15 | Dam: 21 | 10weapons, 10items, 10doors, master archer, spellcaster | Res: 06magic(80) | XP: 661 | Sp: blink away, slow, confuse, repel missiles | Sz: Medium | Int: human. 14:54:35 <|amethyst> @??-version 14:54:35 Monster stats Crawl version: 0.18-a0-787-g6e18432 14:54:37 <|amethyst> @??-name 14:54:38 Vaniuluama 14:54:44 much better 14:54:45 okay 14:54:52 <}> Gretell can't parse my nick btw 14:54:56 <|amethyst> @??orc priest god:zin 14:54:57 orc priest (03o) | Spd: 10 | HD: 3 | HP: 10-21 | AC/EV: 2/9 | Dam: 6 | natural, 08holy, 10weapons, 10items, 10doors, priest, evil | Res: 06magic(20) | Vul: 08holy | XP: 41 | Sp: pain [11!AM], cantrip [11!AM], smiting [11!AM], heal other [11!AM] | Sz: Medium | Int: human. 14:55:03 <|amethyst> @??orc priest god:beogh 14:55:03 orc priest (03o) | Spd: 10 | HD: 3 | HP: 10-21 | AC/EV: 2/9 | Dam: 6 | natural, 10weapons, 10items, 10doors, priest, evil | Res: 06magic(20) | Vul: 08holy | XP: 41 | Sp: pain [11!AM], cantrip [11!AM], smiting [11!AM], heal other [11!AM] | Sz: Medium | Int: human. 14:55:10 @??demonspawn 14:55:10 demonspawn (076) | Spd: 10 | HD: 6 | HP: 23-43 | AC/EV: 3/13 | Dam: 10 | natural, 05demonic, 10weapons, 10items, 10doors, unholy | Res: 06magic(20), 13torm | Vul: 08holy++, 11silver | XP: 196 | Sz: Medium | Int: human. 14:55:22 maybe I should adjust the "natural" flag 14:55:25 <}> |amethyst, you would think zin would be mad that they use pain 14:55:29 so that it doesn't show for UNHOLY or EVIL 14:55:33 <}> since he doesnt allow necromancy 14:55:47 <}> :P 14:55:48 <|amethyst> Grunt: hm, perhaps, but then there's holy so I'm not sure 14:56:01 <|amethyst> @??wight 14:56:01 wight (03z) | Spd: 10 | HD: 3 | HP: 9-23 | AC/EV: 6/10 | Dam: 813(drain) | 07undead, 10weapons, 10items, 10doors, evil, unbreathing | Res: 06magic(20), 02cold++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 59 | Sz: Medium | Int: human. 14:56:03 wight (03z) | Spd: 10 | HD: 3 | HP: 9-24 | AC/EV: 6/10 | Dam: 813(drain) | 07undead, 10weapons, 10items, 10doors, evil, unbreathing | Res: 06magic(20), 02cold++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 59 | Sz: Medium | Int: human. 14:56:03 <|amethyst> %??wight 14:56:10 @??wight god:zin 14:56:11 wight (03z) | Spd: 10 | HD: 3 | HP: 9-23 | AC/EV: 6/10 | Dam: 813(drain) | 07undead, 10weapons, 10items, 10doors, evil, unbreathing | Res: 06magic(20), 02cold++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 59 | Sz: Medium | Int: human. 14:56:14 aw 14:56:14 crimson imp (055) | Spd: 10 | HD: 3 | HP: 9-18 | AC/EV: 3/14 | Dam: 4 | 05demonic, 10weapons, 10items, 10doors, fly, regen | Res: 06magic(40), 04fire+++, 03poison, 04rot, 13neg+++, 13torm | Vul: 12cold, 08holy++ | XP: 48 | Sp: blink [06!sil] | Sz: little | Int: human. 14:56:14 <|amethyst> %??crimson imp 14:56:16 <|amethyst> @??crimson imp 14:56:17 crimson imp (055) | Spd: 10 | HD: 3 | HP: 9-18 | AC/EV: 3/14 | Dam: 4 | 05demonic, 10weapons, 10items, 10doors, unholy, fly, regen | Res: 06magic(40), 04fire+++, 03poison, 04rot, 13neg+++, 13torm | Vul: 12cold, 08holy++ | XP: 48 | Sp: blink [06!sil] | Sz: little | Int: human. 14:56:31 @??obsidian statue 14:56:31 obsidian statue (068) | Spd: 10 (07stationary) | HD: 10 | HP: 60-83 | AC/EV: 12/1 | 11non-living, unholy, unbreathing | Res: 13magic(immune), 05fire++, 02cold++, 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 672 | Sp: sum.minor demon [06!sil], sum.demon [06!sil] | Sz: Large | Int: human. 14:56:40 <|amethyst> hmm 14:57:28 er 14:57:31 @??orb of fire 14:57:31 <|amethyst> Grunt: IMO make a mask, not sure what to call it 14:57:31 orb of fire (05*) | Spd: 15 | HD: 30 | HP: 138-162 | AC/EV: 20/20 | 11non-living, see invisible, fly, unbreathing | Res: 13magic(immune), 04fire+++, 02cold, 11elec+++, 09poison+++, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 11silver | XP: 8535 | Sp: b.fire [06!sil], fireball [06!sil], malmutate [06!sil] | Sz: little | Int: human. 14:57:49 orb of fire (05*) | Spd: 15 | HD: 30 | HP: 150 | AC/EV: 20/20 | 11non-living, see invisible, fly, unbreathing | Res: 13magic(immune), 04fire+++, 02cold, 11elec+++, 09poison+++, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 11silver | XP: 8519 | Sp: b.fire (3d40) [06!sil], fireball (3d43) [06!sil], malmutate [06!sil] | Sz: little | Int: human. 14:57:49 <|amethyst> %??orb of fire 14:58:07 <|amethyst> where did the numbers go? 14:58:10 exactly 15:00:03 -!- omarax has quit [Remote host closed the connection] 15:00:22 they're gone even with emplace 15:00:22 hm 15:00:35 -!- Lawman0 has quit [Ping timeout: 245 seconds] 15:00:37 -!- hong has quit [Quit: Page closed] 15:00:39 -!- MarvinPA has quit [Quit: Leaving] 15:01:00 @??serpent of hell 15:01:00 the Serpent of Hell (05D) | Spd: 14 | HD: 17 | HP: 255-302 | AC/EV: 16/12 | Dam: 3504(fire:17-33) per head, 1509(claw), 1507(trample) | 05demonic, 04breaks doors, unholy, see invisible, fly | Res: 06magic(180), 05hellfire, 04fire+++, 03poison, 12drown, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 11339 | Sp: {head 1: fire breath (3d34), head 2: flaming cloud (d25), head 3: fireball (3d2.. 15:01:09 those are there because they use a different code path ... 15:02:49 -!- MarvinPA has joined ##crawl-dev 15:03:27 -!- Patashu has joined ##crawl-dev 15:03:40 oh 15:03:43 I think I see what's going on 15:04:40 yes 15:05:05 03Grunt02 07* 0.18-a0-788-g217b10c: Fix spell damage display in monster. 10(21 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/217b10cedee0 15:05:48 Monster database of master branch on crawl.develz.org updated to: 15:06:17 s/$(VERSION)/${VERSION}/ 15:06:25 @??orb of fire 15:06:26 orb of fire (05*) | Spd: 15 | HD: 30 | HP: 138-162 | AC/EV: 20/20 | 11non-living, see invisible, fly, unbreathing | Res: 13magic(immune), 04fire+++, 02cold, 11elec+++, 09poison+++, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 11silver | XP: 8535 | Sp: b.fire (3d40) [06!sil], fireball (3d43) [06!sil], malmutate [06!sil] | Sz: little | Int: human. 15:06:31 haha 15:06:47 good bug 15:06:52 anyway the new update script should be working now :) 15:11:07 03Grunt02 07* 0.18-a0-789-g58a01cc: Use GCC 4.7 for travis builds (|amethyst). 10(34 seconds ago, 2 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/58a01cc49717 15:11:10 not sure this will do what's intended, but: 15:21:15 03|amethyst02 07* 0.18-a0-790-g4aa8c2a: Add monster generated files to .gitignore. 10(4 minutes ago, 1 file, 5+ 0-) 13https://github.com/crawl/crawl/commit/4aa8c2a36a22 15:21:15 03|amethyst02 07* 0.18-a0-791-g54c4f0d: Make monster console mode work again. 10(4 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/54c4f0d74317 15:21:15 03|amethyst02 07* 0.18-a0-792-gef11a5a: Simplify [monster] 10(3 minutes ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/ef11a5a99548 15:30:18 -!- } has quit [] 15:41:26 -!- agentgt has quit [Ping timeout: 240 seconds] 15:41:56 -!- Patashu has quit [Ping timeout: 240 seconds] 15:41:58 @??iron giant 15:41:58 iron giant (10C) | Spd: 10 | HD: 22 | HP: 209-229 | AC/EV: 18/2 | Dam: 75, 003(constrict) | 10items, 10doors, fighter | Res: 06magic(120), 05fire, 02cold, 03poison, 12drown | XP: 5570 | Sp: iron shot (3d37) [06!sil], throw [11!AM, 06!sil] | Sz: Giant | Int: human. 15:49:09 -!- eb has quit [Ping timeout: 250 seconds] 15:57:04 -!- Dixlet has quit [Read error: Connection reset by peer] 15:57:04 -!- Gorgo has quit [Ping timeout: 256 seconds] 15:57:20 -!- Dixlet has joined ##crawl-dev 16:00:02 -!- omarax has quit [Remote host closed the connection] 16:03:31 -!- cang has quit [Ping timeout: 252 seconds] 16:03:36 -!- spring_break_08 has quit [Ping timeout: 240 seconds] 16:05:00 -!- vale_ has quit [Ping timeout: 256 seconds] 16:06:13 -!- entirely_liquid has quit [Read error: Connection reset by peer] 16:07:51 FYI: 16:07:53 !lm bleak x=cv 16:07:54 1842. [2015-12-13 19:52:19] [cv=0.18-a] bleak the Brawler (L15 TrMo of Okawaru) reached level 16 of the Dungeon on turn 28891. (D:16) 16:08:29 nvm, he was just being cheeky 16:12:25 <|amethyst> !tell morfei your win is up now 16:12:26 |amethyst: OK, I'll let morfei know. 16:13:22 <|amethyst> !tell morfei I can't find the morgue for it on the server though 16:13:23 |amethyst: OK, I'll let morfei know. 16:20:53 -!- Gorgo has quit [Ping timeout: 272 seconds] 16:25:22 -!- WereVolvo has quit [Read error: Connection reset by peer] 16:25:29 -!- nef has quit [Disconnected by services] 16:28:09 -!- MercurialAlchemi has quit [Ping timeout: 250 seconds] 16:29:41 -!- Orphics has quit [Quit: Page closed] 16:32:54 -!- Gorgo has quit [Ping timeout: 272 seconds] 16:36:51 -!- Perkol has quit [Remote host closed the connection] 16:46:19 -!- kuniqs has quit [Client Quit] 16:46:51 -!- tensorpudding has quit [Ping timeout: 272 seconds] 16:49:43 -!- Sharkman1231 has quit [Ping timeout: 252 seconds] 16:50:34 -!- Evablue has quit [Quit: Evablue] 16:50:39 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 16:53:13 ok, rotation is spurious, I got one with spires when rotated. still trying to track. (I took a break to go to the store before dark) 16:56:52 -!- eb_ is now known as eb 16:57:22 -!- WalkerBoh has quit [Remote host closed the connection] 16:58:04 -!- kazimuth has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 16:58:35 -!- vale__ has quit [Remote host closed the connection] 16:58:55 -!- uJellie has quit [Ping timeout: 250 seconds] 16:59:21 -!- Gorgo has quit [Ping timeout: 250 seconds] 17:00:02 -!- omarax has quit [Remote host closed the connection] 17:00:16 -!- Gorgo_ is now known as Gorgo 17:00:53 -!- asfkfh has quit [Quit: Page closed] 17:01:31 -!- Kalir has quit [Ping timeout: 250 seconds] 17:02:19 -!- mamgar has quit [Quit: Exit Stage Left] 17:02:34 -!- Kalir has quit [Changing host] 17:03:56 !lm * d:27 max=cv x=cv 17:03:58 43389. [2015-06-30 12:06:54] [cv=0.17-a] LetItHappen the Ruinous (L27 NaWz of Sif Muna) left the Realm of Zot on turn 108336. (Zot:1) 17:04:40 -!- stanzill has quit [Quit: au rev] 17:07:26 -!- Gorgo has quit [Ping timeout: 240 seconds] 17:10:34 -!- Sage1234 has quit [Ping timeout: 265 seconds] 17:11:42 03Grunt02 07* 0.18-a0-793-g3d3a2cd: Don't nondebugtest on the Travis monster build. 10(35 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/3d3a2cd4d301 17:15:49 -!- Gorgo__ has quit [Client Quit] 17:16:06 -!- Gorgo_ has quit [Ping timeout: 240 seconds] 17:27:35 -!- CKyle has joined ##crawl-dev 17:28:09 -!- AreBrandon has joined ##crawl-dev 17:30:20 -!- wheals has joined ##crawl-dev 17:31:15 -!- nef_ has quit [Quit: Page closed] 17:37:28 03Grunt02 07* 0.18-a0-794-g96cde7b: Exempt Pakellas gifts from piety gain slowdown during timeout. 10(52 seconds ago, 1 file, 5+ 1-) 13https://github.com/crawl/crawl/commit/96cde7bce721 17:37:53 *gift t imeout 17:37:55 (rip) 17:38:56 -!- Sorbius has quit [Read error: Connection reset by peer] 17:44:21 -!- dtsund has quit [Quit: Reality is an illusion, the universe is a hologram, buy gold, BYE] 17:44:33 -!- Lawman0 has quit [Read error: Connection reset by peer] 17:45:43 -!- muravey has quit [Ping timeout: 250 seconds] 17:46:30 03Lasty02 07* 0.18-a0-795-g9d68cf9: Replace the amulet of clarity with the amulet of pain 10(2 hours ago, 21 files, 105+ 51-) 13https://github.com/crawl/crawl/commit/9d68cf9f451d 17:46:39 lol -- just realized I put the wrong name in that commit message one second too late 17:46:42 balls 17:47:04 Lasty: good work on the amulets, keep it up! 17:47:07 actually I can't seem to reproduce at all with FULLDEBUG :/ damn heisenbugs 17:47:09 dpeg: thanks! 17:47:17 is that damage post or pre-ac 17:47:23 oh, what's wizmode to instantiate a vault? that would be faster than this... 17:47:36 !learn add amulet_of_harm Increases damage done by and to the wearer by 25%. Applied after AC. 17:47:37 amulet of harm[1/1]: Increases damage done by and to the wearer by 25%. Applied after AC. 17:47:41 aww 17:47:56 Lasty: just saw an SA comment that indicates "reflection has extra synergy with shields. So good! 17:47:57 I'm actually not sure if it's better to do before or after resistances/AC 17:48:11 dpeg: Excellent. :) 17:48:38 I expect the amulet of harm is going to go through a few revisions before the final version gets nailed down -- or removed. 17:49:05 I'm always up for sources of SH that don't prevent using good weapons 17:49:34 !learn set slime_wall[1] 4d(walls*3) damage per turn whenever standing next to them. rCorr reduces damage. This doesn't cause corrosion status, just hurts. 17:49:34 slime wall[1/2]: 4d(walls*3) damage per turn whenever standing next to them. rCorr reduces damage. This doesn't cause corrosion status, just hurts. 17:50:19 slime walls don't corrode anymore? 17:50:26 they've never corroded? 17:50:31 O.o 17:50:34 did not know that 17:50:37 just deal an absurd amount of damage 17:50:51 -!- travis-ci has joined ##crawl-dev 17:50:52 The build was canceled. (master - 217b10c #4203 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96616987 17:50:53 -!- travis-ci has left ##crawl-dev 17:51:11 (just want to see if the 4.7 thing is going to work) 17:51:15 Is the absurd damage reduced by AC? 17:51:22 they did for a short time after being added in .8 17:51:39 4d3 is absurd damage? 17:52:14 -!- luukano_ has quit [Remote host closed the connection] 17:52:14 4d9 being the maximum you'll realistically end up facing 17:52:16 didn't the damage depend on depth previously 17:52:24 !lg * ktyp=acid max=dam x=dam 17:52:25 -!- beogh has quit [Ping timeout: 252 seconds] 17:52:25 27046. [dam=277] 78291 the Acrobat (L25 DsWr of Okawaru), splashed by acid on Slime:6 (slime_pit) on 2010-07-19 20:35:53, with 513748 points after 134576 turns and 8:13:25. 17:54:00 !lg * ktyp=acid max=dam x=tdam 17:54:01 27046. [tdam=0] 78291 the Acrobat (L25 DsWr of Okawaru), splashed by acid on Slime:6 (slime_pit) on 2010-07-19 20:35:53, with 513748 points after 134576 turns and 8:13:25. 17:54:09 that was before tdam 17:54:12 ah 17:54:16 !lg * ktyp=acid tdam>0 max=dam x=dam 17:54:18 24343. [dam=139] hmm the Acrobat (L27 OpTm of Cheibriados), splashed with acid on Slime:6 (slime_pit) on 2014-11-28 19:58:55, with 1023510 points after 126519 turns and 16:07:53. 17:58:22 03Grunt02 07* 0.18-a0-796-g4b90cf5: Fix a travis package name (hopefully). 10(39 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/4b90cf5ae0cd 17:58:26 -!- travis-ci has joined ##crawl-dev 17:58:26 The build was canceled. (master - 58a01cc #4204 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96617971 17:58:26 -!- travis-ci has left ##crawl-dev 18:00:03 -!- omarax has quit [Remote host closed the connection] 18:00:50 k that seems to be working now 18:02:05 so fwiw I've just watched nicolae_arrival_memento_mori try several times to place and eventually veto in several games... 18:02:55 !vault nicolae_arrival_memento_mori 18:02:56 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/arrival/twisted.des#l906 18:03:18 hm 18:03:19 fail how 18:03:39 dunno, it tried a bunch of mirrors and rotations and then vetoed 18:04:18 it gets a couple pages of of mirror/rotate unlike every oter vault placement I've seen 18:05:50 hm 18:05:52 I wonder 18:06:03 hm, that should not be undergoing such gyrations, indeed 18:06:09 Lasty: amulet of rammstein 18:06:40 should i be making tiles for these amulets 18:09:54 Unstable branch on underhound.eu updated to: 0.18-a0-796-g4b90cf5 (34) 18:11:00 ontoclasm: that'd be great :D 18:11:05 hm, actually I think I solved it 18:11:07 Just make the new one a picture of Rammstein. 18:11:11 geekosaur: oh? 18:11:22 I saw at least two possible reasons it might not be doing that 18:11:24 sorry, not nicolae, the vault I'm playing with 18:11:24 let's hear your thoughts 18:11:27 oh 18:11:28 You put on the amulet. The amulet whispers, "du hast mich." 18:11:40 I used insane instead of confused/mad, I think Abby killed the spires >.> 18:11:49 (berserk) 18:11:57 ahahahaha I see another problem with it now 18:12:08 geekosaur: what character name were you trying to place it with 18:12:12 which is why I can't repro now 18:12:19 fn0rd 18:12:30 (it's broken for names with spaces which is glorious) 18:12:35 heh 18:12:41 no, I don't try to use spaces in names 18:12:58 ugh, dc-item is awful 18:13:06 -!- ProzacElf has quit [Ping timeout: 240 seconds] 18:13:13 HuBe 18:13:26 so much stuff has changed since the last tag bump it's like swiss cheese 18:15:12 hm, u was removed 18:15:24 U still there 18:15:56 would expect a different breakage mode for that though 18:16:21 03Grunt02 07* 0.18-a0-797-g6bd4069: Fix a couple of issues with nicolae_arrival_memento_mori (geekosaur). 10(44 seconds ago, 1 file, 7+ 4-) 13https://github.com/crawl/crawl/commit/6bd4069fa4b0 18:16:53 o.O weight? 18:17:14 oops 18:17:47 03Grunt02 07* 0.18-a0-798-g62304ec: Remove a testing WEIGHT: (geekosaur). 10(18 seconds ago, 1 file, 0+ 1-) 13https://github.com/crawl/crawl/commit/62304ecfaea8 18:21:37 and http://lpaste.net/147015 may actually be ready to go although I want to retest after latest pull & rebuild (just 'cause... but mostly to lose FULLDEBUG) 18:22:07 -!- AreBrandon has quit [Ping timeout: 250 seconds] 18:23:48 -!- ussdefiant_ has joined ##crawl-dev 18:25:28 geekosaur: don't use permarock 18:26:00 hm. there is another way to avoid digging? or just allow players to do that? 18:26:04 c 18:26:07 stone walls 18:26:13 n for translucent stone 18:26:33 you could also use metall walls for that 'science!' feel <.< 18:26:47 ok 18:28:33 abby... what?? 18:29:44 -!- luukano has quit [Quit: leaving] 18:30:33 -!- luukano has quit [Client Quit] 18:31:27 imo use a flesh golem instead 18:31:30 @??flesh golem 18:31:30 flesh golem (058) | Spd: 7 | HD: 15 | HP: 124-148 | AC/EV: 15/3 | Dam: 35 | 11non-living, 10doors, unbreathing, 07vault | Res: 13magic(immune), 04fire+++, 12cold+++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 805 | Sz: Large | Int: brainless. 18:31:42 (vault def, but still) 18:35:25 -!- muravey has joined ##crawl-dev 18:36:25 -!- ussdefiant_ has quit [Ping timeout: 272 seconds] 18:42:05 ...and the spires didn't generate. sigh 18:47:05 -!- siepu has quit [Read error: Connection reset by peer] 18:47:21 -!- travis-ci has joined ##crawl-dev 18:47:22 The build passed. (master - 4b90cf5 #4209 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96640822 18:47:22 -!- travis-ci has left ##crawl-dev 18:49:31 -!- snowdude|2 has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] 18:49:43 New branch created: container (1 commit) 13https://github.com/crawl/crawl/tree/container 18:49:43 03Grunt02 07[container] * 0.18-a0-799-g9f5ba50: A naive attempt to migrate Travis builds to the container architecture. 10(13 minutes ago, 3 files, 17+ 89-) 13https://github.com/crawl/crawl/commit/9f5ba501ac49 18:49:48 * Grunt experiments: 18:50:00 mrrrrr 18:50:10 ??pakellas reasons 18:50:10 pakellas reasons[1/7]: You look like this: http://i.imgur.com/iL7ef.jpg 18:50:37 glorious breakage everywhere. 18:51:25 03ontoclasm02 07* 0.18-a0-799-g67bb724: Some amulet icons 10(16 seconds ago, 15 files, 6+ 6-) 13https://github.com/crawl/crawl/commit/67bb72415e6e 18:51:50 hm. back in FULLDEBUG, reproduced nonplacement of spires... no messages 18:52:12 aside from ones which I think come from use of &L; there's a kobold in the sealed part and a bat in a wall >.> 18:52:54 -!- travis-ci has joined ##crawl-dev 18:52:55 The build has errored. (container - 9f5ba50 #4211 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96647276 18:52:55 -!- travis-ci has left ##crawl-dev 18:53:56 fr: s/has errored/errorified 18:55:00 -!- archaeo has joined ##crawl-dev 18:55:36 -!- vale_ has quit [Remote host closed the connection] 18:55:50 maybe I'm misreading this and the packages are already in the images... 18:56:34 Curse toes appear to have inadvertently (more than) doubled in HP. 13https://crawl.develz.org/mantis/view.php?id=10174 by crate 18:56:41 03Grunt02 07[container] * 0.18-a0-800-gdff1d40: Try to break this less. 10(19 seconds ago, 2 files, 20+ 4-) 13https://github.com/crawl/crawl/commit/dff1d40a2148 18:56:48 !tell pleasingfungus for randomised monster hp, would it make sense to change the current logic of 'hit points per hit dice plus bonus hit points per hit dice' to just 'minimum hp to maximum hp' range? 18:56:49 chequers: OK, I'll let pleasingfungus know. 18:58:36 !tell PleasingFungus !bug 10174 18:58:36 Grunt: OK, I'll let pleasingfungus know. 18:58:54 chequers: you mean one fixed distribution for all monsters? 19:00:03 -!- omarax has quit [Remote host closed the connection] 19:01:44 -!- Sage1234 has quit [Ping timeout: 265 seconds] 19:01:59 dpeg: not the same distribution for all monsters 19:02:13 chequers: okay, what else do you mean there? 19:03:06 dpeg: from what I understand, the current hp is derived purely from the hit dice section of the mon-data.h array 19:03:18 03Grunt02 07* 0.18-a0-800-g9197dff: Fix curse toe HP (#10174). 10(2 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/9197dff51ab5 19:03:33 dpeg: the logic which calculates the hp is indirect, in that it's (hd*base_hp) + (hd*(random2(extra_hp)) 19:04:06 dpeg: I'm proposing changing the base_hp variable to mean "minimum hp" and the extra_hp variable to mean "maximum hp" (and updating all the values appropriately) 19:04:17 ah, I see: you want to simplify the formula, with no change in functionality 19:04:22 right 19:04:28 alright! 19:04:45 (I wouldn't mind simplifying functionality, too, but perhaps one step after the other) 19:04:47 but I'm wondering if there's some reason the current code works like this, and if there's a reason it hasn't been done 19:05:15 how would you simplify further? just give a 'normal hp' and there's a fixed % variation applied by the game? 19:05:50 traps.cc: * Oldstyle trap algorithm, used for vaults. Very bad. Please remove ASAP. 19:05:54 give all monsters 50 hp 19:05:59 very simplified 19:06:16 %git 54f6eedb 19:06:16 07PleasingFungus02 * 0.16-a0-3921-g54f6eed: Temporarily restore bad traps to vaults 10(10 months ago, 3 files, 39+ 1-) 13https://github.com/crawl/crawl/commit/54f6eedbba5f 19:06:45 -!- scummos__ has quit [Ping timeout: 250 seconds] 19:06:52 geekosaur: ^ 19:07:20 * geekosaur just rooting around looking for vault monster placement... 19:07:26 chequers: yes, exactly. 19:11:58 dpeg: intriguing... 19:12:29 don't monsters have -three- hp generating numbers 19:12:36 what's the third for 19:12:41 ontoclasm: not any more 19:12:46 unless you count HD as one of those three 19:12:56 mm 19:15:07 -!- dtsund has joined ##crawl-dev 19:16:21 yes, I can see how people want to derive HP from HD 19:16:41 -!- Evablue has quit [Quit: Evablue] 19:16:42 Grunt: doy was working on this as well 19:16:53 %git travis 19:16:53 07doy02 * 0.18-a0-456-g94d511d: try out the new container-based infra 10(13 days ago, 3 files, 18+ 97-) 13https://github.com/crawl/crawl/commit/94d511d8865f 19:17:13 ah 19:17:41 figured that was the case but couldn't find it again 19:17:43 <.< 19:18:01 -!- Dixlet has quit [Read error: Connection reset by peer] 19:19:02 it looks like the builds are having trouble detecting the installations 19:19:52 Monster database of master branch on crawl.develz.org updated to: 0.18-a0-800-g9197dff 19:20:11 @??demon hound 19:20:11 unknown monster: "demon hound" 19:20:16 @??doom hound 19:20:16 doom hound (03h) | Spd: 13 | HD: 20 | HP: 90-132 | AC/EV: 6/13 | Dam: 45, 30 | 05demonic, unholy, see invisible | Res: 06magic(20), 08blind, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 3377 | Sp: doom howl [11!AM, 06!sil] | Sz: Medium | Int: animal. 19:20:20 they're not called demon hounds!!!!! 19:20:25 !blame2 PleasingFungus 19:20:26 PPPllleeeaaasssiiinnngggFFFuuunnnggguuusss 19:20:30 w-well fine 19:20:37 @??hellhound 19:20:38 unknown monster: "hellhound" 19:20:41 @??hell hound 19:20:42 hell hound (10h) | Spd: 15 | HD: 5 | HP: 17-38 | AC/EV: 6/13 | Dam: 13 | natural, 05demonic, unholy, see invisible | Res: 06magic(20), 04fire+++, 03poison, 08blind, 13torm | Vul: 12cold, 08holy++ | Chunks: 14noxious | XP: 147 | Sp: fire breath (3d10) [11!AM, 06!sil, 08breath] | Sz: Medium | Int: animal. 19:20:43 @??hell hound 19:20:43 hell hound (10h) | Spd: 15 | HD: 5 | HP: 17-38 | AC/EV: 6/13 | Dam: 13 | natural, 05demonic, unholy, see invisible | Res: 06magic(20), 04fire+++, 03poison, 08blind, 13torm | Vul: 12cold, 08holy++ | Chunks: 14noxious | XP: 147 | Sp: fire breath (3d10) [11!AM, 06!sil, 08breath] | Sz: Medium | Int: animal. 19:20:48 @??doom hog 19:20:48 unknown monster: "doom hog" 19:20:53 @??doomephant 19:20:54 unknown monster: "doomephant" 19:21:09 fr make doom hounds not hounds since there are already demon hounds 19:21:16 doom, uh 19:21:17 yaks 19:21:32 @??doom yak 19:21:32 unknown monster: "doom yak" 19:21:41 you thinking death yaks? 19:21:55 !send geekosaur the death yaktaur 19:21:55 Sending the death yaktaur to geekosaur. 19:21:56 no, they are clearly totally different 19:23:01 * geekosaur still can't figure why the spires don't always place :( 19:23:19 -!- Dixlet has joined ##crawl-dev 19:23:22 no message when they don't place 19:23:25 -!- CKyle has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 19:24:23 wonder if something is there already or something 19:24:54 does the zombie not kill them? 19:25:38 no, they're just not placed. if I use FULLDEBUG then I see them placed and get spellbooks... unless they simply don't place 19:40:29 oh hey, the first container build succeeded 19:40:35 -!- Gorgo has quit [Quit: This computer has gone to sleep] 19:41:08 I don't think the tiles builds are going to succeed though 19:41:11 we'll find out 19:41:40 -!- travis-ci has joined ##crawl-dev 19:41:41 The build passed. (master - 67bb724 #4212 : ontoclasm): https://travis-ci.org/crawl/crawl/builds/96647457 19:41:41 -!- travis-ci has left ##crawl-dev 19:41:56 -!- MarvinPA has quit [Quit: Leaving] 19:42:07 -!- tedric has joined ##crawl-dev 19:43:03 yeah, one build failed already 19:43:13 need to figure out where the sdl2 packages that are supposedly in those images are <.< 19:44:40 curse skull (13z) | Spd: 15 | HD: 13 | HP: 55 | AC/EV: 35/3 | 07undead, evil, see invisible, fly, unbreathing | Res: 13magic(immune), 05fire++, 02cold++, 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 1631 | Sp: sum.undead [06!sil], s.torment [06!sil] | Sz: tiny | Int: human. 19:44:40 %??curse skull 19:44:43 @??curse skull 19:44:43 curse skull (13z) | Spd: 15 | HD: 13 | HP: 45-59 | AC/EV: 35/3 | 07undead, evil, see invisible, fly, unbreathing | Res: 13magic(immune), 05fire++, 02cold++, 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 1583 | Sp: sum.undead [06!sil], s.torment [06!sil] | Sz: tiny | Int: human. 19:46:00 -!- MarvinPA has joined ##crawl-dev 19:46:42 "containers"? 19:47:03 boxes, sacks, chests etc., like in Nethack 19:47:15 archaeo: nothing to do with in game items 19:47:29 Grunt: what a spoilsport :) 19:47:38 :| 19:47:50 archaeo: you want bags of holding? With this devteam? :P 19:48:13 -!- CKyle has joined ##crawl-dev 19:48:15 dpeg: I would faint dead away if any of you added bag to Crawl 19:48:23 you would have to break out the smelling salts 19:48:31 haha 19:48:34 -!- sirrick has quit [Quit: Leaving] 19:48:43 the only good bag is a body bag? 19:49:44 oh 19:49:56 the ppa we need isn't on the travis whitelist yet 19:50:00 rip 19:50:15 need to bug them about it 19:50:18 ya 19:51:07 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 19:52:31 oh 19:52:36 I think I may have a really ugly workaround 19:53:43 03Grunt02 07[container] * 0.18-a0-801-g5d9dbab: Really ugly workaround for not having the sdl2 ppa available. 10(47 seconds ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/5d9dbab38b21 19:54:06 -!- travis-ci has joined ##crawl-dev 19:54:07 The build was canceled. (master - 9197dff #4214 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96648648 19:54:07 -!- travis-ci has left ##crawl-dev 19:54:24 -!- travis-ci has joined ##crawl-dev 19:54:25 The build was canceled. (master - 9197dff #4214 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96648648 19:54:25 -!- travis-ci has left ##crawl-dev 19:54:25 we have bags of spiders!!! 19:54:33 ? 19:54:36 bag of holding spiders 19:54:48 . 19:55:04 -!- Hosg has quit [Ping timeout: 252 seconds] 19:55:41 nope, not working 19:56:03 -!- 17WABACJA has joined ##crawl-dev 19:56:03 -!- 18WABHN8Y has joined ##crawl-dev 19:56:04 <17WABACJA> The build was canceled. (container - 5d9dbab #4215 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96654291 19:56:04 -!- 17WABACJA has left ##crawl-dev 19:56:04 -!- travis-ci has joined ##crawl-dev 19:56:04 <18WABHN8Y> The build was canceled. (container - 5d9dbab #4215 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96654291 19:56:04 -!- 18WABHN8Y has left ##crawl-dev 19:56:05 The build was canceled. (container - 5d9dbab #4215 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96654291 19:56:05 -!- travis-ci has left ##crawl-dev 19:56:10 aieeeeeeeeeeeeee 19:56:43 @??death yak 19:56:43 death yak (08Y) | Spd: 10 | HD: 14 | HP: 60-94 | AC/EV: 9/5 | Dam: 30 | Res: 06magic(100) | Chunks: 14noxious | XP: 872 | Sz: Big | Int: animal. 19:56:46 @??elephant 19:56:47 elephant (03Y) | Spd: 10 | HD: 9 | HP: 52-82 | AC/EV: 8/2 | Dam: 2007(trample), 5 | Res: 06magic(60), 12drown | XP: 483 | Sz: Giant | Int: animal. 19:56:48 anyway we'll need to wait for an sdl2 ppa to get added before we can do the migration 19:59:15 03Grunt02 07[container] * 0.18-a0-802-g66e584c: Replace the ugly hack attempt with the non-whitelisted ppa. 10(29 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/66e584cfac36 19:59:56 i see, blocked by https://github.com/travis-ci/apt-source-whitelist/issues/45 20:00:03 -!- omarax has quit [Remote host closed the connection] 20:00:06 ya 20:00:36 -!- travis-ci has joined ##crawl-dev 20:00:37 The build was canceled. (container - 66e584c #4216 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96654905 20:00:37 -!- travis-ci has left ##crawl-dev 20:00:45 -!- vale_ has quit [Ping timeout: 256 seconds] 20:09:35 honest admission: I feel like CeHu isn't actually all that good 20:09:41 shortbows suck horribly earlygame 20:10:33 secret tech: don't use a shortbow 20:11:38 ??hand crossbow 20:11:38 hand crossbow[1/2]: It's a crossbow that you can hold in your hand. 12 base damage, 15/10 base/mindelay. Starting weapon for crossbow hunters. 20:11:48 http://crawl.berotato.org/crawl/dev/dbro-stats/versions/fig.png http://crawl.berotato.org/crawl/dev/dbro-stats/versions/facet.png 20:11:58 yeah the thing is that shortbows become complete garbage by lair 20:12:13 johnstein: what's this 20:12:15 see above secret tech 20:12:21 it solves this problem 20:12:27 I'm still working (heavily) on formatting and labels. that's 0.16.2, 0.17.2, 0.18-a0-659, and 0.18-a0-771 20:12:29 objstats 20:12:35 for the entire dungeon 20:12:37 fr: make shortbows less garbage for earlygame 20:12:59 big chart is normalized data 20:13:12 faceted/trellis charts are un-normalized 20:13:36 -!- Shard1697_ has quit [Ping timeout: 240 seconds] 20:13:38 obviously TotalXP is GOING THROUGH THE ROOF 20:13:52 rrrr 20:13:54 !commit reduce TotalXP 20:13:56 03johnstein * 0.18-a0-484-g288e16a: reduce TotalXP 10(in the future, 31 files, 547+ 815-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=288e16a 20:14:17 !commit Remove johnstein. 20:14:17 but average MonsHD is also going up, so 20:14:18 03Grunt * 0.18-a0-485-g13ce10f: Remove johnstein. 10(in the future, 37 files, 642+ 237-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=13ce10f 20:14:45 I think there's value here somewhere. going to take some time to tease it out I think. 20:14:53 mons nunchuks 20:15:42 now trying random other monsters; it's not just the spires, anything else I try also doesn't place :( 20:15:47 * geekosaur wonders what he did wrong 20:16:15 oh, typo didn't help 20:16:22 but problem existed before that typo 20:16:24 !commit Remove typos. 20:16:25 03Grunt * 0.18-a0-486-g6387cdb: Remove typos. 10(in the future, 25 files, 331+ 258-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=6387cdb 20:16:36 -!- ttr_ has quit [Client Quit] 20:17:13 !remove typoes 20:17:39 !commitby Grunt Remove tyops. 20:17:40 03Grunt * 0.18-a0-487-g9ecd98c: Remove tyops. 10(in the future, 23 files, 575+ 911-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=9ecd98c 20:17:49 !cmd !remove !commit Remove ${*} 20:17:50 Defined command: !remove => !commit Remove ${*} 20:17:54 !remove Grunt 20:17:54 03wheals * 0.18-a0-488-g9ac1f50: Remove Grunt 10(in the future, 48 files, 659+ 759-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=9ac1f50 20:18:14 wheals: IMO should be !commitby mpa 20:18:19 !remove removals of Grunt 20:18:20 03Grunt * 0.18-a0-489-g0331814: Remove removals of Grunt 10(in the future, 6 files, 436+ 256-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=0331814 20:18:23 beh. it's consistently working now... must have been the original "insane" issue which I fixed at the same time as I introduced the typo 20:18:31 !remove wwwhhheeeaaalllsss 20:18:33 03Grunt * 0.18-a0-490-gd6bc337: Remove wwwhhheeeaaalllsss 10(in the future, 16 files, 949+ 229-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=d6bc337 20:18:35 !revert Remove removals of Grunt 20:18:36 03wheals * 0.18-a0-491-g9308ed4: Revert "Remove removals of Grunt" 10(in the future, 21 files, 500+ 573-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=9308ed4 20:18:51 -!- Gorgo has quit [Quit: This computer has gone to sleep] 20:18:53 !revert Revert "Remove removals of Grunt" 20:18:54 03Grunt * 0.18-a0-492-gd64a8c8: Revert "Revert "Remove removals of Grunt"" 10(in the future, 21 files, 397+ 372-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=d64a8c8 20:19:06 !remove !revert 20:19:07 03wheals * 0.18-a0-493-gc5cf73b: Remove !revert 10(in the future, 44 files, 858+ 602-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=c5cf73b 20:19:18 !commit Revert "Remove !revert" 20:19:20 03Grunt * 0.18-a0-494-gf5c338c: Revert "Remove !revert" 10(in the future, 49 files, 921+ 386-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=f5c338c 20:19:50 !commit remove all resists 20:19:51 03miek_ * 0.18-a0-495-gc4d8889: remove all resists 10(in the future, 1 files, 693+ 662-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=c4d8889 20:20:15 !commit Remove Crawl. 20:20:16 03Grunt * 0.18-a0-496-gfbb43f9: Remove Crawl. 10(in the future, 26 files, 492+ 509-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=fbb43f9 20:22:18 !commit Remove removal 20:22:19 03geekosaur * 0.18-a0-497-g1489861: Remove removal 10(in the future, 29 files, 976+ 741-) 13http://s-z.org/neil/git/commit.png?p=crawl.git;a=commitdiff;h=1489861 20:22:23 Grunt: Did you see my suggestion to have Killer p throw Klown pies? 20:22:33 * Grunt throws pies at gammafunk. 20:22:37 tasty 20:22:41 does that mean we get to bring back pies???? 20:22:43 ??pie[3 20:22:43 pie[3/3]: You throw a tomahawk. The tomahawk blinds the orb of fire. 20:23:11 -!- Ququman_ has quit [Read error: Connection reset by peer] 20:23:15 yeah, I feel that klowns are not terribly effective enemies at present, and a ranged attack could help 20:23:37 maybe something more creative than just "af_klown branded pie arrows" though 20:23:50 You continue to butcher the killer klown corpse. A - 3 klown pies. 20:25:56 maybe you're not taking pies seriously enough, wheals 20:26:09 don't know how you can make pies into such a laughing matter 20:26:57 impossible 20:29:56 Problem with stairs in main dungeon 13https://crawl.develz.org/mantis/view.php?id=10175 by MrPlanck 20:31:06 -!- dpeg has quit [Quit: Lost terminal] 20:35:25 ok, so the problem with flesh golem is it can kill lightning spires >.> 20:35:40 maybe I go back to paralysing Abby.... 20:36:22 -!- ontoclasm has quit [Quit: Leaving.] 20:36:31 (let the vault place normally instead of wizmode. result: 1 spire, injured; no Abby) 20:37:19 -!- eb has quit [] 20:37:28 geekosaur: I have an alternate suggestion 20:37:38 yes? 20:37:41 geekosaur: don't place the flesh golem until the appropriate tile comes into view 20:37:50 hm, I suppose 20:38:01 although that means I now get to deal with lua >.> 20:38:02 some other vaults do that for similar reasons 20:39:39 -!- vev has quit [Remote host closed the connection] 20:42:43 -!- Player64 has quit [Quit: bye :(] 20:44:40 -!- nikheizen has joined ##crawl-dev 20:44:47 geekosaur: recommend you don't use a flesh golem 20:44:53 :( 20:44:57 that's a vault-define specific to the fleshworks wizlab 20:44:59 Is there any way to mute players in tiles chat? 20:45:14 nope, but we've thought about implementing that 20:45:14 Assuming you are the player. 20:45:35 you can use humanoid monsters though, regarding that vault 20:45:38 yes, I copied the vault define and modified it appropriately for the vault. feh 20:45:48 What is the webtiles stuff coded in? 20:46:08 it's javascript, mostly using jquery for the game client 20:46:11 the front end is javascript, for the most part 20:46:36 Is there anywhere I can see the source? 20:46:44 !source webserver/ 20:46:45 https://github.com/crawl/crawl/blob/master/crawl-ref/source/webserver/ 20:47:00 Thank you grunt. 20:47:02 well 20:47:04 -!- Shard1697_ has joined ##crawl-dev 20:47:08 that directory contains the webserver functions 20:47:11 I started work on chat mod a while back 20:47:15 try 20:47:20 !source webserver/game_data/static/ 20:47:21 https://github.com/crawl/crawl/blob/master/crawl-ref/source/webserver/game_data/static/ 20:47:29 There are some technical issues though 20:47:31 also 20:47:35 !source webserver/static/scripts/ 20:47:36 https://github.com/crawl/crawl/blob/master/crawl-ref/source/webserver/static/scripts/ 20:47:41 namely we'd want to save preferences for who the player muted 20:47:51 so you'd probably need to modify the webtiles server a bit as well 20:47:57 And I guess saving that in the rc would be problematic 20:48:03 -!- CKyle has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 20:48:06 right, not in the rc 20:50:00 -!- Sage1234 has quit [Ping timeout: 265 seconds] 20:52:10 -!- ontoclasm has joined ##crawl-dev 20:57:30 it seems like it'd be a huge amount of work to bump a major version tag 20:58:47 ended up using para anyway; seems spires won't attack a confused monster :/ 20:59:17 ?? ? ? 20:59:17 I don't have a page labeled ?_? in my learndb. 20:59:22 ontoclasm: what about it? 20:59:39 ontoclasm: *theoretically* all we need to do is change the tag, and do the cleanup afterwards 20:59:59 of course that requires that we make sure that all of the tag code has been kept up to date, which isn't always the case 21:00:03 -!- omarax has quit [Remote host closed the connection] 21:00:32 -!- doy has quit [Quit: ZNC - http://znc.in] 21:00:36 Grunt: just the sheer volume of #if #endif tags everywhere 21:01:06 ontoclasm: that's just the cleanup work 21:01:11 which can be done over an extended period of time 21:03:04 yeah 21:04:00 there 21:04:07 there's a script 21:04:20 oh right 21:04:23 I forgot about the script 21:05:00 ah 21:07:15 geekosaur: is this to be a pakellas overflow? 21:07:20 yes 21:07:40 -!- CanOfWorms has joined ##crawl-dev 21:07:43 hrm, you're using a neutral spire? 21:08:09 I was going to make this vault myself using a setup like that with the spire isolated by lava 21:08:12 or deep water 21:08:37 why does you_worship() exist 21:08:49 i guess it's like 4 characters shorter 21:09:07 because of you.god = GOD_XOM 21:09:10 ontoclasm: also avoids 21:09:14 ??epic_bugs[xom 21:09:17 epic_bugs[1/27]: if (you.religion = GOD_XOM) 21:09:17 aha 21:09:42 you_worship() was intended to genericise the check to 21:09:43 uh 21:09:49 I can't remember the exact motivation for genericising it 21:10:01 (I think this was bh's work) 21:10:13 just wondering 21:10:16 %git cc0fb03 21:10:16 07bh02 * 0.13-a0-2541-gcc0fb03: Refactor 'you.religion' checks. 10(2 years, 5 months ago, 69 files, 418+ 404-) 13https://github.com/crawl/crawl/commit/cc0fb03b9eee 21:10:23 * gammafunk zaps a wand. Grunt evaporates and reforms as a generic Grunt! 21:10:39 i noticed Stasis is still on the % screen, even though "stasis doesn't exist 21:10:46 i guess that's just for Fo, or what? 21:10:52 yeah, Fo do still exist 21:11:00 although that could be displayed only on A, I guess 21:11:06 is there no other way to get stasis? 21:11:11 i guess not 21:11:23 fr deep elf stasismancer 21:11:38 does that pain amulet have any mallus when put on? 21:11:47 as in, is it swappable 21:11:52 gammafunk: it is *Drain 21:11:55 ah 21:11:55 there's the ant unique 21:11:58 that doesn't exist 21:12:00 hrm 21:12:18 you know I bet *Drain just doesn't do much 21:12:25 I guess it does prevent swapping like every fight 21:12:47 I guess if the other amulets also do a good job of preventing swap it's less an issue 21:13:47 set your effective skills to 0 21:13:49 challenge game 21:13:50 i m o 21:14:03 But I'm kind of worried about us making amulets uniformly more powerful given how common they are; this was obviously the intent and might just need to be addressed systematically by amulet generation rates 21:14:07 fr skilllessrobin 21:14:23 but back when we only introduced one new amulet it felt like less an issue 21:14:23 asap you have to drain yourself to 0 and stay there forever 21:14:58 -!- xtwv has quit [Quit: c] 21:15:00 wow 21:15:06 http://git.develz.org/?p=crawl.git;a=commit;h=0e246112e173375465ee611b5365cb941106658a 21:15:07 we had: stasis, clarity, rmut, warding as not-very-good amulets, and now we have: dismissal, pain, and...is it shielding? 21:15:10 the maprot mutation 21:15:12 nice. 21:15:26 gammafunk: reflection 21:15:34 reflection 21:15:38 yes 21:15:39 we have 21:15:41 an amulet 21:15:43 of reflection. 21:15:51 do 21:15:51 we 21:15:51 really? 21:15:55 %git HEAD^{/mulet of reflection} 21:15:55 07Lasty02 * 0.18-a0-764-g970b532: Let amulets work again 10(28 hours ago, 3 files, 6+ 19-) 13https://github.com/crawl/crawl/commit/970b5323ad61 21:16:00 %git HEAD^{/mulet of reflection}^^{/mulet of reflection} 21:16:00 07Lasty02 * 0.18-a0-751-g685a3a7: Transform the amulet of stasis into the amulet of reflection 10(8 days ago, 30 files, 199+ 190-) 13https://github.com/crawl/crawl/commit/685a3a753ca6 21:16:17 fr mullet of reflection 21:16:25 any day now 21:16:25 need some beer for that 21:17:09 Lasty: I'm not sure how to think of "pain just yet, but I noticed you mentioned heavy armour chars and speedruns in that commit 21:17:18 things that don't need buffing 21:17:57 mrf. no, spires still don't attack now. I can't win :( 21:17:58 gammafunk: true! I'm not at all sure it's the right choice! 21:18:00 does pain affect allies? 21:18:07 CanOfWorms: no 21:18:09 !torment $nick 21:18:09 gammafunk gestures. gammafunk is wracked with pain! 21:18:18 feels good... 21:18:36 gammafunk: it could be changed to nerf heavy armour by doing the pain effect pre-AC 21:18:37 Lasty: Personal opinion, but shortbows are horrible as a starting weapon 21:18:49 Lightli: then you're not using them correctly 21:18:50 Lightli: they do the same damage as a trident 21:18:51 next topic 21:18:53 Lasty: I was going to say that some of these feel like they belong in an experimental branch, but 21:19:00 that's always a tricky thing 21:19:37 gammafunk: I was initially thinking experimental branch, but someone (MPA?) convinced me to just introduce them one at a time instead. Tho in reflection, he might have meant as opposed to a branch with all of them. 21:19:54 Lasty: yeah, perhaps if you had them all ready, experimental would have been nice 21:20:10 but they did come in kind an...amulet drip? 21:20:14 yeah 21:20:18 *of an 21:21:03 Amulet of harm is the one I'm least confident about 21:21:06 -!- koolatron has quit [Ping timeout: 240 seconds] 21:21:32 yeah, for that one I keep getting concerned about how there's special synergy with chars with lots of regen or mak 21:21:32 I don't think any of the new ones are as strong as faith, even after the nerf 21:21:45 Lasty: well dismissal is a lot stronger than I'd initially thought 21:21:48 I was wondering: What was the motive behind changing amulets from swappable resistances to stuff you want to keep on all the time? 21:21:50 since you made it cover ranged 21:21:53 dismissal is definitely strong. 21:22:05 if it had been melee only, that would be another thing 21:22:07 nikheizen: swapping is awful (imo) 21:22:21 nikheizen: reducing swapping was a big part of the goal 21:22:24 Then are you going to also remove resistances from rings? 21:22:28 so it's a fairly strong amulet right now, yeah 21:22:29 gammafunk: it still could be 21:22:49 well, it's certainly more fun when it covers ranged attacks :) 21:22:52 nikheizen: i don't think that's part of the plan (but i would if i were in charge) 21:22:55 gammafunk: as far as I'm concerned, all of these could be adjusted. 21:23:15 Lasty: I guess a high-level concern I have is how we make all these amulets stronger, and now the previously not-very-good ones are pretty good 21:23:20 and how this makes the game a lot easier 21:23:21 nikheizen: the game is, for better or worse, designed around ring swapping, so that's not really on the table right now 21:23:28 ontoclasm: What is so bad about tactical swapping? 21:23:47 if there's a lot of tactical swapping, it gets very tedious 21:23:54 as in, if you're doing it every fight, every other fight 21:24:19 ^ 21:24:59 Well amulets were the best for this since they covered resists that you would generally leave on for an area. Still, I understand what you mean and rMut was probably the worst offender for this. I disagree about it being tedious and find it rather enjoyable but to each their own. 21:25:00 gammafunk: I would be surprised if we don't adjust the power levels on some amulets, but I don't think it'd be bad to adjust their spawn rate either 21:25:09 Thank you for explaining gammafunk, ontoclasm. 21:25:24 yeah, we can reduce their prevalence; systematically making them all weaker is harder 21:25:29 i know some people like it but i personally don't 21:25:46 ontoclasm prefers to tactically swap palettes, not jewellery 21:25:53 daaang 21:26:05 gammafunk: not that hard -- dismissal, harm, shielding, regen, and faith all have numbers that affect their power level and can be adjusted. We already nerfed the best amulet, faith. 21:26:26 sounds like ontoclasm forgot to swap in his rF+ for that sick burn. 21:26:32 * ontoclasm inverts gammafunk across the La axis!!! 21:26:49 the wha...I'm not going to southern california right now! 21:27:10 or are you?? 21:27:44 it was a surprise to me to learn faith was the best. I always hated accidentally wearing it and it just never seemed worth using since I couldn't swap away without losing a ton of piety. I keep wondering how many other things I think are 'bad' that are really good 21:27:58 Lasty: yeah, I mean it's easier to change one value (how freq. of amulets generated out of all items), but you're right we can tweak those individual values as well 21:28:28 s/how freq./the freq./ 21:29:03 it's also not really one value for amulet frequency, since there's jewellery acquirement 21:29:37 johnstein: faith lets you use more of your strongest/best god abilities, gives you more gifts 21:29:45 -!- agentgt has quit [Ping timeout: 250 seconds] 21:29:58 a lot of players really underutilize god abilities 21:30:03 myself included, I'm sure 21:30:10 gammafunk: yea, that's probably my problem 21:30:18 I like to conserve as much as I can 21:30:30 right, but that piety does nothing for you if you don't use it 21:30:31 -!- doy has joined ##crawl-dev 21:30:51 similar problem with consumables in general; at this point I'm never surprised when I see a player go into some dangerous fight 21:30:54 Status bar: empty 21:31:09 haste? no thanks. might? nah. agility? what's that? 21:31:11 well, for things like Trog, removing faith at ****** I think you go to ****-- and your chance for Bro failure goes up. that always stressed me out 21:31:37 well the issue isn't so much removing faith, but using it while you have it 21:31:52 I mean even with old amulets, there's not a lot of good potential for swaps 21:32:35 true -- it's pretty much Faith or Guardian Spirit or swapping between all the rest of them for marginal advantage 21:33:13 ??amulet of reflection 21:33:13 amulet of reflection[1/1]: The amulet of reflection gives you a variable amount of SH and the reflection status, allowing you to reflect projectiles shot at you as if you had a shield of reflection, whether or not you do. 21:33:15 yeah if you find early rage, swapping between regen and clarity in spider 21:33:18 ok, no flesh golem. spires won't attack it 21:33:27 @??flesh_golem 21:33:27 unknown monster: "flesh_golem" 21:33:33 @??flesh golem 21:33:33 flesh golem (058) | Spd: 7 | HD: 15 | HP: 124-148 | AC/EV: 15/3 | Dam: 35 | 11non-living, 10doors, unbreathing, 07vault | Res: 13magic(immune), 04fire+++, 12cold+++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 805 | Sz: Large | Int: brainless. 21:33:40 is there a penalty on removal for amulet of reflection? 21:33:55 (todo turn the flesh golem into an actual monster like the diamond obelisk - vault only) 21:33:58 <.< 21:33:59 the penalty is you don't have bonus SH 21:34:02 geekosaur: for this theme, you really just need "a monster" 21:34:05 the theme is more in the spire 21:34:26 yes, but Grunt really wanted the flesh golem 21:34:32 >.> 21:34:35 sigh 21:34:46 so I'm back to my original because it works 21:34:49 should be an ugly thing really 21:34:49 (the flesh golem isn't *that* important; I just like characterising P as a mad scientist) 21:34:54 ! 21:34:58 yeah there are 21:34:58 ugly things are mad science-y 21:34:59 aboms 21:35:04 aboms are pretty mad scientisty 21:35:08 and yeah ugly thing 21:35:08 that too 21:35:08 s 21:35:11 toenail golems... 21:35:12 Fleshworks II? 21:35:24 fun fact: earlier I was thinking about a P vault with deformed foo 21:35:24 the spires can cast polymorph on it and cahnge the tile/color 21:35:31 for vault defines like that, I think it's best if we keep those in their vaults 21:35:44 what happens if ugly things enter mut fog 21:35:49 some vault defines have ascended to greater heights!! 21:35:53 ontoclasm: they change colour every turn 21:35:54 rapid color change I assume 21:35:56 it's glorious 21:35:57 neat 21:35:59 well yes, but not through gimmick vaults!!!! 21:36:17 gammafunk: are you calling wizlabs gimmick vaults!?!?!? 21:36:17 <.< 21:36:30 no I mean, using a gimmick vault to bring a vault defin....you know what I mean!!!!!!!!!!!!!!!1 21:36:36 !motto ! ?? ! ! ??!? 21:36:37 !?!!?! !-!! ?-??! !-!! !-!! ?-??!?! ! ?? ! ! ??!?! ! ?? ! ! ??!?! 21:36:39 why are we getting excited!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 21:36:47 Lasty: i really like the amulet of reflection 21:36:54 !recur !motto 3 ! ?? ! ! ??!? 21:36:55 !!!?!!?!?!!?!?!!?!!?!!?!?!!?!?!!?!!?!!?!?!!?!?!!?! !-!!?!!?!?!!?!?!!?!! !-!-!?!!?!!! !-!-!-!!!! ?-?-?-??!!! !-!-!-!!!! !-!-!-!!!! ?-?-?-??!?!!! !-!-!!! ?-?-??!! !-!-!!! !-!-!!! ?-?-??!?!!! !-!-!!! ?-?-??!! !-!-!!! !-!-!!! ?-?-??!?!!! !-!?!!?!! !-!-!!! ?-?-??!! !-!-!!! !-!-!!! ?-?-??!?!! !-!! ?-??! !-!! !-!! ?-??!?!! !-!! ?-??! !-!! !-!! ?-??!?!!! !-!?!!?!! !-!-!!! ?-?-??!! !-!-!!! !-!-!!! ?-?-??!?... 21:36:56 !motto ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 21:36:57 !!!!!!!!!!!!!!!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! !-!! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !! 21:37:00 Lasty: but I like even more that artifacts can get SH :D 21:37:16 !recur !motto 3 ! ! ! 21:37:17 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !-!!!!!!!!!!!! !-!-!!!!!! !-!-!-!!!! !-!-!-!!!! !-!-!-!!!! !-!-!!! !-!-!!! !-!-!!!! !-!-!!! !-!-!!! !-!-!!!! !-!!!!! !-!-!!! !-!-!!! !-!-!!! !-!! !-!! !-!!! !-!! !-!! !-!!!! !-!!!!! !-!-!!! !-!-!!! !-!-!!! !-!! !-!! !-!!! !-!! !-!! !-!!!! !!!!!!!!!!! !-!!!!! !-!-!!! !-!-!!! !-!-!!! !-!! !-!! !-!!! !-!! !-!! !-!!! !!!! !-!! !-!! !-!! ! ! !! ! ! !!! !!!! !-!! !-!! !-... 21:37:19 chequers: I don't want to hurt you, but random artefacts can't. 21:37:29 !recur !always 5 use recursion 21:37:32 AAAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAUR! A-Always! A-AAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAA... 21:37:35 oops 21:37:38 !recur !always 6 use recursion 21:37:45 AAAAAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAAAAAURAURAURAAAURAURAURAAAURAURAURAAAAAURAURAURAAAURAURAURAAAURAURAURA... 21:37:45 good 21:37:54 chequers: but I'm glad to hear you like amulet of reflection 21:38:03 if we add a yeti, we can make that its battle cry 21:38:14 A yeti of recursion comes into view. 21:38:32 the yeti roars! A yeti of recursion comes into view. 21:38:39 reminds me of megaxtahua 21:38:43 So doom hounds? 21:38:50 no, it's the same yeti 21:38:54 (somewhere around I have a design for a yeti) 21:39:10 (kind of redundant with the advent of shard shrikes, but) 21:39:15 isn't the iron giant basically a yet 21:39:17 i 21:39:25 @??iron giant 21:39:26 iron giant (10C) | Spd: 10 | HD: 22 | HP: 209-229 | AC/EV: 18/2 | Dam: 75, 003(constrict) | 10items, 10doors, fighter | Res: 06magic(120), 05fire, 02cold, 03poison, 12drown | XP: 5570 | Sp: iron shot (3d37) [06!sil], throw [11!AM, 06!sil] | Sz: Giant | Int: human. 21:39:28 speaking of which 21:39:39 gammafunk: which one of us is going to remove the constrict requirement from throws 21:39:41 Grunt implementing a Yeti defeats the purpose of big foot. 21:39:59 Grunt: probably the one who isn't twitch famous and about to go greet his legions of adoring fans 21:40:04 <.< 21:40:09 as he plays a GhMo^Pak 21:40:14 dang. 21:40:52 (but feel free, I'm still toying around with pak overflows dev-wise anyhow) 21:41:09 and since geekosaur stole my idea... 21:41:17 Pakellas says: "Back to the drawing board!" 21:41:26 gammafunk: I liked your vault :( 21:41:43 thought it was CanOfWorms' idea 21:41:53 what vault? 21:41:59 the cloud one? that's going in 21:42:02 I mean another one 21:42:04 oh 21:42:06 good. 21:42:12 I had an idea??? 21:42:27 [13 05:43] just put a corpse between two lightning spires 21:42:32 oh 21:42:34 right 21:42:41 ah, yeah I proposed a spire zapping an elec golem before that 21:42:51 turns out that wouldn't work anyhow 21:43:02 would have to be something not elec immune I guess? 21:43:18 fr: figure out how to force monsters to throw attacks at enemies that are immune to them 21:43:19 yeh. that;s why the flesh golem was out, probably 21:43:27 Lasty: noooooo 21:43:31 what I had sort of hoped was that 21:43:43 the monster could be confused and have a chance of dying either to spire 21:43:47 or to the lava 21:44:06 and again would use my death message trigger thingy 21:44:24 just use a test spawner as the monster 21:44:32 gammafunk: speaking of twitch-famous, your twitch info page claims you invented octopode crushers, which are a monster that clearly doesn't even exist 21:44:46 uh, does stable not exist?!?! 21:45:08 chequers: well not sure what you mean, but those are immune to elec 21:45:17 although I'm thinking of maybe something cute with an ocs 21:45:20 @??test spawner 21:45:20 test spawner (00X) | Spd: 14 (swim: 60%; 07stationary) | HD: 1000 | HP: 10000 | AC/EV: 127/127 | 11non-living, amphibious, regen, unbreathing | Res: 13magic(immune), 05hellfire, 04fire+++, 02cold, 10elec, 09poison+++, 07acid, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 1145683 | Sp: shadow creatures [06!sil], plane rend [06!sil], phantom mirror [06!sil] | Sz: Large | Int: b.. 21:45:34 anyhow you'd not want to use a test spawner 21:45:35 ??plane rend 21:45:35 plane rend[1/1]: A summoning spell from {corrupter}s. Minimum duration, 1 to 3 of unique representatives from a chosen branch of nearly anywhere besides hellpan and D/Depths. Potentially extremely dangerous, summoning multiple ghost moths, flayed ghosts, sphinxes, deep elf master archers, or starcursed masses. 21:45:37 since they'd not die 21:45:48 it works better when the monster can die 21:46:11 speaking of not dying, did you see the reddit thread about rMut 21:46:12 and we can't put test spawners in game anyhow 21:47:23 I saw a post by that exadeath guy with some really bad reasoning 21:47:33 didn't bother replying to it 21:47:47 -!- mamgar has quit [Quit: Exit Stage Left] 21:48:06 also this one https://www.reddit.com/r/roguelikes/comments/3w8jq8/dcss_0171_bugfix_release/cxue724 21:48:09 He tried to claim that corrosion makes "melee impossible" 21:48:36 ah that one 21:49:00 as someone who just almost died by tabbing an entropy weaver at Corr-24 i support this claim 21:49:24 (except that it is obviously bogus) 21:49:31 "A mid-level spell that can situationally instakill the player or any monster is not a good game design, and game design > (your opinion about) lore." 21:49:37 "This is only your opinion. I don't necessarily disagree with you, but it's silly to pretend what you're saying is something other than your opinion while pointing out what I am saying is only my opinion." 21:50:11 yeah, and in that post above, that guy claims we should allow dragons to push players into lava or we should rename it to not upset common notions about "space" 21:50:30 in support of his claim that gravitas should support our common notions about gravity 21:51:05 gammafunk: you didn't have the heart to point out to him the guardrails painstakingly built around all lava pools? 21:51:19 haha 21:51:35 FR add that to lava's xv 21:51:37 we should make them kind of like the ones in boxing rings 21:51:46 they actually bounce you off when you get trampled onto them 21:52:03 You see here a dusty OH&S sign saying "Caution: hot lava. DO NOT ENTER". 21:52:22 I feel like it should be mentioned that the bug that let monsters move over lava didn't actually kill the monster 21:52:33 The iron dragon tramples you! You rebound off the flexible guardrail! You collide with the iron dragon!!!! You kill the iron dragon! 21:52:55 yeah and with like a professional wrestling move as a finish 21:52:56 bonus damage for Horns mutations 21:53:43 gained mutation: lariat 1 21:57:14 k 21:57:19 03Grunt02 07* 0.18-a0-801-gb01a236: Rework (iron giants') Throw to not require the victim be constricted. 10(54 seconds ago, 4 files, 41+ 43-) 13https://github.com/crawl/crawl/commit/b01a2364294d 21:59:55 -!- kunwon1 has quit [Quit: Specialization is for Insects] 22:00:02 -!- omarax has quit [Remote host closed the connection] 22:02:49 http://i.imgur.com/8zS20m3.png 22:03:10 barataur 22:04:10 -!- thrig has quit [Ping timeout: 244 seconds] 22:05:19 -!- Blazinghand has joined ##crawl-dev 22:05:31 yum 22:07:05 "Remove the remove curse scroll, too, and have normal curses time out with xp. That system has been demonstrated to work way better for temporary strategic penalties than requiring the player to grab a consumable off the pile. 22:07:06 -!- vev has quit [Remote host closed the connection] 22:07:13 I could implement that, if devs like the idea? 22:07:59 -!- Rotatell has quit [Remote host closed the connection] 22:08:38 -!- Rotatell has joined ##crawl-dev 22:09:14 ?? ? ? 22:09:14 I don't have a page labeled ?_? in my learndb. 22:09:17 where are you reading this 22:09:23 tavern 22:09:37 why are you reading tavern >.> 22:10:17 shrug 22:10:35 ontoclasm: trying to add Lacertilians back. got this: /crawl-master/crawl-faithful/data/dat/des/traps/beogh_trap.des:62: bad spec: 'no_rtele_into' in 'no_rtele_into' 22:10:37 Hit Enter to continue... 22:10:51 huh 22:10:55 how bizarre 22:11:05 let me take a look 22:11:05 trying to figure out if maybe it's a byproduct of reviving an experimental 22:11:07 oh 22:11:07 duh 22:11:14 there's a really big chance it's my fault 22:11:17 johnstein: yes 22:11:25 johnstein: you need to clean out the old experimental data 22:11:27 in particular 22:11:27 I could probably destroy the data foldedr 22:11:29 the vault cache 22:11:32 ok 22:11:34 I'll do that 22:11:54 Grunt: I like the idea 22:12:00 !source hit_points 22:12:01 1/2. https://github.com/crawl/crawl/blob/master/crawl-ref/source/mon-util.cc#l1995 22:12:07 -!- tensorpudding has quit [Ping timeout: 240 seconds] 22:13:26 chequers: how do you deal with: Ashenzari 22:13:58 that's in the thread 22:14:14 don't remove curses automatically, add a piety-cost ability to do so manually 22:15:23 ??rebuild 22:15:24 rebuild[1/2]: https://dobrazupa.org/rebuild/ http://crawl.akrasiac.org/rebuild/ http://underhound.eu:81/rebuild/ http://crawl.berotato.org/crawl/rebuild/ http://crawl.xtahua.com/rebuild/ Bug Grunt, |amethyst, or Nap Kin for CDO. Use your powers wisely. 22:19:36 -!- kunwon1 has joined ##crawl-dev 22:38:27 -!- ProzacElf has joined ##crawl-dev 22:40:20 -!- AreBrandon has joined ##crawl-dev 22:40:31 Experimental (faithful) branch on crawl.beRotato.org updated to: 0.18-a0-753-gf0f1e14 22:40:50 ooh 22:41:04 -!- Dixlet has quit [Read error: Connection reset by peer] 22:41:23 -!- Dixlet has joined ##crawl-dev 22:41:48 ontoclasm: looks like it's working now! 22:41:57 let me know if you see/hear of any issues 22:42:14 ! 22:42:15 -!- donblas has joined ##crawl-dev 22:42:50 time to post on tavern so duvessa can explain what an idiot i am 22:43:32 if curses are removed autoatically...we can make all items cursed automatically! 22:43:54 !apt la 22:43:55 Could not understand "la" 22:43:58 hmm 22:44:08 %git :/lacertilian 22:44:08 Could not find commit :/lacertilian (git returned 128) 22:44:20 %git :/Lacertilian 22:44:20 07ontoclasm02 {johnstein} * 0.18-a0-752-g3f793c6: Lacertilian tiles 10(2 days ago, 4 files, 7+ 0-) 13https://github.com/crawl/crawl/commit/3f793c6be5d7 22:45:06 what's the lacertilian drawback 22:45:27 they're generally mediocre 22:45:54 -%10 hp & mp, demonspawnish apts 22:46:24 don't they also have shit spellcasting apts 22:46:26 like -3 to all schools 22:46:36 -4 spc, -2 elemental schools 22:46:41 yeah 22:46:43 0 non-elemental schools 22:46:45 shit spellcasting 22:47:48 what's te lacertilian advantage more like 22:47:49 -!- donblas has quit [Quit: Page closed] 22:48:00 faith in exchange for all that 22:48:07 faith and no wrath 22:48:23 so you can get every god's capstone if you want 22:48:24 how does that work for penance, actually 22:48:32 you can get penance just fine 22:48:34 you just get [*]? 22:48:36 you just don't get wrath for leaving 22:49:01 you could actually go oka -> TSO and not have it be dumb 22:49:12 clearly op 22:49:22 ontoclasm: how does that interact with excommunication for stuff like necromutation under tso? 22:49:35 i'm... not sure 22:49:44 let me check! 22:49:57 pro lacertilian strats: donate money to zin for quick hw weapon 22:50:02 necronomicon and eudemon blade would be pretty cool 22:50:03 then go back to kiku 22:50:11 uh 22:50:15 tso is the holy wrath brand 22:50:18 zin is mutation removal 22:50:25 donate money to zin to get 6* asap 22:50:25 amalloy: my guess is you will get wrath, since casting necromut probably gives you penance and -then- excommunicates you 22:50:33 then switch to tso to start at 4* 22:50:33 switch to tso after 6* Zin 22:50:47 -!- MarvinPA has quit [Ping timeout: 240 seconds] 22:50:59 i wonder what it "should" do with La 22:51:23 wrath would be appropriate in that case 22:51:24 I mean 22:51:25 -!- travis-ci has joined ##crawl-dev 22:51:26 The build passed. (master - b01a236 #4217 : Steve Melenchuk): https://travis-ci.org/crawl/crawl/builds/96666413 22:51:26 -!- travis-ci has left ##crawl-dev 22:51:31 it's not as though La can't get wrath at all 22:51:34 or start with trog for early game and then after you have a solid footing switch to makhleb or whoever 22:51:46 ah, I was thinking La was the "no wrath" species 22:52:01 yeah, i think it's okay for them to get wrath under circumstances like that 22:52:04 if you're doing something to get excommunicated other than aXyy, I think the wrath should stick around 22:52:23 well the penance 22:52:51 wrath is what you get if you have penance and aren't worshipping that god 22:52:51 not the wrath necessarily. like i don't think tso punishes you for necromut beyond excommunicating you even as non-La unless you join an evil god 22:53:04 hm 22:53:08 well 22:53:09 yes 22:53:20 the penance should accumulate in that case 22:53:29 right, and it probably does 22:53:31 I'm basically equating penance with wrath here, which isn't necessarily the case with the good gods 22:53:39 ontoclasm: no. lots of gods give you wrath even while worshiping them 22:53:46 oh 22:54:10 only the trinity don't afaik, out of the gods who *can* get mad at you 22:54:19 (while still worshiping them) 22:54:30 mm, i see 22:54:32 there are a few instances where worshipping a god *changes* the wrath you get, but doesn't eliminate it 22:54:41 at least J, F, and P 22:54:43 but like if you attack a plant, you get fedhas penance and he starts fucking you up iirc 22:54:52 amalloy: correct 22:55:03 amalloy: there's also a special flavour of F wrath which only shows up if you are not following F 22:55:19 that would mean that literally turning into a lich is less offensive to the trinity than it is to fedhas 22:55:21 (which is described somewhere in the code as "please die") 22:55:39 making oklobs? 22:55:39 !source godwrath.cc:1538 22:55:40 https://github.com/crawl/crawl/blob/master/crawl-ref/source/godwrath.cc#l1538 22:55:44 nah, it just means the trinity are more forgiving 22:55:54 tolerant of mortals' flaws 22:56:23 it sounds like a lot of this complexity can just be thrown out if it's standing between La and a master merge 22:56:52 it's not though afaik 22:56:55 casting necromut under tso as La gets you excommunicated and sets penance 22:57:12 good 22:57:14 (so you'll get wrathed if you join an evil god) 22:57:22 how about: statue form under Yred 22:57:27 (FR: more excommunicatable offenses) 22:57:30 ??lacertilian 22:57:30 lacertilian[1/1]: Experimental race with perma-faith and no wrath for changing gods. Used to be playable on CBRO! 22:57:41 !learn edit lacertilian s/Used to be/ 22:57:42 lacertilian[1/1]: Experimental race with perma-faith and no wrath for changing gods. playable on CBRO! 22:57:43 er 22:57:47 hit enter in the middle of that 22:57:55 !learn edit lacertilian s/ / Once again / 22:57:55 lacertilian[1/1]: Experimental race with perma-faith and no wrath for changing gods. Once again playable on CBRO! 22:57:56 You will pay for your evil ways, mortal! 22:59:13 hm, statue form under yred gets you kicked out but no penance 22:59:31 temporary demon hounds howling durable demon hounds 22:59:32 nice 23:00:03 -!- omarax has quit [Remote host closed the connection] 23:00:06 @??doom hound 23:00:06 doom hound (03h) | Spd: 13 | HD: 20 | HP: 90-132 | AC/EV: 6/13 | Dam: 45, 30 | 05demonic, unholy, see invisible | Res: 06magic(20), 08blind, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 3377 | Sp: doom howl [11!AM, 06!sil] | Sz: Medium | Int: animal. 23:00:19 -!- Daekdroom has quit [Quit: Leaving] 23:00:22 it seems like tso-necromut uses a different pathway since you don't get the "does not appreciate desertion message" there, while you do with yred-statue 23:00:25 actually 23:00:26 wow that MR is low 23:00:37 is it possible to get durable demon hound allies? 23:00:42 e.g. shadow creatures 23:01:02 someone test that 23:05:07 -!- Dixlet has quit [Read error: Connection reset by peer] 23:07:35 !lm * explbr=lacertilian 23:07:36 No milestones for * (explbr=lacertilian). 23:07:43 !lm * explbr=faithful 23:07:46 3506. [2015-10-27 23:30:10] laxrulz777 the Skirmisher (L3 DsCK) abandoned Xom on turn 438. (D:2) 23:08:32 -!- kazimuth has quit [Quit: Textual IRC Client: www.textualapp.com] 23:09:49 not even ontoclasm is playing La 23:10:24 -!- Dixlet has joined ##crawl-dev 23:10:34 rip. 23:10:44 die("Bad god, no bishop!"); 23:10:48 I was playing! but apparently I started that game a long time ago 23:10:52 i'm -fixing- La 23:10:55 uh, it didn't ask if I wanted to update my game 23:11:12 but that's probably ok since experimentals act like stable, not trunk 23:11:43 I thought experimentals always updated? 23:12:43 -!- WalkerBoh has joined ##crawl-dev 23:13:34 hm 23:13:53 -!- Dixlet has quit [Read error: Connection reset by peer] 23:14:05 -!- Dixlet has joined ##crawl-dev 23:16:19 geekosaur: yea it does 23:16:59 for some reason I was expecting to be asked to update since it was so outdated. I wasn't thinking 23:17:19 is it okay to just do default: ; in a switch statement 23:17:26 if the default should do nothing 23:17:59 I think you don't even need a default label at all, right 23:18:00 default: break; is more standard, though it does the same thing 23:18:11 chequers: well the compiler whines 23:21:41 03ontoclasm02 07[faithful] * 0.18-a0-754-g1b4e207: Fix La desertion messages for Chei and Pak 10(16 seconds ago, 1 file, 12+ 3-) 13https://github.com/crawl/crawl/commit/1b4e20782263 23:23:36 * Grunt excommunicates ontoclasm. 23:29:58 -!- Dixlet has quit [Read error: Connection reset by peer] 23:31:22 -!- wheals has quit [Remote host closed the connection] 23:34:43 -!- Blazinghand has quit [Read error: Connection reset by peer] 23:35:32 -!- Blazinghand has joined ##crawl-dev 23:36:56 -!- Lasty has quit [Quit: Leaving.] 23:37:09 -!- HopeRecycler has quit [Ping timeout: 250 seconds] 23:37:10 -!- geekosaur has quit [Ping timeout: 250 seconds] 23:37:28 -!- Lasty has joined ##crawl-dev 23:39:11 -!- geekosaur has joined ##crawl-dev 23:40:20 -!- Dixlet has joined ##crawl-dev 23:41:35 -!- hypermatt has joined ##crawl-dev 23:43:18 -!- KurzedMetal has quit [Ping timeout: 250 seconds] 23:46:44 -!- ussdefiant_ has joined ##crawl-dev 23:47:30 -!- Dustin_ is now known as mango_lives 23:49:07 rgaf (L27 GrEE) ERROR in 'mon-place.cc' at line 1213: invalid monster to place: removed MONS_DEEP_ELF_CONJURER (212) (Zig:18) 23:49:50 anyone mind if I rebuild cszo right now? 23:50:05 @??deep elf death mage 23:50:06 deep elf death mage (00e) | Spd: 10 | HD: 15 | HP: 57-78 | AC/EV: 2/12 | Dam: 12 | natural, 10weapons, 10items, 10doors, evil, spellcaster, see invisible | Res: 06magic(120) | Vul: 08holy | XP: 1116 | Sp: b.draining (3d22), vampiric draining, call lost soul, twisted resurrection | Sz: Medium | Int: human. 23:50:16 I ran into one of those on d:10 or something 23:50:19 maybe it was d:9 23:50:19 those are sticking around i guess? 23:50:24 DEDM, really? 23:50:26 grunt it had bolt of lightning 23:50:29 er 23:50:32 deep elf mage, sorry 23:50:33 misread 23:50:34 i ran into a deep elf mage on d:9 also 23:50:40 Warning: Cannot include file: "/crawl-0.16/rast.rc" is an absolute path. (~/.crawlrc:2) 23:50:42 but i murdered him on video 23:50:49 how do I include this rc? I'm in trunk 23:50:49 I almost died 23:50:55 CAO 23:51:04 include += rast.rc 23:51:08 @??deep elf mage spells:bolt_of_lightning 23:51:08 Invalid spell slot format: 'bolt of lightning' in 'bolt_of_lightning' 23:51:13 @??deep elf mage spells:bolt_of_lightning.200.magical 23:51:13 Unknown spell name: 'bolt of lightning' in 'bolt_of_lightning.200.magical' 23:51:14 the rc isn't in the same version 23:51:16 @??deep elf mage 23:51:17 deep elf mage (06e) | Spd: 10 | HD: 9 | HP: 32-46 | AC/EV: 1/12 | Dam: 5 | 10weapons, 10items, 10doors, spellcaster | Res: 06magic(40) | XP: 572 | Sp: b.cold (3d17), throw icicle (3d17), sum.ice beast, blink / b.draining (3d17), sum.demon, sum.vermin, blink / b.fire (3d17), sticky flame range (3d5), sum.fire elementals, blink / b.lightning (3d16), blink / b.magma (3d17), stone arrow (3d15), sum.earth elemen.. 23:51:24 ah, b.lightning 23:51:55 Rast: you can only include rcs of the same version 23:52:02 oh :( 23:52:03 as in that's the only place the online server looks 23:52:40 -!- tedric has quit [Ping timeout: 252 seconds] 23:56:07 ty gammafunk 23:57:56 -!- ontoclasm has quit [Quit: Leaving.]