00:00:30 -!- Krag2 has quit [Quit: Nettalk6 - www.ntalk.de] 00:02:01 -!- Zephryn has quit [Read error: Connection reset by peer] 00:03:31 -!- ussdefiant has quit [Ping timeout: 252 seconds] 00:03:39 Unstable branch on crawl.develz.org updated to: 0.12-a0-1035-gc63ab3d (34) 00:05:20 Unstable branch on crawl.s-z.org updated to: 0.12-a0-1035-gc63ab3d (34) 00:12:45 -!- Vizer_ has quit [Quit: bye] 00:13:25 -!- iasov has quit [Ping timeout: 265 seconds] 00:18:19 -!- ontoclasm has joined ##crawl-dev 00:18:55 -!- Frisco_ has quit [Read error: Connection reset by peer] 00:19:11 -!- ontoclasm2 has quit [Ping timeout: 245 seconds] 00:19:53 Windows builds of master branch on crawl.develz.org updated to: 0.12-a0-1035-gc63ab3d 00:22:31 -!- kittykai has quit [Ping timeout: 260 seconds] 00:29:01 -!- freefall has quit [Remote host closed the connection] 00:32:32 -!- Frisco_ has quit [Read error: Connection reset by peer] 00:33:18 -!- Frisco_ is now known as Frisco 00:38:36 -!- sk3 has quit [] 00:49:02 03ontoclasm 07* 0.12-a0-1036-g1337fa4: Fix sprint/zotdef wall tiles 10(22 minutes ago, 1 file, 2+ 1-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=1337fa46ea6b 00:49:02 03ontoclasm 07* 0.12-a0-1037-gc274772: Adjust main dungeon tile distribution 10(9 minutes ago, 1 file, 13+ 6-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=c2747729341c 00:55:41 -!- bh has joined ##crawl-dev 00:59:25 -!- Mottie has quit [Read error: Operation timed out] 00:59:53 is there any work I need to do to get a spell to turn up in random spellbooks? 01:01:19 not afaik 01:03:04 <|amethyst> I believe it has to occur in a real book 01:03:14 -!- hagb4rd|outoford has quit [Ping timeout: 240 seconds] 01:03:29 |amethyst: do I need to add it to a fixed book? 01:03:40 ah, that could be 01:04:04 <|amethyst> I think so... without that, it looks like it would appear only in Sif-granted randbooks 01:04:28 <|amethyst> see _init_spell_rarities and _get_spell_list 01:05:12 <|amethyst> oh, no, not even in Sif-granted ones 01:05:32 <|amethyst> that's only for spells of rarity -1 that *do* appear in some fixed book 01:05:50 <|amethyst> (i.e., hardbook specials) 01:06:14 'eh. I'm happy to shove it in a fixed book 01:06:37 <|amethyst> Warp sounds appropriate 01:08:03 Where do fixed books live? I don't see anything in dat/ 01:08:31 <|amethyst> book-data.h 01:08:44 that's straight forward enough. 01:09:16 -!- dagonfive has quit [Ping timeout: 252 seconds] 01:10:06 -!- _dd has joined ##crawl-dev 01:16:55 |amethyst: https://crawl.develz.org/mantis/view.php?id=6353 -- Wensley pointed out a few cosmetic bugs that I can't reproduce, but I think it's entirely workable at this point 01:20:58 am I reading this wrong or is it guaranteed to blink away monsters that are adjacent to you? 01:22:39 elliptic: correct. Overpowered? 01:22:45 way overpowered 01:23:09 the other side of the chorus said "Level 8 spells should *do* something and never fizzle" 01:23:22 also, you really should be scaling the chance of blink by the duration of the player action 01:23:32 so that you don't get more blinks by swapping weapons really quickly 01:23:50 bh: they shouldn't essentially give immunity to all melee monsters... 01:24:18 ??deflect missiles 01:24:18 deflect missiles[1/2]: A level 6 Charms/Air spell that deflects enemy ranged attacks (by reducing their to-hit roll (for evasion purposes only) *to* a random amount between: 0% and 66% for penetrating beams, 0% and 50% for single-target missiles). In the books of Enchantments and Sky. 01:25:42 -!- tensorpudding has quit [Ping timeout: 260 seconds] 01:26:06 elliptic: what's the best way to do duration scaling? just start with a duration_in_100 chance of doing something at all? 01:27:14 no, that's not the right scaling 01:27:51 <|amethyst> does it blink everything every turn? 01:28:06 what you want is that the chance of the monster not blinking in a time interval of length t should be alpha^t for some alpha 01:28:08 |amethyst: yep. The further away the thing is the less likely it is to blink 01:28:20 where alpha is a function of the distance 01:32:19 <|amethyst> elliptic: that seems not quite right, though, since blinking twice is not the same as blinking once 01:32:47 |amethyst: draw from a poisson distribution? 01:33:02 something like chance-of-blink = 1 - (1 - 1/(d+1))^(t/10), maybe (numbers will need tweaking) 01:33:27 |amethyst: it's the same if the first blink takes the monster out of the radius of effect (I don't know how large it is or exactly how the blink works) 01:33:54 -!- Tabesh has quit [Quit: Page closed] 01:34:19 -!- ophanim has quit [Read error: Connection reset by peer] 01:34:31 |amethyst: could also just call the blink function t times if we do care about multiple blinks though, yes 01:35:46 probably only matters if you're slowed 01:37:43 the other more wild patch I want to write is for inception. I'll doodle some ascii art 01:38:46 also, btw, I don't really understand why disjunction doesn't affect blink frogs or hellephants 01:41:22 there are lots more monsters that like blinking, and there's no real reason why monsters that like to blink shouldn't blink 01:41:52 -!- Dixie has quit [Ping timeout: 265 seconds] 01:41:53 lugonu's blink ability works on blink frogs, for reference 01:42:05 https://gist.github.com/4054090 01:42:23 elliptic: HangedMan suggested it, I thought it was cute 01:42:56 <|amethyst> a five and a half minute hallway? 01:44:20 |amethyst: hm? You walk through a door into a room and end up outside of another room in a different place 01:44:31 <|amethyst> oh 01:44:39 <|amethyst> I was thinking a room bigger on the inside than on the outside 01:45:29 <|amethyst> which I guess is kind of a special case of what you're saying 01:45:31 same idea 01:45:41 Tardis. 01:46:30 <|amethyst> (the five and a half minute hallway is from _House of Leaves_: http://en.wikipedia.org/wiki/House_of_Leaves#The_Navidson_Record 01:46:33 <|amethyst> ) 01:46:53 <|amethyst> or from http://en.wikipedia.org/wiki/Haunted_(Poe_album) 01:48:23 -!- pikkle has quit [Ping timeout: 245 seconds] 01:48:44 I'm drawing a blank of an implementation strategy. It seems like there are a million other things that would break. 01:48:49 Like scrying. 01:50:02 -!- bh has quit [Quit: sleep] 01:52:06 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 01:54:16 -!- Tijol has quit [Read error: Connection reset by peer] 01:56:08 -!- blackcustard has quit [Quit: being stupid, sunstruck, and Dead, flew into the rocketing FIN.] 01:58:58 -!- simmarine has quit [Quit: Leaving] 02:00:12 -!- smeea has quit [Read error: Connection reset by peer] 02:01:49 -!- hagb4rd|outoford has quit [Ping timeout: 246 seconds] 02:01:56 -!- Dixie has joined ##crawl-dev 02:02:08 -!- crate has quit [Quit: Leaving] 02:05:20 -!- elliott has quit [Remote host closed the connection] 02:09:34 -!- ontoclasm2 has joined ##crawl-dev 02:10:47 -!- ontoclasm has quit [Ping timeout: 268 seconds] 02:12:13 -!- lazarenth has quit [Read error: Connection reset by peer] 02:15:08 -!- ontoclasm has joined ##crawl-dev 02:16:23 -!- ontoclasm2 has quit [Ping timeout: 260 seconds] 02:16:48 -!- Blazinghand_ has quit [Ping timeout: 276 seconds] 02:20:12 -!- ontoclasm2 has joined ##crawl-dev 02:21:40 -!- ontoclasm has quit [Ping timeout: 248 seconds] 02:27:31 -!- st_ has quit [Ping timeout: 245 seconds] 02:32:01 -!- ontoclasm has joined ##crawl-dev 02:32:49 -!- ontoclasm2 has quit [Ping timeout: 246 seconds] 02:44:00 -!- Hosg_ has quit [Quit: Page closed] 02:51:30 -!- evilmike has quit [Read error: Connection reset by peer] 02:57:44 -!- Mottie has joined ##crawl-dev 03:05:54 -!- Elynae has quit [Quit: Leaving] 03:08:28 -!- ontoclasm2 has joined ##crawl-dev 03:09:32 -!- ontoclasm has quit [Ping timeout: 252 seconds] 03:11:23 -!- dtsund has quit [Ping timeout: 245 seconds] 03:11:41 -!- HandiCraftsman has quit [Ping timeout: 245 seconds] 03:16:31 -!- ontoclasm has joined ##crawl-dev 03:16:41 -!- edlothiol has joined ##crawl-dev 03:17:36 -!- ontoclasm2 has quit [Ping timeout: 240 seconds] 03:19:52 -!- hagb4rd|outoford has quit [Ping timeout: 246 seconds] 03:28:58 -!- ontoclasm has quit [Read error: Operation timed out] 03:29:16 -!- maahes has quit [Read error: Connection reset by peer] 03:29:31 -!- ontoclasm has joined ##crawl-dev 03:32:27 -!- Satans_mechanic has quit [Ping timeout: 260 seconds] 03:36:48 -!- guestwhatever has joined ##crawl-dev 03:38:20 -!- jeanjacques has joined ##crawl-dev 03:38:38 Hello, I have a problem running crawl. When I launch the executable on win xp, it loads but on the first screen there are many 'blocks' where text should be. what might be the cause? 03:48:46 -!- ontoclasm2 has joined ##crawl-dev 03:49:45 -!- ontoclasm has quit [Ping timeout: 276 seconds] 03:56:37 -!- alefury has joined ##crawl-dev 03:57:06 -!- ontoclasm2 has quit [Ping timeout: 245 seconds] 03:57:42 -!- ontoclasm has joined ##crawl-dev 03:57:52 !tell ontoclasm //The berserk icon is in the lower right, so status_shift doesn't need changing. -- you didn't apply that for webtiles, did you just overlook it? 03:57:52 edlothiol: OK, I'll let ontoclasm know. 04:05:36 -!- Blazinghand_ has quit [Ping timeout: 240 seconds] 04:06:19 -!- shome has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 04:16:38 -!- ontoclasm2 has joined ##crawl-dev 04:18:14 -!- ontoclasm has quit [Ping timeout: 240 seconds] 04:24:20 -!- ontoclasm has joined ##crawl-dev 04:25:10 -!- ontoclasm2 has quit [Ping timeout: 246 seconds] 04:31:04 -!- guestwhatever has quit [] 04:33:53 -!- ontoclasm2 has joined ##crawl-dev 04:33:54 -!- nimitz has quit [Ping timeout: 240 seconds] 04:35:13 -!- ontoclasm has quit [Ping timeout: 252 seconds] 04:36:08 -!- Villadelfia has quit [Read error: Operation timed out] 04:36:43 -!- Staplegun has quit [Read error: Connection reset by peer] 04:38:38 -!- DracoOmega has quit [Quit: Leaving] 04:40:01 -!- Cham has quit [Read error: Connection reset by peer] 04:40:29 -!- Villadelfia has joined ##crawl-dev 04:40:30 -!- ontoclasm has joined ##crawl-dev 04:43:06 -!- ontoclasm2 has quit [Ping timeout: 240 seconds] 04:44:01 -!- ontoclasm2 has joined ##crawl-dev 04:44:45 -!- ontoclasm has quit [Ping timeout: 252 seconds] 04:49:12 Any DCSS tilemakers here? 04:50:05 -!- ontoclasm has joined ##crawl-dev 04:51:30 -!- ontoclasm2 has quit [Ping timeout: 276 seconds] 04:57:43 -!- scummos_ has quit [Ping timeout: 246 seconds] 05:00:03 OSX builds of master branch on crawl.develz.org updated to: 0.12-a0-1037-gc274772 05:00:04 -!- thighhigh has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 05:02:10 -!- Ragdoll has joined ##crawl-dev 05:04:40 -!- monqy has quit [Quit: hello] 05:08:26 -!- ontoclasm2 has joined ##crawl-dev 05:09:38 -!- ontoclasm has quit [Read error: Operation timed out] 05:11:25 -!- nooodl has joined ##crawl-dev 05:12:21 -!- ontoclasm has joined ##crawl-dev 05:12:23 -!- CaptainPlatypus has quit [Read error: Connection reset by peer] 05:13:36 -!- ontoclasm2 has quit [Ping timeout: 276 seconds] 05:14:37 -!- ontoclasm2 has joined ##crawl-dev 05:16:34 -!- ontoclasm has quit [Ping timeout: 240 seconds] 05:20:25 -!- ontoclasm has joined ##crawl-dev 05:20:37 -!- oldsorechickennu has quit [Ping timeout: 246 seconds] 05:21:10 -!- ontoclasm2 has quit [Ping timeout: 252 seconds] 05:23:50 -!- Villadelfia has quit [Read error: Operation timed out] 05:29:01 -!- Krenium has quit [Ping timeout: 244 seconds] 05:31:08 -!- Villadelfia has joined ##crawl-dev 05:35:57 -!- ontoclasm2 has joined ##crawl-dev 05:36:35 -!- ontoclasm has quit [Ping timeout: 260 seconds] 05:37:53 -!- frogbotherer has joined ##crawl-dev 05:54:08 -!- ontoclasm has joined ##crawl-dev 05:55:01 -!- ontoclasm2 has quit [Ping timeout: 245 seconds] 05:56:13 Moredread: are you about? 06:02:58 -!- ontoclasm has quit [Ping timeout: 252 seconds] 06:03:04 -!- ontoclasm2 has joined ##crawl-dev 06:04:14 -!- domiryuu has quit [Ping timeout: 240 seconds] 06:07:02 -!- Nightbeer has quit [Read error: Connection reset by peer] 06:07:29 -!- Rewans has quit [Ping timeout: 252 seconds] 06:08:39 -!- ontoclasm has joined ##crawl-dev 06:09:24 -!- ontoclasm2 has quit [Ping timeout: 248 seconds] 06:09:58 -!- flowsnake has quit [Ping timeout: 246 seconds] 06:17:37 -!- ontoclasm2 has joined ##crawl-dev 06:17:38 -!- ontoclasm has quit [Read error: Operation timed out] 06:17:58 -!- _D_ has quit [Quit: leaving] 06:18:22 -!- dagonfive1 has quit [Ping timeout: 252 seconds] 06:22:09 !tell Moredread pinch-to-zoom android build here: http://www.mediafire.com/?6ahaedbl9pfbs0e -- you need to uninstall original version, move/delete /sdcard/app-data/org.develz.crawl, and install this one. It is *VERY* experimental: please let me know where it crashes :D 06:22:09 frogbotherer: OK, I'll let Moredread know. 06:22:39 -!- ontoclasm has joined ##crawl-dev 06:22:45 -!- frogbotherer has quit [Remote host closed the connection] 06:24:36 -!- ontoclasm2 has quit [Ping timeout: 240 seconds] 06:26:17 -!- SkaryMonk has quit [Quit: Leaving.] 06:32:42 -!- ontoclasm2 has joined ##crawl-dev 06:34:36 -!- ontoclasm has quit [Ping timeout: 240 seconds] 06:37:33 -!- ontoclasm has joined ##crawl-dev 06:39:35 -!- ontoclasm2 has quit [Ping timeout: 260 seconds] 06:41:05 -!- ontoclasm2 has joined ##crawl-dev 06:42:06 -!- ontoclasm has quit [Ping timeout: 260 seconds] 06:45:18 -!- ontoclasm has joined ##crawl-dev 06:48:30 -!- ontoclasm2 has quit [Ping timeout: 276 seconds] 06:51:54 -!- ontoclasm2 has joined ##crawl-dev 06:54:12 -!- ontoclasm has quit [Ping timeout: 248 seconds] 06:54:43 -!- ontoclasm has joined ##crawl-dev 06:56:24 -!- ontoclasm2 has quit [Ping timeout: 255 seconds] 06:59:11 -!- ontoclasm2 has joined ##crawl-dev 06:59:35 -!- thened has quit [Quit: thened] 07:01:31 -!- ontoclasm has quit [Ping timeout: 260 seconds] 07:05:02 -!- dagonfive has quit [Read error: Connection reset by peer] 07:15:03 03kilobyte 07[debian-trunk] * 0.10-a0-2991-gcee6629: Don't install dat/defaults outside crawl-common. 10(3 months ago, 1 file, 1+ 1-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=cee662995bd5 07:21:51 -!- kek has joined ##crawl-dev 07:22:56 -!- ontoclasm has joined ##crawl-dev 07:24:02 -!- ontoclasm2 has quit [Ping timeout: 255 seconds] 07:27:33 -!- TAS_2012v has quit [Ping timeout: 256 seconds] 07:31:00 -!- ontoclasm2 has joined ##crawl-dev 07:32:19 -!- ontoclasm has quit [Ping timeout: 260 seconds] 07:35:37 -!- HangedMan has joined ##crawl-dev 07:36:28 -!- Aryth has quit [Ping timeout: 252 seconds] 07:48:30 -!- ontoclasm has joined ##crawl-dev 07:48:34 -!- ontoclasm2 has quit [Ping timeout: 252 seconds] 07:50:22 -!- MarvinPA_ has joined ##crawl-dev 07:53:25 -!- MarvinPA has quit [Ping timeout: 256 seconds] 07:54:26 -!- ontoclasm2 has joined ##crawl-dev 07:55:13 -!- MarvinPA_ is now known as MarvinPA 07:55:54 -!- ontoclasm has quit [Ping timeout: 264 seconds] 08:01:02 -!- UbAh has quit [Remote host closed the connection] 08:04:20 -!- wheals has quit [Ping timeout: 252 seconds] 08:04:34 -!- wheals_ is now known as wheals 08:11:16 -!- Frisco has quit [Read error: Connection reset by peer] 08:14:34 -!- Poncheis has quit [Ping timeout: 246 seconds] 08:21:46 -!- elliptic has quit [Quit: Leaving] 08:23:57 -!- elliptic has joined ##crawl-dev 08:31:05 -!- ontoclasm has joined ##crawl-dev 08:32:41 -!- ontoclasm2 has quit [Read error: Operation timed out] 08:44:33 -!- MarvinPA_ has joined ##crawl-dev 08:44:45 -!- ontoclasm2 has joined ##crawl-dev 08:45:55 -!- ontoclasm has quit [Ping timeout: 246 seconds] 08:48:30 -!- MarvinPA has quit [Ping timeout: 255 seconds] 08:48:30 -!- MarvinPA_ is now known as MarvinPA 08:52:00 -!- st_ has joined ##crawl-dev 08:55:48 -!- ontoclasm2 has quit [Ping timeout: 248 seconds] 08:56:06 -!- ontoclasm has joined ##crawl-dev 08:58:55 -!- Videogames has quit [Quit: Page closed] 09:01:17 -!- kek has quit [Remote host closed the connection] 09:04:53 -!- kek has joined ##crawl-dev 09:05:03 -!- rebthor has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 09:06:37 -!- syllogism has joined ##crawl-dev 09:08:18 -!- ontoclasm2 has joined ##crawl-dev 09:08:40 -!- ontoclasm has quit [Ping timeout: 246 seconds] 09:09:34 -!- kek has quit [Remote host closed the connection] 09:11:10 -!- kek has joined ##crawl-dev 09:16:22 -!- kek has quit [Remote host closed the connection] 09:17:33 -!- ketsa has quit [Ping timeout: 245 seconds] 09:22:48 -!- bmfx has quit [Ping timeout: 252 seconds] 09:23:42 -!- wheals has quit [Read error: Connection reset by peer] 09:23:54 -!- Sandman has quit [Quit: Page closed] 09:33:51 -!- ontoclasm has joined ##crawl-dev 09:35:26 -!- ontoclasm2 has quit [Ping timeout: 245 seconds] 09:36:28 -!- Poncheis has quit [Ping timeout: 246 seconds] 09:36:32 -!- Poncheis_ is now known as Poncheis 09:41:20 -!- ussdefiant has joined ##crawl-dev 09:44:24 -!- ussdefiant_ has joined ##crawl-dev 09:45:46 -!- ussdefiant has quit [Ping timeout: 246 seconds] 09:46:01 -!- ussdefiant_ is now known as ussdefiant 09:47:13 -!- naalis has quit [Read error: Connection reset by peer] 09:49:46 -!- Poncheis has quit [Ping timeout: 246 seconds] 09:49:50 -!- Poncheis_ is now known as Poncheis 09:52:23 -!- repent has quit [Quit: Page closed] 09:55:43 -!- Poncheis has quit [Ping timeout: 246 seconds] 09:56:02 -!- Hosg has quit [Quit: Page closed] 09:58:54 -!- Flun has quit [Quit: Page closed] 10:02:10 -!- rkd has quit [] 10:02:37 -!- ontoclasm2 has joined ##crawl-dev 10:04:10 -!- ontoclasm has quit [Ping timeout: 260 seconds] 10:04:18 -!- Poncheis has quit [Ping timeout: 264 seconds] 10:08:22 -!- Zephryn has quit [Ping timeout: 260 seconds] 10:08:32 -!- ontoclasm has joined ##crawl-dev 10:09:43 -!- Poncheis has quit [Ping timeout: 246 seconds] 10:09:51 -!- ontoclasm2 has quit [Ping timeout: 265 seconds] 10:11:15 -!- kek has joined ##crawl-dev 10:16:02 -!- ontoclasm2 has joined ##crawl-dev 10:17:24 -!- ontoclasm has quit [Ping timeout: 248 seconds] 10:18:10 03MarvinPA 07* 0.12-a0-1038-g91a6427: Identify the Contam property on equipping artefacts 10(9 minutes ago, 2 files, 8+ 0-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=91a64271d1cb 10:27:00 -!- antrees has quit [Ping timeout: 256 seconds] 10:29:14 -!- Ragnor has quit [Quit: leaving] 10:32:06 -!- Psyknux has quit [Ping timeout: 256 seconds] 10:33:36 -!- antrees has quit [Ping timeout: 240 seconds] 10:35:37 -!- Poncheis has quit [Ping timeout: 246 seconds] 10:35:38 -!- Poncheis_ is now known as Poncheis 10:36:11 -!- HangedMan has quit [Ping timeout: 260 seconds] 10:38:04 -!- antrees has quit [Ping timeout: 246 seconds] 10:45:01 -!- antrees_ has quit [Quit: Leaving] 10:45:46 -!- Poncheis has quit [Ping timeout: 246 seconds] 10:50:34 -!- voker57 has quit [Remote host closed the connection] 10:54:06 -!- Tijol has quit [Ping timeout: 260 seconds] 10:58:31 -!- Mu_ has joined ##crawl-dev 10:59:38 -!- ussdefiant has quit [Ping timeout: 265 seconds] 11:00:14 -!- HandiCra1tsman has quit [Quit: Lost terminal] 11:17:56 -!- dtsund has joined ##crawl-dev 11:20:20 -!- Elynae has quit [Quit: Page closed] 11:21:09 -!- Arkaniad has quit [Quit: Leaving.] 11:25:49 -!- domi has quit [Quit: さようなら] 11:26:01 -!- frogbotherer has joined ##crawl-dev 11:26:21 -!- thighhigh has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 11:30:37 -!- HangedMan has joined ##crawl-dev 11:31:16 -!- Frisco has quit [Read error: Connection reset by peer] 11:31:32 -!- ontoclasm2 has quit [Read error: Operation timed out] 11:32:27 -!- ontoclasm has joined ##crawl-dev 11:33:53 -!- dtsund has quit [Quit: dtsund] 11:34:29 -!- dtsund has joined ##crawl-dev 11:36:01 -!- hoody has quit [Remote host closed the connection] 11:39:05 -!- HangedMan has quit [Ping timeout: 252 seconds] 11:55:31 -!- squimmy has quit [Read error: Operation timed out] 11:58:32 -!- elliott has joined ##crawl-dev 11:59:27 -!- Nerem has quit [Ping timeout: 252 seconds] 12:06:16 -!- Pepe[netbook] has quit [Remote host closed the connection] 12:07:31 -!- squimmy has quit [Read error: Operation timed out] 12:17:33 -!- Ilirion has quit [Quit: Page closed] 12:19:27 -!- blabber has joined ##crawl-dev 12:20:35 -!- y2s82 has quit [Ping timeout: 255 seconds] 12:21:29 -!- ZebTM has quit [Ping timeout: 255 seconds] 12:24:06 -!- Rebthor has quit [Ping timeout: 264 seconds] 12:24:27 -!- y2s82_ has quit [Ping timeout: 260 seconds] 12:27:46 oh 12:27:46 ontoclasm: You have 1 message. Use !messages to read it. 12:27:49 !messages 12:27:50 (1/1) edlothiol said (8h 29m 58s ago): //The berserk icon is in the lower right, so status_shift doesn't need changing. -- you didn't apply that for webtiles, did you just overlook it? 12:28:18 -!- y2s82 has quit [Ping timeout: 264 seconds] 12:30:40 -!- hoody has quit [Remote host closed the connection] 12:35:21 03ontoclasm 07* 0.12-a0-1039-g3263774: Fix berserk icons on webtiles 10(4 minutes ago, 1 file, 1+ 1-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=3263774f490e 12:36:13 -!- ontoclasm has quit [Ping timeout: 246 seconds] 12:38:38 -!- ontoclasm has joined ##crawl-dev 12:40:26 03MarvinPA 07* 0.12-a0-1040-gb3f4cb6: Remove summon spam from vampires (elliott) 10(38 minutes ago, 6 files, 28+ 25-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=b3f4cb6f0c03 12:41:49 -!- ontoclasm2 has joined ##crawl-dev 12:41:52 -!- ontoclasm2 has quit [Client Quit] 12:43:01 -!- Kalir has quit [Changing host] 12:43:29 -!- ontoclasm has quit [Ping timeout: 268 seconds] 12:44:34 -!- ZebTM has quit [Ping timeout: 240 seconds] 12:48:49 <3 12:51:20 :) 12:53:57 ooh, blink close 12:54:09 we should make blink close a player spell 12:54:15 and give it a better name 12:54:16 scorpion teleport 12:55:13 aw, no brain feed on jory? :( 12:55:58 I wanted to trim down the spellset while I was messing with vampire books since it was kind of watered-down by having tons of spells (not that they ever get cast) 12:56:04 blame MarvinPA for choosing the specific ones that got removed :P 12:56:06 I guess due considered it, then decided that with average players, Jory would starve. 12:56:26 Eronarn: the blink close <-> mesmerise gives some really nice synergy though 12:56:31 you get packed into a tiny little box 12:56:33 yes, i imagine 12:56:48 hopefully a tiny little box full of crystal spears 12:57:05 the best kind of tiny little box 12:57:05 full of silence 12:57:24 ps, fix brain feed 12:57:28 i want fixed GOBs :( 12:57:35 ha ha, fixing things 12:57:37 as if 12:57:44 i think the idea i had for turning them into one of the abyss monsters would be fun 13:03:46 -!- Elynae has quit [Client Quit] 13:05:09 ghrmblah, just kept looking everywhere for Death's Door, wondering why the hell, despite standing on two Necronomicons, it's not there. For some reason it's not listed if you're currently in lich form. 13:05:38 have fun with the stash tracker 13:05:42 * ChrisOelmueller runs 13:06:07 ChrisOelmueller: I bet it looks whether you're currently undead 13:06:12 -!- neynt_jz has quit [Client Quit] 13:07:03 -!- simmarine has joined ##crawl-dev 13:08:17 kilobyte: "you cannot memorise any of the available spells because you are a lich" 13:12:07 elliott: assuming you cannot memorise any of available ones 13:14:06 -!- naalis has quit [Ping timeout: 260 seconds] 13:15:56 -!- naaaalis has quit [Client Quit] 13:16:41 -!- Pthing has quit [Read error: Connection reset by peer] 13:16:48 -!- Blazinghand_ has quit [Ping timeout: 256 seconds] 13:20:27 -!- BlastHardcheese has quit [Ping timeout: 276 seconds] 13:21:46 -!- BlastHardcheese has joined ##crawl-dev 13:25:34 -!- Rebthor has quit [Ping timeout: 240 seconds] 13:27:08 -!- Datul has quit [Ping timeout: 245 seconds] 13:29:05 -!- imantor has quit [Read error: Connection reset by peer] 13:30:18 -!- evilmike has joined ##crawl-dev 13:37:59 -!- naalis has quit [Ping timeout: 255 seconds] 13:49:49 -!- TAS_2012v has quit [] 13:50:10 -!- G-Flex has quit [Ping timeout: 252 seconds] 13:51:13 -!- Kitarity has quit [Ping timeout: 265 seconds] 13:51:35 03MarvinPA 07* 0.12-a0-1041-g7198cf8: Remove some unneeded menu_colour options 10(13 minutes ago, 8 files, 11+ 45-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=7198cf821ea2 13:54:23 -!- scummos_ has quit [Ping timeout: 252 seconds] 14:04:22 -!- blabber has quit [Quit: leaving] 14:04:36 -!- Ashenden has quit [Quit: Leaving] 14:06:12 -!- Tijol has quit [Quit: Leaving.] 14:08:35 -!- remyroy has quit [Ping timeout: 268 seconds] 14:08:46 -!- Frisco has quit [Ping timeout: 246 seconds] 14:09:37 -!- DracoOmega has joined ##crawl-dev 14:11:08 -!- BanMido has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 14:11:29 -!- _D_ has quit [Quit: leaving] 14:11:36 -!- remyroy1 has quit [Ping timeout: 240 seconds] 14:11:54 03MarvinPA 07* 0.12-a0-1042-g5f0c347: Remove the list_rotten option 10(6 minutes ago, 5 files, 8+ 26-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=5f0c347634df 14:13:28 RIP options 14:14:16 in dcss, options aren't mourned. they are put to death for a reason 14:15:02 who will list all the rotten things now 14:15:06 some options are too stupid not to mourn 14:15:08 like menu_colour_shops 14:15:09 rotten dwarves especially 14:19:16 -!- thighhigh has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 14:27:51 -!- voker57 has quit [Changing host] 14:30:01 -!- scummos has quit [Ping timeout: 245 seconds] 14:39:00 -!- ussdefiant has joined ##crawl-dev 14:41:06 -!- blabber has joined ##crawl-dev 14:44:37 -!- kittykai has quit [Ping timeout: 252 seconds] 14:46:54 -!- Poncheis has quit [Ping timeout: 264 seconds] 14:47:08 -!- Poncheis_ is now known as Poncheis 14:47:27 03ontoclasm 07* 0.12-a0-1043-g524cbc9: Loro, jelly, & ogre mages 10(5 minutes ago, 4 files, 0+ 0-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=524cbc9a2bdd 14:48:11 -!- Stelpa has quit [Ping timeout: 256 seconds] 14:51:46 -!- syllogism has quit [] 15:01:19 -!- monqy has joined ##crawl-dev 15:02:14 -!- G-Flex has quit [Ping timeout: 268 seconds] 15:07:36 -!- Nightbeer has quit [Ping timeout: 246 seconds] 15:08:41 -!- Aryth1 has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 15:12:07 -!- ussdefiant has quit [Ping timeout: 252 seconds] 15:14:00 -!- elliptic has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 15:15:45 -!- elliptic has joined ##crawl-dev 15:19:19 -!- Stelpa has quit [Changing host] 15:19:22 -!- Stelpa has quit [Remote host closed the connection] 15:19:42 -!- FriscoBowie has quit [Read error: Connection reset by peer] 15:21:06 -!- Ragdoll has quit [Quit: Ik ben weg] 15:21:47 -!- chilliwack has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 15:24:12 -!- TheBigR has quit [Quit: Leaving.] 15:24:28 -!- Frisco has quit [Client Quit] 15:25:13 |amethyst: %??wretched star segfaults 15:25:31 -!- bh has joined ##crawl-dev 15:25:32 -!- bh has quit [Changing host] 15:25:32 -!- bh has joined ##crawl-dev 15:26:11 known bug 15:28:08 -!- MarvinPA has quit [Ping timeout: 268 seconds] 15:28:08 -!- Frisco has quit [Client Quit] 15:28:21 hi 15:29:14 -!- yxhuvud has quit [Ping timeout: 240 seconds] 15:29:20 -!- MarvinPA has joined ##crawl-dev 15:30:31 elliptic: for disjunction, to ensure correctness I think I need to make a separate roll for each aut. 15:31:14 or I could make a single roll for a couple AUTs, then calculate the timepoint at which a blink occurred. But I think those are more or less equivalent 15:31:34 doing separate roll for each aut sounds reasonable to me 15:32:33 I should also grab the list of monsters and shuffle it so there isn't a directional bias when dealing with dense packs of monsters 15:32:54 bh: btw, I was wondering whether there are issues with a single radius_iterator loop hitting one monster twice 15:33:21 elliptic: I can just queue up all the monsters to blink and then blink them at the end 15:33:34 yeah 15:35:13 -!- Rebthor has quit [Ping timeout: 246 seconds] 15:35:29 -!- Misder has quit [Quit: Page closed] 15:37:49 -!- Namey has quit [Quit: Leaving] 15:42:28 do you think 'rooms that are bigger inside than on the outside' is doable? It seems to be that everything could go wrong 15:43:57 -!- [SaD]Omena is now known as Isvaffel 15:44:26 it sounds rather hard to get working, yes 15:45:13 i'd also worry about conveying that to the player 15:45:46 i've seen a rougelike that tried to do something similar (I think it might have been a room over room effect) and it felt awkward 15:46:05 evilmike: as in 3d? 15:46:50 it was a 2d game 15:47:35 evilmike: smart kobold? 15:47:40 -!- Mottie has quit [Ping timeout: 246 seconds] 15:47:41 yes! that's the one 15:47:48 it does a weird overlapping 3d thing with 2d display yeah 15:47:51 it's very confusing 15:52:01 alas 15:54:36 a room that is bigger on the inside sounds a lot easier to convey though 15:55:49 infiniplex has a vaults-like layout for the abyss. I think it would be neat to make the rooms bigger on the inside 15:59:44 speaking of the abyss, just how rare is that "castle" layout? 16:00:01 I haven't noticed it at all, so it must be extremely uncommon 16:00:17 evilmike: uh. Last time I checked I think it appeared once every 32k or 64k squres 16:00:39 so infrequent that you can't find it by looking for it. 16:01:56 elliptic: I'm going to try this for a blink formula: P(~blink) = 0.875^(t/d) 16:02:19 so over 10 ticks a monster adjacent to you has a 75% chance of blinking, while one 5 squares away has a 25% chance of blinking 16:02:50 -!- Dixie has quit [Ping timeout: 252 seconds] 16:03:51 -!- Dixie has joined ##crawl-dev 16:10:01 -!- tkappleton has quit [Ping timeout: 256 seconds] 16:13:58 03elliptic 07* 0.12-a0-1044-gc77c8ae: Don't let the Crypt entrance generate on Vaults:4. 10(10 minutes ago, 1 file, 1+ 1-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=c77c8aeceddf 16:14:27 ok. new patch uploaded. 16:17:38 -!- kek has quit [Quit: gonna suicide, brb] 16:18:34 -!- Poncheis has quit [Ping timeout: 240 seconds] 16:35:48 -!- johnthebear has quit [Read error: Connection reset by peer] 16:38:19 would anyone be receptive to making summoners less demonologist than they are? 16:38:21 -!- voker57 has quit [Remote host closed the connection] 16:38:59 are we talking player or monster summoners 16:39:03 player 16:40:18 well summon dragon is really good and non-demonic 16:40:24 summon hydra, too 16:40:39 sure, but everything in between is demonic/evil 16:41:29 ugly things, scorpions, ice beasts 16:41:34 sputterflies, spammals, summon elemental, shadow creatures, ugly things 16:41:42 shadow creatures is evil but not demonic, yeah 16:42:19 doesn't tso hate scorpions as well? 16:42:20 even if you are going to XXX or whatever there's no reason not to use scorpions or whatever 16:42:26 evilmike: iirc no -- they are allowed to poison even 16:42:35 just like angels can attack stuff you can't! 16:43:13 elliott: you're misinformed 16:43:23 oh wait. There's a bug 16:43:32 Summon Scorpions is red for TSO worshippers, but TSO doesn't care 16:44:02 well you can do an ely or zin summoner that uses scorpions even if that was fixed :P 16:47:21 what's the lg command for wins per class by god? 16:47:40 !lg * su won s=god 16:47:40 219 games for * (su won s=god): 103x Sif Muna, 46x Vehumet, 14x Kikubaaqudgha, 13x Ashenzari, 10x Nemelex Xobeh, 9x The Shining One, 5x , 4x Jiyva, 3x Trog, 2x Fedhas, 2x Okawaru, 2x Lugonu, 2x Xom, Makhleb, Elyvilon, Beogh, Yredelemnul 16:47:41 predicting sif 16:47:44 aww too slow 16:47:59 !lg * wz won s=god 16:47:59 529 games for * (wz won s=god): 203x Sif Muna, 170x Vehumet, 33x Ashenzari, 28x Kikubaaqudgha, 21x , 18x Okawaru, 14x The Shining One, 11x Nemelex Xobeh, 9x Makhleb, 8x Cheibriados, 5x Lugonu, 3x Jiyva, 2x Xom, 2x Yredelemnul, Fedhas, Beogh 16:48:05 sif and veh are just too obvious for summoning that they drown out everything else 16:48:16 !lg * vm won s=god 16:48:17 276 games for * (vm won s=god): 119x Vehumet, 49x Sif Muna, 21x Ashenzari, 13x Kikubaaqudgha, 12x Okawaru, 9x Nemelex Xobeh, 9x , 9x Makhleb, 6x Lugonu, 6x The Shining One, 5x Fedhas, 4x Jiyva, 4x Elyvilon, 4x Cheibriados, 3x Yredelemnul, 2x Zin, Trog 16:48:36 venom mage of TSO. Someone has a sense of humor 16:48:46 two summoners of okawaru too 16:50:26 -!- Krenium has quit [Ping timeout: 245 seconds] 16:50:28 -!- nooodl has quit [Ping timeout: 246 seconds] 16:50:53 -!- Poncheis has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 16:56:11 is 'good combo'/'bad combo' on the race class screen automatically or manually determined? 16:56:27 manually 16:56:46 look at ng-restr.cc 16:56:48 I'm probably a lone voice here, but MfSu is awesome :) 16:59:21 arguably su should be recommeded for every race, but the idea is that you can pick su and then the best summoners for a beginner are highlighted 16:59:39 Minotaur Su is probably awful. 16:59:44 so necessarily some perfectly good combos will be unrecommended 16:59:44 it's not meant to be an exhaustive list of every potentially strong combo anyway 16:59:52 well even misu gets imps 16:59:54 -!- edlothiol has quit [Ping timeout: 240 seconds] 16:59:58 imps + axe magic is pretty good 17:00:09 that said, arguably every merfolk should be recommended :P 17:00:15 -!- pointsofdata has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 17:00:18 'axe magic' :) 17:00:19 it mostly lists combos that are particularly strong for that race/class 17:02:37 evilmike: I'm a terrible player and I just dropped Pikel and Grinder when they were red thanks to reaching an summon canine 17:02:57 that's because summoners are good though, it's nothing specific to mfsu 17:03:10 +4 polearms! 17:04:13 the essential problem is that su is overpowered enough that it goes excellently with just about any race :P 17:04:19 mfsu doesn't start with a polearm 17:04:53 lots of combos are particularly good if you find a good item :P 17:05:44 (and also summoning is ridiculous yeah) 17:06:59 -!- Mottie has joined ##crawl-dev 17:07:14 -!- Azzkikr has quit [Ping timeout: 260 seconds] 17:09:38 -!- Stelpa has quit [Changing host] 17:10:27 -!- Nightbeer has quit [Read error: Connection reset by peer] 17:12:36 -!- y2s82_ has quit [Ping timeout: 240 seconds] 17:13:53 the new wild magic mutation is seriously broken 17:14:21 broken? 17:14:28 before it had a big wizardry penalty and a negligible spell boost, now it's basically a free enhancer 17:14:36 and you can get multiple levels of it, too 17:15:00 jiyva gave me one level of wild magic recently and it was quite bad 17:15:06 the spellpower boost has never changed 17:15:08 I had to train spell skills a lot more to get stuff castable 17:15:37 so i'm not sure how a negligible spell boost turns into a free enhancer 17:15:38 (a lot more considering I wasn't a conjurer and was in a robe and hence didn't need spell schools that high otherwise, that is) 17:16:15 a high-int conjurer doesn't care about wild magic I guess since they already train well beyond what you need for fail rates 17:16:44 also if it is meant to be a big penalty with negligible benefit it should be marked as a bad mutation :P 17:16:51 I had decent cast chance of Firestorm with 14 fire/conj 20 spc 33 int + either one wizardry or just relying on Sif 17:17:17 MarvinPA: "negligible"? it's +50% 17:17:19 well that is a high-int conjurer 17:17:29 <+kilobyte> before it had a big wizardry penalty and a negligible spell boost 17:17:39 elliott: this char is a hybrid... 17:17:53 sure, but it still has lots of int 17:17:56 and conjurations skills 17:18:10 kilobyte: it has firestorm 17:18:13 i mean, wild magic is supposed to be a good thing for some characters, surely, or it'd be a bad mutation 17:18:25 MarvinPA: I couldn't test spell boost before as most spells were basically uncastable, these characters obviously didn't survive long enough 17:18:27 and wizardry/sif are meant to be big boosts 17:18:27 thats still somewhat low for a level 9 spell, but its doable with wizardry stacking. usually you'll be using veh for that though 17:18:41 oh. I just noticed that you guys got rid of levitation. Thanks! 17:18:42 (well, sif is safety boost) 17:18:52 sif doesn't give wizardry, its just a miscast reduction. which means you could cast fire storm at like 15% fail if you really want, not that its a great idea 17:18:58 yeah 17:19:52 seems strange that the slight reduction in success penalty (the only change it's ever recieved) turned it from a mutation "in the same club as berserkitis and teleportitis" into a free enhancer 17:19:56 15% fail? I did Tomb with ~65% fail (couldn't switch to the staff of wizardry because, you know, Tomb), and with Sif this just meant retries 17:20:28 MarvinPA: I guess it can be a problem with scaling really 17:21:09 the penalty was murder for early game conjurers 17:21:18 this is the same problem that armor has 17:21:34 kilobyte: these are optimal circumstances btw, youre casting a spell that actually cares about power, with a god that protects you from the downside of the mutation. so of course wild magic is strong under these circumstances. 17:21:36 huge deal early on but you won't care much about it later, due to it just subtracting 17:22:05 i don't really understand what the problem is, surely it is a good thing if wild magic is useful for some characters and bad for others 17:22:06 Eronarn: right 17:22:26 go change the formula to be a flat failure percentage :P 17:22:26 and the ones it is bad for have to change what they are doing to counteract it, so it has an actual effect in play (mostly by training magic skills a bit more but still) 17:22:43 or casting fire storm at a 65% failure chance :P 17:23:02 which is pretty cool that it works, I've never heard of someone doing that. 17:23:16 That sounds extremely painful, even if all miscasts ended up somehow being severity 0 17:23:24 evilmike: well, got it at 5% fail right now, with 35 int 17:23:25 -!- frogbotherer has quit [Remote host closed the connection] 17:23:28 and 200 power 17:23:50 really 200 power, or just a full power bar? that bar only shows up to like 150 17:24:24 evilmike: I just set a wizmode char to the same int and skills, to check 17:24:26 -!- Rebthor has quit [Ping timeout: 246 seconds] 17:24:32 ah 17:24:33 -!- Rebthor_ is now known as Rebthor 17:24:45 turns out I can drop one enhancer and still have that 200 power 17:24:59 -!- blabber has quit [Quit: gn8] 17:25:08 ??200_power 17:25:08 200 power[1/1]: With all skills at 27, you need 3 enhancers and 34 INT, or 2 enhancers and 50 INT. Impossible with just 1. Four enhancers don't give an effect better than three. 17:25:32 it's doable in a normal game, just usually impractical 17:25:44 Mostly only doable for a couple races 17:25:53 Barring unusual circumstances 17:25:57 DracoOmega: jiyva/nemelex 17:25:59 darn you got me 17:26:04 /chei 17:28:26 I'm seeing something weird. Wandering mushrooms are conning as red and then spontaneously changing to yellow. 17:28:44 you can get +18 with one ring without randarts (cap of int +3, ring of int +6, stat boost choices +9) 17:29:01 wandering mushroom (07f) | Spd: 10 | HD: 8 | HP: 30-58 | AC/EV: 5/0 | Dam: 2013(confuse) | 03plant | Res: 06magic(32), 03poison, 12drown, 13neg+++, 13torm | XP: 313 | Sz: tiny | Int: plant. 17:29:01 %??wandering mushroom 17:29:09 bh: "rounding" 17:29:16 difficulty display does weird things like that 17:29:38 odd. I figured it would be stable at least. 17:29:46 I think it's because of div_rand_round being used in xp calculations? 17:29:58 it's definitely not stable 17:30:07 maybe it should look at some kind of global flag (I know, I know...) indicating a fixed direction of rounding so that stuff like difficulty display can get stable values 17:31:00 -!- SkaryMonk has joined ##crawl-dev 17:31:21 <|amethyst> wait, where does exper_value use div_round_rand ? 17:31:56 <|amethyst> bh: you didn't lose XP, right? 17:32:21 no, this just happens if you walk around 17:32:31 and not only for shrooms by far 17:34:45 <|amethyst> hrm 17:34:48 -!- alefury has quit [] 17:35:17 <|amethyst> wait, where does exper_value use div_round_rand ? 17:35:19 |amethyst: maybe it's the caller of exper_value that does it? 17:35:25 to determine which difficulty band to place the monster in 17:35:30 <|amethyst> mons_threat_level does not 17:35:34 * elliott doesn't really know, ages since I read the difficulty level code 17:35:47 <|amethyst> I'm wondering if there's some fuzzing in monster_info 17:36:26 <|amethyst> hm, no, mi.threat is set directly from mons_threat_level() of the monster* 17:36:53 maybe the player's xp that it compares it to is somehow rounded :P 17:37:59 <|amethyst> hm... doesn't seem so 17:38:44 sounds like it's time for printf debugging 17:38:54 dprf debugging 17:42:39 -!- Tijol has quit [Quit: Leaving.] 17:43:42 <|amethyst> oh 17:43:45 <|amethyst> hm 17:44:03 <|amethyst> mushrooms don't actually change speed, right? 17:45:26 i've seen the bug for non-mushroom things, though I forget what 17:45:26 elf, human 17:45:39 those both share wildly varying hp 17:45:47 wandering mushroom does too to some degree 17:46:13 wandering mushrooms also reduce their own maxhp i guess? 17:46:29 (why do wandering mushrooms do that) 17:46:37 they do? 17:46:46 -!- kek has joined ##crawl-dev 17:46:48 ??wandering mushroom 17:46:48 wandering mushroom[1/3]: Every time it hits, it loses 1 HD (and dies when it loses all 8). Its attacks hit hard, and release venomous spores, which confuse breathing enemies and destroy food. 17:47:24 pretty sure that's still the case 17:48:11 oh, so it reduces their hp too 17:48:42 -!- Poncheis has quit [Ping timeout: 264 seconds] 17:49:28 -!- Tabesh has quit [Quit: Page closed] 17:50:48 so fedhas ones don't last forever 17:51:22 i think it was the case before fedhas even existed though? 17:51:37 but yeah i guess it works out okay with fedhas 17:51:42 i think it is a sort of cool mechanic 17:51:56 changing max hp is weird though 17:51:58 -!- SkaryMonk has quit [Quit: Leaving.] 17:52:54 -!- Rebthor has quit [Ping timeout: 264 seconds] 17:52:56 -!- Rebthor_ is now known as Rebthor 18:00:24 -!- hoody has quit [Remote host closed the connection] 18:01:19 -!- jeanjacques has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC] 18:04:04 -!- Stumpsv has quit [Quit: Leaving] 18:05:58 -!- repent has quit [Quit: Page closed] 18:06:19 -!- eeviac has joined ##crawl-dev 18:10:47 03ontoclasm 07* 0.12-a0-1045-g7838db3: Chei & Ash altars (roctavian, 5764) 10(65 seconds ago, 13 files, 3+ 14-) 13http://git.develz.org/?p=crawl.git;a=commitdiff;h=7838db301597 18:13:24 -!- HangedMan has joined ##crawl-dev 18:26:30 -!- hoody has quit [Remote host closed the connection] 18:26:41 -!- bh has quit [Quit: bh] 18:35:45 -!- hoody has quit [Remote host closed the connection] 18:38:21 -!- hagb4rd|outoford is now known as hagb4rd 18:40:01 -!- _dd has quit [Ping timeout: 246 seconds] 18:51:07 -!- wasd` has quit [Quit: You slip out of the net!] 18:52:16 -!- clausewitz has quit [Quit: Page closed] 18:57:10 -!- scummos^ has quit [Ping timeout: 246 seconds] 19:09:38 -!- yogidabear has quit [Ping timeout: 245 seconds] 19:14:02 -!- Daekdroom has quit [Quit: Saindo] 19:16:51 -!- Daekdroom has quit [Client Quit] 19:19:45 -!- bonghitz has quit [Quit: bonghitz] 19:27:09 -!- Cham has quit [] 19:29:22 -!- SurpriseTRex has quit [Ping timeout: 246 seconds] 19:34:30 -!- eeviac has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210744]] 19:38:07 -!- st_ has quit [Ping timeout: 246 seconds] 19:43:04 -!- johnthebear has quit [Quit: Computer has gone to sleep.] 19:55:16 -!- hoody has quit [Remote host closed the connection] 20:00:31 -!- Rebthor has quit [Ping timeout: 246 seconds] 20:03:38 -!- flowsnake has quit [Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204]] 20:08:38 -!- Neuq has quit [] 20:10:37 -!- Mu_ has quit [Quit: Defecator, may everything turn out okay so that you can leave this place.] 20:14:54 -!- the_glow has quit [Ping timeout: 240 seconds] 20:15:09 -!- the_glow has quit [Client Quit] 20:31:04 -!- BurningLed has quit [Ping timeout: 256 seconds] 20:32:08 -!- Datul has quit [Ping timeout: 245 seconds] 20:40:09 -!- kek has quit [Quit: gonna suicide, brb] 20:41:41 -!- ajikeshi_ has quit [Ping timeout: 245 seconds] 20:42:27 -!- wheals has quit [Read error: Connection reset by peer] 21:00:33 -!- Chirp has quit [Quit: Page closed] 21:01:11 -!- HangedMan has quit [Read error: Connection reset by peer] 21:02:08 -!- Poncheis has quit [Ping timeout: 246 seconds] 21:02:14 -!- Poncheis_ is now known as Poncheis 21:02:40 -!- minqmay has quit [Quit: Leaving] 21:14:50 -!- any_one has quit [] 21:21:50 -!- Arkaniad has quit [Quit: Leaving.] 21:24:32 -!- Xelf is now known as G-Flex 21:31:58 -!- WalkerBoh has quit [Quit: Page closed] 21:41:53 -!- wasd22 has quit [Ping timeout: 252 seconds] 21:47:09 -!- bonghitz has quit [Quit: bonghitz] 21:48:06 -!- mineral has quit [Ping timeout: 276 seconds] 21:51:07 -!- Poncheis has quit [Ping timeout: 246 seconds] 21:51:19 -!- Poncheis_ is now known as Poncheis 21:58:54 -!- mineral_ has quit [Ping timeout: 264 seconds] 22:07:07 Debian builds of the trunk branch on crawl.develz.org updated to: 0.12-a0-1045-g7838db3 22:10:20 -!- blackcustard has quit [Quit: being stupid, sunstruck, and Dead, flew into the rocketing FIN.] 22:12:55 -!- Stelpa has quit [Remote host closed the connection] 22:13:47 -!- Pepe[netbook] has quit [Read error: Connection reset by peer] 22:23:00 -!- Stelpa has quit [Read error: Connection reset by peer] 22:23:46 -!- y2s82 has quit [Ping timeout: 268 seconds] 22:26:03 -!- Stelpa has quit [Changing host] 22:29:52 -!- ToastyP has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 22:30:23 -!- Fhqwhgads has quit [Remote host closed the connection] 22:37:55 -!- Stelpa has quit [Quit: Butts] 22:38:06 -!- Stelpa has quit [Changing host] 22:44:48 -!- Erppo has quit [Ping timeout: 256 seconds] 22:47:38 -!- MarvinPA has quit [Ping timeout: 252 seconds] 22:50:53 -!- Kellhus has quit [Ping timeout: 245 seconds] 22:52:54 -!- Pepe[netbook] has quit [Ping timeout: 264 seconds] 22:54:41 -!- Stew_ is now known as Guest95802 22:55:02 -!- Guest95802 has quit [Client Quit] 23:02:13 -!- Rewans has quit [] 23:12:03 -!- rast has quit [Remote host closed the connection] 23:13:15 -!- ussdefiant has joined ##crawl-dev 23:18:49 -!- magistern has quit [Quit: This computer has gone to sleep] 23:19:09 -!- Tijol has quit [Quit: Leaving.] 23:26:34 -!- Kalir has quit [Read error: Connection reset by peer] 23:27:03 -!- Kalir has quit [Changing host] 23:29:49 -!- ontoclasm2 has joined ##crawl-dev 23:29:55 -!- lazarenth has quit [Read error: Connection reset by peer] 23:30:28 -!- repent has quit [Ping timeout: 245 seconds] 23:31:16 -!- Kalir has quit [Ping timeout: 252 seconds] 23:33:27 -!- Rebthor has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032]] 23:34:13 -!- Kalir has quit [Changing host] 23:37:18 -!- Krag has quit [Quit: Nettalk6 - www.ntalk.de] 23:45:19 -!- wasd22 has quit [Ping timeout: 260 seconds] 23:51:28 -!- Poncheis has quit [Remote host closed the connection]