00:06:23 -!- [1]GrimmSweeper has joined ##crawl-dev 00:06:23 -!- GrimmSweeper has quit [Disconnected by services] 00:06:25 -!- [1]GrimmSweeper is now known as GrimmSweeper 00:32:06 -!- karmatic has joined ##crawl-dev 00:54:18 -!- neunon has quit [Ping timeout: 252 seconds] 01:14:25 -!- neunon has joined ##crawl-dev 01:14:46 -!- Textmode has joined ##crawl-dev 01:16:12 morning all 01:37:45 -!- neunon has quit [Ping timeout: 252 seconds] 01:51:15 -!- neunon has joined ##crawl-dev 02:03:37 -!- ogaz has joined ##crawl-dev 02:04:44 hey ogay, steve 02:11:54 ... ogaz. 02:12:04 hey due 02:12:09 How's life? 02:12:34 getting better 02:17:20 yay (: 02:47:09 -!- by has joined ##crawl-dev 02:47:19 hi 02:53:10 -!- neunon has quit [Ping timeout: 264 seconds] 03:14:14 -!- neunon has joined ##crawl-dev 03:16:35 -!- ogaz has quit [Remote host closed the connection] 03:35:31 -!- Twinge has quit [Ping timeout: 260 seconds] 03:38:57 hmm would be nice with a fix so that butchering when poisoned wouldn't be such a pain 03:41:55 03by * r763e9ebd9319 10/crawl-ref/source/tilesdl.cc: Call tiles.set_need_redraw() from tiles.clrscr(). 03:50:51 cbus: in your crawlrc, try adding "chk_interrupt_activity.butcher = chk_interrupt_activity.run" (after the runrest.lua include) 03:51:04 that should make runrest_ignore_poison also apply to butchering 03:51:19 can you check if that works? 03:52:41 do you still get the xp message when killing of the spore thingie colonies? 03:53:04 you should 03:53:12 hmm, ok, then the colony wasn't killed :D 03:53:27 follow the green stuff 03:53:40 it disappears when the colony is killed 03:55:14 ahh nice 03:57:40 03by * r8cb5ef2a0eb9 10/crawl-ref/source/dat/lua/runrest.lua: Make runrest options also apply to butchering by default. 04:38:06 -!- Twinge has joined ##crawl-dev 04:40:09 -!- Twinge has quit [Read error: Connection reset by peer] 04:40:42 -!- Twinge has joined ##crawl-dev 04:41:35 -!- syllogism has joined ##crawl-dev 05:34:26 -!- Mu_ has joined ##crawl-dev 06:17:11 -!- karmatic has quit [Ping timeout: 260 seconds] 06:19:50 -!- hotsun has joined ##crawl-dev 06:41:47 -!- hotsun has quit [Quit: Want to be different? Try HydraIRC -> http://www.hydrairc.com <-] 06:54:19 !tell ortoslon 0.7 builds updated! 06:54:20 Keskitalo: You have 1 message. Use !messages to read it. 06:54:20 Keskitalo: OK, I'll let ortoslon know. 07:10:24 -!- purge has joined ##crawl-dev 08:27:10 -!- by has quit [Ping timeout: 246 seconds] 08:29:01 -!- by has joined ##crawl-dev 08:37:27 -!- hotsun has joined ##crawl-dev 08:41:43 -!- ortoslon has joined ##crawl-dev 08:49:58 -!- Amonchakad has joined ##crawl-dev 08:50:05 -!- eith has joined ##crawl-dev 09:10:30 it seems https://crawl.develz.org/mantis/view.php?id=382 is somehow being caused by the colour of the glyphs, which are added at showsymb.cc:168 09:10:45 removing the colours fixes the alignment. anyone have any clue why this would be happening? 09:13:13 maybe it is taking those color tags into account when measuring length of something? Just a guess. 09:14:25 ah, of course 09:14:33 wouldn't surprise me, I had to account for that in my spell-highlighting patch. 09:14:47 yeah, i think you've hit the nail on the head 09:14:56 even made a function specifically to help with that (length of color names) 09:16:01 what function? 09:24:02 nevermind, i think i got it 09:37:06 anyone with ideas what's wrong with this: http://pastebin.com/M4aZQ2Dy 10:00:56 -!- hotsun has quit [Quit: HydraIRC -> http://www.hydrairc.com <- In tests, 0x09 out of 0x0A l33t h4x0rz prefer it :)] 10:12:44 Proposal: shouldn't cheibriados followers be able to pounderosify randarts too? 10:30:25 no 10:34:26 -!- Amonchakad has quit [Quit: Page closed] 10:46:04 -!- ais523 has joined ##crawl-dev 11:28:08 03neunon * r7a3d3831b01c 10/crawl-ref/source/contrib/sqlite: sqlite: updated to v3.6.23 11:28:39 I love these fucking ambigious error messages 11:29:00 the syntax is correct, it's the same inheritance and constructor calling as every other class in the same file 11:29:03 yet it does not work 11:30:17 -!- Cryp71c has joined ##crawl-dev 11:30:42 hello hello 11:31:24 -!- TGWi has joined ##crawl-dev 11:54:13 hai 11:54:54 lo 12:04:25 this is doing my head in :( 12:11:44 -!- timecircuits has joined ##crawl-dev 12:13:25 -!- timecircuits has left ##crawl-dev 12:15:36 felirx: can you upload the .h and .cc files somewhere? 12:15:44 sure 12:16:44 http://www.student.oulu.fi/~jannelah/crawl/ 12:18:10 felirx: your CRTRegion class contains a FontBuffer member 12:18:25 aagh 12:18:25 indeed 12:18:33 felirx: important thing to note: nullary constructors are called for all your non-primitive members in your constructors 12:18:41 I know 12:18:49 yeah :P 12:18:53 that is why you have that problem 12:18:57 they should be pointers since they don't have nullary constructors 12:19:17 I do not know 12:19:21 my grasp of C++ is not that good 12:19:25 but I think that is what is wrong 12:19:59 or I should just call the fontbuffer constructor with a parameter 12:21:05 compiled \o/ 12:21:06 cheers for that 12:29:40 -!- ogaz has joined ##crawl-dev 12:41:28 -!- bhaak has quit [Ping timeout: 276 seconds] 12:53:24 -!- Cryp71c has quit [Read error: Connection reset by peer] 13:20:38 -!- bhaak has joined ##crawl-dev 13:22:53 -!- rkd has joined ##crawl-dev 13:31:29 ??metabolic englaciation 13:31:30 metabolic englaciation[1/1]: Like mass {ensorcelled hibernation}, except that it has no power cap and thus may actually work against high-end monsters. Still, natural monsters only. 13:31:43 ??mass confusion 13:31:43 mass confusion[1/1]: Tries to confuse all monsters in LOS. Unlike Alistairs, it works on the undead and poison immune - but the targets get a saving throw. (Alistairs is guaranteed). 13:32:19 ??orb guardian 13:32:19 orb guardian[1/1]: Beasts that guard the Orb, only found in the Zot:5 vault. Hits like a stone giant, moves faster than you, and no longer flees when wounded. Not generally a threat, unless it gets berserked by one of the moths of wrath that invariably spawns in the vault. 13:33:46 ehm sry thought I was in ##crawl :D 13:38:55 03alpha.dev * r85f82afd47f6 10/crawl-ref/source/invent.cc: Colour tags are now taken into account for terminal width calculations on the ^x screen. This fixes weight value misalignment. 13:51:44 -!- GrimmSweeper has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC] 13:54:17 would it be possible to be able to have a god grant you immunity versus specific mutations? 13:54:50 technically? 13:55:25 yea 13:55:31 sure 13:55:54 brainstorming on my god 13:56:21 has it been figured out what chei should do to anger? 14:01:36 he's too chill to do anything, obviousl 14:12:51 do we want to have the CRTRegion menus be sorted by columns, or do we want to give absolute freedom in element placing? 14:22:20 -!- murphy_slaw has joined ##crawl-dev 14:26:22 -!- murphy_slaw_ has joined ##crawl-dev 14:30:22 -!- murphy_slaw has quit [Ping timeout: 264 seconds] 14:30:23 -!- murphy_slaw_ is now known as murphy_slaw 14:36:42 -!- karmatic has joined ##crawl-dev 14:50:54 -!- TGWi has left ##crawl-dev 14:57:00 -!- bhaak has quit [Read error: Operation timed out] 15:21:42 -!- bhaak has joined ##crawl-dev 15:24:31 night all 15:24:56 -!- Textmode has quit [Quit: Over the ages, man has been certain of a great many things. some of these things were even true.] 15:35:10 -!- murphy_slaw has quit [Quit: Colloquy for iPhone - http://colloquy.mobi] 15:45:18 -!- purge has quit [Ping timeout: 252 seconds] 15:49:24 -!- purge has joined ##crawl-dev 16:07:03 03kilobyte * r8194a1c9e4a3 10/crawl-ref/source/ (files.cc hiscores.cc): Two harmless races and one buffer overflow. 16:07:09 03kilobyte * rfd76edd59dd4 10/crawl-ref/source/ (8 files): Replace all strcpy(static_buffer, variable_data) by strlcpy(). 16:07:10 03kilobyte * r265fc7a6d67c 10/crawl-ref/source/ (12 files): Fix unchecked sprintf(..., "%s") and sscanf(..., "%s"). 16:28:51 -!- neunon has quit [Ping timeout: 265 seconds] 16:29:08 -!- murphy_slaw has joined ##crawl-dev 16:30:27 -!- by has quit [Quit: Lost terminal] 16:45:13 -!- neunon has joined ##crawl-dev 16:58:37 -!- rkd has quit [] 17:35:36 -!- karmatic has quit [Ping timeout: 276 seconds] 17:42:02 -!- ortoslon has quit [Quit: Leaving.] 17:59:21 -!- Madtrixr has joined ##crawl-dev 18:10:44 -!- ortoslon has joined ##crawl-dev 18:24:12 -!- jld has quit [Read error: Operation timed out] 18:28:24 -!- jld has joined ##crawl-dev 18:47:29 -!- Zaba has quit [Ping timeout: 268 seconds] 18:50:08 -!- LordSloth has joined ##crawl-dev 18:50:24 Can the !D inscription be made to work with fruit and Fedhas? 18:50:30 Should I submit a ticket? 18:51:14 I imagine it could be made to work that way 18:52:24 what are you trying to prevent? 18:52:42 Accidentally targeting Plants for Fedha's evolution 18:53:38 does !* help? 18:54:56 -!- Textmode has joined ##crawl-dev 18:55:14 I'll try that 18:57:29 No, it does not. 18:57:49 -!- Zaba has joined ##crawl-dev 18:57:55 doh :) 19:06:13 -!- ais523 has quit [Remote host closed the connection] 19:34:56 Hi. 19:35:57 -!- karmatic has joined ##crawl-dev 19:41:47 duuey 19:43:40 Why do people make stupid statements like "I don't knoww the code but shouldn't you just be able to do ?" 19:43:49 when I have already said that it is not as simple as "just doing "? 19:44:13 hiya mu! 19:45:42 Oh, and I'm back to lurk more. 19:46:10 Oh dear. 19:49:23 !tell by I had a look at the monster silence patch, but it touches a lot on areas and I'm not too familiar with the recent changes you made to that code to prevent icky slowdown. #1121 on Mantis. 19:49:23 due: OK, I'll let by know. 20:12:25 -!- syllogism has quit [] 20:17:01 -!- murphy_slaw has quit [Quit: Colloquy for iPhone - http://colloquy.mobi] 20:21:57 -!- Textmode has quit [Quit: Over the ages, man has been certain of a great many things. some of these things were even true.] 20:26:54 -!- Mu_ has quit [Quit: Defecator, may everything turn out okay so that you can leave this place.] 20:49:26 -!- dpeg has joined ##crawl-dev 20:49:36 !seen Keskitalo 20:49:37 I last saw Keskitalo at Sat Mar 20 11:54:19 2010 UTC (13h 55m 18s ago) saying !tell ortoslon 0.7 builds updated! on ##crawl-dev. 20:49:55 !messages 20:49:55 (1/1) Keskitalo said (13h 55m 35s ago): 0.7 builds updated! 20:50:26 !tell Keskitalo Are you fine with me taking our stats/amulets discussion to the wiki? I am now convinced there's enough content to ask for outside opinions. 20:50:27 dpeg: OK, I'll let Keskitalo know. 20:51:49 Replace ASCII water glyph (https://crawl.develz.org/mantis/view.php?id=1126) by dpeg 20:53:08 and nights! 20:53:11 -!- dpeg has quit [Client Quit] 20:55:59 Is it intentional that when wandering mushrooms are told to wait here, that they wander? 21:01:50 Fedhas's evolution means I want target neutral filter. 22:32:43 -!- DrPraetor has joined ##crawl-dev 22:32:57 Are we sure that polymorph vs. Kraken is giving the desired behavior? 22:35:35 -!- karmatic has quit [Ping timeout: 260 seconds] 22:44:18 DrPraetor: i don't know, are we? 22:44:30 (more details would make that question answerable) 22:44:31 d: 22:49:16 -!- pointless_ has joined ##crawl-dev 22:52:46 !messages 22:52:46 (1/1) Keskitalo said (2d 8h 20m 33s ago): Having a wandering mushroom army is *awesome*. 22:53:53 I agree with Keskitalo 22:54:17 I was originally quite UNimpressed with them, then they fought off a hydra for me. 22:54:44 I mean, I was aware of some utility for mephitic cloud, and saw some conjurer promise... 22:55:06 The confuse on hit is rather significant 22:56:32 That never kicked in on the hydra, still nice 22:56:45 @??wandering mushroom 22:56:46 wandering mushroom (05f) | Speed: 10 | HD: 8 | Health: 24-64 | AC/EV: 5/0 | Damage: 2013(confuse) | Flags: 03plant | Res: 06magic(32), 03poison | XP: 311. 22:56:48 @?? hydra 22:56:48 hydra (09D) | Speed: 10 (swim: 60%) | HD: 13 | Health: 39-104 | AC/EV: 0/5 | Damage: 18 per head | Flags: amphibious | Res: 06magic(52), 03poison | Chunks: 09poisonous | XP: 1214. 22:56:59 The 20 damage is significant against low ac targets. 22:57:03 sure 22:57:13 And they've got hell of a lot better health than spammals. 22:57:40 They were a big help with these death yak packs as well. 23:02:00 -!- neunon has quit [Ping timeout: 252 seconds] 23:02:32 Demonspawn horns are too weak (https://crawl.develz.org/mantis/view.php?id=1127) by simon 23:06:55 ... 23:09:35 -!- eith has quit [Ping timeout: 268 seconds] 23:10:54 When you polymorph a kraken, the head (X) polymorphs as normal, but the tentacles (w) hang around as individual monsters. 23:11:05 Maybe this is what we want to happen? Who knows. 23:11:28 What happens when you polymorph a tentacle? 23:11:30 @?? kraken 23:11:30 kraken (11X) | Speed: 10 | HD: 16 | Health: 160-256 | AC/EV: 20/0 | Damage: 50 | Flags: cold-blooded | Res: 06magic(64) | Chunks: 09poisonous | XP: 1856 | Sp: spawn tentacles, ink cloud. 23:11:34 huh 23:11:42 kraken mr is suprisingly low 23:11:50 @?? tentacle 23:11:51 tentacle (08w) | Speed: 16 | HD: 12 | Health: 36-60 | AC/EV: 5/7 | Damage: 29 | Flags: cold-blooded | Res: 13magic(immune), asphyx | XP: 0. 23:12:04 i think polymorphing the head should make the tentacles disappear, and the tentacles shouldn't be polymorphable 23:12:19 and kraken mr should probably be more on the range of ~120 or so 23:12:22 Well, there ya go. 23:12:23 what if you lure the tentacles into mutagenic fog? 23:12:27 @?? hydra 23:12:28 hydra (09D) | Speed: 10 (swim: 60%) | HD: 13 | Health: 39-104 | AC/EV: 0/5 | Damage: 18 per head | Flags: amphibious | Res: 06magic(52), 03poison | Chunks: 09poisonous | XP: 1214. 23:12:39 sorear: that's why i said "unpolymorphable" and not "magic immune" 23:12:39 @?? golden dragon 23:12:39 golden dragon (08D) | Speed: 10 | HD: 18 | Health: 72-144 | AC/EV: 15/7 | Damage: 40, 20, 20 | Flags: sense invisible, fly | Res: 06magic(192), 05fire, 02cold, 10elec++, 03poison | Chunks: 09poisonous | XP: 4096 | Sp: b.fire, b.cold, poisonous cloud. 23:12:53 @?? stone giant 23:12:53 stone giant (15C) | Speed: 10 | HD: 16 | Health: 48-128 | AC/EV: 12/2 | Damage: 45 | Res: 06magic(85) | Chunks: 07contaminated | XP: 2033. 23:13:11 I dunno... I think Kraken should probably have the same MR as Hydras, so Swamp:Shoals is more or less comparable for enchanters. 23:13:19 But I think Kraken should probably be polymorph immune. 23:13:53 @sorear - I dumped a mutagenic fog on the Kraken. The head turned into a sphinx and the tentacles didn't change. 23:14:12 -!- neunon has joined ##crawl-dev 23:29:21 I think it would be cool if polying a kraken produced multiple enemies(is this possible?) 23:31:52 Giant Floating Oklob with summon Oklob? 23:42:32 -!- karmatic has joined ##crawl-dev 23:49:23 -!- LordSloth has left ##crawl-dev