00:00:15 -!- ussdefiant has joined ##crawl-dev 00:01:22 Stable (0.16) branch on crawl.s-z.org updated to: 0.16.1-28-gcc2312f 00:02:11 -!- Athaboros_ has quit [Ping timeout: 265 seconds] 00:04:00 -!- seriallos has joined ##crawl-dev 00:04:20 -!- Crawl_Bacchus has quit [Read error: Connection reset by peer] 00:11:00 -!- bonghitz has quit [Quit: Leaving...] 00:14:11 Stable branch on crawl.develz.org updated to: 0.16.1-28-gcc2312f (34) 00:25:10 -!- seriallos has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 00:29:04 -!- doubtofbuddha has quit [Ping timeout: 255 seconds] 00:31:34 -!- Brannock has quit [Ping timeout: 272 seconds] 00:40:08 $ grep -R "EROLCHA" ./*.des 00:40:10 grep: ./*.des: No such file or directory 00:40:13 what am I screwing up? 00:40:22 I'm doing this in ./source 00:40:41 -!- MolotoveVGC[mac] has quit [Ping timeout: 256 seconds] 00:40:41 I want to limit the recursive search to only *.des files under ./source 00:40:52 this feels too stupid to even ask 00:41:13 maybe find the files and pipe the output to grep? 00:41:20 -!- MolotoveVGC[wor1 has quit [Ping timeout: 265 seconds] 00:41:26 ./*.des would, i think, only look at *.des files in the current directory 00:42:04 seems like I should be able to make it work. I agree that find would probably do it. but feels dumb to have to complicate things 00:47:46 -!- st_ has quit [Read error: Connection reset by peer] 00:48:23 -!- st_ has joined ##crawl-dev 01:07:34 johnstein: `find . -name '*.des' -print0 | xargs -0 grep "EROLCHA"`? 01:08:24 I never remember how to use xargs. I know you can use it to run multiple things through the same command. 01:08:51 johnstein: it looks like if you wanted to use just grep -r, you can specify --include "*.des" 01:09:15 I basically did find . -name "*.des" -exec cat {} \; | grep erolcha and it found the vault name 01:09:45 -!- nicolae- has left ##crawl-dev 01:09:45 all I was trying to do was find dat/des/builder/uniques.des, since I didnt' know which file had the uniq depths 01:09:49 ty 01:11:29 -!- MolotoveVGC[work has quit [Ping timeout: 250 seconds] 01:11:59 johnstein: in its simplest usage (the only one i'm any good at), xargs receives filenames on its stdin, and passes those as command-line args to some other program. so it's really the same as: grep erolcha $(find . -name '*.des'), except it doesn't run nito problems with whitespace or shell argv length limitations 01:15:07 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 01:19:56 -!- Zargon has quit [Quit: Page closed] 01:23:22 -!- Twiggytwiggytwig has quit [Ping timeout: 272 seconds] 01:23:31 -!- ldf has quit [Ping timeout: 255 seconds] 01:23:37 -!- Twiggytwiggytwi_ is now known as Twiggytwiggytwig 01:24:15 -!- Kalir has quit [Changing host] 01:25:24 -!- Behr has quit [Quit: Leaving] 01:29:27 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 01:31:41 -!- ystael has quit [Ping timeout: 256 seconds] 01:32:29 -!- Utrick has joined ##crawl-dev 01:38:50 -!- zxc232 has joined ##crawl-dev 01:41:58 -!- muravey has quit [Ping timeout: 255 seconds] 01:42:09 -!- muravey has joined ##crawl-dev 01:42:30 -!- KurzedMetal1 has quit [Read error: Connection reset by peer] 01:52:37 -!- Utrick has quit [Quit: Utrick] 01:56:04 -!- tabstorm has quit [Ping timeout: 245 seconds] 02:01:54 -!- ussdefiant has quit [Ping timeout: 245 seconds] 02:10:35 -!- rast has quit [Read error: Connection reset by peer] 02:21:58 Stable (0.16) branch on crawl.beRotato.org updated to: 0.16.1-28-gcc2312f 02:26:54 -!- stubblyhead has quit [Ping timeout: 245 seconds] 02:29:20 -!- simmarine has quit [Quit: Leaving] 02:41:35 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 02:48:04 -!- MolotoveVGC has quit [Read error: Connection reset by peer] 02:53:00 -!- Foamed has quit [Quit: Leaving] 02:58:35 -!- vale has quit [Remote host closed the connection] 03:03:25 -!- Shard1697_ has quit [Ping timeout: 264 seconds] 03:16:08 -!- panicbit has quit [Ping timeout: 264 seconds] 03:18:29 -!- bonghitz has quit [Remote host closed the connection] 03:20:09 -!- ystael has quit [Ping timeout: 240 seconds] 03:22:08 -!- aves_ has quit [Quit: Page closed] 03:30:02 -!- doubtofbuddha has quit [Ping timeout: 272 seconds] 03:40:10 -!- muravey has quit [Ping timeout: 265 seconds] 03:40:35 -!- muravey has joined ##crawl-dev 03:57:25 -!- CcS has quit [Ping timeout: 255 seconds] 04:03:23 -!- Pacra has joined ##crawl-dev 04:07:04 -!- Pacra has quit [Read error: Connection reset by peer] 04:07:23 -!- Pacra has joined ##crawl-dev 04:09:48 -!- Tux[Qyou] has joined ##crawl-dev 04:10:26 -!- HellTiger has quit [Read error: Connection reset by peer] 04:12:43 -!- rast has joined ##crawl-dev 04:13:14 -!- Vizer has quit [Ping timeout: 272 seconds] 04:15:38 -!- Vizer_ has quit [Ping timeout: 258 seconds] 04:17:03 -!- CacoS has quit [Ping timeout: 276 seconds] 04:18:37 -!- bitcoinbastard has quit [Read error: Connection reset by peer] 04:22:09 -!- Orfax has quit [Ping timeout: 265 seconds] 04:25:03 -!- nikheizen has quit [Client Quit] 04:31:29 -!- Crawl_Bacchus has quit [Quit: Look what I got, Bart, a Tickle-Me Krusty doll!] 04:39:38 -!- radinms has quit [Ping timeout: 246 seconds] 04:40:52 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 04:43:20 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 04:46:25 -!- Monkaria has quit [Client Quit] 05:09:23 -!- ystael has quit [Ping timeout: 250 seconds] 05:19:47 -!- scummos__ has quit [Read error: Connection reset by peer] 05:27:48 -!- squid_ has quit [Quit: Page closed] 05:27:54 -!- MarvinPA has joined ##crawl-dev 05:41:56 -!- halberd has quit [Ping timeout: 246 seconds] 05:44:25 -!- Blazinghand has quit [Read error: Connection reset by peer] 05:51:09 so i was thinking making spell and ability descriptions consistently worded 05:51:09 MarvinPA: You have 3 messages. Use !messages to read them. 05:52:10 currently we have most player spells saying "This spell lets you do this thing", monster spells just saying "Does this thing", and most abilities saying "Do this thing" 05:52:34 i don't know which of those is best to pick for everywhere really, though 05:54:45 <|amethyst> one of the last two would allow descriptions to be reused when abilities and spells duplicate one another 05:55:01 <|amethyst> which I guess is most likely to happen for player abilities vs monster-only spells 05:55:32 true 05:55:44 <|amethyst> I guess "does this thing" is least likely to imply that monster-only spells can be learned by the player 05:55:51 -!- cribozai has quit [Ping timeout: 276 seconds] 05:56:09 <|amethyst> but the implication from "do this thing" is very weak so might not be worth worrying about 05:56:44 i think "does this thing" sounds best to me for no particularly good reason so i might go with that 05:56:53 <|amethyst> sounds good :) 05:57:05 -!- ldf has joined ##crawl-dev 05:57:30 i'm sort of hoping to come up with a very vague style guide for descriptions generally, in as much as such a thing is possible for crawl :P 05:58:41 <|amethyst> I should probably write up a style guide for quotes (much easier!) 05:59:00 <|amethyst> but I think there are still some minor inconsistencies in our citation style 06:24:59 -!- st_ has quit [Ping timeout: 265 seconds] 06:28:08 -!- ldf has quit [Ping timeout: 264 seconds] 06:30:18 -!- shome has quit [Quit: ChatZilla 0.9.91.1 [Firefox 38.0.1/20150513174244]] 06:32:09 -!- MarvinPA has quit [Quit: Leaving] 06:32:39 -!- ontoclasm has quit [Quit: Leaving.] 06:40:12 -!- Monkaria has quit [Quit: Page closed] 06:40:13 -!- Tux[Qyou] has joined ##crawl-dev 06:42:20 Phase Shift gives variable EV 13https://crawl.develz.org/mantis/view.php?id=9740 by Xenobreeder 06:58:05 -!- ystael has quit [Ping timeout: 256 seconds] 07:12:56 -!- Kintak has quit [Read error: Connection reset by peer] 07:18:34 -!- rossi has quit [Ping timeout: 265 seconds] 07:29:49 -!- amalloy is now known as amalloy_ 07:44:54 -!- ldf has joined ##crawl-dev 08:01:25 -!- Brannock has joined ##crawl-dev 08:11:07 -!- ohyou has quit [Quit: HydraIRC -> http://www.hydrairc.com <- \o/] 08:14:13 -!- ystael has quit [Ping timeout: 264 seconds] 08:19:20 -!- elliptic has quit [Quit: Leaving] 08:20:46 -!- elliptic has joined ##crawl-dev 08:21:24 -!- Lasty has joined ##crawl-dev 08:44:49 -!- BanMido has quit [Ping timeout: 246 seconds] 08:46:51 -!- ldf has quit [Ping timeout: 272 seconds] 08:53:47 -!- Patashu has quit [Ping timeout: 265 seconds] 08:55:47 -!- Wah has quit [Remote host closed the connection] 08:59:58 -!- siepu has quit [Read error: Connection reset by peer] 09:00:45 -!- ussdefiant has joined ##crawl-dev 09:18:55 -!- rossi has quit [Ping timeout: 265 seconds] 09:24:23 -!- Cheibriados has quit [Ping timeout: 252 seconds] 09:26:38 -!- Cheibriados has joined ##crawl-dev 09:26:38 -!- The topic of ##crawl-dev is: Crawl Development | Logs: http://s-z.org/crawl-dev/ | People with +v have commit access. | Please keep general Crawl-related chat to ##crawl. | Dev wiki: http://crawl.develz.org/wiki | Long stuff to a pastebin service, please. 09:26:38 -!- The topic of ##crawl is: Play Dungeon Crawl Stone Soup online now! Type ??servers for instructions. | http://crawl.develz.org | FooTV: http://termcast.develz.org - ??footv for instructions | See also ##crawl-offtopic | 0.16 Tournament: http://dobrazupa.org/tournament/0.16/ 09:27:52 !messages 09:27:53 No messages for TZer0. 09:31:26 -!- elliptic has quit [Read error: Connection reset by peer] 09:31:43 -!- stev has quit [Ping timeout: 246 seconds] 09:33:03 -!- elliptic has joined ##crawl-dev 09:34:20 -!- vale has quit [Ping timeout: 272 seconds] 09:41:33 -!- tabstorm has joined ##crawl-dev 09:42:25 -!- ussdefiant has quit [Ping timeout: 264 seconds] 09:44:28 -!- speranza has quit [Ping timeout: 272 seconds] 09:57:00 -!- LIX has quit [Disconnected by services] 09:58:34 -!- Lasty has quit [Quit: Leaving.] 09:58:57 -!- speranza has quit [Ping timeout: 276 seconds] 09:59:02 -!- speranza_ is now known as speranza 09:59:35 -!- namad7 has quit [] 10:02:19 -!- elliptic has quit [Quit: Leaving] 10:02:38 -!- ystael has quit [Ping timeout: 252 seconds] 10:03:21 -!- elliptic has joined ##crawl-dev 10:05:52 -!- jefus has quit [Ping timeout: 272 seconds] 10:07:18 -!- Kellhus has quit [Quit: Page closed] 10:10:44 -!- radinms has quit [] 10:24:39 -!- Orfax has quit [Ping timeout: 265 seconds] 10:27:37 -!- tabstorm has quit [Ping timeout: 265 seconds] 10:29:52 -!- scummos__ has quit [Ping timeout: 256 seconds] 10:39:09 -!- tabstorm has joined ##crawl-dev 10:46:04 -!- halberd has quit [Changing host] 11:08:13 -!- MarvinPA has joined ##crawl-dev 11:10:31 FR: Boris spawning on pan floors 11:11:54 -!- scummos__ has quit [Ping timeout: 245 seconds] 11:17:43 -!- rossi has quit [Ping timeout: 250 seconds] 11:18:09 -!- ystael has quit [Ping timeout: 250 seconds] 11:19:06 -!- Foamed has quit [Quit: Leaving] 11:28:17 -!- Lawman0 has quit [Ping timeout: 244 seconds] 11:29:02 -!- CcS has quit [Quit: Page closed] 11:30:25 -!- Cerpin has quit [Ping timeout: 264 seconds] 11:32:28 -!- bitcoinbastard has quit [Ping timeout: 252 seconds] 11:42:19 -!- tabstorm has quit [Ping timeout: 245 seconds] 11:46:49 -!- tabstorm has joined ##crawl-dev 11:49:10 -!- rossi has quit [Client Quit] 11:56:39 -!- Shard1697_ has joined ##crawl-dev 12:02:06 -!- Hanyuu has quit [Quit: Page closed] 12:06:15 -!- Cerpin has joined ##crawl-dev 12:10:34 -!- Shard1697_ has quit [Ping timeout: 265 seconds] 12:12:47 -!- Kalir has quit [Changing host] 12:13:53 -!- Shard1697 has joined ##crawl-dev 12:15:33 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 12:18:57 -!- ystael has quit [Ping timeout: 240 seconds] 12:21:02 -!- ZChris13 has joined ##crawl-dev 12:22:35 -!- gammafunk has joined ##crawl-dev 12:35:43 -!- simmarine has joined ##crawl-dev 12:38:56 -!- vale has quit [Read error: Connection reset by peer] 12:39:33 -!- SCP-076-2 has quit [Ping timeout: 264 seconds] 12:42:11 -!- Athaboros_ has quit [Quit: Leaving] 12:47:34 -!- Weretaco has quit [Ping timeout: 256 seconds] 12:48:46 -!- Pacra has quit [Ping timeout: 272 seconds] 12:49:04 -!- Utrick has joined ##crawl-dev 12:49:11 -!- Utrick has quit [Client Quit] 12:49:39 -!- Utrick has joined ##crawl-dev 12:50:08 -!- elliptic has quit [Quit: Leaving] 12:59:06 -!- bonghitz has quit [Quit: Leaving...] 13:00:15 -!- copt has quit [] 13:06:39 -!- elliptic has joined ##crawl-dev 13:25:01 elliptic: think before I tackle the "new elf" project I'm going to try the easier "new labs" project based on what we had been talked about some weeks back 13:25:27 that would be: normal level (in terms of autoexplore, no -ctele, no map fuzzing), smaller maze with subvaults connecting maze segments, still a mino with loot 13:26:41 I think the only thing is should it really be just a randmaze on a smaller scale or just "mazey, branching path layout" 13:26:58 latter would more require a vault-based approach like used in other portals 13:27:19 and I kind of think the results would be better than just a single-tile maze you autoexplore through 13:28:35 wow, no -ctele?!?!?!?! 13:30:05 We'll find other ways to nerf simm 13:32:50 -!- dtsund has joined ##crawl-dev 13:33:05 -!- Utrick has quit [Quit: Utrick] 13:35:46 ctele's going away anyway, isn't it? 13:39:08 That's actually pretty cool if so 13:41:41 -!- WalkerBoh has joined ##crawl-dev 13:49:52 -!- Nightbeer is now known as Ivan_Miles 13:51:06 -!- Ladykiller69 has quit [Ping timeout: 265 seconds] 13:53:11 -!- UncertainKitten has joined ##crawl-dev 13:58:32 -!- muravey has quit [Disconnected by services] 13:58:32 -!- andreylosev has joined ##crawl-dev 13:58:42 -!- andreylosev is now known as muravey 14:04:51 -!- Blazinghand has joined ##crawl-dev 14:05:23 -!- LordSloth has quit [Remote host closed the connection] 14:07:57 -!- ystael has quit [Ping timeout: 265 seconds] 14:09:01 -!- Utrick has joined ##crawl-dev 14:12:56 Qazlal's protection from elements can be useless 13https://crawl.develz.org/mantis/view.php?id=9741 by Sandman25 14:14:42 -!- Blazinghand has quit [Read error: Connection timed out] 14:15:06 -!- Blazinghand has joined ##crawl-dev 14:16:11 huh didn't shadow traps get removed 14:16:18 yeah 14:16:44 there's a load of code for them still about it looks like 14:16:52 oh, well they got disabled 14:16:54 -!- stanzill is now known as stanzwecha 14:17:02 oh right i see, just stopped from generating yeah 14:17:07 I think that's because there was a plan to remake them into "convoking traps" 14:17:22 PF didn't seem super excited about it, so I'm not sure how much that's worth pursuing 14:22:02 -!- amalloy_ is now known as amalloy 14:24:57 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 14:28:01 -!- PleasingFungus has joined ##crawl-dev 14:28:02 yeah my enthusiasm is limited 14:28:08 it could work 14:28:10 idk 14:28:22 MarvinPA: did you get my monster intelligence/drowning messages 14:28:35 yes! but i forgot them 14:28:41 let me check my sequell backlog 14:28:52 oh yeah 14:29:08 i think i'd prefer just adjusting the meph hd scaling if necessary 14:29:38 fine by me 14:31:56 I'm gonna poke at less controversial int-related stuff first 14:31:56 do you feel that meph changes should block the int simplification merge? 14:31:56 i think i'm coming around to it not being much of a big deal after all, iirc meph has had other changes since the standing-still thing 14:31:56 or maybe it hasn't but it's just a lot less commonly used these days 14:31:56 did that change predate the "doesn't fill all 3x3 tiles" thing? 14:32:01 i'm not sure, possibly 14:34:29 hm, you cleaned up some of the weird int stuff we were talking about already 14:34:34 starcursed masses, etc 14:34:57 -!- Pacra has joined ##crawl-dev 14:35:06 yeah, i felt like that stuff was simple enough to go straight in (and hopefully shouldn't cause very much in the way of conflicts) 14:35:16 did cause conflicts but they're simple 14:36:14 wonder what it does take to get a HypedFungus if convoker traps won't do it 14:38:26 HyperactiveFungus? 14:39:45 orc hurlers, obviously 14:42:23 PleasingFungus: did you see my vague plan for labs? 14:42:36 this one is easier than elf reform, so I'm going to try this first 14:43:03 my plan for lab reform was the minmay plan 14:43:10 but I'm fine with trying yours first 14:43:12 (: 14:43:23 what, doy smiley?!?! 14:43:39 I've been getting into the habit of using them 14:43:40 they're fun 14:43:53 the winky face is really fucked up, though. 14:45:31 ;( 14:45:39 ;-[ 14:45:52 (-; 14:48:59 [-_*] 14:49:11 ! 14:49:32 OK, let's see if this ruins everything. 14:49:56 -!- zxc232 has quit [Read error: Connection reset by peer] 14:50:10 03PleasingFungus02 07* 0.17-a0-1116-gd63ab3c: Simplify monster intelligence 10(4 days ago, 28 files, 552+ 639-) 13https://github.com/crawl/crawl/commit/d63ab3c59aa3 14:52:27 man, looks like a squished commit 14:52:35 -!- gammafunk has quit [Quit: leaving] 14:53:25 oh no i forgot to complain about I_HUMAN being speciesist 14:53:32 I knew someone would 14:53:37 haha 14:54:01 considered I_SENTIENT but it's longer and has a weird feel for crawl 14:54:09 -!- gammafunk has joined ##crawl-dev 14:54:12 the enum feels... 14:54:33 i think my only other concern was messing with monster forgetfulness in a fairly big way for scary stuff like liches and so on 14:54:47 but it looks like you bumped that up a bit for the merged I_HUMAN since i last looked 14:54:50 yeah 14:54:56 that was in response to your concerns 14:55:05 aha, wasn't sure if i'd mentioned it or not 14:55:07 it's somewhere around the mean, a little below 14:55:23 %git 14:55:30 er 14:55:32 %git 14:55:32 07PleasingFungus02 * 0.17-a0-1116-gd63ab3c: Simplify monster intelligence 10(4 days ago, 28 files, 552+ 639-) 13https://github.com/crawl/crawl/commit/d63ab3c59aa3 14:56:09 wow that mon-speak stuff looks scary just from the snippets in the diff 14:56:12 confession: I increased plant/animal forgetfulness times specifically so that i could retain the nice doubling pattern 14:56:21 intelligence, base char and monster shape checks all rolled in together 14:56:25 other confession: I have no idea what effect the mon-speak changes have 14:56:28 what could possibly go wrong 14:56:33 I was going to check & then I didn't 14:56:38 going to do that now 14:56:38 great enum: DID_SOULED_FRIEND_DIED 14:57:09 @??gastronok 14:57:10 Gastronok (06w) | Spd: 5 | HD: 20 | HP: 150 | AC/EV: 3/1 | Dam: 40 | 10items, 10doors, amphibious, spellcaster, see invisible | Res: 06magic(80), 12drown | Chunks: 14noxious | XP: 2234 | Sp: airstrike (0-50), slow, swiftness, sum.small mammal, cantrip | Sz: Big | Int: normal. 14:57:26 maybe the 'w' check is for him 14:57:36 I don't think so 14:57:43 almost all of that code is completely unused, as far as I can tell 14:57:49 nice 14:57:57 I suspect it was written in expectation of people writing fiddly dialogue stuff 14:58:16 there is literally no use of the "smart" prefix 14:58:16 right, i didn't think i'd ever actually seen a "smart" or "stupid" tag in the speech database 14:58:23 and "stupid" is only used for "stupid * humanoid" 14:59:09 um. to... make them not talk 14:59:17 how many stupid humanoids are there? 14:59:36 I can't think of any 15:00:00 golems maybe 15:00:26 -!- Utrick has quit [Quit: Utrick] 15:00:33 -!- Pacra has quit [Ping timeout: 276 seconds] 15:01:08 -!- Pacra has joined ##crawl-dev 15:02:21 oh, that could be 15:03:10 left over from training dummies? 15:04:03 don't be silly, training dummies are I_HIGH of course 15:04:11 like all statues 15:04:17 good to be consistent. :) 15:04:24 death corpse are humanoid ? ? ? ? ? ? ? 15:04:27 um 15:04:29 death cobs 15:04:35 just look at the tiles!!! 15:06:01 also the full list of stupid humanoids is: grand avatars, jiangshi, shadows, iron/toenail/electric/crystal/guardian golems, spellforged servitors 15:06:10 this was definitely a worthwhile use of my time 15:06:42 jiangshi are stupid? 15:06:45 grand avatars are humanoid? 15:06:49 apparently so! 15:06:54 hm 15:06:58 I really wonder how much of this code I could gut 15:07:03 certainly everything not humanoid-related 15:07:28 I wonder if removing the rest would break anything. 15:07:35 er, *removing the shape chekc 15:07:45 maybe confused golems screaming mommeeeeeeee 15:07:56 if you can confuse golems now, i still don't know how that stuff actually changed 15:08:20 no I'd keep the "int < human -> stupid" thing 15:08:26 -!- ohyou has quit [Quit: HydraIRC -> http://www.hydrairc.com <- The professional IRC Client :D] 15:08:26 but I'm considering removing the "if they're humanoid" bit 15:08:29 ah ok 15:09:52 -!- Twiggytwiggytwig has quit [Ping timeout: 272 seconds] 15:12:02 -!- Insomniak` has quit [Quit: I like to rock] 15:14:11 huh 15:14:16 there is exactly one monster with MON_SHAPE_CENTIPEDE 15:14:23 it has custom speech lines 15:16:02 -!- stanzwecha is now known as stanzill 15:16:02 -!- ontoclasm has joined ##crawl-dev 15:16:20 timed_effects.cc: In function ‘int _mon_forgetfulness_time(mon_intel_type)’: 15:16:24 timed_effects.cc:1056:1: warning: control reaches end of non-void function [-Wreturn-type] 15:16:49 sounds like your compiler is bad with enums 15:16:49 !function _mon_forgetfulness_time 15:16:50 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/timed_effects.cc#l1046 15:17:16 or it has little faith in valid enum values being passed 15:17:31 which, given c++, is fair 15:17:36 well you should have a default case probably 15:17:44 hrm 15:17:48 only three enum vals? 15:18:03 yeah I guess even then there should be a default 15:18:24 implementing. 15:19:47 -!- ohyou has quit [Quit: Leaving] 15:20:07 03gammafunk02 07* 0.17-a0-1117-gebcb98e: Remove some unnecessary tags from Lab monster specs 10(14 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/ebcb98e8220e 15:20:46 03PleasingFungus02 07* 0.17-a0-1118-g1b899f9: Add a default case (gammafunk) 10(37 seconds ago, 2 files, 2+ 10-) 13https://github.com/crawl/crawl/commit/1b899f9d3b21 15:20:50 gammafunk: the ghoul buff....! 15:21:11 after watching PleasingFungus play Gh, I feel they must need a buff 15:21:33 keep in mind C++ cannot check them statically given that the compiler cannot tell the difference between an enum used as an ADT and an enum used as a bitmask 15:23:51 -!- CanOfWorms has joined ##crawl-dev 15:24:17 oh, oops 15:25:12 03PleasingFungus02 07* 0.17-a0-1119-g2ff98a8: Cleanup some strange mon-speak code 10(73 seconds ago, 1 file, 8+ 7-) 13https://github.com/crawl/crawl/commit/2ff98a866188 15:25:12 03PleasingFungus02 07* 0.17-a0-1120-ga59de97: Re-add some accidentally removed speech 10(40 seconds ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/a59de97f8e67 15:25:12 03PleasingFungus02 07* 0.17-a0-1121-gc406eca: Remove complex & unused speech code 10(25 seconds ago, 1 file, 2+ 35-) 13https://github.com/crawl/crawl/commit/c406eca7d81f 15:25:15 -!- WalkerBoh has quit [Remote host closed the connection] 15:25:38 03PleasingFungus02 07* 0.17-a0-1122-gec16775: Shuffle a variable around 10(11 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/ec16775f53cd 15:25:41 -!- nicolae- has joined ##crawl-dev 15:26:23 im bad 15:26:29 03PleasingFungus02 07* 0.17-a0-1123-g6d3914c: Re-shuffle a variable 10(14 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/6d3914c6f7b0 15:27:28 hm, how do I cancel a travis build 15:27:47 shuffling all those variables 15:27:51 nvm got it 15:28:02 one of those didn't actually compile... 15:28:17 ah push, compile 15:28:21 the PleasingFungus dev cycle 15:28:37 rude. 15:28:52 owned 15:29:16 gammafunk: my original idea for the cloud axe was to also have it be noisy to counterbalance the cloud dropping, do you think that's necessary/useful 15:30:26 well the fcloud will certainly be good through the entire game, even in most parts of extended 15:30:28 -!- ZChris13 has quit [Ping timeout: 246 seconds] 15:30:52 I think if the only additional thing it does is make an fcloud...hrm does it give rc++ or something? 15:30:58 ??flaming_death 15:30:58 scimitar of flaming death[1/1]: the +6 scimitar of Flaming Death {flame, rPois rF++ rC- MR+} has a chance to sticky flame what it hits. 15:31:05 or are you going the flaming death route 15:31:13 rC++ rF- is possible 15:31:20 atm its other properties are maybe Noisy, rC++, and +Fly (for the original winds theme) 15:31:31 rC++ rF- is done on the dagger of chilly death so i wanted to switch it up 15:31:39 ah yeah 15:31:51 does it need ++? 15:31:56 beware + inflation... 15:32:00 probably not, no 15:32:07 hrm 15:32:08 beware the + cost! 15:32:10 ??firestarter 15:32:10 firestarter[1/3]: +7 great mace of flaming; rF++, inner flames what it hits. 15:32:18 no one told this to Basil 15:32:28 then again 15:32:30 inner flame 15:32:35 <3 firestarter 15:32:38 well, firestarter's clouds are a little more dangerous than cloudaxe's 15:32:45 well tbh rF+ is probably fine for that as well 15:33:16 doesn't it have some special resist effect 15:33:21 also i thought of calling it "the Winds of Winter" which i like except it's also the name of the next game of thrones book 15:33:31 it might 15:33:38 ??firestarter[2 15:33:38 firestarter[2/3]: !lg zermako VSBe Lair:1 1 -tv 15:33:40 ??firestarter[3 15:33:40 firestarter[3/3]: The ancient lich explodes! 15:33:44 heh, zermako tv 15:33:58 nicolae-: cutting wind? 15:33:58 !lg zermako VSBe Lair:1 1 -tv 15:33:58 !lg zermako 15:33:58 1. Zermako, XL11 VSBe, T:9225 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 15:33:59 6465. Zermako the Grappler (L8 TrMo of Okawaru), blasted by an orc priest (divine providence) on D:6 on 2015-04-11 19:42:45, with 1097 points after 4629 turns and 0:08:36. 15:34:37 amalloy: maybe, i'd like to emphasize coldness in the name too somehow though 15:34:37 the Traitorous Axe 15:35:21 personally I'd advise anything that screams HIGH FANTASY at the player too loudly 15:35:25 *advise against 15:35:44 * PleasingFungus screams at gammafunk! 15:35:51 crawl doesn't take itself too seriously 15:36:12 nicolae-: i guess i thought cutting wind implied cold, but it actually doesn't. biting wind does, but that's less axe-themed 15:36:14 the Glass Axe if you want a real suggestion 15:36:21 perhaps i could just go over-the-top into ridiculous high fantasy parody 15:36:44 ??swinging_sword 15:36:44 swinging sword ~ singing sword[1/2]: Unbranded +7 double sword that makes noises. Makes more noise and becomes "screaming sword" at high tension, dealing "sonic" (irresistable) damage to every enemy in los. The damage is bad. 15:36:49 THE FRIGID AXE OF FROSTCOLD GLACIER 15:36:55 noisy on unrands does seem a bit weird because you get a load of silly messages that probably don't fit the theme of whatever you thingy is 15:37:09 oh, that's a good point 15:37:16 MarvinPA: well you could change it 15:37:19 you can define your own according to the art-data.txt 15:37:21 unless you're planning on writing a bunch of unique speech for it like for singing sword! there is support for that already 15:37:24 yeah 15:37:38 i don't mind writing speech, i've written plenty before 15:37:47 well another to keep in mind is that singing sword is already there as a noisy weapon 15:37:47 you do not need as much as singing sword has. 15:37:53 nothing needs as much as singing sword has. 15:38:05 yes that is also very true 15:38:10 oh, no, i'd make like a half dozen lines 15:38:20 it wouldn't talk it's just windy 15:38:35 $ howls mournfully! 15:38:39 I'm biased against things that make my game feel like I'm worshiping Q, I guess 15:39:12 but we have noisy shield, noisy weapon covered 15:39:26 noisy boots or hat?!?! 15:39:37 the Ringing Ring 15:39:39 wasn't high council noisy for a while 15:39:54 ??hat_of_the_high_council 15:39:55 hat of the high council[1/1]: the +2 hat of the High Council {Archmagi, Wiz- Stlth-}. Think of it as a hat of wild magic - more spell power but less spell success. 15:40:23 nicolae-: Stlth- is also possible 15:40:30 at some point I may implement 'majin-bo has a small chance of whispering to you when you cast spells' 15:40:39 "you're doin' it wrong" 15:40:47 "your hand movements are crap" 15:40:50 very small chance, 1/100 or 1/1000 15:40:51 haha 15:41:04 make it just say 'cang' 15:41:04 cang 15:41:32 "stop waving me around like that" 15:41:50 ??noisy 15:41:51 noisy[1/2]: Whenever you attack with this weapon, it has a 1 in 20 chance to make 20 noise (unless you are silenced). 15:42:03 ??noisy[2 15:42:03 noisy[2/2]: It's an ego weapon... with personality! 15:42:11 "listen. we're friends, right? i need a favor. i need you to let me have all of your blood." 15:42:15 !learn del noisy[2] 15:42:16 Deleted noisy[2/2]: It's an ego weapon... with personality! 15:42:44 I guess noisy is a lot less bad than Q nois 15:42:44 e 15:42:58 I've not used one, but 1/20 doesn't seem too bad 15:43:20 as long as it doesn't make me wish I was just using a freezing exec with the same enchant 15:45:00 well. 15:45:30 Axe of Gammafunk's Delight {super noise, autojoin qazlal} 15:45:49 man 15:46:02 I would not even be able to use that for breadswinging 15:54:33 Snozzcumber of gammafunk's sorrow {HeSu? ^Qyes} 15:56:33 -!- ystael has quit [Ping timeout: 240 seconds] 15:57:13 -!- Textmode has joined ##crawl-dev 15:58:56 -!- mibe has quit [Quit: Page closed] 16:03:22 -!- Hanyuu has quit [Ping timeout: 246 seconds] 16:06:02 -!- st_ has joined ##crawl-dev 16:09:15 -!- CcS has quit [Quit: Page closed] 16:18:22 -!- Orfax has quit [Ping timeout: 256 seconds] 16:22:23 how can i define a macro that takes an argument? i presume i have to write some lua somewhere? my goal is to translate *vq to something like: =iqa wa dq, to make a weapon i just found into my primary and drop the old one 16:26:28 -!- portana has quit [Ping timeout: 246 seconds] 16:37:16 -!- Yogidabear has quit [Quit: Page closed] 16:37:37 -!- Shard1697_ has joined ##crawl-dev 16:40:41 -!- Lasty has joined ##crawl-dev 16:40:50 -!- Shard1697 has quit [Ping timeout: 252 seconds] 16:41:34 -!- elliptic has quit [Quit: Leaving] 16:42:03 -!- Kellhus has quit [Quit: Page closed] 16:44:14 -!- Dynast has quit [Quit: Page closed] 16:57:22 are oka armor gifts in volcano/ice cave weighed towards having rF/rC, respectively? 16:57:29 or do I just notice it when it happens 17:00:40 -!- rossi has quit [Quit: WeeChat 1.2-dev] 17:05:03 -!- kazimuth has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 17:06:22 -!- Crawl_Bacchus has quit [Client Quit] 17:06:48 the second one 17:09:00 -!- ohyou has quit [Read error: Connection reset by peer] 17:09:10 Unstable branch on crawl.lantea.net updated to: 0.17-a0-1123-g6d3914c (34) 17:16:43 -!- ldf has joined ##crawl-dev 17:31:45 -!- Utis has quit [Ping timeout: 240 seconds] 17:32:50 -!- nicolae- has left ##crawl-dev 17:39:02 -!- WereVolvo has quit [Read error: Connection reset by peer] 17:40:55 -!- siepu has quit [Quit: Leaving] 17:41:23 -!- elliptic has joined ##crawl-dev 17:42:09 -!- Weretaco has quit [Quit: leaving] 17:42:33 -!- ystael has quit [Ping timeout: 265 seconds] 17:47:45 -!- Lasty has quit [Ping timeout: 240 seconds] 17:49:37 -!- Chance672 has quit [Ping timeout: 264 seconds] 17:50:35 -!- Tux[Qyou] has quit [Quit: Excess flood] 17:51:24 -!- Lasty has joined ##crawl-dev 17:52:25 amalloy: you'll have to integrate it into read() 17:52:28 *ready() 17:54:14 hrm, actually no you'd probably just make a normal macro 17:54:19 and make it can inventory 17:55:14 -!- tabstorm has quit [Ping timeout: 245 seconds] 17:56:15 -!- Patashu has joined ##crawl-dev 17:56:21 you could make it prompt for an inventory slot, but that's probably awkward 17:58:48 -!- Ivan_Miles has quit [Quit: Verlassend] 18:00:53 -!- tabstorm has joined ##crawl-dev 18:00:58 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 18:01:20 -!- dtsund has quit [Quit: dtsund] 18:06:12 -!- LexAckson has joined ##crawl-dev 18:09:04 -!- stanzill has quit [Quit: au rev] 18:11:32 -!- BMag has quit [Quit: Page closed] 18:17:57 -!- UncertainKitten has quit [Ping timeout: 264 seconds] 18:19:26 -!- LordSloth has quit [Remote host closed the connection] 18:22:34 -!- UncertainKitten has joined ##crawl-dev 18:24:11 -!- doubtofbuddha has quit [Ping timeout: 265 seconds] 18:25:14 -!- scummos__ has quit [Ping timeout: 244 seconds] 18:32:51 -!- Earlo has quit [Remote host closed the connection] 18:38:56 gammafunk: can inventory? 18:39:11 sorry, scan inventory 18:39:22 but maybe if you just prompted for a slot letter it would be better 18:39:29 &rc . 18:39:30 http://dobrazupa.org/rcfiles/crawl-git/gammafunk.rc 18:39:56 yeah prompting for a letter is what i imagined 18:39:58 see set_target_skill() 18:40:16 this is elliptic's skill level code 18:41:34 -!- Monkaria has quit [Quit: Page closed] 18:42:27 gammafunk: yeah, okay. so how do i bind a key to run a lua function? 18:42:41 set a macro to ===function_name 18:43:00 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.91.1 [Firefox 3.6.28/20120306064154]] 18:43:06 the === prefix tells the macro system to execute the following founction 18:43:08 got it. thanks 18:43:08 *function 18:43:25 and no parens, so just ===set_target_skill to use that example 18:43:30 right 18:50:13 -!- UncertainKitten has quit [Ping timeout: 264 seconds] 19:13:34 -!- UncertainKitten has joined ##crawl-dev 19:21:57 -!- category has quit [Client Quit] 19:23:28 -!- PsyMar has quit [Client Quit] 19:31:34 -!- ystael has quit [Ping timeout: 272 seconds] 19:43:59 -!- Chance672 has quit [Ping timeout: 245 seconds] 19:50:21 -!- ruthinator has quit [Ping timeout: 264 seconds] 20:01:42 -!- tcjsavannah has quit [Quit: tcjsavannah] 20:01:43 -!- panicbit has quit [Ping timeout: 258 seconds] 20:06:25 -!- HellTiger has quit [Ping timeout: 264 seconds] 20:09:34 03MarvinPA02 07* 0.17-a0-1124-g2be1f75: Remove an inaccurate comment 10(61 seconds ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/2be1f753b403 20:10:52 Wasn't only the first part of that innacurate? 20:11:25 -!- lvh has quit [Ping timeout: 256 seconds] 20:11:49 i think the second part was never accurate 20:12:11 hm 20:12:12 -!- |amethys1 has joined ##crawl-dev 20:12:14 oh right 20:12:15 that applies slow 20:12:23 or rather it was technically accurate in that the freeze spell would remove energy from cold-blooded monsters 20:12:27 but also from all other monsters 20:12:29 heh 20:13:54 -!- broquain1 has joined ##crawl-dev 20:14:00 -!- ZanniqlcKzxkq has joined ##crawl-dev 20:14:12 -!- MarvinPA has quit [Quit: Leaving] 20:14:31 -!- Lasty_ has quit [Ping timeout: 264 seconds] 20:14:32 -!- |amethyst has quit [Ping timeout: 264 seconds] 20:14:32 -!- muravey has quit [Ping timeout: 264 seconds] 20:14:32 -!- Z_LAMP has quit [Ping timeout: 264 seconds] 20:14:32 -!- Xjs|moonshine has quit [Ping timeout: 264 seconds] 20:14:32 -!- broquaint has quit [Ping timeout: 264 seconds] 20:14:32 -!- Zannick has quit [Ping timeout: 264 seconds] 20:15:05 -!- muravey has joined ##crawl-dev 20:16:53 -!- ebering_ has joined ##crawl-dev 20:18:52 -!- Zooty has quit [Ping timeout: 246 seconds] 20:20:54 i swear tavern wants crawl to be all like 20:21:03 a kobold comes into view. do you want to roll a Move Silently check y/n 20:21:35 i guess it would actually be 20:21:43 a kobold comes into view. do you want to roll a Move Silently check type "yes, i do" or "no, i dont" 20:21:53 because they might hit y or n by accident 20:24:17 -!- serq has quit [Changing host] 20:27:32 -!- Lasty_ has joined ##crawl-dev 20:28:41 -!- ebering has quit [*.net *.split] 20:29:46 -!- ProzacElf has joined ##crawl-dev 20:30:30 -!- bitcoinbastard has quit [Read error: Connection reset by peer] 20:37:58 -!- ZChris13 has joined ##crawl-dev 20:41:56 -!- rossi_ has quit [Ping timeout: 265 seconds] 20:44:04 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 20:44:17 -!- Blazinghand has quit [Ping timeout: 265 seconds] 20:45:13 New branch created: pull/40 (1 commit) 13https://github.com/crawl/crawl/pull/40 20:45:13 03Evan Shaw02 07[pull/40] * 0.17-a0-1125-gfdd4ec3: Sticks to snakes are always friendly 10(6 weeks ago, 1 file, 1+ 3-) 13https://github.com/crawl/crawl/commit/fdd4ec31ab10 20:57:21 -!- ProzacElf has quit [Ping timeout: 240 seconds] 21:01:44 -!- ProzacElf has joined ##crawl-dev 21:07:31 -!- Patashu has quit [Ping timeout: 256 seconds] 21:08:51 -!- Patashu has joined ##crawl-dev 21:09:37 -!- ruthinat` has quit [Remote host closed the connection] 21:10:54 -!- Behr has quit [Quit: Leaving] 21:11:58 -!- bonghitz has quit [Remote host closed the connection] 21:12:48 -!- tabstorm has quit [Ping timeout: 265 seconds] 21:15:17 -!- mp[crawl] has quit [Remote host closed the connection] 21:15:34 -!- magicpoints has joined ##crawl-dev 21:16:56 -!- ProzacElf has quit [Ping timeout: 252 seconds] 21:18:10 -!- nicolae- has joined ##crawl-dev 21:19:34 -!- Shard1697_ has quit [Ping timeout: 265 seconds] 21:20:49 -!- Patashu has quit [Ping timeout: 264 seconds] 21:21:32 -!- Patashu has joined ##crawl-dev 21:26:34 03Evan Shaw02 07* 0.17-a0-1125-gfdd4ec3: Sticks to snakes are always friendly 10(6 weeks ago, 1 file, 1+ 3-) 13https://github.com/crawl/crawl/commit/fdd4ec31ab10 21:26:34 03PleasingFungus02 07* 0.17-a0-1126-gac09380: Merge pull request #40 from edsrzf/sticks-to-snakes-cursed 10(3 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/ac09380f0344 21:26:55 -!- ProzacElf has joined ##crawl-dev 21:27:18 -!- ystael has quit [Ping timeout: 276 seconds] 21:29:28 -!- tabstorm has joined ##crawl-dev 21:31:29 oh hey, i know that guy 21:35:13 PleasingFungus? 21:35:17 he's a myth 21:35:32 a legend told around campfires to scare crawl players 21:35:42 'xactly 21:35:55 .gmap 21:35:55 151. Sharkman1231 the Nimble (L14 FeEE of Ru), blasted by a singularity (gravitational forces) (created by a moon troll) in WizLab (wizlab_lehudib) on 2015-05-24 01:32:59, with 63947 points after 61845 turns and 2:03:32. 21:36:01 I watched this cat die 21:36:08 Just sat there, watched him die 21:36:19 .phyte 21:36:24 why aren't you helping, gammafunk 21:36:28 5. Apollyon the Severer (L16 DsBe of Trog), mangled by a shambling mangrove on Swamp:3 (nicolae_swamp_phyte_club) on 2015-05-16 04:42:45, with 137594 points after 30014 turns and 2:45:45. 21:36:32 oo, five 21:38:38 -!- serq has quit [Quit: leaving] 21:40:14 wow, phyte club 21:40:46 it's killed five players so far 21:41:00 maybe i should edit it and put in a few more shambling mangroves 21:41:02 and a dryad 21:41:06 get my count up 21:42:19 -!- Lasty has quit [Quit: Leaving.] 21:52:01 New branch created: pull/41 (1 commit) 13https://github.com/crawl/crawl/pull/41 21:52:01 03Evan Shaw02 07[pull/41] * 0.17-a0-1127-g1824716: Xom is not extra amused by cursed cloaks and gloves 10(22 minutes ago, 1 file, 1+ 9-) 13https://github.com/crawl/crawl/commit/182471613b77 21:59:26 03Evan Shaw02 07* 0.17-a0-1127-g1824716: Xom is not extra amused by cursed cloaks and gloves 10(30 minutes ago, 1 file, 1+ 9-) 13https://github.com/crawl/crawl/commit/182471613b77 21:59:26 03gammafunk02 07* 0.17-a0-1128-gb802298: Merge pull request #41 from edsrzf/xom-curse-stimulation 10(6 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/b802298dc2c4 22:02:01 hrm, wonder if I should just add him to mailmap under edsrzf 22:04:57 03gammafunk02 07* 0.17-a0-1129-g5854844: Add edsrzf to mailmap and CREDITS.txt 10(2 minutes ago, 2 files, 2+ 0-) 13https://github.com/crawl/crawl/commit/585484417a09 22:05:10 %git :/Xom 22:05:11 07gammafunk02 * 0.17-a0-1128-gb802298: Merge pull request #41 from edsrzf/xom-curse-stimulation 10(6 minutes ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/b802298dc2c4 22:05:24 !gitgrep 2 Xom 22:05:24 %git HEAD^{/Xom}^^{/Xom} 22:05:25 07chequers02 {gammafunk} * 0.17-a0-895-gf5b01ff: Update random altar god distribution. 10(4 weeks ago, 1 file, 12+ 29-) 13https://github.com/crawl/crawl/commit/f5b01ff67ca3 22:05:35 !gitgrep 1 Xom 22:05:35 %git HEAD^{/Xom} 22:05:35 07gammafunk02 * 0.17-a0-1128-gb802298: Merge pull request #41 from edsrzf/xom-curse-stimulation 10(6 minutes ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/b802298dc2c4 22:05:41 oh 22:05:49 %git 1824716 22:05:49 07edsrzf02 * 0.17-a0-1127-g1824716: Xom is not extra amused by cursed cloaks and gloves 10(36 minutes ago, 1 file, 1+ 9-) 13https://github.com/crawl/crawl/commit/182471613b77 22:10:32 -!- Yllodra has quit [Ping timeout: 272 seconds] 22:12:26 -!- scummos__ has quit [Ping timeout: 272 seconds] 22:13:43 -!- LordSloth has quit [Remote host closed the connection] 22:15:16 i think ask him what he prefers 22:15:27 -!- travis-ci has joined ##crawl-dev 22:15:28 The build has errored. (master - ac09380 #2672 : Nicholas Feinberg): http://travis-ci.org/crawl/crawl/builds/63818885 22:15:28 -!- travis-ci has left ##crawl-dev 22:17:06 should i have a temp tile made up for an unrand patch or is it okay for it to be a TODO shaped axe for a while 22:17:33 it's always better if you can whip up a passable tile, even if it's some kind of colour swap or something 22:17:38 -!- bonghitz has quit [Ping timeout: 265 seconds] 22:17:48 maybe one of the arte exec axe tiles coloured blue 22:17:59 oh, but there's paper doll as well 22:18:13 but that again can just be "bluer exec axe" 22:19:33 then you beg ontoclasm or CanofWorms or roctavian to make a better one 22:25:24 argh, guess it's time to install paint dot net or something on this dumb laptop 22:28:46 -!- jefkin has quit [Ping timeout: 272 seconds] 22:29:55 -!- gressup has quit [Quit: Leaving] 22:37:09 -!- scummos__ has quit [Ping timeout: 264 seconds] 22:37:56 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:41:52 -!- Shard1697_ has joined ##crawl-dev 22:51:52 -!- jefkin has quit [Ping timeout: 255 seconds] 22:59:12 -!- meatpath has quit [Ping timeout: 265 seconds] 22:59:37 -!- Foamed has quit [Quit: Leaving] 23:00:03 -!- mamgar has quit [Read error: Connection reset by peer] 23:00:42 -!- Patashu has quit [Ping timeout: 256 seconds] 23:01:12 -!- LexAckson has quit [Read error: Connection reset by peer] 23:01:16 -!- Patashu has joined ##crawl-dev 23:05:07 -!- Daekdroom has quit [Quit: Leaving] 23:11:13 -!- MolotoveVGC[mac] has quit [Ping timeout: 264 seconds] 23:12:29 -!- Kalir has quit [Changing host] 23:12:36 -!- scummos| has quit [Ping timeout: 256 seconds] 23:13:45 -!- Chance672 has quit [Ping timeout: 240 seconds] 23:15:45 -!- ystael has quit [Ping timeout: 250 seconds] 23:16:23 -!- Evablue has quit [Quit: Evablue] 23:18:56 -!- Lawman0 has quit [Ping timeout: 272 seconds] 23:25:56 -!- doubtofbuddha has quit [Ping timeout: 244 seconds] 23:26:14 -!- mibe has quit [Quit: Page closed] 23:27:03 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.17-a0-1129-g5854844 (34) 23:35:07 -!- Cryten has quit [Quit: Page closed] 23:38:23 !source mon-util.cc:1878 23:38:24 https://github.com/crawl/crawl/blob/master/crawl-ref/source/mon-util.cc#l1878 23:41:07 hrm. where do i add the tiles for the player doll version of equipment. i thought i did it all right but my player is still holding the old tile 23:41:57 nicolae-: rltiles/dc-player.txt under ###Artefacts 23:42:15 i have that, though 23:43:00 well, what do you mean by "the old tile" 23:43:08 there is no old tile, since it didn't exist before, right? 23:43:19 the default for executioner's axes 23:43:29 -!- ussdefiant has joined ##crawl-dev 23:43:34 you probably need to pastebin your patch so we can see what you're doing 23:43:59 -!- meatpath has quit [Ping timeout: 245 seconds] 23:45:16 there's not much to pastebin, i put a tile file in rtiles/player/hand1/artefact and set the tile in dc-player.txt to "frostbite FROSTBITE" like all the rest 23:46:36 nicolae-: in general patches are better than "I did this" 23:46:46 but your problem is possibly art-data.txt 23:46:49 TILE: urand_arc_blade 23:46:49 TILE_EQ: arc_blade 23:46:59 so looks like you need an entry there as well 23:47:05 nope, i have that too 23:47:15 ok, again, gonna need to see a patch 23:47:15 TILE: urand_frostbite 23:47:15 TILE_EQ: frostbite 23:47:27 just make a patch will all your frostbite commits 23:47:29 *with 23:47:44 -!- bonghitz has quit [Ping timeout: 245 seconds] 23:47:59 either that or put in public repo 23:48:01 -!- Brannock has quit [Ping timeout: 265 seconds] 23:48:12 use the git, my child 23:50:33 -!- Blazinghand has joined ##crawl-dev 23:55:25 http://pastebin.com/Eg1YP1mP 23:57:53 wow 23:57:57 word patch in the commit title 23:58:13 :(