00:06:02 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1585-g835621a (34) 00:06:19 Unstable branch on rl.heh.fi updated to: 0.14-a0-1585-g835621a (34) 00:13:03 hmm 00:14:15 in melee_attack.cc starting ~line 2713, is there a reason why chaos weapon healing, hasting, etc. on hit does not identify it? 00:16:22 -!- CKyle has quit [Quit: CKyle] 00:18:01 -!- tabstorm has quit [Ping timeout: 272 seconds] 00:18:15 -!- simmarine has quit [Ping timeout: 240 seconds] 00:18:24 Unstable branch on crawl.develz.org updated to: 0.14-a0-1585-g835621a (34) 00:19:08 -!- simmarine has joined ##crawl-dev 00:23:21 -!- magicpoints has quit [Ping timeout: 240 seconds] 00:24:21 -!- conted has quit [Ping timeout: 272 seconds] 00:33:43 Basil: probably not 00:33:52 except the obvious one 00:34:10 That being 00:34:48 nobody thought of that, or could be bothered to actually do it 00:35:07 It's weird because it seems intentional 00:35:35 CHAOS_FREEZING, CHAOS_ELEC and such are all marked with obvious_effect = defender.is_seen() 00:35:50 whereas these effects I can't remember seeing anywhere else are not 00:36:16 in any case I'll test the change to make sure nothing breaks and stick the patch on the relevant issue 00:37:59 hmm, maybe it's because it might happen to someone other than the player ... 00:38:03 -!- reaverb has joined ##crawl-dev 00:39:47 Basil: where are those CHAOS_FREEZING etc. ? 00:39:59 SamB: 4f58e43587311bdc91fdedc4606c39 only gives the proper description for monsters sensed through they are friendly. The code isn't there for nonfriendly monsters. (Also if you worship Ash and have antennae all sensed monsters would be labelled as gained due to Ash, but that's less important. 00:40:09 Just a moment 00:40:14 s/through/if 00:40:26 -!- TAS_2012v has quit [Ping timeout: 264 seconds] 00:40:42 reaverb: hmm? 00:41:16 reaverb: can you actually make it give the wrong description for non-friendly monsters? 00:41:41 SamB: I only looked at the commit, which pretty clearly only gives the code to friendlies. 00:41:47 http://s-z.org/neil/git/?p=crawl.git;a=blobdiff;f=crawl-ref/source/dat/descript/monsters.txt;h=4f58e43587311bdc91fdedc4606c392d48e76a2a;hp=1d5701c2b16df1414fd41716697d8c7cff9eeed1;hb=835621a3c6d5537c67b3cb0fe4263c0464db7c39;hpb=437c10e4b4cb5c5413c736b0bedae11b8a9ae5e4 00:41:50 -!- minqmay has quit [Quit: Leaving] 00:41:53 reaverb: yes, I know what I wrote 00:42:15 are you aware of things I am not aware of that make it possible to see those other descriptions for both reasons? 00:42:31 <|amethyst> reaverb: because non-friendlies either have a threat level (ash) or don't (antennae) 00:43:12 <|amethyst> reaverb: so "sensed monster" gets the antennae description, and "easy sensed monsted" gets the Ash one 00:43:14 SamB: |amethyst: Thanks for the explanation! I didn't get that subtle distinction. 00:43:34 I might have added comments about that, if I'd remembered you could do that 00:44:51 Apologies, I was thinking of CHAOS_CLONE et al 00:45:20 I'll look to see where chaos imitating other brands identifies chaos 00:45:42 Windows builds of master branch on crawl.develz.org updated to: 0.14-a0-1585-g835621a 00:45:43 -!- reaverb has quit [Quit: Leaving.] 00:47:05 Although CHAOS_RAGE does exist and that identifies chaos when it happens 00:47:12 -!- syraine has quit [] 00:47:13 -!- Fhqwhgads_ has quit [Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310]] 00:47:27 unlike CHAOS_SLOW, CHAOS_PARALYSIS... 00:47:55 hmm... when do the wands ID? 00:48:06 it should probably be the same for the things that are wand effects 00:48:30 When they actually do a thing 00:48:48 I assume you have to be able to see what they do it to at least to start with? 00:48:51 So CHAOS_PARA would not identify on hitting an already-paralyzed thing? 00:49:02 well, what does the wand do? 00:49:12 obvious_effect = you.can_see(defender); is the identifying bit for all cases 00:49:41 -!- NilsBloodaxe has quit [Ping timeout: 272 seconds] 00:50:26 Well, wands ID on zap now 00:50:49 oh, hmm, the beam.cc code has obvious_effect stuff in there 00:51:47 Basil: so I guess these do have ID code it's just not evident here ... 00:52:23 So should I add a check to ID only if the relevant status is not already present, or should I just ID when it happens regardless? 00:53:04 Basil: it looks like we just need to add a comment here ... 00:53:41 beam.cc? 00:54:14 // For these, obvious_effect is computed during beam.fire() below. 00:54:22 Ah 00:54:44 * SamB is going to add that comment 00:55:39 Also, you might want to make chaos identify on miscast effect 00:56:12 So, CHAOS_MISCAST, unless there's some obvious_effectery somewhere else 00:56:22 I don't think there is 00:58:08 Here's the issue by the way 00:58:09 https://crawl.develz.org/mantis/view.php?id=7898 00:58:35 03SamB02 07* 0.14-a0-1586-g3e71587: Clarify auto-ID of beam-based chaos effects in the code 10(69 seconds ago, 1 file, 1+ 5-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3e71587fcec3 00:59:05 -!- ystael has quit [Ping timeout: 272 seconds] 00:59:34 Basil: ah 00:59:49 probably we ought to precompute the you.can_see ;-) 01:00:04 Nah, yyp is easy enough 01:00:10 -!- JServo has quit [Quit: Page closed] 01:00:11 hmm? 01:00:20 copy-paste 01:01:09 On another note, how does one go from version to commit? I tried to replicate https://crawl.develz.org/mantis/view.php?id=7899 01:01:17 I meant, if we check visibility of the target AFTER the beam has made it invisible ... 01:01:47 Right, it was a poor joke 01:02:36 but the error did not surface in the most recent revision or one taken from the same day 01:02:38 -!- NekoRex has quit [Quit: "All the vain and ignorant will look up and shout 'Save us!', and I'll look down and whisper... 'Nyo.'"] 01:03:00 which might mean that it's an error specific to his system or that it worked itself out after the crash 01:03:17 or that there was only one or two commits while it was in effect. 01:03:31 Basil: you should be able to "git checkout 0.14-a0-1550-gf2134fc" 01:05:26 Oh good, that worked 01:05:51 Thank you, should have done that instead of git checkout gf2134fc 01:06:43 "f2134fc" would probably also have worked 01:16:10 -!- kilobyte has quit [Ping timeout: 246 seconds] 01:20:24 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 01:23:28 -!- kilobyte has joined ##crawl-dev 01:24:31 -!- tabstorm has quit [Ping timeout: 272 seconds] 01:28:09 hmm 01:28:29 I can't replicate the assert in orc:4 even on the same version 01:28:31 oh well. 01:32:13 -!- bza has quit [Read error: Connection reset by peer] 01:43:55 -!- flappity has quit [Ping timeout: 260 seconds] 01:54:49 -!- DrinkMachine has quit [Quit: Leaving] 01:56:53 Unstable branch on crawl.lantea.net updated to: 0.14-a0-1585-g835621a (34) 01:59:15 Patch to cause haste to degrade effectiveness with duration by Siegurt 02:08:13 -!- conted has quit [Ping timeout: 272 seconds] 02:09:31 -!- flappity has quit [Disconnected by services] 02:09:32 -!- Amy is now known as Flappity 02:09:35 -!- Basil has quit [Read error: Connection reset by peer] 02:09:43 -!- Zeor has quit [Quit: trugs] 02:11:33 -!- Basil has joined ##crawl-dev 02:14:54 -!- lobf has quit [Quit: lobf] 02:24:33 -!- Arkaniad has quit [Ping timeout: 252 seconds] 02:33:31 -!- Crehl has quit [Quit: qqqqqqq] 02:40:18 -!- bmfx has quit [Ping timeout: 252 seconds] 02:42:24 -!- Basil has quit [Read error: Connection reset by peer] 02:42:40 -!- Basil has joined ##crawl-dev 02:47:00 -!- djanatyn has quit [Ping timeout: 245 seconds] 03:00:07 -!- eith has joined ##crawl-dev 03:00:39 -!- TAS-2012v has quit [Ping timeout: 240 seconds] 03:01:26 -!- valtern has quit [Ping timeout: 264 seconds] 03:04:26 -!- mong has quit [Quit: Leaving] 03:09:44 -!- djanatyn has quit [Max SendQ exceeded] 03:10:48 -!- VolteccerJack has quit [Quit: HydraIRC -> http://www.hydrairc.com <- The alternative IRC client] 03:17:10 -!- Blazinghand has quit [Ping timeout: 272 seconds] 03:23:17 -!- slifty has quit [Quit: Leaving...] 03:24:53 -!- ussdefiant has quit [Ping timeout: 248 seconds] 03:26:53 -!- simmarine has quit [Quit: Leaving] 03:31:26 -!- djanatyn has quit [Ping timeout: 240 seconds] 03:34:21 -!- Dacendoran_ has quit [Ping timeout: 272 seconds] 03:34:51 -!- ProzacElf has quit [Ping timeout: 250 seconds] 03:36:38 -!- MP2E has quit [Ping timeout: 240 seconds] 03:49:17 -!- doesthiswork has quit [Quit: Leaving.] 03:50:34 -!- heteroy has quit [Read error: Connection reset by peer] 03:53:34 -!- axlexk has quit [Quit: Page closed] 04:00:26 -!- Cedor has joined ##crawl-dev 04:06:50 -!- oberstein has quit [Ping timeout: 264 seconds] 04:14:37 -!- bonghitz has quit [Remote host closed the connection] 04:21:01 -!- oberstein has joined ##crawl-dev 04:33:47 -!- st_ has quit [Ping timeout: 250 seconds] 04:50:50 -!- Kromgart has quit [Quit: Leaving] 04:54:29 -!- djanatyn has quit [Max SendQ exceeded] 04:56:10 -!- Yermak has quit [Quit: Page closed] 05:09:03 -!- greensnark has quit [Ping timeout: 240 seconds] 05:09:10 -!- greensnark has joined ##crawl-dev 05:14:25 -!- Hailley has quit [Quit: Petra is closed!] 05:16:35 -!- buppy has joined ##crawl-dev 05:24:25 -!- Daekdroom has quit [Client Quit] 05:25:53 -!- dagonfive has quit [Read error: Connection reset by peer] 05:28:14 -!- djanatyn has quit [Ping timeout: 240 seconds] 05:36:38 -!- Nakatomy has quit [Ping timeout: 240 seconds] 05:39:18 -!- Nakat0my has quit [Remote host closed the connection] 05:47:00 -!- MP2E has quit [Quit: leaving] 06:25:37 -!- tsohg has quit [Remote host closed the connection] 06:26:16 -!- magicpoints has quit [Ping timeout: 246 seconds] 06:28:26 -!- tsohg has quit [Read error: Connection reset by peer] 06:29:00 -!- Basil has quit [Read error: Connection reset by peer] 06:29:34 -!- Basil has joined ##crawl-dev 06:31:28 -!- RedFeather has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 06:34:23 -!- PolkaDot has quit [Quit: Lost terminal] 06:50:31 MDvedh (L1 MfAK) (Abyss:1) 07:00:49 -!- conted_ has quit [Ping timeout: 272 seconds] 07:08:12 -!- gammafunk has quit [Quit: gammafunk] 07:10:31 -!- eith has quit [Ping timeout: 260 seconds] 07:18:49 -!- Basil has quit [Ping timeout: 272 seconds] 07:21:37 %git brillance 07:21:37 Could not find commit brillance (git returned 128) 07:22:08 %git :/brillance 07:22:32 Could not find commit :/brillance (git returned 128) 07:22:34 %git :/brilliance 07:22:35 07elliptic02 * 0.12-a0-1259-g6fa7d22: Remove contamination from potions (elliott). 10(1 year ago, 1 file, 3+ 13-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6fa7d2244368 07:23:02 -!- amatsu has quit [Ping timeout: 264 seconds] 07:35:34 -!- heteroy has quit [Read error: Connection reset by peer] 07:36:16 -!- NTRAFF has quit [Quit: Page closed] 07:50:38 -!- paulsomebody has joined ##crawl-dev 07:53:14 -!- Bloax has joined ##crawl-dev 08:04:26 -!- rast has joined ##crawl-dev 08:07:40 -!- dondy has quit [Remote host closed the connection] 08:08:07 -!- blabber has joined ##crawl-dev 08:10:42 -!- SkaryMonk has quit [Quit: Leaving.] 08:19:22 -!- alefury has joined ##crawl-dev 08:20:06 -!- tsohg_ has quit [Remote host closed the connection] 08:20:39 -!- rkd has quit [Ping timeout: 240 seconds] 08:37:57 -!- Fhqwhgads_ has quit [Ping timeout: 248 seconds] 08:37:59 -!- Fhqwhgads__ is now known as Fhqwhgads_ 08:39:56 -!- alefury has quit [Ping timeout: 240 seconds] 08:39:59 -!- jbenedet1o has quit [Read error: Connection reset by peer] 08:44:19 -!- magicpoints has quit [Ping timeout: 272 seconds] 08:45:34 -!- pythonsnake has quit [Quit: WeeChat 0.4.0] 08:46:15 -!- Rebthor has quit [Client Quit] 08:54:57 -!- Flappity has quit [Read error: Connection reset by peer] 08:55:26 -!- MaxFrost has quit [Ping timeout: 252 seconds] 09:07:02 -!- rossi has quit [Quit: WeeChat 0.4.2] 09:20:58 I would like to register a complaint about this game 09:21:28 when I hit 'v' it says, "You aren't carrying any items that can be evoked." 09:21:42 but in fact i have a deck of card in my inventory which can be evoked if i wield it 09:25:43 do you actually wield it? 09:29:37 -!- Fhqwhgads_ has quit [Ping timeout: 240 seconds] 09:29:43 -!- Fhqwhgads__ is now known as Fhqwhgads_ 09:31:25 -!- heteroy has quit [Ping timeout: 246 seconds] 09:32:42 <|amethyst> decks and rods, am I forgetting anything else that is only evokable in hand? 09:33:18 lantern? 09:33:51 <|amethyst> can't be invoked 09:33:54 ok 09:33:57 disc of storm? 09:34:03 polearms :) 09:34:49 <|amethyst> staff of energy 09:35:23 unrandart staves? 09:36:19 -!- eith has joined ##crawl-dev 09:39:38 -!- dagonfive has quit [Read error: Connection reset by peer] 09:40:35 Cedor: i wield it to evoke. only other way is to use a nemelex (a)bility 09:41:33 maybe the message should be "You aren't carrying any items that can be evoked from your inventory." 09:41:39 -!- alefury has joined ##crawl-dev 09:42:13 or "if you wielded your foo you would evoke it" 09:42:24 though that could be messy with more than about two wield evokeable items 09:42:36 *could evoke it 09:43:45 03|amethyst02 07* 0.14-a0-1587-gabf9935: Make no-evokables message clearer. 10(2 minutes ago, 1 file, 20+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=abf99355d8b9 09:43:56 <|amethyst> MarvinPA: looks like OSEL_BUTCHERY still exists? 09:44:12 |amethyst: oh, even better 09:44:22 -!- heteroy has quit [Ping timeout: 246 seconds] 09:45:38 -!- Fhqwhgads_ has quit [Ping timeout: 240 seconds] 09:45:46 -!- Fhqwhgads__ is now known as Fhqwhgads_ 09:47:23 -!- petete has quit [Ping timeout: 272 seconds] 09:47:47 -!- wheals has quit [Quit: Leaving] 09:54:28 -!- wheals has joined ##crawl-dev 09:58:32 -!- tigertrap has quit [Ping timeout: 260 seconds] 10:20:12 -!- bonghitz has quit [Remote host closed the connection] 10:21:08 -!- greensnark has quit [Quit: leaving] 10:21:19 -!- slifty has quit [Quit: Leaving...] 10:22:52 -!- greensnark has joined ##crawl-dev 10:24:54 -!- JServo has quit [Quit: Page closed] 10:26:31 -!- greensnark has quit [Client Quit] 10:26:37 -!- greensna1k has joined ##crawl-dev 10:26:37 -!- greensna1k is now known as greensnark 10:29:05 -!- CKyle has joined ##crawl-dev 10:35:27 -!- valtern has quit [Read error: Operation timed out] 10:36:11 -!- CKyle has quit [Quit: CKyle] 10:48:54 03Grunt02 07* 0.14-a0-1588-gbfa08eb: Bring back "Blademaster" title specifically for elves. 10(70 seconds ago, 1 file, 9+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=bfa08eb324f3 10:50:00 Grunt: why not just change the lblades master title for elves from "swordsmaster" to "blademaster"? 10:50:34 Deep elf blademasters use short blades, not long blades. 10:50:50 Also the short blades 27 title used to be Blademaster for everyone before Stabbing went away. 10:53:17 ah 10:53:49 -!- eith has quit [Read error: No buffer space available] 10:54:06 -!- eith has joined ##crawl-dev 10:55:10 -!- pelotr0n is now known as pelotron 11:01:16 -!- ussdefiant has joined ##crawl-dev 11:03:17 -!- glow11 has joined ##crawl-dev 11:07:36 Unstable branch on crawl.akrasiac.org updated to: 0.14-a0-1588-gbfa08eb (34) 11:10:42 -!- ReteAZ has quit [Quit: Page closed] 11:15:57 -!- kazak has quit [Quit: Page closed] 11:19:32 -!- quinso has quit [Quit: Leaving.] 11:27:14 -!- Poncheis has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 11:28:37 -!- ussdefiant has quit [Ping timeout: 248 seconds] 11:43:22 -!- Vizer_ has quit [Ping timeout: 252 seconds] 11:44:29 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 11:51:17 -!- Nivim has joined ##crawl-dev 11:51:36 -!- st_ has joined ##crawl-dev 11:53:23 -!- slifty has quit [Quit: Leaving...] 11:53:49 -!- master_j has quit [Quit: WeeChat 0.4.2] 11:54:25 Grunt: should have renamed DE blademasters to DE politicians instead 11:54:40 elliptic: you're welcome to do that if you want :b 11:54:50 DE congressmen 11:54:55 Be specific!! 11:54:59 <3 11:55:41 Hmm, DE capitol hill vault 12:07:59 -!- Yeezus has quit [Ping timeout: 272 seconds] 12:12:03 <|amethyst> DE Minority Whip of Makhleb 12:12:22 DE House Leader of Vehumet 12:13:04 <|amethyst> Fannar is President Pro Tem of the Senate 12:13:38 "The DE senator puts a hold on your motion to advance toward the loot." 12:15:35 Grunt was prosecuted by the Deep Elven Senate 12:16:29 -!- Fhqwhgads_ has quit [Ping timeout: 264 seconds] 12:16:36 -!- Fhqwhgads__ is now known as Fhqwhgads_ 12:16:39 -!- djanatyn has quit [Read error: Operation timed out] 12:33:23 -!- slifty has quit [Ping timeout: 240 seconds] 12:37:09 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 12:44:02 -!- Flex has joined ##crawl-dev 12:44:03 how does jiyva stat-shuffling work now that encumbrance works differently? 12:44:07 was it changed at all? 12:45:27 %git :/jiyva 12:45:29 07ChrisOelmueller02 {MarvinPA} * 0.13-a0-2747-g6459ca0: No Jiyva penance for slime kills by confused monsters 10(4 months ago, 1 file, 3+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6459ca070173 12:45:50 -!- FaMott has quit [Ping timeout: 264 seconds] 12:46:02 03MarvinPA02 07* 0.14-a0-1589-g48c4fed: Make noisy randarts only make noise when hitting things 10(8 minutes ago, 5 files, 10+ 11-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=48c4fedd086d 12:46:02 03MarvinPA02 07* 0.14-a0-1590-g25a9b7f: Make the Singing Sword's low tension speech cosmetic only (no noise) 10(14 minutes ago, 1 file, 7+ 7-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=25a9b7f745d6 12:46:47 -!- FaMott has joined ##crawl-dev 12:47:13 if it was never updated then that would be bad 12:47:23 %git :/shuffling 12:47:23 07HangedMan02 {|amethyst} * 0.14-a0-1437-g188663e: Update special_room_morgue, special room depths/weights 10(11 days ago, 1 file, 31+ 31-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=188663e25cb1 12:47:26 %git :/shuffle 12:47:27 07Grunt02 * 0.14-a0-912-g9eb8d5d: Tinker with Depths monster spawn weights. 10(5 weeks ago, 1 file, 19+ 16-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=9eb8d5def7d0 12:47:44 -!- evilmike has joined ##crawl-dev 12:47:56 %git :/stat 12:47:56 07SamB02 * 0.14-a0-1585-g835621a: Fix sensed monster descriptions for my antennae change ... 10(15 hours ago, 1 file, 10+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=835621a3c6d5 12:47:58 bah 12:50:52 ??source 12:50:52 source[1/3]: Browse the Git repository at http://s-z.org/neil/git/?p=crawl.git or, if you must, http://gitorious.org/crawl/crawl 12:55:35 -!- Bloax has quit [Quit: Error: Bloax not found] 12:55:45 -!- xnavy has quit [Ping timeout: 245 seconds] 12:57:18 ugh where is even the source for that 12:57:26 -!- Bloax has joined ##crawl-dev 12:59:59 -!- Brokkr has quit [Remote host closed the connection] 13:00:12 -!- scummos__ has quit [Quit: Konversation terminated!] 13:00:22 -!- Kalir has quit [Changing host] 13:00:37 -!- scummos__ has quit [Client Quit] 13:03:34 target_stat[0] = max(max(9, 2 + 3 * evp), 2 + carrying_strength); 13:03:37 looks like it was never changed 13:03:52 unless unadjusted_body_armour_penalty() was itself changed I guess 13:04:03 !source unadjusted_body_armour_penalty 13:04:05 Lines pasted to http://pastie.org/8569884 13:04:32 um 13:04:32 huh 13:06:26 in player.cc, it looks like that function returns a higher number than it used to, unless there's something I'm missing 13:06:33 so why wouldn't jiyva be giving players ridiculous amounts of str now 13:09:56 weird 13:17:01 -!- dacendoran_ has quit [Ping timeout: 272 seconds] 13:17:01 -!- NilsBloodaxe has quit [Ping timeout: 272 seconds] 13:18:28 -!- Blazinghand has quit [Read error: Connection reset by peer] 13:22:16 -!- crate has quit [Quit: Leaving] 13:24:44 -!- Blazinghand_ has quit [Read error: Connection reset by peer] 13:28:03 -!- ProzacElf has joined ##crawl-dev 13:29:39 -!- simmarine has joined ##crawl-dev 13:30:57 -!- Blazinghand_ has quit [Remote host closed the connection] 13:32:38 -!- scummos__ has quit [Ping timeout: 264 seconds] 13:34:29 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 13:48:32 Flex: you are looking at something very old if you see target_stat[0] = max(max(9, 2 + 3 * evp), 2 + carrying_strength); 13:48:55 since it currently says target_stat[0] = max(max(9, evp), 2 + carrying_strength); 13:49:11 (i.e. it was updated) 13:49:29 -!- tkappleton has quit [Ping timeout: 240 seconds] 13:50:19 -!- DrinkMachine has joined ##crawl-dev 13:50:19 -!- DrinkMachine has quit [Changing host] 13:50:19 -!- DrinkMachine has joined ##crawl-dev 13:58:24 -!- schistosomatic has quit [Quit: Leaving] 13:59:06 -!- paulsomebody has quit [Ping timeout: 240 seconds] 14:00:26 -!- jameyd has quit [Ping timeout: 241 seconds] 14:01:03 -!- pythonsnake has quit [Ping timeout: 240 seconds] 14:01:49 Weird symbols in the "Items here:" message when there're lots of items on the ground. by Lorkhan 14:03:10 -!- bonghitz has quit [Remote host closed the connection] 14:05:21 -!- slifty has quit [Quit: Leaving...] 14:09:55 -!- yxhuvvd is now known as yxhuvud 14:11:04 * geekosaur *eyeroll* 14:15:13 -!- Lightli has joined ##crawl-dev 14:15:47 -!- Basil has joined ##crawl-dev 14:16:40 -!- CedorDark has joined ##crawl-dev 14:16:46 -!- Cedor has quit [Ping timeout: 240 seconds] 14:21:51 -!- CedorDark is now known as Cedor 14:24:16 -!- glow11 has quit [Ping timeout: 240 seconds] 14:25:43 -!- glow11 has joined ##crawl-dev 14:27:05 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 14:27:42 -!- paulsomebody has joined ##crawl-dev 14:29:16 -!- heteroy has quit [Ping timeout: 246 seconds] 14:29:45 -!- ProzacElf has quit [Ping timeout: 272 seconds] 14:33:41 -!- Pacra has quit [Ping timeout: 248 seconds] 14:38:32 -!- tsohg has quit [Remote host closed the connection] 14:38:47 -!- ProzacElf has joined ##crawl-dev 14:44:02 -!- tsohg has quit [Ping timeout: 264 seconds] 14:44:40 -!- oberstein has quit [Ping timeout: 246 seconds] 14:48:48 -!- ProzacElf_ has joined ##crawl-dev 14:49:07 -!- gammafunk has joined ##crawl-dev 14:49:33 -!- slifty has quit [Quit: Leaving...] 14:50:14 -!- ProzacElf has quit [Ping timeout: 240 seconds] 14:50:22 -!- Ladykiller69 has quit [Ping timeout: 252 seconds] 14:53:12 -!- oberstein has joined ##crawl-dev 14:55:52 elliptic: huh, let me check that again 14:57:17 you're right, I don't know what happened there 14:57:25 -!- jejorda2 has quit [Quit: Leaving] 14:58:05 even considering that, the new encumbrance rules do make it less straightforward what an "ideal" str value is 14:58:20 and jiyva guessing what the player's ideal stats are is already problematic 15:00:31 right, obviously jiyva's strength guess won't always be what the player wants any more than jiyva's int/dex guesses will be 15:00:45 but at least it isn't still using the old formula :) 15:01:32 -!- ophanim has joined ##crawl-dev 15:01:41 Was there just a change to show_turns? 15:02:59 what sort of change? 15:03:14 for some reason I'm no longer seeing how much time my actions take 15:03:26 !locate ophanim 15:03:27 ophanim was last seen on CSZO (ophanim, L17 HEBe of Trog). 15:03:37 i'm not logged in, hold on 15:03:47 there 15:03:53 I am on webtiles atm, so that might be relevent 15:04:22 wow tiles 15:04:27 it looks normal in console at least 15:04:50 so it's Turn: 43939 (1.0) or something like that? 15:04:56 it does look wrong in webtiles, hm 15:05:01 yes 15:05:04 weird 15:05:10 weird and bad! 15:05:10 Time: 43768.6 (1.0) 15:05:19 -!- heteroy has quit [Ping timeout: 246 seconds] 15:05:31 I think Medar was fixing something related to this recently? 15:06:33 %git 31eb1322e6 15:06:52 07Medar02 * 0.14-a0-1484-g31eb132: Support show_game_turns in WebTiles 10(9 days ago, 5 files, 20+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=31eb1322e61a 15:07:01 -!- jameyd has quit [Quit: WeeChat 0.4.2] 15:07:02 -!- oberstein has quit [Ping timeout: 240 seconds] 15:07:23 not sure exactly how webtiles handled the turn counter before that commit 15:07:29 -!- FaMott has quit [Read error: Connection reset by peer] 15:07:37 or what that commit changed precisely 15:07:45 -!- FaMott has joined ##crawl-dev 15:07:50 it worked fine before 15:08:01 I play more webtiles than people know 15:08:23 I literally just only noticed it because I was looking to see how slow my attacks are, I don't know how long I've played without it working 15:08:29 But it worked last time I was on tiles 15:08:58 the turn count seems fine for me 15:09:03 (on web tiles 15:09:05 ) 15:09:30 0.14? 15:09:36 yep 15:09:40 on lantea 15:10:01 ??cln 15:10:01 clan[1/2]: Europe Crawl server, located in Germany. http://crawl.lantea.net:8080/ or crawl.lantea.net, port 22, username: terminal, key: http://crawl.develz.org/cao_key http://crawl.develz.org/cao_key.ppk See {putty} for Windows users. Runs 0.10-0.13 and trunk (DCSS, Zot, Sprint, Tut) 15:10:02 checking other peoples games and their turn counts work 15:10:11 they don't all work 15:10:28 oh hm 15:11:00 ophanim: can you take a step in your game 15:11:10 wtf 15:11:10 now it shows it 15:11:17 apparently it just doesn't show it when it is 0.0 15:11:41 was the drop rate of lamp of fire increased recently? 15:11:43 uh my irc client turned that into an emoticon 15:11:56 0 . 0 15:12:09 though console was claiming it was 1.0 earlier, hm 15:12:36 (at the same time when your game didn't show it) 15:12:43 -!- oberstein has joined ##crawl-dev 15:13:21 well, I got to get some work done 15:13:26 since I'm getting paid overtime to be here 15:13:45 sorry I can't be more help 15:15:23 -!- Liams123 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 15:17:38 -!- oberstein has quit [Ping timeout: 264 seconds] 15:18:14 -!- hhkb has quit [Ping timeout: 240 seconds] 15:18:30 -!- hhkb has joined ##crawl-dev 15:20:31 -!- agentgt has quit [Ping timeout: 260 seconds] 15:24:46 -!- oberstein has joined ##crawl-dev 15:26:35 -!- bonghitz has quit [Quit: Leaving...] 15:30:01 -!- Neuromancer has quit [Ping timeout: 272 seconds] 15:34:36 -!- Pacra has joined ##crawl-dev 15:39:58 Looks like completed Ziggurats are not counted as such in your character dumps in current trunk. 15:41:22 -!- Basil has quit [Read error: Connection reset by peer] 15:41:33 -!- MaxFrost has quit [Ping timeout: 250 seconds] 15:41:40 -!- Tarragon is now known as Basil 15:41:44 -!- Basil has joined ##crawl-dev 15:44:03 -!- Cedor has quit [Quit: Quitte] 15:45:28 -!- axlexk has quit [Quit: Page closed] 15:46:50 * paulsomebody realizes he should probably stop saying things like this on ##crawl-dev and start Mantis'ing them. 15:53:26 -!- Stelpa has quit [Changing host] 16:01:27 -!- blabber has quit [Quit: leaving] 16:02:03 tenofswords didn't become chief vault dev with that attitude 16:04:06 no, tenofswords did it by reading logs and !tell-ing people :p 16:08:48 -!- Arkaniad has quit [Quit: Lost terminal] 16:11:55 -!- Morg0th has quit [Quit: leaving] 16:12:44 hmm, should Oka and such have a yes prompt before ally betrayal instead of a Y prompt (similar to normal betrayal)? 16:13:35 I've been dinged by that a few times with /enslave against an eel, and there's a mantis ticket with a similar experience 16:13:52 -!- Aryth has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 16:24:49 -!- tenofswords has joined ##crawl-dev 16:28:00 surely I did it by patching things before people knew they even needed to be patched 16:31:03 -!- gammafunk has quit [Quit: gammafunk] 16:32:58 -!- y2s82 has quit [Quit: WeeChat 0.4.1] 16:34:25 Sulking/Screaming Sword uses long sword description by Skrybe 16:35:38 -!- valtern has quit [Ping timeout: 264 seconds] 16:36:17 -!- pythonsnake has quit [Quit: WeeChat 0.4.0] 16:37:48 -!- rossi has quit [Ping timeout: 252 seconds] 16:39:29 Basil: Really liking the vine stalkers so far. 16:39:55 You can play pretty recklessly with them, and it might even benefit you. 16:40:23 -!- Nefhilion has quit [Quit: Page closed] 16:42:33 -!- tsohg has quit [Remote host closed the connection] 16:47:19 -!- tsohg has quit [Ping timeout: 252 seconds] 16:49:00 -!- dacendoran has quit [Quit: Page closed] 16:54:31 -!- ProzacElf_ has quit [Ping timeout: 272 seconds] 16:59:30 -!- archaeo has quit [Quit: Page closed] 17:00:26 -!- pythonsnake has quit [Remote host closed the connection] 17:02:49 -!- ProzacElf has joined ##crawl-dev 17:06:34 Trivia: when you ~interrupt webtiles by switching to a different F-terminal, it can continue attempting to load the game indefinitely, filling up several gigabytes of RAM. 17:16:39 -!- Mandevil has quit [Read error: Connection reset by peer] 17:16:39 -!- morik has quit [Read error: Connection reset by peer] 17:19:58 -!- ProzacElf has quit [Ping timeout: 252 seconds] 17:24:33 -!- tksquared_ has quit [Ping timeout: 272 seconds] 17:26:40 -!- gammafunk has joined ##crawl-dev 17:26:56 several? 17:27:08 is it 64-bit? I thought a 32-bit process could only utilize much less 17:27:49 -!- PolkaDot has quit [Quit: Lost terminal] 17:36:01 Checking again, it had managed to fill up 12gb of ram before I finally noticed and closed it. I'm not sure if the version on CAO is 64-bit, but this operating system of most of its binaries are. 17:36:34 32 address bytes equates to 2^32 addresses, which is 4 GB 17:37:09 er bits, not bytes 17:39:45 -!- ProzacElf has joined ##crawl-dev 17:41:46 -!- Sorbius has quit [Quit: OUCH!!!] 17:42:10 -!- lobf has quit [Quit: lobf] 17:45:27 -!- pelotron has quit [Ping timeout: 272 seconds] 17:47:43 -!- Pacra has quit [Ping timeout: 272 seconds] 17:48:05 -!- tsohg has quit [Remote host closed the connection] 17:48:25 -!- heteroy has quit [Ping timeout: 246 seconds] 17:57:34 -!- evilmike has quit [Read error: Connection reset by peer] 17:58:24 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 17:59:37 -!- heteroy has quit [Ping timeout: 246 seconds] 18:00:20 Use yes_or_no for attacks which will cause penance instead of yesno, and make the warning more explicit. by Sage 18:03:17 -!- ProzacElf has quit [Ping timeout: 248 seconds] 18:08:39 -!- Daekdroom has quit [Read error: Connection reset by peer] 18:12:20 Basil: Hey? 18:12:54 -!- HellTiger has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 18:13:17 hm 18:13:57 Is spirit shield the good old guardian spirit? 18:15:17 Pretty sure that it doesn't drain all of your mana before going to hp, if that's what you're asking 18:15:36 if anything that could be neat 18:17:19 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 18:18:40 -!- alefury has quit [Read error: Connection reset by peer] 18:19:03 It'd be better for Be or dudes that mostly cast charms I guess, but it'd be harder to use it to get enough mana for casting other spells. 18:19:31 -!- ReteAZ has quit [Quit: Page closed] 18:19:56 -!- pythonsnake has quit [Quit: WeeChat 0.4.0] 18:20:55 Maybe I'm just not noticing it. 18:21:48 Not much mana is drained near mhp, almost all damage goes to mp near 0 hp. 18:22:26 Might be because their mp aptitude is still just +1. 18:23:21 -!- jeanjacques has joined ##crawl-dev 18:26:53 -!- ophanim has quit [Quit: ophanim] 18:30:31 -!- heteroy has quit [Read error: Connection reset by peer] 18:37:26 -!- djanatyn has quit [Excess Flood] 18:40:12 -!- reaverb has joined ##crawl-dev 18:40:28 -!- DrinkMachine has quit [Quit: Leaving] 18:49:07 -!- ldf has quit [Quit: ldf] 18:52:53 -!- Bodrick has quit [Ping timeout: 248 seconds] 18:58:04 -!- Pacra has joined ##crawl-dev 18:59:27 -!- pelotr0n is now known as pelotron 19:08:55 -!- glow11 has quit [Quit: WeeChat 0.4.2] 19:14:35 -!- Kromgart has quit [Quit: Leaving] 19:15:56 -!- lobf has quit [Quit: lobf] 19:16:01 Basil: damn those guys are good at getting out of tight situations 19:17:01 i just somehow got out of being adjacent to a warlord with a sorcerer and a smoke demon in sight 19:17:06 with 3 mp and 17 hp 19:17:31 only because killing the warlord left me at 10 mp and enough to kill the sorcerer with slouch 19:17:42 Bloax: wrong channel. 19:21:49 -!- conted has quit [Ping timeout: 272 seconds] 19:26:43 -!- tigertrap has quit [Quit: tigertrap] 19:32:35 -!- Nefhilion has quit [Ping timeout: 272 seconds] 19:38:47 -!- myrmidette1 has quit [Client Quit] 19:39:59 -!- magicpoints has quit [Ping timeout: 260 seconds] 19:49:13 -!- rkd has quit [] 19:53:36 -!- dck has joined ##crawl-dev 19:53:50 -!- stanzill has quit [Quit: i think i want to scream or dream] 20:05:11 -!- Brokkr_ is now known as Brokkr 20:06:45 -!- Brokkr has quit [Quit: Verlassend] 20:09:52 -!- sprort has quit [Quit: WeeChat 0.4.1] 20:18:44 -!- Adder_ has quit [Ping timeout: 272 seconds] 20:22:22 -!- Zermako has quit [Quit: Good night and good luck to all!] 20:29:51 -!- scummos__ has quit [Ping timeout: 240 seconds] 20:30:08 -!- DrinkMachine has joined ##crawl-dev 20:37:36 -!- magicpoints has quit [Ping timeout: 252 seconds] 20:44:21 -!- dondy has quit [Quit: ninja kapow] 20:57:11 -!- Nightbeer has quit [Quit: Verlassend] 21:01:37 -!- Lawman0 has quit [Read error: Connection reset by peer] 21:02:14 -!- DrinkMachine has quit [Quit: Leaving] 21:15:16 -!- kait has quit [Ping timeout: 246 seconds] 21:17:48 -!- xnavy_ is now known as xnavy 21:33:23 -!- RedFeather has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 21:34:49 -!- korzok has quit [Ping timeout: 272 seconds] 21:37:00 -!- tsohg has quit [Remote host closed the connection] 21:37:46 -!- Neuromancer has quit [Quit: Page closed] 21:41:05 Debian builds of the trunk branch on crawl.develz.org updated to: 0.14-a0-1590-g25a9b7f 21:42:03 -!- tsohg has quit [Ping timeout: 272 seconds] 21:42:15 -!- Ladykiller69 has quit [Quit: Verlassend] 21:42:26 -!- tenofswords has left ##crawl-dev 21:42:50 -!- Blazinghand has quit [Ping timeout: 264 seconds] 21:48:53 -!- Arkaniad has quit [Ping timeout: 248 seconds] 21:51:49 -!- Egglet has quit [Ping timeout: 272 seconds] 21:57:29 -!- ussdefiant has joined ##crawl-dev 22:16:09 !tell ontoclasm https://dl.dropboxusercontent.com/u/63152810/n/crawl/CapnCutlass.png Our quest for booty begins now. 22:16:10 Bloax: OK, I'll let ontoclasm know. 22:16:31 -!- reaverb has quit [Ping timeout: 246 seconds] 22:18:58 -!- heteroy has quit [Ping timeout: 246 seconds] 22:19:28 -!- wheals has quit [Quit: Leaving] 22:21:57 -!- Egglet|2 has quit [Ping timeout: 272 seconds] 22:27:39 -!- ystael has quit [Ping timeout: 272 seconds] 22:28:57 -!- JServo has quit [Quit: Page closed] 22:33:12 -!- reaverb has joined ##crawl-dev 22:34:07 -!- ground4 has quit [Quit: WeeChat 0.4.2] 22:34:59 -!- nubcakes has quit [Ping timeout: 272 seconds] 22:36:37 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:38:38 -!- reaverb has quit [Ping timeout: 264 seconds] 22:43:07 -!- wheals has joined ##crawl-dev 22:43:18 -!- Guest_41 has quit [Quit: Do not pass go. Do not collect 200 zorkmids.] 22:44:32 -!- Fhqwhgads_ has quit [Remote host closed the connection] 22:45:59 -!- reaverb has joined ##crawl-dev 22:46:35 -!- johlstei_ has joined ##crawl-dev 22:47:02 -!- johlstei has quit [Ping timeout: 252 seconds] 22:47:23 -!- ophanim has quit [Read error: Connection reset by peer] 22:58:24 -!- bmfx has quit [Ping timeout: 252 seconds] 23:02:15 -!- Egglet has quit [Ping timeout: 250 seconds] 23:07:26 -!- paulsomebody has quit [Ping timeout: 264 seconds] 23:16:38 -!- johlstei has joined ##crawl-dev 23:18:35 -!- johlstei_ has quit [Ping timeout: 272 seconds] 23:26:08 -!- master_j has quit [Quit: WeeChat 0.4.2] 23:29:00 -!- eb has quit [] 23:29:38 -!- Egglet|2 has quit [Ping timeout: 264 seconds] 23:31:45 -!- ystael has quit [Ping timeout: 252 seconds] 23:32:24 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 23:35:54 -!- Hailley has quit [Quit: Petra is closed!] 23:37:43 -!- heteroy has quit [Ping timeout: 246 seconds] 23:43:33 -!- neronius has quit [Client Quit] 23:47:54 -!- MaxFrost has quit [Ping timeout: 252 seconds] 23:50:06 -!- Pacra has quit [Ping timeout: 252 seconds] 23:58:35 -!- NilsBloodaxe has quit [Ping timeout: 272 seconds] 23:59:53 -!- minqmay has quit [Quit: Leaving]