00:01:14 -!- dtsund has joined ##crawl-dev 00:01:19 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1413-g94b8a5e (34) 00:05:48 Unstable branch on rl.heh.fi updated to: 0.14-a0-1413-g94b8a5e (34) 00:07:27 -!- Melandru has quit [Quit: Page closed] 00:11:55 http://pastebin.com/brXAJNBu 00:12:14 fr: a really nasty spider 00:12:23 preferably with iron shot 00:16:16 -!- raskol has quit [Quit: Konversation terminated!] 00:17:12 iron spider (10s) | Spd: 15 | HD: 15 | HP: 59-92 | AC/EV: 3/10 | Dam: 2508(poison), 15 | web sense, !sil | Res: 06magic(40) | Vul: 09poison | Chunks: 09poison+07contam | XP: 970 | Sp: iron shot (3d28) | Sz: Medium | Int: insect. 00:17:12 %??wolf spider name:iron_spider n_rpl n_des col:cyan hd:15 spells:iron_shot 00:17:45 -!- heteroy has quit [Read error: Connection reset by peer] 00:17:54 ...I did mention something about dis_grunt the last time I saw this, yes? 00:18:29 Unstable branch on crawl.develz.org updated to: 0.14-a0-1413-g94b8a5e (34) 00:19:18 -!- Pacra has quit [Ping timeout: 246 seconds] 00:19:18 -!- VolteccerJack has quit [Quit: HydraIRC -> http://www.hydrairc.com <- The alternative IRC client] 00:19:46 -!- ontoclasm has joined ##crawl-dev 00:28:30 -!- Cedor has joined ##crawl-dev 00:29:21 -!- Rebthor has quit [Ping timeout: 265 seconds] 00:29:45 -!- tabstorm has quit [Ping timeout: 272 seconds] 00:33:45 -!- bh has joined ##crawl-dev 00:35:04 !seen dpeg 00:35:04 bh: You have 1 message. Use !messages to read it. 00:35:04 I last saw dpeg at Mon Dec 9 03:26:30 2013 UTC (2d 3h 8m 34s ago) quitting, saying 'Quit: Lost terminal'. 00:35:22 !seen nonethousand 00:35:22 I last saw nonethousand at Wed Dec 11 05:14:36 2013 UTC (1h 20m 46s ago) saying 'in that query' on ##crawl. 00:35:28 !tell nonethousand wut? 00:35:29 bh: OK, I'll let nonethousand know. 00:36:50 -!- bh has quit [Client Quit] 00:37:22 -!- _dd has joined ##crawl-dev 00:39:15 <|amethyst> I merged and retitled a few of putridmelon's bugs 00:39:34 <|amethyst> App exits immediately on ESC during character creation => restart_after_game is not on by default 00:39:43 <|amethyst> and Ctrl-F in inventory screen does not work => Inventory menu help lists selection commands even when they are unavailable 00:39:53 -!- Marbit_ has quit [Ping timeout: 272 seconds] 00:43:11 -!- slifty has quit [Quit: Leaving...] 00:43:51 -!- Blazinghand has quit [Ping timeout: 265 seconds] 00:46:33 Windows builds of master branch on crawl.develz.org updated to: 0.14-a0-1413-g94b8a5e 00:47:49 bh: you said "1444 games, I'm leaving forever" or something 00:50:37 oh oops, he left 00:52:33 -!- conted has quit [Ping timeout: 272 seconds] 00:52:52 Grunt: hey, it was Doom's 10th anniversary 00:52:54 *20th 01:00:51 -!- poopfist42 has quit [Ping timeout: 260 seconds] 01:03:02 -!- caleba has quit [Quit: caleba] 01:05:48 -!- yogaFLAME has quit [] 01:07:05 -!- heteroy has quit [Ping timeout: 245 seconds] 01:07:50 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 01:15:10 -!- Basil has quit [Read error: Operation timed out] 01:16:26 -!- ystael has quit [Ping timeout: 264 seconds] 01:27:31 -!- thorgipup has quit [Ping timeout: 260 seconds] 01:28:00 |amethyst, still around here? 01:31:40 wait, dis_grunt? 01:34:30 -!- jeanjacques has joined ##crawl-dev 01:38:03 -!- MP2E has quit [Quit: night] 01:49:28 -!- lobf has quit [Quit: lobf] 01:52:05 -!- heteroy has quit [Ping timeout: 245 seconds] 01:54:13 -!- scummos__ has quit [Client Quit] 01:59:02 -!- Dacendoran_ has quit [Ping timeout: 272 seconds] 01:59:25 -!- mong has quit [Quit: Leaving] 01:59:48 -!- dtsund has left ##crawl-dev 01:59:54 -!- Hailley has quit [Quit: Petra is closed!] 02:01:04 Unstable branch on crawl.lantea.net updated to: 0.14-a0-1413-g94b8a5e (34) 02:05:05 if any dev is around, I have a quick questio about a part of the code 02:05:15 -!- jameyd has quit [Quit: jameyd] 02:07:34 -!- hurdos1 has quit [Quit: Leaving.] 02:08:22 Sure 02:08:32 nice :) 02:08:57 i lurk a bit on eating function (that need some revamp) 02:09:27 and I asked myself 02:09:40 item_def represent an actual item? 02:10:01 (i mean a generated item, on the flor or in inventory?) 02:10:36 AFAIK yes 02:10:58 in the case of eating, it's the item that will be eat 02:11:05 not the generic type 02:11:06 ? 02:11:16 -!- ZChris13 has joined ##crawl-dev 02:11:47 What function? 02:12:25 for exemple : eat_floor_item 02:12:37 void eat_floor_item(int item_link) 02:12:37 { 02:12:37 item_def& food(mitm[item_link]); 02:12:55 here food is the actual chunk or permafood that will eaten? 02:13:05 Yes. 02:13:07 ok 02:13:11 Well, it can be a stack of that type of item. 02:13:17 So like 5 food rations 02:13:20 yes, ofc 02:13:27 but it's ok 02:13:33 I can cut some lines 02:13:35 thanks 02:14:20 -!- master_j has quit [Quit: WeeChat 0.4.2] 02:27:04 -!- ontoclasm has quit [Read error: Connection reset by peer] 02:28:51 -!- flappity has quit [Ping timeout: 252 seconds] 02:35:56 -!- kait has quit [Read error: Connection reset by peer] 02:39:23 03Medar02 07* 0.14-a0-1414-g846016a: Update shopping list price when item is identified 10(8 months ago, 3 files, 31+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=846016ad5df5 02:40:37 -!- heteroy has quit [Read error: Connection timed out] 02:41:03 -!- ystael has quit [Ping timeout: 250 seconds] 02:41:09 -!- minqmay has quit [Quit: Leaving] 02:44:10 -!- radinms has quit [Ping timeout: 245 seconds] 02:47:11 -!- Trevize has quit [Ping timeout: 272 seconds] 02:51:26 -!- Hailley has quit [Quit: Petra is closed!] 02:55:59 -!- Zeor has quit [Quit: so long, folks] 03:00:56 -!- RedFeather has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 03:05:11 -!- heteroy has quit [Read error: Connection timed out] 03:18:24 -!- Ragdoll has joined ##crawl-dev 03:20:00 -!- ZChris13 has quit [Remote host closed the connection] 03:25:00 03Medar02 07* 0.14-a0-1415-ge301bcb: Fix line entries on old Firefox versions (#7816) 10(4 minutes ago, 1 file, 4+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e301bcbbad3c 03:25:02 -!- MP2E has quit [Quit: Lost terminal] 03:27:11 -!- SwissStopwatch has quit [Quit: i read it as endless space jams i was like yeah i'd watch that movie over and over i guess] 03:30:14 -!- ZChris13 has joined ##crawl-dev 03:33:51 -!- jeanjacques has quit [Quit: quit] 03:34:32 -!- simmarine has quit [Quit: Leaving] 03:35:32 -!- nubcakes has quit [Quit: Page closed] 03:35:39 -!- ussdefiant has quit [Ping timeout: 246 seconds] 03:47:02 -!- nht has quit [Quit: WeeChat 0.4.2] 03:50:27 Autoexplore never finishes in Shoals. by elliptic 03:52:56 elliptic: Was that with some form of detection? Remember it bugging out with Ash at least 03:53:16 oh, yes, that was with a DD so passive mapping 03:53:20 -!- bonghitz has quit [Remote host closed the connection] 04:02:33 -!- honeybadger has quit [Quit: Page closed] 04:04:59 -!- Dr_Ke has quit [Ping timeout: 272 seconds] 04:41:01 food eating by Cedor 04:44:46 -!- SkaryMonk has quit [Quit: Leaving.] 04:54:29 -!- Lightli has quit [Ping timeout: 272 seconds] 04:59:39 -!- Trevize_ has quit [Quit: Page closed] 05:02:41 -!- jeanjacques has joined ##crawl-dev 05:16:48 -!- the_glow has quit [Ping timeout: 246 seconds] 05:17:56 -!- Vizer_ has quit [Quit: bye] 05:26:43 -!- paulsomebody has joined ##crawl-dev 05:27:44 -!- SkaryMonk has joined ##crawl-dev 05:33:02 -!- soundlus is now known as soundlust 05:33:05 -!- soundlust is now known as soundlusT 05:33:15 -!- PepeRC2 has quit [Ping timeout: 246 seconds] 05:50:31 -!- MP2E has quit [Quit: night] 06:06:24 -!- _D_ has quit [Quit: Lost terminal] 06:19:07 -!- PsyMar has quit [Quit: I, Garland, will knock you all down!] 06:20:35 -!- SkaryMonk has quit [Ping timeout: 252 seconds] 06:20:45 -!- SkaryMonk has joined ##crawl-dev 06:44:11 !tell Lightli in that vault: the doors fail to open simultaneously if you open one of them; a demonic crawler is a rather underwhelming spider for that task 06:44:12 kilobyte: OK, I'll let lightli know. 06:45:06 @??giant orange brain-wolf spider-iron golem chimera 06:45:07 chimera (giant orange brain, wolf spider, iron golem) (06H) | Spd: 12 | HD: 10 | HP: 35-73 | AC/EV: 2/10 | Dam: 2508(poison), 35 | evil, !sil | Res: 06magic(40), 04fire+++, 12cold+++, 11elec+++, 03poison++, asphyx, 12drown | Vul: 08holy | XP: 718 | Sp: brain feed, cause fear, shadow creatures, confuse, blink, 04esc:teleport self | Sz: Medium | Int: animal. 06:48:36 -!- gammafunk has joined ##crawl-dev 06:48:46 c - the +3 pair of boots of the spider {Jump, Stlth+} 1323 gold 06:48:50 Shouldn't that be +Jump? 06:50:35 I'd say so, yeah 06:50:38 perhaps; the brand is named this way 06:50:59 Yeah, the artp was removed, it's just a brand 06:52:27 could rename the brand's annotation 06:53:19 cloaks of darkness, too 06:54:29 that would be nice 07:04:00 03kilobyte02 07* 0.14-a0-1416-gd9400cd: Rename armour brand abbreviations to +Jump, +Inv. 10(2 minutes ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d9400cdbbff4 07:06:49 Nice. What about Fly? 07:06:55 -!- Sgeo has quit [Read error: Connection reset by peer] 07:10:04 -!- eith has joined ##crawl-dev 07:11:57 -!- clouded_ has joined ##crawl-dev 07:13:01 -!- dagonfive has quit [Read error: Connection reset by peer] 07:17:03 -!- ZChris13 has quit [Quit: This is not a desk. It is not being flipped.] 07:18:50 -!- gammafunk has quit [Ping timeout: 264 seconds] 07:35:13 hrm 07:35:24 I noticed that faerie dragon armour's description doesn't mention the rNapalm 07:43:22 -!- alefury has joined ##crawl-dev 07:46:14 Medar: boots of flying work nothing like rings or artefacts of +Fly 07:46:45 -!- tsohg has quit [Ping timeout: 252 seconds] 07:46:50 I wonder, now that they're boots of levitation no longer, perhaps they could be always on? 07:47:25 Well, you still need to invoke them, but sure. 07:47:44 Not sure if that annotation is even used anywhere, so... 07:48:04 it is in character dumps 07:48:08 -!- ackack has joined ##crawl-dev 07:48:38 I feel like making them always on would just add interface annoyance 07:48:50 on %, too 07:48:52 Carrying extra boots, switching between them 07:52:09 why would you carry extra boots? 07:52:18 removing ones work just as well 07:52:25 Boots give AC 07:53:02 having that little extra AC while fighting that one titan is not going to make a difference 07:53:22 doesn't removing boots takes a while 07:53:26 take? 07:53:57 -!- tsohg_ has quit [Ping timeout: 246 seconds] 07:54:35 20 aut, just twice as long as evoking an ability 07:54:58 You are not just fighting that one titan though 07:55:10 Most common case I guess is clearing V:$ enterance 07:55:20 Or just the whole level, you don't need flight 07:57:07 -!- ackack has quit [Ping timeout: 260 seconds] 07:57:50 -!- eith has quit [Ping timeout: 264 seconds] 07:58:43 -!- tsohg has quit [] 08:12:40 hrm, you currently can take off boots of flying while over lava, without ill effects 08:12:49 you just can't move to another square of lava 08:15:30 good trick to scare your spectators 08:18:45 03kilobyte02 07* 0.14-a0-1417-g62711b3: Auto-enable boots of flying when you wear them. 10(2 minutes ago, 1 file, 10+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=62711b3f9553 08:20:21 -!- SkaryMonk has quit [Ping timeout: 250 seconds] 08:20:35 -!- SkaryMonk has joined ##crawl-dev 08:30:47 -!- ckyle has joined ##crawl-dev 08:31:59 -!- bmfx has quit [Ping timeout: 272 seconds] 08:32:23 -!- CKyle_ has joined ##crawl-dev 08:34:17 -!- CKyle_ has quit [Client Quit] 08:44:45 -!- MaxFrost has quit [Ping timeout: 265 seconds] 08:46:17 -!- tabstorm has quit [Ping timeout: 272 seconds] 08:50:07 -!- Amy has quit [Disconnected by services] 08:55:12 -!- orionstein_away is now known as orionstein 08:55:46 -!- dpeg has joined ##crawl-dev 08:56:05 -!- dpeg is now known as ragepeg 08:56:41 !tell kilobyte You... you... you reader! 08:56:41 ragepeg: OK, I'll let kilobyte know. 08:57:01 * ragepeg burns a few random books to calm down. 08:57:22 -!- ragepeg is now known as dpeg 08:58:03 dpeg: an alternative would be thinking up some way to make book burning meaningful 08:58:04 kilobyte: You have 3 messages. Use !messages to read them. 08:58:20 kilobyte: I think it is meaningful: ever used books to kill a hydra? 08:58:23 because currently, it's purely theme and the occasional cloud of flame 08:58:51 killing hydras would mean standing next to one for multiple rounds 08:59:07 <|amethyst> make it scale with piety 08:59:13 no! you lay the books out in a hallway and call the hydra -- I've done it 08:59:18 <|amethyst> at high enough piety, make the books explode into a fireball 08:59:42 at some point, I'd like to get rid of (almost all) corpse sacrifices... with Trog, the piety lost there could go into books 08:59:52 fireball? You're thinking small. A full-LOS fiery blast! 09:00:06 |amethyst: and/or depending on total spell level of the book 09:00:15 (which currently informs flame duration iirc) 09:00:37 dpeg: that part is micromanagement 09:00:39 but I am really serious: I'll do anything to be able to burn books in Crawl 09:00:51 kilobyte: is it micromanagement if you cannot do it often? 09:01:05 I mean, depending on spell level 09:01:13 gotta teach... will throw some burning booklets at the class 09:01:19 kilobyte: ah 09:02:58 dpeg: i was thinking of an actual fully functional inventory page, just with unlimited slots (like in the pickup menu) and no weight 09:03:10 so dropping, examining and forgetting would still be possible 09:03:16 also burning 09:03:35 i would like to have exactly something like this for other strategic items btw 09:03:48 although dropping is even less relevant there 09:04:53 the benefits become pretty obvious when you try to imagine a crawl where gold takes weight and inventory slots 09:05:19 (also runes, which got goldified) 09:05:54 -!- wheals has joined ##crawl-dev 09:06:07 (also, weight and item destruction should be removed and slots should be the only inventory limiting mechanic, but that's a different topic) 09:08:32 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 09:10:40 the reason for weight is stackable items 09:11:03 what stakable items are destructible? 09:11:07 *stak 09:11:08 I don't care much about lugging a GDA and two crystal plates 09:11:11 *stack 09:11:22 any ammo, for example 09:11:31 scrolls and potions get used up, too 09:11:43 it gets destroyed when you fire it >.> 09:12:13 having a stack limit like in DoomRL could work 09:12:46 STR's influence on carrying capacity is purely bad, I'd say 09:13:16 weight could be argued to be a mater of realism, but alefury has a point here 09:13:33 -!- LexAckson has joined ##crawl-dev 09:13:59 s/mater/matter/, damn USians and their ideas about -t- vs -tt- :p 09:18:25 yeah, i think a stack limit might be necessary without weight 09:19:00 -!- Dr_Ke has quit [Ping timeout: 246 seconds] 09:19:15 not sure though 09:20:10 unless it is very small (like, 1 for scrolls and potions), it wouldnt do that much 09:20:32 whether you have 5 or 10 potions of might on you very rarely matters 09:21:45 of course it matters more for potions with stacking effects like HW 09:22:39 the argument about not being able to reach your stash in some areas is valid, but the distinction is not that interesting IMO 09:22:52 <|amethyst> what about large rocks? javelins? 09:23:10 good point 09:23:28 -!- MaxFrosty has quit [Ping timeout: 260 seconds] 09:23:31 an extreme version of stack size limits would be to not allow multiple stacks btw 09:23:44 of the same item 09:24:18 https://crawl.develz.org/mantis/view.php?id=7132 09:24:22 <|amethyst> does that include wands? 09:25:25 -!- Voker57 has quit [] 09:25:29 full consistency doesnt really make sense because stretching it to duplicate equipment would be weird 09:25:52 so some sort of arbitrary line would have to be drawn somewhere 09:26:14 <|amethyst> Allowing 5 of each potion but not 6 !HW and nothing else is also weird 09:26:32 having 52 slots is also weird 09:26:39 <|amethyst> true 09:26:46 they can hold a ring, or 500 arrows, or a plate armor 09:27:00 but you have a point of course 09:27:17 imo thinking about realism is pointless here, it's about established game mechanics 09:27:31 limited slots and weight is very well established 09:27:45 stack limits too 09:28:21 arbitrarily allowing duplicates for some items but not for others is probably a terrible idea :( 09:28:30 large rocks could just have stack size 1 09:29:09 id prefer one limit for consumables and one for ammo, but i guess it just doesnt work for the large throwables 09:29:43 -!- radinms has quit [] 09:30:34 well, i should amend the line about established game mechanics, clarity and consistency are just as important if not more 09:32:25 -!- marbit has joined ##crawl-dev 09:39:36 -!- Kalir has quit [Changing host] 09:40:32 -!- Bloax has joined ##crawl-dev 09:48:27 add wand bandoliers 09:51:29 -!- Morg0th has quit [Quit: leaving] 09:52:06 -!- wheals_ has joined ##crawl-dev 09:54:00 -!- wheals has quit [Ping timeout: 246 seconds] 09:54:41 -!- freesalad has quit [Ping timeout: 272 seconds] 09:55:22 -!- imantor has quit [Quit: leaving] 09:55:48 -!- _D_ has quit [Quit: Lost terminal] 09:56:01 -!- wheals_ is now known as wheals 09:56:54 -!- Hailley has quit [Quit: Petra is closed!] 10:04:49 -!- Lightli has quit [Ping timeout: 272 seconds] 10:05:00 -!- heteroy has quit [Ping timeout: 245 seconds] 10:08:49 Snorg (09T) | Spd: 10 | HD: 8 | HP: 96 | AC/EV: 0/10 | Dam: 20, 15, 15 | 10doors, regen, !sil | Res: 06magic(64) | Chunks: 07contam | XP: 1134 | Sp: berserker rage | Sz: Large | Int: normal. 10:08:49 %??snorg 10:09:03 -!- SkaryMonk has quit [Quit: Leaving.] 10:14:28 Do shape shifter simulacra still change shape? 10:18:24 <|amethyst> paulsomebody: yes 10:21:09 |amethyst: Awesome, thanks. 10:22:45 <|amethyst> any objections to removing the _is_religious_follower check from monster stair following? 10:23:36 -!- CKyle_ has joined ##crawl-dev 10:24:11 <|amethyst> the result would be that aboms from TR, mercenaries, and other permanent allies can follow you more than 8 at a time 10:24:47 <|amethyst> (The idea being to reduce TR tedium) 10:24:58 Do it. 10:25:00 don't really see a downside 10:25:03 i suggested that quite a while ago (for TR in particular) and there was some opposition 10:25:11 MarvinPA: oh? 10:25:27 was that before summons stopped following you altogether? 10:25:41 MarvinPA: btw, I haven't really had time to look into what's breaking wrt summon changes - did any leads turn up? 10:27:15 i think the opposition was that it was relevant to balancing twisted res, i still think it would be a good change though (and twisted res should be changed in other ways to make it impossible to build gigantic armies and take them across levels, if necessary) 10:27:16 <|amethyst> Grunt: One issue is that many of the callers did things like if (!player_angers_monster) summoned_monster() 10:27:50 -!- Poncheis has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 10:28:20 <|amethyst> MarvinPA: yeah, I see the problem with being able to drop your whole load of aboms onto the Snake:5 rune vault in one go 10:28:37 you'd just be able to abuse it with less tedium, and tedium is a pretty bad thing to use as a bottleneck 10:28:46 <|amethyst> MarvinPA: but when no one's around it's just tedium... >tw...tw... oh hm, i thought twisted res aboms had been made to not regenerate health now and heal from merging 10:29:48 but i guess i imagined that 10:31:12 anyway i think twisted res is still sort of a problematic spell in general 10:31:56 indeed 10:32:07 too bad, as flavour wise it's pretty cool 10:37:25 -!- maahes has joined ##crawl-dev 10:37:53 -!- maahes has quit [Read error: Connection reset by peer] 10:38:16 -!- maahes has joined ##crawl-dev 10:38:20 <|amethyst> so, the only issue I see with #6871 is that it removes regeneration from monster abominations as well 10:38:35 <|amethyst> err, from "natureal" ones 10:38:39 <|amethyst> s/real/ral/ 10:39:01 ...and? 10:39:25 They're encountered pretty rarely (unless you're making Abyss trips, in which case you're either fleeing from them or splatting them). 10:39:39 <|amethyst> hm, I guess that's a point about the abyss 10:39:46 <|amethyst> what about showing damage? 10:40:07 <|amethyst> hm 10:41:04 Well, my gut instinct (which I don't think would work very well) would be: if you made it yourself you know how intact it is; if you didn't you don't. 10:44:01 <|amethyst> hm 10:44:20 <|amethyst> I'll let them show damage for now; that can be tweaked later 10:47:53 -!- marbit has quit [Ping timeout: 272 seconds] 10:48:46 -!- Marbit has joined ##crawl-dev 10:50:44 -!- ckyle has quit [Quit: ckyle] 10:50:44 -!- CKyle_ is now known as CKyle 10:51:21 -!- SkaryMonk has joined ##crawl-dev 10:51:51 -!- tsohg has quit [Remote host closed the connection] 10:53:40 -!- Yeti218 has quit [Read error: Connection reset by peer] 10:53:40 -!- tsohg has quit [Read error: Connection reset by peer] 10:58:12 -!- DrinkMachine has joined ##crawl-dev 10:58:12 -!- DrinkMachine has quit [Changing host] 10:58:12 -!- DrinkMachine has joined ##crawl-dev 10:58:41 -!- LexAckson has quit [Read error: Connection reset by peer] 10:58:50 <|amethyst> Grunt: are you seeing the suggestions to remove orc knights/warlords/etc from Depths? 10:59:26 -!- LexAckson has joined ##crawl-dev 11:00:03 <|amethyst> Grunt: in part because of the plain orcs in their bands, but there are also claims that even the leaders are completely unthreatening 11:03:30 -!- Basil has joined ##crawl-dev 11:04:37 03|amethyst02 07* 0.14-a0-1418-g9d082e1: Allow non-adjacent non-religious followers to take stairs. 10(33 minutes ago, 1 file, 3+ 12-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=9d082e1e3572 11:04:37 03dolorous02 {|amethyst} 07* 0.14-a0-1419-g2e2cdf5: Make aboms from twisted resurrection heal from corpses, version 2. 10(8 months ago, 2 files, 21+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2e2cdf5d5685 11:05:22 <|amethyst> These two aren't enough, but they're a start. We also probably want to cap the number you can have at one time (not sure how to deal with extra crawlies though). 11:06:09 <|amethyst> Also, someone should look into Cigotuvi's wizlab and the XXX spell 11:06:50 <|amethyst> since all aboms have NO_REGEN now 11:07:12 somehow i don't think XXX will have any problems :P 11:07:40 i guess the wizlab is probably okay since you can't hurt them and then leave it to heal 11:08:50 aboms from all sources are the same now, right? 11:08:57 no weird demonic/undead difference any more 11:08:59 <|amethyst> MarvinPA: right 11:09:27 ah yeah they're just purely undead 11:10:16 Unstable branch on crawl.akrasiac.org updated to: 0.14-a0-1417-g62711b3 (34) 11:11:00 -!- Cedor has quit [Ping timeout: 246 seconds] 11:11:00 <|amethyst> should have pushed that a few minutes earlier I guess 11:11:01 -!- slifty has quit [Quit: Leaving...] 11:11:19 -!- maahes_ has joined ##crawl-dev 11:11:19 because that's such a critical fix 11:11:21 -!- maahes has quit [Ping timeout: 252 seconds] 11:11:41 <|amethyst> kilobyte: not critical, but getting testing and feedback would be nice 11:11:55 <|amethyst> I'm rebuilding CSZO for it 11:13:46 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1419-g2e2cdf5 (34) 11:13:51 -!- Cedor has joined ##crawl-dev 11:15:50 -!- Dr_Ke has quit [Ping timeout: 264 seconds] 11:20:06 -!- ackack has joined ##crawl-dev 11:24:50 -!- Nakatomy has quit [Read error: Connection reset by peer] 11:26:01 03Grunt02 07* 0.14-a0-1420-g795142c: A couple of small adjustments to Depths monster set. 10(2 minutes ago, 1 file, 10+ 14-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=795142ca3c2f 11:26:19 |amethyst: |amethyst: ^ 11:26:31 ...note to self: |amethyst is only one person <_< 11:26:42 Grunt: this hasn't been proven yet! 11:26:48 * |amethyst Sequells Sequell 11:26:48 * Sequell s |amethyst 11:26:54 <|amethyst> Sequell agrees 11:26:56 ...note to self: dpeg is |amethyst! 11:27:09 -!- Lightli has quit [Ping timeout: 272 seconds] 11:27:12 I wish! 11:27:38 <|amethyst> I have a friend who caused some consternation in Agora (the Nomic) by having an alt for a long time 11:27:45 My non-book burning, code-making sane other ego! 11:27:55 <|amethyst> eventually they had a series of CFJs about whether they were the same player for the purposes of the game 11:28:07 <|amethyst> I don't remember the resolution 11:28:25 "And the sentence is: Death!" <-- pretty easy 11:28:49 <|amethyst> oh, they even needed some legislation 11:29:04 you mean, there are online games where there are no alts? 11:30:22 <|amethyst> Ah, here was some of the legislation: http://users.cecs.anu.edu.au/~michaeln/agora/vreports/vr20030620.txt 11:30:49 <|amethyst> "Upon the adoption of this Proposal, the Gamestate becomes what it would be if Player A was always a separate Player from Player H; and if all of Player A's actions prior to 1 Jan 2003 00:00:00 UTC were solely Player A's actions, and were not Player H's actions." 11:31:44 omg 11:31:47 what is this? 11:32:26 <|amethyst> http://agoranomic.org/ 11:32:42 ag or anomic, that is what I see 11:32:47 <|amethyst> A legislation game, essentually: http://en.wikipedia.org/wiki/Nomic 11:33:29 -!- Garhauk has quit [Ping timeout: 272 seconds] 11:35:04 the rules are very long 11:35:13 <|amethyst> alefury: it's been going on for 20 years :) 11:35:30 Rule 2401: Registration Yaks 11:35:38 (not consecutively numbered) 11:35:53 Rule 2138: The Interstellar Associate Director of Personnel 11:36:02 it certainly seems a bit strange 11:36:22 <|amethyst> alefury: Any player CAN, with Agoran Consent, cause this Rule to amend itself by replacing "Interstellar" with an yother single word beginning with "Inter" in its text and title. 11:36:51 awesome 11:37:53 -!- LexAckson has quit [Read error: Connection reset by peer] 11:38:12 -!- alefury has quit [Quit: ChatZilla 0.9.90.1 [Iceweasel 25.0/20131102041233]] 11:39:30 -!- NilsBloodaxe has quit [Read error: Connection reset by peer] 11:40:19 -!- tsohg_ has quit [Remote host closed the connection] 11:42:44 -!- wheals has quit [Quit: Leaving] 11:44:04 -!- Tux[Qyou] has quit [Ping timeout: 265 seconds] 11:44:31 -!- CKyle has quit [Quit: CKyle] 11:45:47 -!- tsohg has quit [Ping timeout: 260 seconds] 11:46:28 -!- LexAckson has joined ##crawl-dev 11:46:47 -!- Marbit has quit [Ping timeout: 272 seconds] 11:48:57 Saint Roka (12o) | Spd: 10 | HD: 18 | HP: 200 | AC/EV: 3/10 | Dam: 35 | 10weapons, 10items, 10doors, fighter, priest, evil | Res: 06magic(72) | Vul: 08holy | Chunks: 07contam | XP: 5756 | Sp: smiting (7-17) | Sz: Medium | Int: high. 11:48:57 %??saint roka 11:50:28 -!- Markten has quit [Quit: Page closed] 11:51:28 Crash when identifying wand by BlackSheep 11:51:28 Auto-ID of "clarity. by dck 11:54:58 -!- CKyle has joined ##crawl-dev 11:55:59 <|amethyst> hm, #7850 is related to the shopping list 11:56:04 <|amethyst> %git :/shop 11:56:04 07Medar02 * 0.14-a0-1414-g846016a: Update shopping list price when item is identified 10(8 months ago, 3 files, 31+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=846016ad5df5 11:56:08 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 11:56:45 -!- TAS_2012v has quit [Read error: Connection reset by peer] 11:57:08 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 11:57:08 Let's see 11:57:41 <|amethyst> Medar: shop == nullptr after get_shop in item_type_identified 11:58:04 -!- G-Flex_ has quit [Quit: Page closed] 11:58:18 Ok 11:58:27 !tell SamB gdb self-attached during a crash shows version info and no warranty spam, but nothing else 11:58:27 kilobyte: OK, I'll let samb know. 11:58:32 <|amethyst> Medar: ohh 11:58:37 <|amethyst> Medar: the shop might not be on this level 11:59:32 <|amethyst> Medar: you'd need to use a level_excursion I think 12:00:28 -!- alefury has joined ##crawl-dev 12:01:50 Hmpf. 12:04:31 Think I'll just revert. 12:05:23 <|amethyst> let me try the excursion 12:05:34 -!- blabber has joined ##crawl-dev 12:05:40 Sure, go ahead. 12:09:51 -!- Psyknux has quit [Quit: My work is end \(^o^)/] 12:13:46 -!- dtsund has joined ##crawl-dev 12:16:24 -!- wheals has joined ##crawl-dev 12:19:25 -!- eith has joined ##crawl-dev 12:20:29 03kilobyte02 07* 0.14-a0-1421-g745e1e2: Sort the ex-sabre quote into the right place. 10(12 minutes ago, 1 file, 7+ 7-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=745e1e2732ce 12:20:29 03kilobyte02 07* 0.14-a0-1422-g20bcdcf: A quote for the Shoals. 10(43 seconds ago, 1 file, 9+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=20bcdcfcf42a 12:20:50 is there a reason to close Pan/Abyss/Hell entrances upon picking up the Orb? 12:20:59 you can still get banished by other ways 12:21:23 03galehar02 07* 0.14-a0-1423-g480ceb4: Don't put chinese punctuation after newline when wrapping text. 10(3 hours ago, 2 files, 58+ 60-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=480ceb4a0c1e 12:21:23 03Translators02 {galehar} 07* 0.14-a0-1424-gc52bd50: [Transifex] english monster descriptions (tenofswords). 10(49 minutes ago, 1 file, 6+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=c52bd50e4069 12:21:23 03Translators02 {galehar} 07* 0.14-a0-1425-gad534d4: [Transifex] Sync. 10(76 seconds ago, 85 files, 1293+ 1418-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ad534d4a29d7 12:22:20 how come when i evoke my staff of energy, it says nothing happens? 12:22:24 ??staff of energy 12:22:24 staff of energy[1/1]: When wielded, reduces spell hunger to nothing and also can be evoked for {channeling}. 12:22:30 ??channeling 12:22:30 channeling[1/1]: Converts food into mana. The staff succeeds (evo+11)/40, 50 hunger, 1d3 MP; Wucad Mu (evo+1)/25, 50 hunger, 1/5 div miscast, otherwise 2+d5+evo/3 MP; Sif power 60+INT+inv %, 100-300 hunger, d(2+inv/4) mp. For reference, merely resting will recover 14+maxMP per 600 nutrition, at standard metabolic rates. 12:22:45 Because you are failing. 12:22:56 ah because i need more evo apparently 12:23:03 Maybe it says that if you have full MP also. 12:23:15 ive only been trying when im low 12:27:31 -!- NilsBloodaxe has quit [Ping timeout: 246 seconds] 12:28:53 jspanek2 (L11 DDNe) (D:10) 12:29:14 03|amethyst02 07* 0.14-a0-1426-g2d3e126: Don't crash when IDing an off-level shopping list item (#7850) 10(3 minutes ago, 1 file, 9+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2d3e126591a2 12:29:14 03|amethyst02 07* 0.14-a0-1427-gf73237a: Use history in &( 10(40 seconds ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f73237ab5c0f 12:29:15 <|amethyst> !lm jspanek2 crash -log 12:29:15 No milestones for jspanek2 (crash). 12:29:16 <|amethyst> !lm jspanek2 crash -log 12:29:17 1. jspanek2, XL11 DDNe, T:14274 (milestone): http://dobrazupa.org/morgue/jspanek2/crash-jspanek2-20131211-182850.txt 12:29:30 <|amethyst> same crash 12:30:04 <|amethyst> rebuilding cszo 12:30:28 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1427-gf73237a (34) 12:31:22 <|amethyst> Medar: btw, this seems to not identify rods? works for magical staves and wands 12:31:46 03kilobyte02 07* 0.14-a0-1428-g250cf21: Revert the removal of translations for "strange machine". 10(6 minutes ago, 3 files, 14+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=250cf21fd0d1 12:32:17 -!- evilmike has joined ##crawl-dev 12:32:34 <|amethyst> oh, never mind 12:32:35 |amethyst: rods are like weapons, ie, not all rods of the same type have identical looks 12:32:38 <|amethyst> yeah 12:32:48 <|amethyst> I was faked out by a coincidence 12:32:52 <|amethyst> more like books I guess 12:33:05 considering that they share most of the code, yeah 12:33:13 <|amethyst> Medar: never mind me :) 12:34:19 jspanek2 (L11 DDNe) (D:10) 12:35:06 !lm jspanek2 type=crash -log 12:35:07 2. jspanek2, XL11 DDNe, T:13999 (milestone): http://dobrazupa.org/morgue/jspanek2/crash-jspanek2-20131211-183417.txt 12:35:22 same 12:36:10 -!- agentgt has quit [Quit: WeeChat 0.3.7] 12:36:17 -!- dtsund has quit [Quit: dtsund] 12:36:30 <|amethyst> !lm jspanek2 x=tiles 12:36:31 2269. [2013-12-11 18:34:17] [tiles=true] jspanek2 the Reanimator (L11 DDNe) ? (D:10) 12:36:45 he didn't transfer 12:37:12 <|amethyst> yeah, and they're not playing currently so I can't tell them it's fixed 12:42:04 -!- valtern has quit [Ping timeout: 265 seconds] 12:44:53 -!- dtsund has joined ##crawl-dev 12:48:05 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 12:50:27 -!- valtern has quit [Ping timeout: 264 seconds] 12:54:14 -!- Nightbeer has quit [Ping timeout: 264 seconds] 12:56:07 -!- Basil has quit [Read error: Connection reset by peer] 13:02:09 -!- ckyle_ has joined ##crawl-dev 13:05:49 dpeg: thanks for responding to the Scoring page on the dev wiki. I'll be able to write/think more on it in the next few days 13:06:12 -!- clouded_ is now known as st_ 13:14:00 nonethousand: I am happy I noted it ... don't visit dev wiki daily, like I used to do 13:14:21 nonethousand: but when play gets very competitive, I am not sure we can do much about it :( 13:15:27 dpeg: well elliptic suggested the idea which inspired my post but his support for aut-scoring wasn't rooted in preventing degenerate play as much as just getting rid of player turns I think 13:15:55 yes, that is a good idea in any case 13:16:21 but as I thought about it I began to believe that such a switch would have added bonuses for score-optimizing play 13:16:36 I think the main mechanical problem that remains is spider form movespeed 13:16:45 -!- magicpoints has quit [Ping timeout: 252 seconds] 13:17:18 -!- Vaporware has joined ##crawl-dev 13:17:23 nonethousand: if that's the case, we could special-case & penalise moving as a spider for scoring 13:17:33 -!- syllogism has joined ##crawl-dev 13:17:49 -!- DrinkMachine has quit [Disconnected by services] 13:17:54 (no effect but for aut-counting the score) 13:18:05 -!- Vaporware is now known as DrinkMachine 13:18:55 yeah that's certainly possible. On the other hand maybe we should consider whether spider form should be allowed to give net fast movement when swiftness is not? 13:20:56 -!- simmarine has joined ##crawl-dev 13:22:23 nonethousand: or that... although Swiftness was more troublesome 13:29:00 -!- DrinkMachine has quit [Quit: Leaving] 13:32:44 -!- _D_ has quit [Quit: Lost terminal] 13:33:08 -!- lukano has quit [Quit: leaving] 13:36:03 swiftness doesn't nuke your AC and equipment bonuses 13:36:30 and your weapon unless you're unarmed 13:36:31 -!- lukano has quit [Client Quit] 13:37:05 -!- Roarke has quit [Quit: Page closed] 13:37:33 Bloax: Well the thing is here is mainly traveling 13:38:26 -!- raskol has quit [Quit: Konversation terminated!] 13:38:52 nonethousand: boots of running, spriggans, centaurs, felids, nagas, bat form, mutations... 13:39:17 i hope you didn't like scoring if you're going cheibriados 13:39:32 because your score just got nuked because oh my look at your turncount 13:40:16 kilobyte: yes, from discussions in the other channel the best idea I've heard is to somehow factor in the average aut/player turn by race 13:41:42 kilobyte: the proposal is to have a racial score multiplier to handle the fast/slow species 13:41:44 maybe track the number of turns spent moving? 13:42:21 what if I start the game with glowing boots in view? Guess which brand. 13:42:22 for the other stuff, nobody seems to like -1 delay boots of running anyway, so I was thinking of changing boots of running to be evocable newswiftness 13:42:36 -!- lukano has quit [Quit: leaving] 13:42:48 kilobyte: is that so different from starting a game with a very powerful weapon in view? 13:42:51 and making fast movement mutation not appear randomly seems fine to me 13:43:07 I don't have a great idea for transformations though 13:43:21 did i really cause all of this 13:43:27 or chei? 13:43:28 Bloax: huh? 13:43:30 +1 for the boots (not from scoring purposes) 13:43:36 wheals: chei being bad for speedrunning seems fine to me 13:43:40 it's in chei's flavor :P 13:43:42 ok that's true 13:43:46 removing several game features just because of something as little meaning as scoring seems backwards to me 13:44:11 kilobyte: of course, but the running boots change is be good regardless of that 13:44:13 I'm exploiting as much as possible to score high because why not. 13:44:18 kilobyte: well, I don't think fast movement mutation is really a "game feature" 13:44:22 but should scoring be exactly the same as speedrunning 13:44:42 kilobyte: anyway, my primary motivation for this is killing player turns 13:44:54 wheals: getting as many runes as quickly as possible is definitely a decent metric for "good at Crawl" 13:45:06 since currently they confuse players regularly and their only purpose is scoring (and they don't do a great job there) 13:45:18 wheals: it's pretty hard to come up with something better 13:45:59 elliptic: have you been around when we still had old scoring? 13:46:03 kilobyte: I'd be fine with other, different changes that also permit removing player turns 13:46:15 * kilobyte has a strong hunch we'll be removing Swiftness soon as something no one uses. 13:46:15 * Sequell also has a strong hunch we'll be removing Swiftness soon as something no one uses. 13:46:18 dpeg: that was back in 0.3 or 0.4 or something, so no 13:46:18 i guess so, though once you get to the high ranks of speedrunning it's not like you'd be using chei anyway 13:46:32 elliptic: that was even worse! :) 13:46:33 kilobyte: uh, what? swiftness seems very useful to me 13:46:39 kilobyte: no no, I don't think so 13:46:42 and others have said they find it useful too 13:46:47 wheals: It actually works somewhat well. 13:46:55 * dpeg makes a note to start using Swiftness so that kilobyte cannot remove it. 13:46:55 He's not quite the best though. 13:46:55 I'm not against removing speed mutations, though. Both MUT_FAST and MUT_SLOW, preferably. 13:47:01 it even maybe saved my life on orbrun last game 13:47:40 kilobyte: well, mut_slow is at least interesting 13:47:58 <-- is always for the pain 13:48:55 kilobyte: anyway, so far I am only suggesting changes that I think are good for the game independent of scoring, or which seem fairly neutral (which is what removing MUT_FAST and/or MUT_SLOW seems to me) 13:48:56 -!- lukano has quit [Quit: leaving] 13:49:24 I'm not going around saying that we should make spider form slow you just for the sake of aut scoring :P 13:49:46 -!- Marbit has joined ##crawl-dev 13:49:52 (I do think that spider form design isn't great anyway though, so if there's some interesting change that happens to make it work better for scoring... ;)) 13:50:13 Aut scoring doesn't really seem like a better idea than turn scoring. 13:50:29 Although there's only that much you can spam haste. 13:50:55 -!- Garhauk has quit [Ping timeout: 272 seconds] 13:51:38 Bloax: go and read what nonethousand wrote on the dev wiki 13:52:22 -!- browncustard has joined ##crawl-dev 13:52:28 -!- bonghitz has quit [Quit: Leaving...] 13:53:47 I see no way to adjust racial scoring in a way that's not totally arbitrary 13:54:40 so aut score would be about "which race's benefits are most underestimated by the scoring formula" 13:55:16 -!- blackcustard has quit [Ping timeout: 272 seconds] 13:55:34 03Medar02 07* 0.14-a0-1429-g8c392e7: Send some rc file options to the WebTiles client 10(6 days ago, 7 files, 145+ 7-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8c392e7901cc 13:55:34 03edlothiol02 {Medar} 07* 0.14-a0-1430-gbbbd08c: Make the --print-webtiles-options call asynchronous. 10(6 months ago, 2 files, 61+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=bbbd08c43b47 13:55:34 03Medar02 07* 0.14-a0-1431-g7b1756b: Handle versions that don't have WebTiles options 10(6 days ago, 2 files, 18+ 16-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=7b1756b2f248 13:55:34 03Medar02 07* 0.14-a0-1432-g1efe4d4: Update display when getting new WebTiles options 10(6 days ago, 3 files, 18+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1efe4d44ae08 13:55:34 03Medar02 07* 0.14-a0-1433-gef88b8e: Add support for a few config variables in WebTiles 10(6 days ago, 4 files, 85+ 33-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ef88b8e1006b 13:55:34 03Medar02 07* 0.14-a0-1434-g5058716: Reverse no_json_options logic and rename 10(6 days ago, 2 files, 7+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5058716c2222 13:55:48 anyway, the boots idea is great 13:56:43 Let's see what breaks... 13:57:17 well i hope you have flight if you get shoals 13:57:31 because otherwise your score is going to be ruined by all the water 13:57:50 -!- Foamed has quit [Quit: Heading to bed.] 13:57:52 I don't care about the score, I care about the game. 13:58:28 kilobyte: multiply the aut from movement by 10/6 for spriggans, 10/7 for centaurs, 10/8 for felids, and 10/12 for nagas? 13:58:43 kilobyte: it would just be a multiplier for Na/Fe/Ce/Sp, based on the data we have currently for what aut/turn is like for them 13:58:51 the game tracks the number of turns you move, right? 13:58:53 dpeg: I'm pretty sure we're doing all these wacky things because we find it fun going for the lowest amount of turns. :p 13:58:53 !lg * recent aut>0 !chei won s=crace x=avg(aut/turn) 13:58:54 3718 games for * (recent aut>0 !chei won): 382x Minotaur [8.9], 377x Gargoyle [8.94], 269x Demonspawn [8.95], 208x Hill Orc [8.97], 175x Deep Elf [9.05], 160x High Elf [8.94], 143x Deep Dwarf [9.06], 142x Troll [9.05], 133x Lava Orc [9.88], 127x Spriggan [6.69], 126x Merfolk [8.79], 124x Centaur [7.33], 115x Tengu [8.8], 115x Ogre [9.01], 112x Draconian [8.95], 106x Kobold [8.69], 103x Human [8.98... 13:58:58 it dumps the turns you do other things 13:59:01 !lg * recent aut>0 !chei won s=crace x=avg(aut/turn) o=avg(aut/turn) 13:59:02 3718 games for * (recent aut>0 !chei won): 98x Naga [11.17], 133x Lava Orc [9.88], 97x Djinni [9.13], 19x Formicid [9.11], 74x Octopode [9.09], 75x Mummy [9.08], 143x Deep Dwarf [9.06], 175x Deep Elf [9.05], 142x Troll [9.05], 115x Ogre [9.01], 38x Sludge Elf [9], 103x Human [8.98], 208x Hill Orc [8.97], 269x Demonspawn [8.95], 112x Draconian [8.95], 377x Gargoyle [8.94], 160x High Elf [8.94], 91x... 13:59:20 almost all species are close to 9 aut/turn on average 13:59:41 elliptic: why not just track number of moves? 14:00:13 wheals: because that doesn't actually improve anything compared with the status quo 14:00:21 |amethyst: Pushed WebTiles options stuff. config.py needs send_json_options = True to enable spectators getting their own options, other than that everything should work with without server restart 14:00:52 we'd still need to display two turn counts (score turns now instead of player turns), and people would become burdened to heal more quickly while moving back and forth 14:00:53 it means that swinging a weapon at the air won't help you, that's an improvement 14:01:22 -!- t4s0thcmdr has quit [Quit: Leaving] 14:01:40 Time to spam regeneration and swing a quick blade. :D 14:01:49 okay, it stops one exploit for serious high-score people, but it leaves others and as I said my main motivation is making there only be one turncount in crawl 14:02:27 Bloax: spamming regeneration is a good strategy -- that's what the spell is for 14:03:01 elliptic: i see your point about leaving some exploits, but there'd still be just one "length of game" stat 14:03:06 Bloax: very rapid healing at the cost of mp, food (most races) / glow (Dj) 14:03:16 elliptic: it's just that that stat wouldn't be used directly for calculating score 14:03:19 I would like to raise a minor exception to the notion that score is an unimportant issue. I think it can keep games fresh for good players, speedruns draw >10 tiles spectators not infrequently. I tend to think of crawl alongside arcade games and with a superior scoring system then I see the potential for score to become a more seriously competitive domain 14:03:38 -!- ckyle_ has quit [Quit: ckyle_] 14:03:53 ??rebuild 14:03:54 rebuild[1/1]: http://crawl.akrasiac.org/rebuild/ https://dobrazupa.org/rebuild/ http://crawl.lantea.net/rebuild http://rl.heh.fi/rebuild/ Bug kilobyte, |amethyst, or Napkin for CDO. Use your powers wisely. 14:04:26 The most 'degenerate' things in speedruns at the moment seem to be about health regeneration. 14:04:38 so the score would be based on (aut-from-actions-besides-moving) + (aut-from-moving * racial-modifier) 14:04:40 Which includes things like swinging a scroll and walking through water (with Chei). 14:05:27 elliptic: i don't see where "player turns" come into my formula 14:05:44 wheals: I didn't say "player turns", I said "score turns" 14:05:52 which is what that thing would basically be 14:06:17 I guess we wouldn't strictly need to display that value anywhere, but that would be confusing in its own ways 14:06:36 ??score 14:06:36 score[1/3]: [modified XP + gold (capped at 1000000) + 1000*(#runes)*(#runes + 12) + if won: 250000 + (#runes + 2)*2000 + 6250000000*(#runes)^2/(1+turns)], capped at 99999999 14:06:49 ??score[2 14:06:49 score[2/3]: Modified xp = 0.7 * xp up to 250,000 + 0.4 * xp between 250,000 and 1M + 0.2 * xp between 1M and 3M + 0.1 * xp above 3M. For an XL27 character, this works out to roughly 0.5M + XP/10. Note that there is an XP cap of 9M. 14:07:08 nonethousand: this is true, but I am worried about damaging the experience of average players 14:07:27 nonethousand: also, macro free real time for speed score :) 14:07:48 dpeg: you mean, no autoexplore and autofight? 14:07:57 kilobyte: these are in-game commands 14:08:09 might as well make webtiles clientside 14:08:10 realtime speedruns are a little hard to regulate macro usage for, yeah 14:08:12 I don't want bot competition 14:08:14 autofight is a lua script, just shipped with the game by default 14:08:31 unless lag is a legitimate factor in how fast you play 14:08:41 well score is already weird, and i think my hack is better than the finding the average aut/turn hack 14:09:11 dpeg: but what about stuff like autopickup customization in rcfile? 14:09:19 wheals: the formula is not that weird: it strives to find a balance between fast 3-runers and all runers. 14:09:30 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 14:09:36 elliptic: heck, I wouldn't know. "vanilla init file 14:09:41 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1434-g5058716 (34) 14:09:41 " you could say 14:09:45 dpeg: phooey, i was hoping the next tournament would have a "bot writing" part 14:10:03 I can't play with vanilla settings comfortably at this point 14:10:17 dpeg: that balance is simple: "all runers are worth more". Which makes sense. 14:10:18 dpeg: to draw a comparison with arcade games: There are healthy communities of these "average" players, who try to win, and players who play for score. I don't think a good scoring system affects the former group much? 14:10:24 dpeg: oh, ok i see it 14:10:31 dpeg: in that case you'll get a lot of people who'll just refuse to compete for these hypothetical realtime speedruns :P 14:10:36 * kilobyte wonders why Ziggurats don't count into the score. 14:10:55 i wonder why "1+turns" is there instead of just turns, though 14:11:06 legacy, i suppose 14:11:16 -!- tenofswords has joined ##crawl-dev 14:11:16 wheals: so that it doesn't break if you win in 0 turns! 14:11:21 wheals: I guess because of wizmode 14:11:50 nonethousand: average players don't care about the score, of course (although it is necessary that more progress early on equals higher score -- which is the case); I was talking about gameplay changes for the sake of score. 14:11:57 i was going to say if you're a mummy and overflow the turn counter 14:11:59 1tell grunt if special_room_morgue is just annoying I can readily make it stronger :P 14:12:09 but i guess that's what apocalypse is for? 14:12:33 dpeg: oh absolutely we should not be willing to make the game worse for the sake of scoring. 100% behind that rule 14:12:33 huh, i always kind of wondered why it exists 14:12:43 Realtime speedruns are pretty biased at the moment either way. 14:13:16 (I wasn't serious about real time. Turn/aut/whatever speed runs are much more interesting.) 14:13:26 they were never changed since crypt's overhaul anyway 14:13:34 (And you're right.) 14:13:44 (they're tons of fun though) 14:14:39 -!- blackflare has quit [Ping timeout: 260 seconds] 14:14:56 there are other possible factors. Bring back xp display, score = urune/xp 14:15:12 elliptic: if "score turns" exist, maybe they should work like player turns do now, except for actions >1.0 aut we use aut instead 14:15:26 not necessarily for primary score, but it could be at least a good Tourney category 14:15:31 so spider form doesn't imrove your score, each step still counts as 1.0. but statue form has a penalty 14:15:52 evilmike: do you mean <1.0 aut? 14:15:59 er 14:16:01 I see 14:16:14 basically to get around the "encumber yourself for faster healing" thing 14:16:29 yeah, that's an option too... I'm not very excited about "score turns" being a thing honestly though 14:16:36 -!- slifty has quit [Quit: Leaving...] 14:16:55 The healing thing is due to how slow you regenerate in this game. 14:16:58 well, they're kind of hidden as it is and could be even less visible 14:17:00 but it might be an improvement over the current status 14:17:03 right 14:17:21 evilmike: interesting... if we don't have to spell it out 14:17:32 kilobyte: we'd have to remove the few ways of losing xp that still exist for that to work, but that could be a good idea anyway 14:17:38 I don't care too much about the scoring formula anyway, I just think if there's an exploit, this is a fairly safe way of tackling it 14:17:41 (wraith card, I forget what else?) 14:17:53 kilobyte: huh, gdb stack traces seem to work fine on my machine and on CSZO ... 14:17:53 SamB: You have 1 message. Use !messages to read it. 14:17:58 !messages 14:17:59 (1/1) kilobyte said (2h 19m 31s ago): gdb self-attached during a crash shows version info and no warranty spam, but nothing else 14:19:06 And honestly, the 5-mashing is pretty weird at the moment. 14:19:07 actually, there was some other reason why I wanted to remove the ways of losing XLs 14:19:13 but I forget it right now 14:19:19 SamB: like, running that shop crash save today: http://sprunge.us/DQWG 14:19:23 Since it's bad in the early game, reasonable in the mid-game - but then bad again in the late-game. 14:19:42 -!- Fortescue has quit [Ping timeout: 246 seconds] 14:20:20 -!- dtsund has quit [Quit: dtsund] 14:21:17 kilobyte: unfortunately for diagnosing this, GDB is a *lot* less chatty in -batch mode ... 14:25:34 kilobyte: if you do the equivalent of kilobyte: (the redirect is to prevent GDB expecting the user to answer questions they don't see) 14:29:11 SamB: it displayed the version+no warranty twice, then added "Attaching to process 19004", that's all 14:29:12 -!- CKyle has joined ##crawl-dev 14:29:44 huh 14:32:52 so what happens with: xterm -e gdb -ex "attach $pid" 14:33:37 in particular, do you ever see a prompt? 14:36:15 -!- Ladykiller69 has quit [Ping timeout: 245 seconds] 14:42:13 -!- Lightli_ is now known as Lightli 14:43:17 -!- Kellhus has quit [Quit: Page closed] 14:45:53 SamB: "-bash: xterm: command not found" :p 14:46:01 -!- Dacendoran_ has quit [Ping timeout: 272 seconds] 14:46:10 why are you running that in bash 14:46:19 -!- Ragdoll has quit [Quit: Houdoe] 14:46:35 yes, there's a prompt 14:46:44 ookay ... 14:46:56 and if you type "bt full" it just does nothing? 14:47:15 uh... "No stack.". WTF? 14:48:27 * dpeg gives the assembler Nemelex's phone number. 14:48:28 * Sequell also gives the assembler Nemelex's phone number. 14:48:57 damn, who gave Sequell's nem's phone number? 14:49:19 i assume Sequell is the assembler. 14:49:26 in which case, dpeg did. 14:49:30 kilobyte: does "info threads" have anything to say? 14:49:40 -!- syllogism has quit [] 14:50:16 hrm, this time gdb just hung (ran from Crawl, not manually) 14:52:15 * Bloax calls Xom to the rescue 14:53:41 -!- dtsund has joined ##crawl-dev 14:56:08 knex (L17 LOBe) (Swamp:2) 14:57:20 <|amethyst> !lm knex crash -log 14:57:20 1. knex, XL17 LOBe, T:27518 (milestone): http://crawl.akrasiac.org/rawdata/knex/crash-knex-20131211-205607.txt 14:57:29 <|amethyst> yup, same one 14:57:36 -!- Tellian has quit [Quit: Page closed] 14:57:43 <|amethyst> rebuilding CAO trunk 14:58:10 knex (L17 LOBe) (Swamp:2) 14:58:18 <|amethyst> Medar: I updated the configs on CAO and CSZO but am not yet restarting the servers 14:58:22 <|amethyst> !lm knex x=tiles 14:58:22 348. [2013-12-11 20:56:07] [tiles=true] knex the Severer (L17 LOBe) ? (Swamp:2) 14:58:26 -!- Aryth has quit [Ping timeout: 264 seconds] 14:59:26 |amethyst: Ok. Better do that one at a time. :) I rebuild CSZO, and it seems fine at least. 14:59:54 I wish all spectrals could cast spells/keep abilities/whatever, to cut lost soul/enslave special casing and make death channel more distinct 15:02:27 knex (L17 LOBe) (Swamp:1) 15:03:34 knex (L17 LOBe) (Swamp:3) 15:05:48 -!- rkd has quit [] 15:06:25 -!- maahes_ has quit [Ping timeout: 246 seconds] 15:06:59 -!- Fortescue has joined ##crawl-dev 15:07:00 kilobyte: 0f67edb67 renamed the strange machine key and changed the description 15:07:00 galehar: You have 1 message. Use !messages to read it. 15:07:04 !messages 15:07:04 (1/1) kilobyte said (1d 4h 29m 15s ago): why does the Android build require network rights? 15:07:22 no idea 15:07:26 -!- Tuxedo[Qyou] has quit [Ping timeout: 264 seconds] 15:07:30 galehar: there is both a "strange machine" and "strange generator" 15:07:35 maybe it's my build setup 15:07:39 -!- blackflare has quit [Ping timeout: 246 seconds] 15:08:14 there isn't a "strange machine" in features.txt 15:08:35 did I screw something up with that rename 15:09:48 dat/des/portals/wizlab.des: col:silver name:strange_machine n_rpl n_des \ 15:09:53 dat/descript/monsters.txt:strange machine 15:10:37 features.txt??? 15:11:01 well, well... something is fishy here 15:11:18 that's where it was when it was renamed in 0f67edb67 15:11:44 I reverted only some chunks of that commit mechanically 15:11:52 there's also a tile in rltiles/dc-feat.txt 15:12:18 (I blame the original designer for making them both the same name in the first place) 15:12:57 Unstable branch on crawl.akrasiac.org updated to: 0.14-a0-1434-g5058716 (34) 15:13:11 0f67edb67 added it in monsters.txt 15:13:28 tenofswords: still you :) 15:13:40 no no no I mean way back 15:15:02 aha, http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d35b18cd77aba15cec93ddf6e0eed8ae293fa9a7 blames due 15:15:43 kilobyte: also, the monster description is different than what the feature description was, so I guess those translations are probably not good 15:19:54 so, revert the revert? 15:23:09 -!- scummos__ has quit [Ping timeout: 252 seconds] 15:24:11 kilobyte: btw, any interest in resuming work on translations? 15:25:26 -!- slifty has quit [Ping timeout: 240 seconds] 15:25:55 it would help morgues a lot if hells didn't have broken zombies, of course 15:26:32 what are broken zombies from hell? (nice band name) 15:27:17 -!- CKyle has quit [Quit: CKyle] 15:28:16 03kilobyte02 07* 0.14-a0-1435-g34c983c: Revert "Revert the removal of translations for "strange machine"." 10(3 minutes ago, 3 files, 0+ 14-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=34c983c022f7 15:29:30 -!- jeanjacques has quit [Quit: quit] 15:29:40 -!- evilmike has quit [] 15:29:50 zombies are chosen from zombifiable things of that branch, or places of the same absdepth if none are available, or something 15:30:18 -!- reaver_ has joined ##crawl-dev 15:30:34 that "places of same absdepth" thingy turned out to be complete failure 15:30:35 when small and large zombies were merged this meant that each hell has exactly one monster that it can zombify (their respectiev dragons), aside from gehenna, which choses the dragons of the other three hells instead 15:30:48 it made sense for crypt! 15:31:19 it cannot be used for hells since they all start from an absdepth lower than anywhere non-extended though? 15:31:20 I guess we need to just write these lists by hand 15:31:25 yes 15:31:27 -!- SwissStopwatch has joined ##crawl-dev 15:31:36 or perhaps a single list would be enough 15:31:51 probably 15:32:02 or rather, two: one for Hells and perhaps Pan, one for the Abyss 15:32:20 sure 15:33:48 !lg * place=Abyss killer=grey_snake_skeleton s=cv 15:33:48 175 games for * (place=Abyss killer=grey_snake_skeleton): 103x 0.5, 49x 0.4, 10x 0.3, 5x 0.1, 4x 0.2, 2x 0.6-a, 0.5-a, 0.4-a 15:33:53 !lg * place=Abyss killer=anaconda_skeleton s=cv 15:33:54 73 games for * (place=Abyss killer=anaconda_skeleton): 20x 0.10, 9x 0.8, 8x 0.6, 8x 0.11, 6x 0.9, 6x 0.11-a, 6x 0.6-a, 4x 0.12-a, 3x 0.8-a, 2x 0.7, 0.10-a 15:34:34 !lg * killer=arachnid_skeleton 15:34:35 No games for * (killer=arachnid_skeleton). 15:34:40 !lg * place=Abyss cv=0.5 s=killer 15:34:41 2741 games for * (place=Abyss cv=0.5): 487x, 251x a smoke demon, 164x a small abomination, 134x a white imp, 131x an ufetubus, 123x a large abomination, 103x a grey snake skeleton, 98x a lemure, 97x a skeletal warrior, 80x an Executioner, 79x a ynoxinul, 62x a hellwing, 50x an orange demon, 45x an efreet, 42x a Balrug, 39x an unseen horror, 35x a hellion, 34x a midge, 31x a hell hound, 30x a neqox... 15:35:00 -!- DrinkMachine has joined ##crawl-dev 15:35:01 -!- DrinkMachine has quit [Changing host] 15:35:01 -!- DrinkMachine has joined ##crawl-dev 15:35:09 !lg * abyss s=killer 15:35:10 42224 games for * (abyss): 3615x a smoke demon, 3146x, 2967x a small abomination, 2429x a large abomination, 2122x an ufetubus, 1886x a white imp, 1292x a skeletal warrior, 1195x a lemure, 1072x a ynoxinul, 988x a hellwing, 906x an Executioner, 846x an orange demon, 790x a sixfirhy, 759x a starcursed mass, 690x a wretched star, 663x a thrashing horror, 639x a neqoxec, 628x an iron imp, 532x an efr... 15:35:12 !lg * abyss s=ckiller 15:35:13 42224 games for * (abyss): 3615x a smoke demon, 2967x a small abomination, 2429x a large abomination, 2122x an ufetubus, 1886x a white imp, 1810x quitting, 1292x a skeletal warrior, 1195x a lemure, 1072x a ynoxinul, 988x a hellwing, 906x an Executioner, 846x an orange demon, 790x a sixfirhy, 759x a starcursed mass, 690x a wretched star, 663x a thrashing horror, 639x a neqoxec, 628x an iron imp, 55... 15:35:26 !lg * xl!=1 abyss s=ckiller 15:35:27 17056 games for * (xl!=1 abyss): 1555x a smoke demon, 1087x a large abomination, 836x a small abomination, 726x an Executioner, 705x a skeletal warrior, 450x an ufetubus, 443x a starcursed mass, 358x a ynoxinul, 351x a hellwing, 346x a lich, 346x a sixfirhy, 339x a white imp, 319x a bone dragon, 309x a Balrug, 297x a hellion, 281x a wretched star, 279x burning, 266x a draconian, 256x a tentacled s... 15:35:32 !lg * xl!=1 abyss s=ikiller 15:35:33 17056 games for * (xl!=1 abyss): 1529x a smoke demon, 1070x a large abomination, 946x, 824x a small abomination, 694x a skeletal warrior, 667x an Executioner, 536x a ynoxinul, 535x a lich, 440x a starcursed mass, 349x a hellwing, 331x a sixfirhy, 316x a white imp, 316x a bone dragon, 313x a Balrug, 283x a hellion, 281x a wretched star, 264x a tentacled starspawn, 253x an ufetubus, 246x a thrashing... 15:35:53 !lg * xl!=1 abyss s=ikiller cv=0.14-a 15:35:54 824 games for * (xl!=1 abyss cv=0.14-a): 56x a starcursed mass, 43x a thrashing horror, 42x a smoke demon, 40x a wretched star, 39x a small abomination, 35x a tentacled starspawn, 31x a large abomination, 25x an Executioner, 23x, 23x a lich, 21x a bone dragon, 19x a Balrug, 17x a ynoxinul, 16x a spatial maelstrom, 15x a sixfirhy, 15x an ancient zyme, 13x a hellion, 13x a stone giant, 13x a raiju, ... 15:36:02 -!- reaver_ is now known as reaverbot 15:37:42 13x a stone giant 15:37:57 -!- blabber has quit [Quit: leaving] 15:38:01 abyss outsiders leave a little scar, at least 15:38:18 the (relative) lack of smoke demons is good! 15:39:15 I still think that aside from item destruction there was nothing wrong with a common abyss monster being something with smite and los-cut-off in that kind of terrain 15:39:46 oh well, complaints first, design never 15:41:36 * kilobyte hates neqoxecs more than smoke demons. 15:42:30 the latter are just item destruction, the former "rMut or suffer" 15:42:44 kilobyte: what if they both show up at the same time 15:42:50 they're hardly sturdy or reliable in their mutating 15:43:14 and regardless both are much more aggravatingly present in Pan than Abyss anyway 15:43:28 Blood from Flay status not cleared when status is removed on different floor by Skrybe 15:43:40 -!- CKyle has joined ##crawl-dev 15:43:46 well that's the thing i was saying was nice 15:43:58 that they're gone more 15:44:09 !lg * xl!=1 abyss s=ikiller cv<0.1 15:44:10 No games for * (xl!=1 abyss cv<0.1). 15:44:10 !lg * xl!=1 abyss s=ikiller cv<0.13 15:44:11 15556 games for * (xl!=1 abyss cv<0.13): 1444x a smoke demon, 1000x a large abomination, 910x, 755x a small abomination, 693x a skeletal warrior, 617x an Executioner, 502x a ynoxinul, 473x a lich, 345x a starcursed mass, 334x a hellwing, 314x a white imp, 303x a sixfirhy, 281x a bone dragon, 277x a Balrug, 260x a hellion, 249x an ufetubus, 203x an ancient lich, 200x a wretched star, 195x a tentacl... 15:44:29 clearly should have demonspawn enemies for pan 15:45:37 -!- paulsomebody has quit [Ping timeout: 246 seconds] 15:46:14 tenofswords: I think there was actually a proposal for that somewhere. 15:46:14 -!- scummos| has quit [Ping timeout: 240 seconds] 15:46:23 it's an ancient idea 15:48:31 Forms that allow butchering do not allow bottling of blood. by dck 15:48:44 -!- yalue has quit [Quit: Leaving] 15:49:18 ...although I'd rather group together ds mutations like their fascets and then give top-tier classes like a more brutal less swarming version of demonspawn than the devwiki idea to have them copy pan lords and make pan lords copy winners 15:50:22 -!- maahes has joined ##crawl-dev 15:54:25 -!- Lightli has quit [Ping timeout: 272 seconds] 16:02:04 -!- LexAckson has quit [Quit: Leaving] 16:03:22 -!- Basil has joined ##crawl-dev 16:03:41 Someone said Abyss: did we ever discuss the idea that tougher banishers (use HD, say) banish to deeper levels of the Abyss? 16:04:24 I always loved the crushing sensation of an early banishment (no joke!)... the expectation that your @ will quickly wither away, but you're still alive. Later characters should also get this sensation! 16:05:10 Casters are bound to have a very rough time down in Abyss:5. 16:05:11 -!- gammafunk has joined ##crawl-dev 16:05:30 But banishment straight to rock bottom sounds kinda rough. 16:05:40 well, when banishment further down was brought up way back, there was belief that abyss depth should represent a choice and voiding that choice hurts the point of that 16:06:00 -!- Ragnor has quit [Disconnected by services] 16:06:05 I wouldn't object to the idea, though 16:06:16 bart (L27 KoWz) ERROR in 'mon-util.cc' at line 1382: bogus mc (no monster data): invalid monster_type 2009 (2009) (Zig:14) 16:07:06 !lm Bart 16:07:08 14463. [2013-12-11 22:06:13] bart the Devastator (L27 KoWz) ERROR in 'mon-util.cc' at line 1382: bogus mc (no monster data): invalid monster type 2009 (2009) (Zig:14) 16:07:09 it's definitely been discussed yeah, i don't really recall any strong arguments on it either way (but maybe that's just because i don't really have an opinion on it) 16:07:18 bart (L27 KoWz) ERROR in 'mon-util.cc' at line 1382: bogus mc (no monster data): invalid monster_type 2009 (2009) (Zig:14) 16:08:44 bart (L27 KoWz) ERROR in 'mon-util.cc' at line 1382: bogus mc (no monster data): invalid monster_type 2009 (2009) (Zig:14) 16:08:59 I wonder if it's my fault 16:09:26 -!- Zeor has quit [Quit: brb weird shit] 16:09:27 well that's a invalid monster_type 16:09:30 +new 16:09:40 bart (L27 KoWz) ERROR in 'mon-util.cc' at line 1382: bogus mc (no monster data): invalid monster_type 2009 (2009) (Zig:14) 16:09:41 (in that I touched zigs recently) 16:11:04 MarvinPA: ok, good to know. I'll mention it from time to time (once a year). 16:12:02 I only mostly remember something like, what, 1000 ? 16:14:18 gdb ./crawl p (monster_type)2009 16:14:30 -!- slifty has quit [Quit: Leaving...] 16:14:54 -!- HellTiger has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 16:17:22 hmm, possibly I'm thinking of 2000 16:17:41 anyway it turns out to be quite similar 16:17:58 RANDOM_DEMON_GREATER 16:17:58 <|amethyst> RANDOM_DEMON_GREATER 16:19:36 local pan_critter_fn = zig_monster_fn("place:Pan / greater demon w:5") 16:19:43 dgn.set_random_mon_list("place:Pan / greater demon w:5") 16:19:55 it was working fine when I was stabbing at it, but 16:20:21 I'm sure that should work 16:20:22 <|amethyst> I imagine this pan lord has shadow creatures 16:20:32 oh 16:20:38 hehehehehe 16:21:11 !lm * crash -log 16:21:11 -!- bza has quit [Ping timeout: 260 seconds] 16:21:11 5781. bart, XL27 KoWz, T:68921 (milestone): http://crawl.lantea.net/crawl/morgue/bart/crash-bart-20131211-220938.txt 16:21:12 <|amethyst> let me see 16:21:31 <|amethyst> tenofswords: is there a way when testing to get a particular zig floor? 16:21:41 <|amethyst> or do I have to &r until I get what I want? 16:23:39 unknown monster: "greater demon" 16:23:39 %?? greater demon 16:23:54 aww 16:24:01 <|amethyst> yes, reproduced it 16:24:03 * SamB wanted to see if monster would crash too 16:25:07 when testing zig floors if it's one of the non-depth-weighted or pan lord ones I just up the weight, otherwise I temporarily delete every theme but that one 16:25:41 http://sprunge.us/aZcK - less annoyance, more lethality for special_room_morgue, some depth/weight updates for all special_rooms 16:25:51 -!- raskol has quit [Quit: Konversation terminated!] 16:27:48 -!- ophanim has quit [Quit: ophanim] 16:29:33 -!- Morg0th has quit [Quit: leaving] 16:31:29 -!- Tux[Qyou] has quit [Quit: Excess flood] 16:34:01 Hostile vampire casted Confuse at its ally by Sandman25 16:34:07 -!- CKyle has quit [Quit: CKyle] 16:35:01 -!- CKyle has joined ##crawl-dev 16:38:32 -!- Aryth1 has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 16:39:35 -!- poopfist42 has quit [Ping timeout: 245 seconds] 16:39:51 03|amethyst02 07* 0.14-a0-1436-g5307ca9: Fully resolve random demons on the random monster list. 10(11 minutes ago, 1 file, 9+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5307ca9eb9b8 16:39:51 03HangedMan02 {|amethyst} 07* 0.14-a0-1437-g188663e: Update special_room_morgue, special room depths/weights 10(24 minutes ago, 1 file, 31+ 31-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=188663e25cb1 16:43:01 -!- Cedor has quit [Ping timeout: 250 seconds] 16:51:15 -!- tsohg has quit [Remote host closed the connection] 16:52:15 -!- gammafunk_ has joined ##crawl-dev 16:54:50 -!- gammafunk has quit [Ping timeout: 264 seconds] 16:54:50 -!- gammafunk_ is now known as gammafunk 16:58:01 -!- mummies-r-op has quit [Client Quit] 16:59:39 -!- Dacendoran_ has quit [Ping timeout: 272 seconds] 17:00:24 I had an idea for reforming my Asterion unique in terms of being interesting and removing the demon summoning I wanted to run by the channel 17:01:13 -!- wheals has quit [Ping timeout: 250 seconds] 17:01:22 The idea is he'd create a "ornate demonic idol" in LOS that would mesmerize the player. This idol could inflice some kind of e.g. drain, but I was thinking it'd be a simple statue (probably not disintable) 17:02:22 He could only create one at a time and would have a duration after creating it preventing further creation until the duration expires 17:03:54 -!- orionstein is now known as orionstein_away 17:04:02 so a stationary ally? 17:04:08 yes 17:04:15 it could be emergency spell or a main spell 17:04:19 I was thinking the latter 17:04:53 If it inflicted minor levels of drain each turn, it would prevent the player from just ignoring it 17:05:09 <|amethyst> wouldn't the mesmerise prevent the player from just ignoring it? 17:05:25 depending on their position relative to asterion 17:05:35 mesmerise is already on jory and lamia 17:05:48 it is novel to not attached it to a moving danger but 17:05:50 yes, but the twist here is that it's not the monster itself 17:06:17 yeah it's not an earth-shattering idea obviously 17:07:35 -!- bzar is now known as bza 17:07:38 gammafunk: it is a valid attempt to inject demonic flavour into the guy 17:07:55 dpeg: Yes, I'm playing of the obsidian axe a bit 17:07:57 *off 17:08:39 if it weren't for scumming potential, I'd love it if the idols survived as plain statues 17:08:42 -!- CKyle has quit [Quit: CKyle] 17:09:23 perhaps ok if only the last one keeps standing 17:09:25 As in, it wasn't a summon? 17:09:43 Oh I see what you mean 17:09:53 a lasting testament to Asterion, in stone :) 17:09:57 when it's destroyed, it's an ordinary statue that's no longer possessed? 17:10:01 yes 17:10:11 shamefully undemonic 17:10:16 like, a feature or a monster? 17:10:17 Yeah, that is an interesting idea 17:10:25 A feature 17:10:29 -!- Mottikins__ has joined ##crawl-dev 17:10:49 better hope it's not blocking an important corridor? 17:11:01 yeah, that's only problem with leaving actual statues 17:11:36 SamB: well, we could always say that the statue has only a chance to survive, and we set that chance to 0% if it causes disconnection 17:11:50 -!- Sombrero_Mott has quit [Read error: Connection reset by peer] 17:12:01 -!- Sirrick has quit [Quit: Ex-Chat] 17:13:03 things brings me to another idea, which is even more silly: what would you think of an Orc vault (will need lua) which contains orc priests... if left unattended for long enough, they have turned some stone walls in their chamber into orcish idols 17:13:32 how would you be able to tell? 17:13:52 yeah, you could just randomly make idols in the wall positions 17:15:02 could be an entry vault, orc priests behind glass... so you will definitely want to get away 17:15:14 certainly not worth the effort but I'm a sucker for stuff like this 17:15:28 the orcish artisans 17:15:46 dpeg: I thought smite didn't work through glass anymore? 17:15:49 I think the vault on mantis that implies this is the best approach to it 17:16:17 with a single high orc priest, vault defined name "Michelorcico" 17:17:57 SamB: ah, damn...glass could still help 17:18:07 gammafunk: <3 17:18:32 03kilobyte02 07* 0.14-a0-1438-g5ac4823: Simplify. 10(12 minutes ago, 2 files, 6+ 15-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5ac4823ac2b8 17:18:32 03kilobyte02 07* 0.14-a0-1439-g9e4add2: Replace a magic number by #define. 10(8 minutes ago, 2 files, 7+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=9e4add2f0cae 17:18:32 03kilobyte02 07* 0.14-a0-1440-g288d735: Correct the Vehumet message if there's but one final gift offered. 10(4 minutes ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=288d735ba549 17:18:40 gammafunk: is this in the massive 70 vaults set? 17:19:13 I think that's what tenofswords was referring to, but I'm not sure :) 17:19:22 yes, that was what I was referring to 17:19:47 -!- CKyle has joined ##crawl-dev 17:21:43 * kilobyte ponders a Depths entry "oklobs behind glass". 17:22:00 you forgot the miasma generator 17:22:19 that would be nasty for autotravel 17:22:37 kilobyte: Do you think my "make demonic idol that causes mesm" idea makes Asterion more interesting? 17:22:58 not sure how that would be related to Makhleb 17:23:02 I was fine with the idea of the treant-style greater demon idea, personally 17:23:21 -!- scummos^ has quit [Ping timeout: 272 seconds] 17:23:38 it's a play off of obsidian axe. The relation to Makhleb is mostly "demonic" 17:23:46 But it's perhaps a tenuous connection 17:24:35 -!- caleba has quit [Quit: caleba] 17:25:35 -!- ystael has quit [Read error: Operation timed out] 17:26:15 * SamB thinks he can remember a situation where it was HE who was behind glass, and not the orc priests 17:26:48 (back when they could smite through glass) 17:27:53 -!- Basil has quit [Read error: Connection reset by peer] 17:27:56 tenofswords: I think the treant-style demon addresses the difficulty concern (perhaps not sufficiently, but it's a start), however it doesn't help to make him more interesting 17:29:34 * tenofswords shrugs 17:29:38 -!- Leafsnail has quit [Ping timeout: 264 seconds] 17:30:46 perhaps 'interesting' is just a hard bar to reach for any new unique these days 17:31:27 yes, don't worry too much 17:31:38 the guy has a cool axe, and having a god is always good 17:31:40 -!- CKyle has quit [Quit: CKyle] 17:31:57 -!- dacendoran_ has quit [Ping timeout: 272 seconds] 17:32:03 dpeg: cool axe? 17:32:20 axe, headbutt, conjurations that hurt him and also include nasty things like orb of electrocution or fireball, 17:32:28 god, demons 17:32:34 well currently he uses great maces only 17:32:41 I was thinking to just make him use any good weapon 17:32:54 I was told 'axes only' is ignacio's thing 17:33:39 sorry, only half here (working!) 17:33:56 man, I should be working right now... 17:39:23 -!- ldf has quit [Quit: ldf] 17:40:11 -!- _oink_ has quit [Quit: leaving] 17:40:40 -!- galehar has quit [Ping timeout: 264 seconds] 17:40:47 -!- galehar has joined ##crawl-dev 17:42:10 -!- NilsBloodaxe has quit [Ping timeout: 246 seconds] 17:44:00 No message when Dowan came into view, no weapon warning from Ashenzari by magicpoints 17:44:00 -!- Lightli has quit [Ping timeout: 272 seconds] 17:44:26 -!- Daekdroom has quit [Quit: Saindo] 17:46:13 -!- Nightbeer has quit [Read error: Connection reset by peer] 17:47:46 -!- reaverbot has quit [Quit: Leaving.] 17:47:55 03kilobyte02 07* 0.14-a0-1441-g3630261: Re-rune a Lair end door. 10(3 days ago, 1 file, 1+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=363026179dd7 17:51:05 * tenofswords sighes 17:51:57 I mean, I would just put a fungus always in front of the door or something but it's intractable spoiler design flaw things 17:52:34 I'm hoping we can have another revert streak that beats the Gr one. 17:52:36 a fungus works for players who know that vault, a runed door is better to notify newbies 17:53:20 gammafunk: it was just a part of a single commit, part of a de-runing fest, probably without much thinking involved 17:53:26 I'd rather try to redesign it 17:53:40 you mean, spiny worms and co? 17:53:41 you know, it's pretty insulting to 17:53:52 I already cut some of the spiny worms, mister attentive 17:54:19 as we talk about them, do spiny frogs actually do spines damage? 17:54:51 dpeg: why would they? 17:54:53 it is silly that the interesting part of a bunch of worm/bug tunnels are lindwurms and a dragon in an explicit stone-and-door-and-decoration building 17:54:57 *spiny* 17:55:27 "covered in small spines and spurs" 17:55:28 spiny frogs are too solid designed threats in and of themselves for me to want to make them get spines and some subsequent nerf 17:56:10 hey, when it's about bashing dpeg you all get along 17:56:14 -!- dpeg is now known as mopeg 17:56:31 pfff, I hate you all equally :P 17:56:36 -!- BonSequitur has quit [Ping timeout: 252 seconds] 17:56:41 !title maces 17:56:46 maces: Cudgeler (2-7), Basher (8-14), Bludgeoner (15-20), Shatterer (21-26), Skullcrusher (27) 17:56:58 mopeg: I wasn't bashing! 17:56:58 !title polearms 17:57:02 polearms: Poker (2-7), Spear-Bearer (8-14), Impaler (15-20), Phalangite (21-26), Orcish Porcupine (27), Human Porcupine (27), Naga Porcupine (27), Centaur Porcupine (27), Tengu Porcupine (27), Demonic Porcupine (27), Djinn Porcupine (27), Minotaur Porcupine (27), Merfolkian Porcupine (27), Formicid Porcupine (27), Draconian Porcupine (27), Elven Porcupine (27), Gargoyle Porcupine (27) 17:57:06 I wasn't even zshing or dashing 17:57:10 how awkwardly implemented 17:57:14 Porcupine frogs 17:57:28 briar frog 17:57:38 SamB: but doing that Thorsten Glaser thingy instead? 17:57:44 hell sentinel frogs for cocytus 17:57:45 why is it Formicid and not Formic 17:57:52 SamB: good catch! 17:57:56 D&D 17:58:09 * SamB just read Shadows in Flight 17:58:19 the less confusion with D&D, the better 17:58:44 of which about half was probably spent in orbit rather than in flight 17:59:05 SamB: Are you an astronaut? 17:59:22 no, I'm talking about the book 17:59:32 I did not do any of the things in the book 17:59:37 I just read about them 18:06:54 -!- dtsund has quit [Quit: dtsund] 18:11:50 -!- redd has quit [] 18:11:56 -!- Roarke has quit [Client Quit] 18:17:44 -!- gammafunk has quit [Quit: gammafunk] 18:19:58 -!- _dd has quit [Ping timeout: 246 seconds] 18:20:50 -!- Garhauk has quit [Quit: Page closed] 18:23:33 -!- blackflare has quit [Ping timeout: 250 seconds] 18:29:07 -!- Yermak has quit [Quit: Page closed] 18:30:03 -!- maahes has quit [Ping timeout: 250 seconds] 18:37:08 -!- dtsund has joined ##crawl-dev 18:39:30 -!- ystael has quit [Ping timeout: 252 seconds] 18:42:43 -!- Nakatomy has quit [Remote host closed the connection] 18:45:00 -!- pelotr0n has quit [Ping timeout: 245 seconds] 18:45:12 -!- Crehl has quit [Quit: Leaving] 18:49:29 -!- mopeg has quit [Quit: late here] 18:49:33 -!- Rebthor has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 18:53:00 -!- Basil has joined ##crawl-dev 18:58:11 -!- tsohg has quit [Remote host closed the connection] 19:00:44 -!- gammafunk has joined ##crawl-dev 19:03:25 -!- tsohg has quit [Ping timeout: 272 seconds] 19:03:30 -!- dondy has quit [Quit: ninja kapow] 19:03:51 -!- jameyd has quit [Ping timeout: 250 seconds] 19:04:50 -!- nubcakes has quit [Quit: Page closed] 19:08:38 -!- adam_ has quit [Ping timeout: 240 seconds] 19:08:40 -!- CKyle has joined ##crawl-dev 19:10:35 -!- Brokkr has quit [Remote host closed the connection] 19:14:36 are early ogres more rare now or something? 19:15:34 -!- maahes_ has joined ##crawl-dev 19:17:20 the only particularly noticeable changes to pre-lair should be the tiniest bit more common giant centipedes and two-headed ogres from d:8 onwards 19:18:30 all right 19:18:35 -!- ophanim has joined ##crawl-dev 19:20:53 -!- Hosg has quit [Ping timeout: 272 seconds] 19:25:54 -!- Vaporware has joined ##crawl-dev 19:26:35 -!- Marbit has quit [Ping timeout: 272 seconds] 19:28:33 -!- DrinkMachine has quit [Ping timeout: 250 seconds] 19:29:13 -!- Vaporware is now known as DrinkMachine 19:32:10 -!- CKyle has quit [Quit: CKyle] 19:33:16 -!- Pacra has joined ##crawl-dev 19:34:32 -!- inspector071 has quit [Remote host closed the connection] 19:35:46 Ok, another ability proposal for our minotaur. I've put some comments in mantis 7474. If anyone can read the description of the second proposal "hellscape" and give feedback, I'd appreciate it. The other two are things we've already discussed. 19:35:57 -!- DrinkMachine has quit [Quit: Leaving] 19:36:51 hellscape 19:37:10 hellscape: the hellening 19:37:13 name: hangedman_hellscape 19:37:47 (a Hell entry?) 19:37:48 tenofswords: I can't help it if you come up with ideas faster 19:38:03 (clearly a new Vestibule layout) 19:39:03 -!- rossi has quit [Ping timeout: 260 seconds] 19:39:08 grunt_hellscape is just uniq_nellie 19:39:34 uniq_nellie <3 19:40:00 (clearly KMONS: O = hellephant / Nellie w:1, hellephant) 19:40:24 just give asterion a hellephant band and be done with it 19:40:32 ...what the hellephant : 19:40:33 :b 19:40:36 -!- alefury has quit [] 19:40:37 also, good band name: The Hellephants 19:40:44 Nellie and the Hellephants 19:40:48 <3 19:40:52 just make asterion a spriggan rider, but a minotaur on a hellephant 19:41:00 tenofswords: haha 19:41:18 Dear devs: please add hell giants, helliguanas, and Maurico Funes, president of Hell Salvador 19:41:29 hell giant 19:41:35 ...that's terrible. 19:41:48 i think it's a hell of an idea 19:41:48 personally I await the inevitable cocytus hellyfish 19:41:48 Grunt: Antaeus? 19:42:01 jhellyfish 19:42:06 hellectric eels 19:42:23 rename Margery to Hellen 19:42:25 oh yes, and hellectric eels with orb of electrocution 19:42:34 Also a full cadre of pandemonium nobility 19:42:50 Qyom the Pan Earl 19:43:32 Unknown spell name: 'orb of electrocution' in 'orb_of_electrocution' 19:43:32 %??electric eel name:hellectric_eel col:lightcyan spells:orb_of_electrocution 19:43:37 (oh right) 19:43:42 frigid demonspawn bloodsaint 19:43:49 beastial demonspawn worldbinder 19:43:50 this sounds like a sprint 19:44:00 if only i could vaults 19:44:14 hellectricution can ignore AC and rElec 19:44:22 !send johlstei__ hellfrost 19:44:22 Sending hellfrost to johlstei__. 19:44:40 !lg * kaux=~hellfrost 19:44:41 No games for * (kaux=~hellfrost). 19:44:41 I actually had an idea for something like hellfrost 19:44:56 -!- CKyle has joined ##crawl-dev 19:44:56 helliron, helldrain 19:45:33 -!- rossi has quit [Ping timeout: 246 seconds] 19:45:48 (helldrain: an OpVM goes into Swamp:5 and meets a Dr ghost...) 19:45:53 only partially irresistable flash freeze over a person, giving a status that blocks further hellfrost but requires effort to break free and move 19:46:07 * tenofswords shrugs 19:46:19 ...hellfrost was a thing in 4.1; that's why I bring it up. 19:46:22 (I kid you not.) 19:46:27 am aware 19:46:29 antaeus had it 19:46:33 just irresistable cold damage? 19:46:48 When did hellfire stop checking AC? 19:46:51 -!- Tarquinn has joined ##crawl-dev 19:47:04 ??hellfrost 19:47:05 I don't have a page labeled hellfrost in my learndb. 19:47:07 dang 19:47:15 infernal demonspawn miracle worker 19:47:38 -!- galehar has quit [Ping timeout: 264 seconds] 19:48:29 (formicid empress) 19:48:42 (fr: a formicid unique that actually makes for an interesting monster) 19:49:01 -!- honeybadger has quit [Quit: Page closed] 19:49:02 olgreb's and too much hp to actually be hurt by it 19:49:46 venom cocktail 19:49:57 perhaps olgreb was a formicid 19:50:11 died from his own poison 19:50:28 (does a venom cocktail come in a venom bottle) 19:50:41 no it comes in a venom botl 19:50:51 <3 19:50:54 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 19:52:17 -!- Bloax has quit [Quit: Error: Bloax not found] 19:52:23 -!- MP2E has quit [Quit: leaving] 19:53:45 -!- VolteccerJack has quit [Remote host closed the connection] 19:54:42 I wonder if Vaults could take in orc warlords since they were cast out of Depths 19:55:55 ...I fought an orc warlord in Vaults about an hour ago. 19:56:14 So they're there; probably just weighted really low at the moment. 19:57:48 absdepth calls 5 to 8 per individual spawn: 0.08%, 0.17%, 0.24%, 0.22%, 0.17% 19:58:39 barely can be said to exist, yes 19:59:30 -!- reaverbot has joined ##crawl-dev 20:01:19 -!- DrinkMachine has joined ##crawl-dev 20:01:21 -!- reaverbot has quit [Quit: Leaving.] 20:02:06 -!- ShadeTornado has quit [Quit: Leaving] 20:02:10 -!- reaverbot has joined ##crawl-dev 20:02:10 -!- paulsomebody has joined ##crawl-dev 20:04:27 -!- dagonfive has quit [Ping timeout: 246 seconds] 20:07:59 -!- debo has quit [Quit: debo] 20:10:32 -!- galehar has joined ##crawl-dev 20:12:35 Basil: 0d47490d 20:13:22 Basil: the rationale then was that AC was stupidly powerful, while EV characters were splattered left and right 20:14:37 %git 0d47490d 20:14:37 07kilobyte02 * 0.6.0-a1-3270-g0d47490: Balance the discrepancy between hellfire vs AC and vs EV. The harsh way! Max damage has been reduced somewhat, but since it's an equivalent of 15 AC which even EV chars in Pan can be expected to have, they're not really any better off. 10(3 years, 10 months ago, 2 files, 5+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0d47490dff61 20:15:28 kilobyte: when you have a chance, please give feedback on the "hellscape" proposal in mantis 7474 in the last comment. It's similar to the lucy corrupt idea you proposed way back. 20:18:09 -!- Tarquinn has quit [Quit: yes] 20:19:34 -!- BonSequitur has quit [Remote host closed the connection] 20:25:16 -!- tsohg has quit [Remote host closed the connection] 20:28:17 -!- reaverbot has quit [Ping timeout: 272 seconds] 20:30:57 03kilobyte02 07* 0.14-a0-1442-g69b8f36: A Dis vault. Darkli's fault! 10(11 minutes ago, 1 file, 38+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=69b8f3601d0c 20:30:59 -!- tsohg has quit [Ping timeout: 272 seconds] 20:32:14 gammafunk: I don't really see how it would work 20:33:03 corrupt leve, make a few hostile monsters, possible hell-effect-style explosion/clouds? 20:33:35 it wouldn't make the massive pack of neutral monsters, just a much smaller number of hell encounter ones 20:33:47 a few 1/2s that are all hostile can be pretty nasty at that depth 20:34:22 well I'd restrict the set of t-1 and t-2 to greater servant, and the depth drawn could be e.g. hell:1 20:34:22 even a single one would be, probably 20:35:01 you know, grunt kept alluding to dis_grunt because there's already a dis end that explicit does the exact same reference with the same map 20:35:04 -!- SkaryMonk has quit [Ping timeout: 246 seconds] 20:35:22 well the chance of drawing a t-2/t-1 could be reduced I suppose, but before we asterion could just keep summoning *only* a t-2 or an exec 20:35:23 and it seems pretty excessive to have two of those references in th 20:38:30 ah, I see. That one is so embedded it's hard to notice the reference, though. 20:38:32 -!- DrinkMachine has quit [Quit: Leaving] 20:38:42 merely a cross-shaped vault fragment 20:39:11 -!- SkaryMonk has joined ##crawl-dev 20:39:19 I hate to argue on matters of taste 20:39:23 Lightli's version isn't terribly obvious either, though 20:40:05 tenofswords: I don't follow, is this related to the "hellscape" idea? 20:40:20 gammafunk: no, sorry, this is on the commit made just before your talk 20:40:26 oh sorry 20:41:06 Autoexplore is stuck. by elliptic 20:42:08 -!- Blazinghand has quit [Read error: Connection reset by peer] 20:42:14 I will just chalk this up to more bad taste with the person inexplicably close to a leader for a project who admits to bad design 20:42:55 -!- ackack has quit [Ping timeout: 245 seconds] 20:46:20 -!- ackack has joined ##crawl-dev 20:46:35 -!- CKyle has quit [Quit: CKyle] 20:48:27 -!- t4s0thcmdr has quit [Quit: Leaving] 20:52:03 -!- gammafunk has quit [Quit: gammafunk] 20:52:54 -!- Zermako has quit [Quit: good night and good luck to all! :D] 20:55:33 -!- t4s0thcmdr has quit [Client Quit] 20:57:55 -!- SkaryMonk has quit [Ping timeout: 260 seconds] 20:59:02 -!- eith has quit [Ping timeout: 264 seconds] 21:00:25 -!- SkaryMonk has joined ##crawl-dev 21:01:35 -!- CKyle has joined ##crawl-dev 21:04:11 <|amethyst> hm... need to make a bash-completion script for my "tag" shell function 21:04:30 <|amethyst> because I usually find myself starting vim and doing :tag anyway, because that does have completion 21:10:24 -!- CKyle has quit [Quit: CKyle] 21:12:17 <|amethyst> ah, great, found one I can adapt (vim tip 1560) 21:13:37 -!- conted has quit [Ping timeout: 272 seconds] 21:14:32 -!- bh has joined ##crawl-dev 21:14:43 !seen Sequell 21:14:43 bh: You have 1 message. Use !messages to read it. 21:14:43 Sorry bh, I haven't seen sequell. 21:16:07 -!- gnum has quit [Ping timeout: 260 seconds] 21:17:25 -!- Sharkest has quit [Ping timeout: 272 seconds] 21:20:28 * tenofswords waves hello 21:20:37 -!- st_ has quit [Read error: Connection reset by peer] 21:21:02 -!- st_ has joined ##crawl-dev 21:24:36 -!- Virigoth has quit [Ping timeout: 246 seconds] 21:25:53 -!- Sequell has quit [Remote host closed the connection] 21:26:07 -!- Sequell has joined ##crawl-dev 21:32:41 -!- Tellian has quit [Quit: Page closed] 21:33:35 o hai 21:33:41 tenofswords: do you need some patch applied? 21:33:52 not yet 21:35:48 well, let me know if you have anything 21:36:54 I do have a few tricky things coming up 21:41:02 -!- SkaryMonk has quit [Ping timeout: 264 seconds] 21:43:10 -!- SkaryMonk has joined ##crawl-dev 21:45:19 -!- paulsomebody has left ##crawl-dev 21:48:02 -!- gammafunk has joined ##crawl-dev 21:48:06 -!- Hailley has quit [Quit: Petra is closed!] 21:52:24 -!- tsohg has quit [Remote host closed the connection] 21:55:51 -!- Basil has quit [Read error: Connection reset by peer] 22:00:00 -!- tenofswords has quit [Read error: Connection reset by peer] 22:16:06 -!- Tarragon is now known as Basil 22:17:05 -!- dtsund has left ##crawl-dev 22:21:22 03elliptic02 07* 0.14-a0-1443-gf1aa33a: Remove M_FLEES from crabs. 10(5 minutes ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f1aa33a6750d 22:25:53 -!- wheals has quit [Quit: Leaving] 22:28:00 -!- eb has quit [] 22:28:05 -!- wheals has joined ##crawl-dev 22:29:25 elliptic: do bears need M_FLEES? Berserking while low on hp would work fine without that. 22:31:41 elliptic: do bears need M_FLEES? Berserking while low on hp would work fine without that. 22:32:09 -!- Dacendoran_ has quit [Ping timeout: 272 seconds] 22:32:22 kilobyte: not sure... they would work without it, yes, but they also seem to work decently with it 22:32:54 <|amethyst> hm 22:33:02 (didn't meant to ping you twice, sorry) 22:33:22 other sources of fleeing: scrolls of fear, sheep catching fire 22:34:06 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:34:46 -!- Lightli has joined ##crawl-dev 22:35:31 -!- ophanim has quit [Read error: Connection reset by peer] 22:37:29 -!- soundlusT has quit [Ping timeout: 272 seconds] 22:37:49 <|amethyst> elliptic: okay, I can reproduce your autoexplore bug now 22:38:45 <|amethyst> ##.# 22:38:46 -!- Moanerette has quit [Quit: Page closed] 22:38:49 <|amethyst> #@#? 22:38:58 I keep getting mysterious autoexplore failures that don't involve items, too. Might be related. 22:39:10 almost always in the Lair 22:39:14 <|amethyst> #### 22:39:42 |amethyst: oh, it doesn't want to step around the corner because you might get hit by something? 22:39:46 <|amethyst> if this happens, greed is on, and there is a pick-up-able item at your location it will be stuck 22:39:50 <|amethyst> elliptic: not quite 22:40:18 -!- CKyle has joined ##crawl-dev 22:40:43 <|amethyst> elliptic: after checking the NE it decides it has a destination, because it has both a greedy square (your location) and an unexplored one (EE from your square) 22:41:03 <|amethyst> elliptic: so it decides to visit your current square 22:41:10 "Buridan's Ass" 22:41:13 <|amethyst> *but* the pathfind hasn't actually set the distance to your square yet 22:41:32 <|amethyst> so _explore_find_target_square decides that's not a valid destination after all 22:42:02 Unknown spell name: 'mesmerise,' in 'mesmerise,' 22:42:02 %??hog name:Buridan's_Ass spells:mesmerise, cause_fear 22:42:07 (or in less philosophical terms, "metastability") 22:42:31 wheals: haha! 22:42:36 -!- dtsund has joined ##crawl-dev 22:43:01 Buridan's Ass (05h) | Spd: 13 | HD: 6 | HP: 21-47 | AC/EV: 2/9 | Dam: 14 | !sil | Res: 06magic(24) | XP: 196 | Sp: mesmerise, cause fear | Sz: small | Int: animal. 22:43:01 %??hog name:Buridan's_Ass n_rpl spells:mesmerise;cause_fear 22:43:04 <|amethyst> My thought on solving this: 22:43:49 <|amethyst> http://s-z.org/neil/tmp/pathfind-fix-maybe.diff 22:44:20 <|amethyst> but I don't know what that might subtly break 22:45:27 <|amethyst> hm 22:45:32 <|amethyst> I guess actually that should come later 22:45:55 <|amethyst> once we know the start is in-bounds etc 22:47:46 <|amethyst> hm 22:47:46 |amethyst: hey there 22:47:58 <|amethyst> maybe it would be less intrusive to fix this in _explore_find_target_square 22:48:04 -!- pelotron_ has quit [Quit: ~Internet()] 22:48:15 -!- Pacra has quit [Ping timeout: 272 seconds] 22:48:28 <|amethyst> it looks like it's only an issue for greedy explore, and that way there's no chance of it screwing up travel or connectivity 22:49:35 -!- hurdos has quit [Ping timeout: 245 seconds] 22:52:11 <|amethyst> elliptic: it actually doesn't matter that you couldn't pick up the item 22:52:28 <|amethyst> elliptic: well, it kind of does in that if you could the item still wouldn't be there 22:52:41 -!- CKyle has quit [Quit: CKyle] 22:52:43 <|amethyst> elliptic: but if the item is created while you're on the spot, same issue 22:53:56 -!- adam_ has quit [Read error: Connection reset by peer] 22:56:23 -!- CKyle has joined ##crawl-dev 22:56:36 -!- CKyle has quit [Client Quit] 22:56:59 -!- CKyle has joined ##crawl-dev 23:01:59 -!- Lawman0 has quit [Ping timeout: 260 seconds] 23:02:18 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 23:03:01 <|amethyst> what I don't really get is why we're calling check_square_greed (and thus setting greedy_plce) from point_traverse_delay (which is called before we actually visit the square) 23:03:29 <|amethyst> the comment there isn't tht helpful to me (// Greedy explore check should happen on (x,y), not (dx,dy) as for regular explore. 23:03:32 <|amethyst> ) 23:03:53 <|amethyst> But I have a fix that doesn't touch the actual pathfind code so let's go with that for now :) 23:07:31 -!- yogaFLAME has quit [Quit: Page closed] 23:07:34 -!- CKyle has quit [Quit: CKyle] 23:07:53 -!- ussdefiant has joined ##crawl-dev 23:10:27 -!- WalkerBoh has quit [Remote host closed the connection] 23:10:55 03|amethyst02 07* 0.14-a0-1444-g21dc12d: Don't get stuck in autoexplore (#7855) 10(15 minutes ago, 1 file, 8+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=21dc12dab7ab 23:12:06 <|amethyst> one line of executable code, around two lines of comments, and 20+ lines of commit message 23:12:13 <|amethyst> got to keep up my ratios :P 23:15:50 gooooooo |amethyst! 23:16:08 -!- SwissStopwatch has quit [Quit: i read it as endless space jams i was like yeah i'd watch that movie over and over i guess] 23:16:34 -!- CKyle has joined ##crawl-dev 23:18:38 -!- conted has quit [Quit: Page closed] 23:20:11 !seen kilobyte 23:20:11 I last saw kilobyte at Thu Dec 12 04:39:10 2013 UTC (41m 1s ago) saying 'almost always in the Lair' on ##crawl-dev. 23:26:06 -!- CKyle has quit [Quit: CKyle] 23:26:35 -!- _dd has joined ##crawl-dev 23:30:14 -!- ystael has quit [Ping timeout: 264 seconds] 23:30:38 -!- MaxFrost has quit [Ping timeout: 240 seconds] 23:32:23 -!- monty__ has quit [Quit: monty__] 23:38:49 -!- CKyle has joined ##crawl-dev 23:42:36 -!- CampinSam has quit [Quit: WeeChat 0.3.8] 23:44:20 -!- bh has quit [Quit: Page closed] 23:47:02 -!- dagonfive has quit [Ping timeout: 240 seconds] 23:48:40 -!- CKyle has quit [Quit: CKyle] 23:51:35 -!- ystael has quit [Ping timeout: 272 seconds] 23:57:22 -!- nubcakes has quit [Client Quit]