00:00:37 I don't know whether we want to display quite that much stuff either, but it is cool that we can 00:01:07 i realised a lot of the fields i was picking were pretty boring anyway, so the variety will be cut down 00:01:19 i'd like to show tidbits especially since i made snark work to expose this API, but we'll see 00:01:54 Unstable branch on crawl.s-z.org updated to: 0.16-a0-4013-gd591273 (34) 00:02:09 showing god is probably worthwhile in general? 00:02:38 Level 18 Ogre Arcane Marksman 00:02:44 of Okawaru on level 1 of the Vaults 00:03:57 this looks great, chequers 00:05:06 thanks :) hopefully finished soon... 00:06:39 <|amethyst> elliptic: so it's safe to push these tense changes? 00:07:08 <|amethyst> I guess I should double-check that sizzell doesn't care 00:07:20 there 00:07:41 Ditheos the Archer 00:07:41 Level 10 Centaur Fighter of Okawaru on level 10 of the Dungeon 00:07:41 Just killed the ghost of Sharkman1231 the Severer, an experienced HOGl of Okawaru 00:07:44 <|amethyst> sizzell doesn't care 00:07:46 phew, lots of into there 00:07:52 chequers: btw, mind changing the "Community Wiki" line to say "Information on game items & concepts." instead of "Up-to-date information on game items & concepts"? the wiki has improved a lot at this, but there are lots of articles that are still on 0.13 or 0.14 and 0.16 is coming out soon... 00:09:02 |amethyst: it should be fine for abyss.enter and monstrous; in general sequell seems to use fairly robust patterns to capture nouns 00:09:42 <|amethyst> !lm * monstrous s=noun 00:09:43 20587 milestones for * (monstrous): 20587x demonspawn 00:09:47 <|amethyst> haha 00:10:14 I didn't actually check for monstrous but I assume it just checks the verb to determine the noun 00:10:18 <|amethyst> I guess it wouldn't hurt for the new ones to have noun=ancestry 00:10:40 or maybe it takes the last word, yeah... I'll go see 00:11:12 -!- Brannock_ has quit [Ping timeout: 246 seconds] 00:11:13 case "monstrous": 00:11:13 noun = "demonspawn" 00:11:17 <|amethyst> ah 00:11:32 <|amethyst> which file is this stuff in? 00:11:38 var rAbyssCause = regexp.MustCompile(`\((.*?)\)$`) 00:11:48 this is in the go-sequell repository 00:11:53 not in dcss_sequell 00:12:04 in crawl/xlogtools/crawlxlog.go 00:12:11 <|amethyst> oh 00:14:55 <|amethyst> !lm * ds / quitting 00:15:03 <|amethyst> err 00:15:04 42980/1075468 milestones for * (ds): N=42980/1075468 (4.00%) 00:15:05 <|amethyst> !lg * ds / quitting 00:15:10 71980/436669 games for * (ds): N=71980/436669 (16.48%) 00:15:42 -!- agentgt has joined ##crawl-dev 00:15:58 <|amethyst> I guess monstrous DS don't have a higher infanticide rate than DS in general... 16.27% vs 16.48% 00:16:09 <|amethyst> though I guess to be fair 00:16:14 <|amethyst> !lg * ds xl>1 / quitting 00:16:16 37825/303190 games for * (ds xl>1): N=37825/303190 (12.48%) 00:16:53 -!- Hailley has quit [Ping timeout: 240 seconds] 00:18:12 03|amethyst02 07* 0.16-a0-4014-g1b2400b: Fix the tense of abyss.enter milestones (chequers) 10(19 minutes ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1b2400b27680 00:18:12 03|amethyst02 07* 0.16-a0-4015-gbcafd6c: Fix the tense of monstrous milestones (ontoclasm) 10(12 minutes ago, 1 file, 4+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=bcafd6c12638 00:18:56 <|amethyst> inb4 bug report about singular they 00:28:23 03elliptic02 07* 0.16-a0-4016-g4bab8b1: Replace the trapwalk_safe_hp option with a lua hook (c_trap_is_safe). 10(2 hours ago, 6 files, 18+ 25-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=4bab8b1002fd 00:28:23 03elliptic02 07* 0.16-a0-4017-g5508f4c: Remove rPois- as an artefact property. 10(24 minutes ago, 5 files, 13+ 11-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5508f4ce1861 00:30:54 <|amethyst> elliptic: +1 to setting aside such a place (other than settings/advanced_optioneering.txt, because user docs probably shouldn't be in comments :) 00:32:50 yeah... I don't have a good enough grasp of our docs to know where a good place for this would be or exactly what it should contain, but I'd certainly be willing to help write the docs about the lua that I know something about 00:33:37 <|amethyst> elliptic: what's the difference between c_ and ch_ btw? that the latter is supposed to be a hook-caller? 00:34:54 <|amethyst> elliptic: honestly I'd start with a new directory docs/scripting and not worry too much about how it fits with the rest of the docs 00:35:17 <|amethyst> elliptic: I was even thinking docs/develop/clua but I guess there are good arguments for keeping it out of develop/ 00:35:24 <|amethyst> elliptic: API documentation would be a good start 00:35:30 <|amethyst> elliptic: narrative can come later 00:35:41 <|amethyst> elliptic: but a list of hooks and of clua-accessible functions 00:35:56 I don't know, c_ and ch_ seem to be used fairly interchangeably as hooks 00:36:17 maybe there's some logic (which I have probably been violating) but there aren't any docs to tell me :) 00:38:12 making a new directory sounds like a good idea, I was thinking of just putting stuff in a single file in docs/ but that's probably a bad idea if it is going to contain all the clua-accessible functions as well as other stuff 00:40:44 <|amethyst> // All hook names must be chk_???? 00:41:03 <|amethyst> followed by a list of one hook 00:41:20 <|amethyst> (chk_startgame, which I didn't even know about) 00:41:43 nice, I didn't know about that one either 00:41:43 -!- simmarine has quit [Ping timeout: 264 seconds] 00:42:03 because when I've looked for hooks in the past, I've just looked for clua.callfn and stuff like that 00:42:36 <|amethyst> yeah 00:42:39 <|amethyst> hm 00:42:48 <|amethyst> so as far as I can tell, ignoring recent stuff 00:43:00 <|amethyst> and ignoring chk_startgame 00:43:09 -!- orneryostrich has quit [Ping timeout: 252 seconds] 00:43:11 <|amethyst> oh, not, not ignoring chk_startgame 00:43:40 <|amethyst> ch_blah is used for a function the user can provide ("ready" is also of this type) 00:44:05 <|amethyst> c_blah is a hook-calling function provided by userbase.lua or other built-in code 00:44:14 <|amethyst> and chk_blah is the list of hooks used by c_blah 00:44:55 <|amethyst> not sure why we don't use CLua::runhook more 00:44:59 isn't ch_force_autopickup a hook-calling function in userbase.lua though? or is that relatively recent? 00:45:01 <|amethyst> rather than the c_ functions 00:45:18 <|amethyst> oh 00:45:31 -!- tabstorm has quit [Ping timeout: 252 seconds] 00:46:19 <|amethyst> no, it's not recent at all 00:47:39 <|amethyst> %git 1ef09d3a 00:47:39 07Matthew_Cline02 * 0.4-a0-3240-g1ef09d3: Restore capability of lua scripts to change autopickup behaviour so pickup_butcher_tool.txt can work, changed so that ')' doesn't have to be in the autopickup line for it to work. Also changed so that it's easy for multiple lua functions to change autopickup without stepping on each other. 10(7 years ago, 3 files, 57+ 6-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1ef09d3a6fed 00:48:43 <|amethyst> well, I still stand by my suggestion for how things should be given that one wants to rename as little as possible 00:50:44 yeah, looks reasonable 00:51:10 <|amethyst> if we're willing to have a flag day and say that 0.17 will break all bots/scripts... 00:51:33 <|amethyst> we could have something a bit more mnemonic than c_ ch_ chk_ 00:52:24 <|amethyst> of course we break parts of the lua API fairly often anyway... 00:52:43 <|amethyst> it's really more of an "Application Programming Suggestion" 00:53:43 -!- orneryos_ has quit [Ping timeout: 264 seconds] 00:55:29 -!- tabstorm has joined ##crawl-dev 00:56:00 I expect that a fairly large proportion of the hooks that are only documented in source code haven't been used for years, if ever 00:56:23 %git 0c9cba87 00:56:23 07by02 * 0.6.0-a1-1071-g0c9cba8: Allow overriding of monster target selection through Lua. 10(5 years ago, 1 file, 11+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0c9cba8792ed 00:56:38 like this 00:57:43 -!- ystael has quit [Ping timeout: 256 seconds] 00:57:56 I think it is possible that all the c_ ch_ chk_ could be renamed and only a dozen or so people would be affected, but I haven't actually checked... maybe there is some popular script I don't know about 00:59:05 but a lot of the chk_ have helper functions like add_autopickup_func to insert in them, and the ch_ are mostly pretty technical 00:59:23 <|amethyst> yeah, chk_ *should* all be internal 01:00:37 -!- Z_LAMP has quit [Read error: Connection reset by peer] 01:01:40 <|amethyst> could put all that stuff, and ready(), into a "callback" module/object/whatever lua calls it 01:03:00 <|amethyst> oh, namespace 01:03:06 <|amethyst> we already have a similar one for dlua 01:07:31 -!- CcS has quit [Ping timeout: 264 seconds] 01:10:00 <|amethyst> anyway, I must be going now, but maybe I'll get a chance to write some docs at some point 01:10:03 <|amethyst> https://crawl.develz.org/mantis/view.php?id=4560 01:10:54 <|amethyst> Looks like samb has some suggestions. Also there's some stuff at the dev wiki 01:10:59 -!- markgo` has quit [Quit: Leaving] 01:11:18 -!- WalkerBoh has quit [Remote host closed the connection] 01:11:43 <|amethyst> https://crawl.develz.org/wiki/doku.php?id=dcss:help:maps:lua:modules:start 01:18:14 -!- CacoS has quit [Ping timeout: 250 seconds] 01:20:23 -!- Kintak has quit [Ping timeout: 240 seconds] 01:21:51 -!- Z_LAMP has quit [Read error: Connection reset by peer] 01:22:22 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 01:27:31 -!- tabstorm has quit [Ping timeout: 252 seconds] 01:33:55 -!- elliptic has quit [Ping timeout: 252 seconds] 01:33:59 -!- Moonsilence has quit [Ping timeout: 256 seconds] 01:37:26 -!- elliptic has joined ##crawl-dev 01:41:31 -!- heteroy has quit [Ping timeout: 265 seconds] 01:41:42 -!- Patashu has joined ##crawl-dev 01:45:59 neqoxec (133) | Spd: 10 | HD: 6 | HP: 22-43 | AC/EV: 4/12 | Dam: 15 | 05demonic, 10doors, evil, lev | Res: 06magic(40), 03poison, 04rot, 13neg+++, 13torm | Vul: 08holy++, 11silver | XP: 181 | Sp: malmutate [06!sil], brain feed [06!sil], sum.minor demon [06!sil] | Sz: Medium | Int: normal. 01:45:59 %??neqoxec 01:46:12 shining eye (13G) | Spd: 7 | HD: 10 | HP: 43-67 | AC/EV: 3/1 | see invisible, lev | Res: 13magic(immune), asphyx, 12drown | Vul: 11silver | XP: 543 | Sp: malmutate [06!sil] | Sz: Medium | Int: plant. 01:46:12 %??shining_eye 01:46:14 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 01:47:00 -!- markgo` has quit [Client Quit] 01:47:34 -!- NilsBloodaxe has quit [Quit: Page closed] 01:49:17 -!- markgo has quit [Ping timeout: 256 seconds] 01:50:46 -!- gammafunk has quit [Quit: leaving] 01:53:22 -!- eliana has quit [Quit: Page closed] 01:54:40 -!- dtsund has quit [Quit: dtsund] 02:06:08 -!- broquaint has quit [Remote host closed the connection] 02:07:04 "I would prefer just not generating two timed portal vaults on the same level" yeah this makes sense elliptic 02:13:12 -!- CcS has quit [Ping timeout: 245 seconds] 02:14:15 -!- st_ has joined ##crawl-dev 02:16:49 -!- twb has quit [Remote host closed the connection] 02:17:31 ill also repeat that d:8 is too deep for an Ossuary. 02:18:07 Just had another, and while the free potions and scrolls were nice, it was trivial 02:21:33 Unstable branch on crawl.beRotato.org updated to: 0.16-a0-4017-g5508f4c (34) 02:24:39 -!- ussdefiant has quit [Ping timeout: 244 seconds] 02:26:49 is Gretell perma-gone (not seen since Jan 14)? should I post a bug report? 02:28:09 who admins CDO? 02:28:12 ??CDO 02:28:12 cdo[1/4]: Crawl server (also running 4.1), located in Germany, crawl.develz.org, telnet port 345 or ssh port 22, ssh-username: crawl, ssh-key necessary: http://crawl.develz.org/cao_key (openssh) or http://crawl.develz.org/cao_key.ppk (putty) 02:28:43 ??CDO[2 02:28:43 cdo[2/4]: Dump files and other stuff are available on http://crawl.develz.org. 02:28:46 ??CDO[3 02:28:46 cdo[3/4]: If you experience lag try this: enable compression in ssh/putty - enable option use_fake_player_cursor = true - for more see http://crawl.develz.org/wordpress/howto 02:28:55 ??CDO[4 02:28:56 cdo[4/4]: wget http://crawl.akrasiac.org/cao_key; chmod 400 cao_key; ssh -Ci cao_key crawl@crawl.develz.org or On a Mac: curl -O http://crawl.akrasiac.org/cao_key; chmod 400 cao_key; ssh -Ci cao_key crawl@crawl.develz.org 02:29:45 -!- BlackrayJack has quit [] 02:31:35 Kramin, nap.kin does, I think 02:32:27 who is in charge of the gretell bot? 02:32:35 is it also the same person? 02:32:52 !seen niel 02:32:52 Sorry Kramin, I haven't seen niel. 02:32:57 !seen neil 02:32:57 Sorry Kramin, I haven't seen neil. 02:33:20 neil is |amethyst 02:33:22 |amethyst is neil 02:33:27 oh, right 02:33:35 didn't know that 02:34:21 -!- mrwooster has joined ##crawl-dev 02:46:31 -!- ystael has quit [Ping timeout: 256 seconds] 02:58:22 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 02:59:35 -!- muravey has quit [Quit: Be back later ...] 03:00:02 -!- muravey has joined ##crawl-dev 03:10:34 -!- broquaint has joined ##crawl-dev 03:13:37 -!- heteroy has quit [Ping timeout: 245 seconds] 03:14:15 -!- Sgeo has quit [Ping timeout: 244 seconds] 03:23:31 -!- markgo has quit [Ping timeout: 255 seconds] 03:23:37 -!- raskol has quit [Ping timeout: 250 seconds] 03:27:01 -!- tgcid9999 has quit [Ping timeout: 246 seconds] 03:27:44 -!- Whistling_Beard has quit [Read error: Connection reset by peer] 03:31:25 -!- bitcoinbastard has quit [Read error: Connection reset by peer] 03:33:47 -!- Wolfechu has quit [Ping timeout: 246 seconds] 03:38:35 -!- demiskeleton has quit [Quit: Leaving] 03:48:32 -!- Pacra has quit [Read error: Connection reset by peer] 03:49:50 -!- kroki has quit [Client Quit] 04:01:41 -!- scummos^ has quit [Ping timeout: 252 seconds] 04:07:11 -!- bonghitz has quit [Remote host closed the connection] 04:07:53 -!- Blazinghand has quit [Read error: Connection reset by peer] 04:08:13 -!- siepu has quit [Ping timeout: 264 seconds] 04:19:46 -!- mrwooster has quit [Ping timeout: 255 seconds] 04:20:23 -!- NotKintak has quit [Ping timeout: 252 seconds] 04:23:22 -!- mrwooster has joined ##crawl-dev 04:25:02 -!- bonghitz has quit [Remote host closed the connection] 04:25:28 -!- Lightli has quit [Ping timeout: 246 seconds] 04:25:33 -!- scummos^ has quit [Ping timeout: 244 seconds] 04:31:57 -!- SomeStupidGuy has quit [Ping timeout: 252 seconds] 04:34:53 -!- ystael has quit [Ping timeout: 252 seconds] 04:37:21 -!- schistosoma has quit [Read error: Connection reset by peer] 04:39:01 -!- scummos^ has quit [Ping timeout: 250 seconds] 04:52:02 -!- amalloy is now known as amalloy_ 05:00:25 -!- Patashu has quit [Remote host closed the connection] 05:00:45 -!- DrKe is now known as drke 05:00:47 -!- Patashu has joined ##crawl-dev 05:02:21 -!- Hailley has quit [Quit: Petra is closed!] 05:02:27 -!- muravey has quit [Quit: Be back later ...] 05:02:29 -!- drke is now known as DrKe 05:03:22 -!- falu has quit [Quit: WeeChat 1.1.1] 05:05:14 -!- muravey has joined ##crawl-dev 05:05:14 -!- Basil has quit [Ping timeout: 245 seconds] 05:15:09 -!- siepu has quit [Ping timeout: 265 seconds] 05:17:03 -!- plathrop has quit [Ping timeout: 245 seconds] 05:18:46 -!- Zannick has quit [Ping timeout: 244 seconds] 05:19:52 -!- Zannick has joined ##crawl-dev 05:20:16 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 05:22:08 -!- muravey has quit [Quit: Be back later ...] 05:22:42 -!- muravey has joined ##crawl-dev 05:26:57 -!- muravey has quit [Ping timeout: 245 seconds] 05:34:10 -!- Basil has joined ##crawl-dev 05:34:33 -!- Basil is now known as Guest11353 05:41:54 -!- Patashu has quit [Ping timeout: 246 seconds] 05:45:44 -!- siepu has quit [Ping timeout: 246 seconds] 05:46:10 -!- halberd has quit [Quit: Leaving] 05:49:20 -!- bonghitz has quit [Remote host closed the connection] 05:50:03 elliptic: May I suggest adding 'if you.race() == "Demigod" then return false' clauses to qw's plan_find_altar and plan_join_god functions? 05:52:52 -!- muravey has joined ##crawl-dev 05:55:15 -!- Crehl has quit [Quit: Killed by a kitten] 06:00:28 -!- ontoclasm has quit [Quit: Leaving.] 06:08:17 -!- bonghitz has quit [Remote host closed the connection] 06:08:48 -!- ClawlessVictory has quit [Quit: Page closed] 06:20:32 -!- Lasty has joined ##crawl-dev 06:23:47 -!- ystael has quit [Ping timeout: 265 seconds] 06:23:47 -!- Guest11353 has quit [Ping timeout: 265 seconds] 06:24:51 -!- falu has quit [Quit: WeeChat 1.1.1] 06:25:44 -!- bonghitz has quit [Remote host closed the connection] 06:43:41 -!- bonghitz has quit [Remote host closed the connection] 06:46:27 -!- rophy has quit [Quit: Miranda NG! Smaller, Faster, Easier. http://miranda-ng.org/] 06:47:21 -!- Bloax has joined ##crawl-dev 06:48:12 -!- Whistling_Beard has quit [Read error: Connection reset by peer] 06:51:08 -!- klopfdreh has quit [Client Quit] 06:55:13 -!- MarvinPA has joined ##crawl-dev 06:59:10 %git 06:59:10 07elliptic02 * 0.16-a0-4017-g5508f4c: Remove rPois- as an artefact property. 10(7 hours ago, 5 files, 13+ 11-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5508f4ce1861 07:01:07 -!- bonghitz_ has quit [Remote host closed the connection] 07:19:05 -!- bonghitz_ has quit [Remote host closed the connection] 07:20:06 TAS_2012v: yeah, the versions of qw currently in the repository or in qw's rcfile are quite out of date currently but that is indeed something I need to do at some point :) 07:20:47 -!- Kintak has quit [Ping timeout: 256 seconds] 07:27:09 -!- HellTiger has quit [Read error: Connection reset by peer] 07:30:27 I'm trying to learn some Lua and doing a very primitive DCSS bot at the same time, at this time it is not profiled for a certain char type, I'm running it with good_random picks and comparing to gw's results in good_random picks, so I'm doing quite a lot of gw runs 07:30:52 -!- orneryostrich has quit [Remote host closed the connection] 07:30:58 do you mean qw? gw is something else (Grunt's bot) 07:32:43 sometime before 0.16 release I'll update the repository copy of qw with something that should be able to play any starting combo without getting stuck (it won't play very well for most of them though :P) 07:33:57 also, if you feel like running your bot in the next tournament, you will be welcome to join the bot team :) 07:33:58 ehh, I mean qw :) 07:35:44 -!- thrig has quit [Ping timeout: 250 seconds] 07:37:02 -!- bonghitz has quit [Remote host closed the connection] 07:39:18 -!- Lawman0 has quit [Ping timeout: 244 seconds] 07:47:07 gw is pretty funky 07:48:06 -!- Ladykiller69 has quit [Quit: Verlassend] 07:51:50 -!- edlothiol has joined ##crawl-dev 07:53:12 -!- ldf has quit [Ping timeout: 265 seconds] 07:54:59 -!- bonghitz has quit [Remote host closed the connection] 08:06:51 -!- heteroy has quit [Ping timeout: 246 seconds] 08:12:19 -!- ystael has quit [Ping timeout: 252 seconds] 08:12:25 -!- bonghitz has quit [Remote host closed the connection] 08:13:46 -!- siepu has quit [Ping timeout: 255 seconds] 08:21:56 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 08:22:46 elliptic: with the 150202 qw code I hade some troubles that might be fo interest you. 1) handle_corpses failaing despite returnign true (I think this has been fixed with newer DCSS alpha and qw from 150216), 2) eternal tactical stepping "outnumbered" beause of 2 ballisto* happened frequently (also fixed maybe?!) 3) getting stuck because of a) plants blocking the way (I guess the plantcutting 08:22:46 mode could be made to trigger in more situations) or b) clouds/teletrap blocking the way (I saw the submit about improvements in getting out of trapstuck, so I guess this is improved) 08:26:37 oh, I guess you found my github repo and have been looking at the qw there? thanks for the reports! 08:27:23 I think 1 is fixed now and I am aware that 3 happens sometimes (figuring out when to go on a plant-killing frenzy is tricky though), I'll add 2 to my list of things to fix though 08:28:54 the non-cleaving tactics are still pretty experimental, though I did get a MfBe win offline using them 08:30:23 -!- bonghitz has quit [Remote host closed the connection] 08:36:20 I have a number of non-Be runes :) 08:36:22 with qw 08:37:27 <|amethyst> This 08:37:31 <|amethyst> err 08:37:34 <|amethyst> This god despises fire, which long ago freed mortals from the tyranny of shadow 08:37:45 yeah, I'm currently seeing how hard it is to get non-Be wins with random DDs... so far DDGl DDSu DDWr 08:38:11 <|amethyst> I kind of think the god's description shouldn't refer to shadow as 'tyranny', since that implies unjustness 08:38:14 at some point I do intend to teach qw how to play non-trog gods, but not soon 08:38:38 |amethyst: yeah, seems a bit weird 08:48:06 -!- wheals has joined ##crawl-dev 08:48:43 -!- Brannock_ has joined ##crawl-dev 08:48:48 according to github there are 48,001 commits in our repository 08:49:08 <|amethyst> 48001 commits in master 08:49:27 <|amethyst> more if you count other branches 08:50:31 ah 08:50:46 i also missed that i sniped 4000 commits in 0.16-a0 :) 08:51:19 <|amethyst> %git 08:51:19 07elliptic02 * 0.16-a0-4017-g5508f4c: Remove rPois- as an artefact property. 10(9 hours ago, 5 files, 13+ 11-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5508f4ce1861 08:51:39 %git HEAD~17 08:51:39 07wheals02 * 0.16-a0-4000-gfe6324d: Presumably unbreak Android compilation. 10(3 days ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=fe6324dfc6af 08:52:00 we seem to have a lot of commits 08:52:10 -!- CKyle has joined ##crawl-dev 08:52:22 -!- SomeStupidGirl has quit [Ping timeout: 245 seconds] 08:53:10 <|amethyst> !calc 48001 / 7543 08:53:11 6 08:53:18 <|amethyst> !calc 48001.0 / 7543 08:53:18 6.36 08:53:22 <|amethyst> !calc 48001.0 / 7195 08:53:22 6.67 08:53:37 <|amethyst> !calc 7543 / 48001.0 08:53:37 0.16 08:53:43 <|amethyst> !calc 7195 / 48001.0 08:53:43 0.15 08:53:46 is that days since stone soup started? 08:53:50 -!- LexAckson has joined ##crawl-dev 08:54:04 <|amethyst> no, that's commits by kilobyte (7543) and dolorous (7195) 08:54:17 <|amethyst> 15.76 and 15.03% 08:54:19 ~3300 days since DCSS 08:54:31 ~6500 since Linley's 08:54:43 <|amethyst> daysbetween 2005-07-20 now => 3498 08:54:52 <|amethyst> oh 08:54:58 <|amethyst> I guess 2005-07-20 isn't stone soup though 08:55:10 <|amethyst> oh, no, it is 08:55:56 <|amethyst> hm 08:56:05 <|amethyst> I guess 2006-08-02 would be a better date 08:56:19 <|amethyst> before that it was crawl-ref 08:56:23 <|amethyst> %git d5e5340 08:56:23 07greensnark02 * d5e5340c3926: Integrated travel patch as of 20060727 10(9 years ago, 106 files, 20221+ 2297-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d5e5340c3926 08:56:25 yeah, i think "initial revision" is just b26 08:56:56 <|amethyst> daysbetween 2006-08-02 now => 3120 08:57:13 !calc 48001 / 3120 08:57:14 15 08:57:24 of course, that's skewed by svn days 08:57:31 <|amethyst> Also: Today is 7839 September 1993 08:57:58 <|amethyst> September is old enough to drink in the US 08:58:48 rgrn is still a place of refuge though, i think those are the same people as 1990 or so ;)\ 08:59:14 <|amethyst> s/rgrn/usenet/ 08:59:35 hehe 09:00:12 |amethyst: looks like that commit added chk_startgame 09:00:31 !source load_chooks 09:00:32 1/1. http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/clua.cc;hb=HEAD#l829 09:00:47 in fact, that function has not changed since 09:05:35 do we have any sort of dead code analysis for crawl? 09:06:01 -!- orneryostrich has quit [Ping timeout: 252 seconds] 09:06:17 <|amethyst> people have occasionally done so with clang 09:07:01 <|amethyst> but that was mostly about unreachable blocks, not never-called functions 09:07:30 <|amethyst> and analysing whether chk_startgame has ever been used requires looking at everyone's RC of course :) 09:08:01 <|amethyst> s/has ever been/is still being/ 09:12:04 -!- titanjones has quit [Quit: Page closed] 09:14:31 I'm still far from happy about the inclusion of "Shuggoths" -- I just do not think it fits into Crawl ... {dlb} 09:15:00 <|amethyst> FR: change "Ice Cave" to "Mountains of Madness" 09:15:55 dumping a pile of Lovecraft on Crawl is a-ok by me 09:16:03 -!- mrwooster has quit [Quit: mrwooster] 09:16:52 <|amethyst> isn't that where the newish abyss monsters come from, spiritually at least? 09:17:08 <|amethyst> well, I mean, they came from commented out monster names, but *those* 09:18:32 <|amethyst> I never liked it much when games copied specific things from Lovecraft 09:18:39 this is nice: Josh added the following, but they just won't work in the game just yet ... besides, four bear types !?!?! isn't that a *bit* excessive given the limited diversity of existing monster types? 09:18:49 //jmf: it's never created anywhere yet, so you can save the punctuation. // as to bears & wolves: the lair needs more variety. 09:19:03 <|amethyst> I guess things like dholes and night-gaunts aren't so bad 09:19:16 the days when having 4 kinds of bears meant you had variety 09:19:23 <|amethyst> but fighting Cthulhu, even as a late endgame boss monster? feh 09:20:11 <|amethyst> It doesn't feel like Lovecraft without the "you are still alive only because they can't be bothered to notice you" 09:21:48 <|amethyst> I would complain about zangband, but that one also has Little Boy and Fat Man as uniques... 09:22:21 zangband, it's the bomb... 09:22:23 so are you complaining about unnethack, then? 09:22:30 :P 09:23:08 |amethyst: sure, some of the abyss monsters are lovecraft inspired, but none of them are actually from his work 09:23:11 <|amethyst> wheals: I'm sure somewhere out there there's an "omega with cthulhu" and "larn with cthulhu" and possibly even "crawl with cthulhu" 09:23:19 <|amethyst> bh: yeah, which I like 09:23:53 -!- wheals has quit [Quit: Page closed] 09:24:51 -!- NotKintak has quit [Read error: Connection reset by peer] 09:24:56 <|amethyst> bh: it gets across the feel without being derivative (and without having Chaosium stats to cramp one's style/confuse player expectations) 09:25:45 should Raiju come out of the abyss and go somewhere else? 09:26:09 |amethyst: you forgot the "nethack with cthulhu" 09:26:28 <|amethyst> bhaak: wheals already mentioned that 09:26:47 <|amethyst> so are you complaining about unnethack, then? 09:27:04 <|amethyst> (yes, I realise cthulhu-in-nethack long predates un) 09:27:47 <|amethyst> bhaak: Hm, Lethe patch I guess? 09:28:36 |amethyst: yes. Lethe was partly integrated into slashem, then development stalled before it was finished 09:29:25 -!- debo has joined ##crawl-dev 09:30:03 ironically, it integrated the less interesting aspect of lethe (monsters) and not the one it desperately needed (a better gehennom) 09:30:49 -!- hy-on-github_ has joined ##crawl-dev 09:30:59 <|amethyst> not having played more than a few dungeon levels in slashem... how is the balance? 09:31:20 <|amethyst> I mean, it had the reputation that balance wasn't considered at all 09:31:49 <|amethyst> but caring about balance wasn't really my thing at the time 09:32:11 -!- SomeStupidGirl has quit [Ping timeout: 246 seconds] 09:33:43 -!- hy-on-github has quit [Ping timeout: 245 seconds] 09:33:43 -!- hy-on-github_ is now known as hy-on-github 09:33:56 in slashem? yeah, balance was the least of their concerns 09:34:01 -!- siepu has quit [Ping timeout: 264 seconds] 09:34:32 there are role/rale combinations so broken that the difficulty ranges from much easier than nethack to at least twice as hard. 09:35:02 but if you exploit everything there is, including bugs and stupid game features, most roles or races are much easier than intended 09:39:48 <|amethyst> someone should make a "no implemented bad ideas rejected" crawl fork 09:40:27 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 09:40:43 -!- CacoS has quit [Ping timeout: 244 seconds] 09:41:46 I've had the opinion that crawl's lack of forks it somewhat hampering its development 09:41:53 where's bcadren when you need him? :p 09:42:14 <|amethyst> the problem is it's such a huge and obscure code base 09:42:26 some ideas probably don't get tried out just because think it wouldn't get added to dcss 09:42:30 <|amethyst> a 2 or 3 person dev team can't do much unless one of those people is snark or kb or someone 09:43:19 |amethyst: we could just reimplement crawl 09:43:20 also, being able to say "if you don't like $feature_of_dcss, just go over there to $fork!" has its advantages (and dpeg would love the west-east reference) 09:44:22 might be more forks if gitorious weren't gitawful :/ 09:44:45 <|amethyst> it's easy enough to clone into github 09:44:58 <|amethyst> and now we have a semi-official github repo 09:46:45 -!- falu has quit [Quit: WeeChat 1.1.1] 09:47:59 |amethyst: link? 09:48:16 oh, I'm already a member 09:48:16 <|amethyst> https://github.com/crawl-ref/crawl-ref 09:48:47 si that link mentioned anywhere? i.e. on wordpress? 09:49:10 <|amethyst> not sure if it should be currently 09:49:22 -!- siepu has quit [Quit: Leaving] 09:49:34 follow the sun: https://github.com/crawl-ref/crawl-ref/graphs/punch-card 09:50:13 -!- SomeStupidGuy has quit [Read error: Connection reset by peer] 09:57:44 -!- CcS has quit [Ping timeout: 245 seconds] 09:59:06 -!- heteroy has quit [Ping timeout: 250 seconds] 10:01:16 -!- ystael has quit [Ping timeout: 250 seconds] 10:06:40 -!- UncertainKitten has joined ##crawl-dev 10:09:39 -!- SomeStupidGuy has quit [Ping timeout: 244 seconds] 10:10:52 -!- Tux[Qyou] has joined ##crawl-dev 10:17:09 -!- Hailley has quit [Quit: Petra is closed!] 10:19:55 -!- NotKintak has quit [Ping timeout: 252 seconds] 10:24:40 -!- SomeStupidGirl has quit [Ping timeout: 250 seconds] 10:28:14 you miiiight have a bit of a conflict there, don't want to make it visible/easy to fork but want more forks... 10:29:49 -!- UncertainKitten has quit [Ping timeout: 264 seconds] 10:30:44 -!- bonghitz has quit [Remote host closed the connection] 10:33:19 why don't you want to make it easy to fork? 10:33:56 actually nevermind. I bet I would figure that out if I took time to read the backlog 10:34:20 -!- Gale has quit [Quit: Page closed] 10:36:05 -!- muravey has quit [Quit: Be back later ...] 10:41:17 -!- SomeStupidGirl has quit [Ping timeout: 250 seconds] 10:42:46 -!- surr has quit [Ping timeout: 246 seconds] 10:44:57 -!- ussdefiant has joined ##crawl-dev 10:45:49 -!- Lawman0 has quit [Ping timeout: 244 seconds] 10:48:58 -!- bonghitz has quit [Remote host closed the connection] 10:54:36 -!- Lawman0 has quit [Ping timeout: 244 seconds] 10:54:52 -!- orneryostrich has quit [Ping timeout: 245 seconds] 10:56:17 -!- mopl has quit [Quit: Page closed] 10:58:19 <|amethyst> geekosaur: no, not because it would make it easier to fork 10:58:28 -!- TZer0 has quit [Ping timeout: 250 seconds] 10:58:41 <|amethyst> geekosaur: but because it's not the main repo, any pull requests sent to it would languish 10:59:00 <|amethyst> geekosaur: (then again, that happens to our gitorious merge requests too) 11:01:51 -!- ystael has quit [Ping timeout: 246 seconds] 11:04:16 -!- Kalir has quit [Changing host] 11:09:11 -!- UncertainKitten has joined ##crawl-dev 11:09:26 -!- Gobbo is now known as GoblinBomb 11:19:33 -!- wheals has joined ##crawl-dev 11:19:55 !tell pleasingfungus apparently summon_ice_beast_etc was the name of a function in 4.0 11:19:56 wheals: OK, I'll let pleasingfungus know. 11:22:56 Unstable branch on crawl.akrasiac.org updated to: 0.16-a0-4017-g5508f4c (34) 11:23:21 -!- ussdefiant has quit [Ping timeout: 252 seconds] 11:24:22 -!- SurpriseTRex has quit [Quit: Leaving] 11:25:09 -!- Moonsilence has quit [*.net *.split] 11:25:09 -!- MarvinPA has quit [*.net *.split] 11:25:10 -!- Whistling_Beard has quit [*.net *.split] 11:25:10 -!- ldf_ has quit [*.net *.split] 11:25:10 -!- duralumin has quit [*.net *.split] 11:25:10 -!- agentgt has quit [*.net *.split] 11:25:11 -!- domiryuu has quit [*.net *.split] 11:25:11 -!- jefkin has quit [*.net *.split] 11:25:11 -!- namad8 has quit [*.net *.split] 11:25:11 -!- noobcanoe has quit [*.net *.split] 11:25:11 -!- Sizzell has quit [*.net *.split] 11:25:11 -!- |amethyst has quit [*.net *.split] 11:25:11 -!- ebering has quit [*.net *.split] 11:25:11 -!- BlastHardcheese has quit [*.net *.split] 11:25:11 -!- rax has quit [*.net *.split] 11:25:11 -!- yokelz has quit [*.net *.split] 11:31:49 -!- MarvinPA has joined ##crawl-dev 11:31:49 -!- agentgt has joined ##crawl-dev 11:31:49 -!- Sizzell has joined ##crawl-dev 11:31:49 -!- |amethyst has joined ##crawl-dev 11:31:49 -!- ebering has joined ##crawl-dev 11:31:49 -!- BlastHardcheese has joined ##crawl-dev 11:31:49 -!- rax has joined ##crawl-dev 11:31:49 -!- yokelz has joined ##crawl-dev 11:31:57 -!- BlastHardcheese has quit [Max SendQ exceeded] 11:32:23 -!- BlastHardcheese has joined ##crawl-dev 11:40:19 -!- fazisi has quit [Read error: Connection reset by peer] 11:41:34 -!- zerbseom has quit [Ping timeout: 246 seconds] 11:50:38 %git 679f7173c733b73 11:50:38 07dolorous02 * 0.4-a0-3061-g679f717: Consolidate summon_ugly_thing() into summon_ice_beast_etc(), and rename the latter summon_general_creature(). 10(7 years ago, 5 files, 86+ 82-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=679f7173c733 11:55:54 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 11:57:15 -!- muravey has joined ##crawl-dev 11:57:20 -!- muravey has quit [Remote host closed the connection] 11:57:53 -!- muravey has joined ##crawl-dev 12:06:24 -!- Ladykiller69 has quit [Quit: Verlassend] 12:16:54 -!- SomeStupidGuy has quit [Ping timeout: 250 seconds] 12:17:30 -== 101. I've run across a couple Borises in my current game. It must be a -> popular name among Liches. 12:17:39 huh, so his gimmick was inspired by a bug 12:18:49 -!- ystael has quit [Ping timeout: 244 seconds] 12:20:07 -!- gammafunk has joined ##crawl-dev 12:21:33 (1) Cooking Food -- by far the most potential to unbalance the game. 12:23:24 -!- SomeStupidGirl has quit [Ping timeout: 250 seconds] 12:25:41 -!- wheals has quit [Quit: Page closed] 12:29:05 -!- MarvinPA has quit [Read error: Connection reset by peer] 12:31:46 -!- MarvinPA has joined ##crawl-dev 12:44:24 -!- simmarine has joined ##crawl-dev 12:52:35 -!- scummos^ has quit [Ping timeout: 250 seconds] 12:55:47 -!- mrwooster has joined ##crawl-dev 12:56:31 -!- CKyle has joined ##crawl-dev 13:07:32 -!- wheals has joined ##crawl-dev 13:09:35 MarvinPA: geekosaur: |amethyst: btw, im working on a new web interface similar to the old one (where you can quickly search for monsters and suck like), which also ties in to monster-trunk 13:09:52 (just reading through your conversation from earlier) 13:10:59 -!- Ladykiller69 has quit [Ping timeout: 256 seconds] 13:13:05 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 13:14:22 -!- mopl has quit [Client Quit] 13:17:49 -!- orneryostrich has quit [Remote host closed the connection] 13:20:08 -!- Kintak has quit [Ping timeout: 264 seconds] 13:21:42 mrwooster: to integrate directly with webtiles? 13:22:27 the intention for it was to be a stand alone service which allows you to quickly search for things in learndb, similar to the old one 13:31:33 -!- mrwooster has quit [Quit: mrwooster] 13:32:16 |amethyst has it gotten easier to set up a public server over the last few years? 13:32:18 %bug 5033 13:32:18 13https://crawl.develz.org/mantis/view.php?id=5033 13:32:41 evilmike discovered the torment bug years before the beogh speedrunners :P 13:32:57 i tried back in, i think 2012, and i managed to build and run crawl on my brother's pi, but IIRC, I couldn't get dgamelaunch working 13:33:23 it Sure Would Be Nice if crawl came with some scripts to autoconfig a public server right out of the box 13:34:06 not really. there's a devwiki page about setting up a server but it's rather incomplete 13:34:46 -!- hannobal has quit [Quit: Page closed] 13:34:56 wasn't tzer0 working on that? and someone else, maybe chequers? 13:35:02 yea 13:35:07 a docker for it 13:35:24 it would make what bhaak was saying about forks more do-able 13:35:32 https://github.com/dfdgsdfg/crawl-docker 13:35:45 -!- blabber has joined ##crawl-dev 13:35:58 oh that's someone's clone 13:36:22 https://bitbucket.org/TZer0/crawl-docker 13:36:25 that's the one you want 13:36:30 i think that might be the new korean server dude? 13:36:30 ive' had some ideas lately that I think would be fun, but I'm hampered by the fact that, even if I implemented them, nobody but me would play them 13:36:47 03wheals02 07* 0.16-a0-4018-gd39c4f4: Fix a rare bug with butchering (#3904). 10(7 minutes ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d39c4f4c89bd 13:37:17 -!- Kuprin has quit [Read error: Connection reset by peer] 13:50:59 elliptic: an impressive qw feat that I saw locally was an unarmed MiMo who snatched the gossamer rune but then died at XL18 in Vaults3, otherwise the unarmed chars usually have a hard time, though the ones I really feel bad about are the ex-AKs... 13:57:40 !tell pleasingfungus did shoals-lite fix #4517? ice form autoexplore doesn't go into deep water, i think, so it' 13:57:40 wheals: OK, I'll let pleasingfungus know. 13:57:54 !tell pleasingfungus s only a problem if shallow water can still turn into deep water 13:57:55 wheals: OK, I'll let pleasingfungus know. 14:01:54 -!- Patashu has joined ##crawl-dev 14:06:18 -!- heteroy has quit [Ping timeout: 246 seconds] 14:07:47 -!- amalloy_ is now known as amalloy 14:10:09 <|amethyst> rast: it's easy enough to run a webtiles-only server if you're not worried about account management, ttyrecs, sequell integration, etc.: make WEBTILES=y && ./webserver/server.py (maybe add USE_DGAMELAUNCH=y too to get some safety features) 14:10:37 -!- scummos^ has quit [Ping timeout: 255 seconds] 14:14:26 03wheals02 07* 0.16-a0-4019-gca1ed82: Don't reveal mimics with Sanctuary or Dowsing. 10(2 minutes ago, 2 files, 0+ 5-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ca1ed82da468 14:14:37 -!- domiryuu has quit [Quit: leaving] 14:17:25 and if I want ascii? :/ 14:18:53 nobody's done up a wrapper that gives you ssh / telnet access for multiple accounts 14:19:14 or rather someone has, it's called an OS >.> 14:19:19 <|amethyst> well, dgamelaunch is such a wrapper 14:19:33 <|amethyst> but is a pain to set up 14:19:33 <|amethyst> currently 14:20:02 <|amethyst> but yeah 14:20:48 <|amethyst> for something very simplistic you could theoretically just make accounts and set their shell to crawl 14:21:53 -!- MarvinPA has quit [Ping timeout: 240 seconds] 14:22:09 -!- mizu_no_oto has quit [Client Quit] 14:22:09 if you want a really easy way, you could probably !tell johnstein :P 14:22:18 -!- Patashu has quit [Ping timeout: 244 seconds] 14:22:18 he's put up some of Bloax's patches on DBRO before 14:22:21 ??dbro 14:22:21 dbro[1/2]: The development wing of CBRO. ssh to dev.berotato.org user: dev same ssh keys as cbro (http://crawl.beRotato.org/crawl/keys). Currently serving mediocre crawl dev versions and Dwarf Fortress (running in TEXT mode) Set your terminal size to 80x25 (!) and ensure you are using UTF-8 character set. 14:23:05 -!- kroki has quit [Quit: Page closed] 14:23:11 yup 14:23:33 DBRO is a haven for unapproved crawl patches and other shenanigans 14:23:49 I think I turned off the DorfServer 14:24:00 and Cataclysm-DDA 14:24:25 <|amethyst> "The most common complaint, though, seems to be about the removal of the stones after the soup was ready - some people really like the stones and would really like to put them back into the soup." 14:25:05 <|amethyst> Not sure if ebrl on reddit is ebarrett or not 14:26:22 -!- Bloaxor has joined ##crawl-dev 14:26:27 -!- Bloax has quit [Read error: Connection reset by peer] 14:27:49 -!- travis-ci has joined ##crawl-dev 14:27:50 The build was broken. (master - d39c4f4 #1786 : Shmuale Mark): http://travis-ci.org/crawl-ref/crawl-ref/builds/50985326 14:27:50 -!- travis-ci has left ##crawl-dev 14:28:12 i hope 19 bugs marked as fixed in one day is good enough 14:28:23 and only one required a code change by me 14:29:50 <|amethyst> hm 14:29:54 <|amethyst> lua segfault again 14:30:19 |amethyst: do you think the fix to not display portal vault messages fixed #7617? 14:30:19 -!- MarvinPA has joined ##crawl-dev 14:31:51 <|amethyst> wheals: no 14:32:00 ah, was afraid not 14:32:10 <|amethyst> wheals: the fix makes it not print the vault messages too after that happens 14:32:22 -!- LexAckson has quit [Read error: Connection reset by peer] 14:35:21 does travis run ./crawl -test? since if so, #6121 has probably been fixed 14:36:02 -!- NomadJim has quit [Read error: Connection reset by peer] 14:36:23 <|amethyst> wheals: not with SDL tile builds 14:36:57 you can build (non-web)tiles without SDL? 14:37:07 <|amethyst> no 14:38:12 <|amethyst> I mean, travis runs 'make test' only for the webtiles and console builds 14:38:38 <|amethyst> (well, make test if FULLDEBUG, otherwise make nondebugtest) 14:38:57 <|amethyst> so it doesn't test local tiles builds, which #6121 is about, at all 14:39:36 huh, didn't realize 14:39:46 -!- LexAckson has joined ##crawl-dev 14:40:03 <|amethyst> I guess it would be possible if you run it inside Xvfb or such 14:40:16 <|amethyst> (X server for a virtual framebuffer) 14:44:24 -!- CacoS has quit [Ping timeout: 245 seconds] 14:45:46 -!- wheals has quit [Quit: Page closed] 14:45:47 -!- ystael has quit [Ping timeout: 246 seconds] 14:53:50 -!- Daekdroom has quit [Quit: Leaving] 14:55:19 <|amethyst> hm 14:55:23 <|amethyst> it might be fixed though 14:57:46 <|amethyst> yeah, looks like the sdl2 port fixed that 15:00:22 -!- Wah has quit [Read error: Connection reset by peer] 15:00:47 -!- Wolfechu has quit [Ping timeout: 252 seconds] 15:02:13 -!- Guest11353 has joined ##crawl-dev 15:03:23 -!- eb has quit [] 15:03:47 -!- orneryostrich has quit [Remote host closed the connection] 15:04:57 <|amethyst> you know 15:05:35 <|amethyst> ontoclasm: I never even noticed these scroll arrows on the save browser in the main menu... perhaps they could be a little bigger? 15:06:53 -!- moocowpong1 has joined ##crawl-dev 15:08:02 <|amethyst> or maybe it should look and work like a scroll bar instead of just those two arrows 15:08:15 <|amethyst> they seem useless to me given how slowly they scroll 15:09:02 -!- ProzacElf has joined ##crawl-dev 15:10:39 -!- moocowpong1 has quit [Client Quit] 15:10:52 -!- MgDark has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]] 15:22:08 -!- axujen_ has quit [Client Quit] 15:28:34 -!- duralumin has quit [Read error: Connection reset by peer] 15:28:35 -!- moocowpong1 has joined ##crawl-dev 15:33:57 -!- PleasingFungus has joined ##crawl-dev 15:34:12 -!- mrwooster has joined ##crawl-dev 15:34:56 -!- nicolae- has joined ##crawl-dev 15:35:06 ??gitstats 15:35:06 PleasingFungus: You have 4 messages. Use !messages to read them. 15:35:06 gitstats[1/3]: http://s-z.org/crawl-stats/ — updated infrequently 15:38:05 that's a lot of lines of code 15:39:22 nah 15:39:27 !bug 4517 15:39:27 https://crawl.develz.org/mantis/view.php?id=4517 15:40:20 rip 15:44:07 03PleasingFungus02 07* 0.16-a0-4020-g6ff35b5: Fix more OOS Cigotuvi's messages (ChrisO) 10(79 seconds ago, 1 file, 5+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6ff35b54f40f 15:46:01 -!- omnirizon has quit [Ping timeout: 255 seconds] 15:47:31 -!- SomeStupidGuy has quit [Ping timeout: 252 seconds] 15:50:22 -!- moocowpong1 has quit [Quit: moocowpong1] 15:55:56 -!- stevee has quit [Quit: Page closed] 15:57:25 -!- scummos^ has quit [Ping timeout: 252 seconds] 15:58:39 -!- CcS has quit [Ping timeout: 246 seconds] 15:59:39 -!- moocowpong1 has joined ##crawl-dev 16:06:57 -!- LexAckson has quit [Read error: Connection reset by peer] 16:08:45 -!- Whistling_Beard has quit [Read error: Connection reset by peer] 16:13:18 -!- ystael has quit [Ping timeout: 246 seconds] 16:13:34 -!- LexAckson has joined ##crawl-dev 16:16:29 -!- ProzacElf has quit [Ping timeout: 244 seconds] 16:19:47 -!- NotKintak has quit [Ping timeout: 252 seconds] 16:21:57 -!- Amnesthesia has quit [Quit: ZNC - http://znc.in] 16:26:07 -!- tstbtto has quit [Ping timeout: 246 seconds] 16:27:41 -!- njorth has quit [Client Quit] 16:28:31 -!- Aryth has quit [Read error: Connection reset by peer] 16:36:49 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 16:37:32 -!- gressup has quit [Read error: Connection reset by peer] 16:39:13 -!- UncertainKitten has quit [Ping timeout: 244 seconds] 16:39:37 -!- gammafunk has quit [Quit: leaving] 16:40:11 -!- gammafunk has joined ##crawl-dev 16:43:27 -!- blabber has quit [Quit: leaving] 16:43:51 -!- mineral has joined ##crawl-dev 16:44:27 -!- read has quit [] 16:44:38 -!- Monkaria has quit [Quit: Page closed] 16:47:23 -!- mineral is now known as read 17:08:20 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 17:11:00 rast: wheals: ebering: none of the docker projects are near usable yet, but yes, we all have Plans 17:12:45 -!- mrwooster has quit [Quit: mrwooster] 17:14:18 -!- Tamiore has quit [Client Quit] 17:17:48 -!- lobf has joined ##crawl-dev 17:26:52 -!- ProzacElf has joined ##crawl-dev 17:29:04 Unstable branch on crawl.lantea.net updated to: 0.16-a0-4020-g6ff35b5 (34) 17:29:19 -!- moocowpong1 has quit [Quit: moocowpong1] 17:30:53 no warning before entering statzero-causing batform 13https://crawl.develz.org/mantis/view.php?id=9490 by nagdon 17:37:00 -!- read has quit [Quit: bye.] 17:38:07 <|amethyst> wow, campus is closed two days in a row 17:38:38 <|amethyst> more than one day in a semester is unusual here 17:39:31 <|amethyst> there's barely a foot of snow, if that! 17:44:15 hm. only time cmu closed for weather is when the police threatened to arrest anyone found on the road to campus for their safety >.> 17:45:31 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 17:47:53 |amethyst: you have time to implement the cooking skill for dcss! 17:48:15 it's either that or lunarian playable species, take your pick 17:48:27 <|amethyst> granted, I understand why, but it still sounds funny to say that my employer prioritises dining services over education 17:48:52 well which one is *really* worth more... 17:50:05 <|amethyst> it's just the Maslow hierarchy, really :) 17:52:19 -!- Earlo has quit [Remote host closed the connection] 17:54:23 -!- Ly^ has quit [Ping timeout: 240 seconds] 17:56:35 -!- lawman0 has quit [Quit: Page closed] 17:59:09 -!- Fhqwhgads_ has quit [Read error: Connection reset by peer] 17:59:50 -!- MarvinPA has quit [Quit: Leaving] 18:00:34 -!- kroki has quit [Quit: Page closed] 18:02:18 -!- caleba has quit [Read error: Connection reset by peer] 18:05:01 -!- ystael has quit [Ping timeout: 250 seconds] 18:08:27 -!- Pacra has joined ##crawl-dev 18:17:42 -!- WalkerBoh has joined ##crawl-dev 18:20:43 -!- KamiKatze has quit [Quit: Page closed] 18:20:55 -!- ClawlessVictory has quit [Ping timeout: 246 seconds] 18:21:04 -!- Lightli has joined ##crawl-dev 18:22:32 -!- ProzacElf has quit [Ping timeout: 264 seconds] 18:23:11 -!- mauris has quit [Ping timeout: 252 seconds] 18:24:49 -!- nicolae- has left ##crawl-dev 18:26:00 -!- roushguy has quit [Quit: Leaving] 18:30:09 -!- gammafunk has quit [Ping timeout: 250 seconds] 18:30:41 -!- scummos^ has quit [Ping timeout: 252 seconds] 18:33:10 -!- moocowpong1 has joined ##crawl-dev 18:35:44 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 18:37:06 ??tourney 18:37:07 tournament[1/5]: The 0.15 tournament ran from 20:00 UTC Aug 29 to 20:00 UTC Sep 14. Rules: http://dobrazupa.org/tournament/0.15/ 18:37:13 ??0.16 18:37:13 I don't have a page labeled 0.16 in my learndb. 18:37:22 ??0.14 18:37:23 I don't have a page labeled 0.14 in my learndb. 18:37:36 <|amethyst> Kramin: marchish 18:37:43 yeah 18:37:53 when will the official date be decided? 18:38:08 <|amethyst> when someone decides enough bugs are fixed 18:38:12 seems like it would be good to have it a few weeks in advance 18:38:43 -!- alefury has joined ##crawl-dev 18:38:52 <|amethyst> yeah, I imagine we'd branch 0.16-b1 a week before release at least 18:39:22 so probably late march, right? 18:39:25 <|amethyst> and the tournament doesn't have to start on release date 18:39:32 start on april 1st imo 18:39:34 :D 18:39:52 <|amethyst> early march for the release hopefully (still gives us two weeks for bugfixing) 18:39:58 yep 18:40:14 no rush really 18:40:29 !gamesby * t0.14 18:40:31 * (t0.14) has played 62592 games, between 2014-04-11 20:00:09 and 2014-04-27 19:59:50, won 743 (1.2%), high score 40875746, total score 4081738084, total turns 413777745, play-time/day 88d+17:43:54, total time 4y+48d+13:26:32. 18:40:45 the 0.14 one was in april 18:40:54 <|amethyst> would be nice if we could get a windows user with an altgr keyboard layout to test the patch at #9306 18:41:32 I don't qualify for that, sorry 18:43:32 -!- Pacra has quit [Ping timeout: 264 seconds] 18:47:35 -!- CacoS has quit [Ping timeout: 256 seconds] 18:55:56 -!- link_108 has joined ##crawl-dev 18:59:05 -!- Watball has quit [Quit: Leaving] 19:00:37 -!- st_ has quit [Ping timeout: 256 seconds] 19:01:03 -!- moocowpong1 has quit [Quit: moocowpong1] 19:02:26 -!- lobf has quit [Quit: lobf] 19:03:16 -!- tv1990 has quit [Ping timeout: 246 seconds] 19:04:47 -!- CcS has quit [Ping timeout: 246 seconds] 19:04:53 -!- Crehl has quit [Quit: Killed by a kitten] 19:05:43 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 19:15:33 -!- moocowpong1 has joined ##crawl-dev 19:17:37 -!- ProzacElf has joined ##crawl-dev 19:17:49 -!- spacet has quit [Ping timeout: 264 seconds] 19:20:13 -!- Kintak has quit [Ping timeout: 255 seconds] 19:22:02 -!- honeybadger has quit [Quit: Page closed] 19:22:14 -!- dtsund has joined ##crawl-dev 19:26:06 -!- Ly^ has quit [Ping timeout: 244 seconds] 19:26:45 -!- rgould has quit [Changing host] 19:29:43 -!- moocowpong1 has quit [Quit: moocowpong1] 19:30:57 -!- ly_ is now known as Ly^ 19:32:22 |amethyst: what country (countries?) use altgr? 19:33:12 -!- moocowpong1 has joined ##crawl-dev 19:33:15 <|amethyst> bh: several, particularly eastern european but maybe most of Europe? 19:35:40 %bug 9306 19:35:40 13https://crawl.develz.org/mantis/view.php?id=9306 19:36:14 <|amethyst> Hungarian there 19:36:44 maybe ask in ##crawl? 19:37:09 <|amethyst> maybe I should just commit it and then revert it if it doesn't work :) 19:37:36 -!- y2s82 has quit [Ping timeout: 250 seconds] 19:37:38 <|amethyst> or maybe I should set up a Windows VM (since my only Windows machine is a work computer) 19:44:23 -!- omnirizon has quit [Ping timeout: 252 seconds] 19:48:45 -!- orneryostrich has quit [Remote host closed the connection] 19:48:56 -!- WalkerBoh has quit [Ping timeout: 264 seconds] 19:51:47 -!- Administrator is now known as Guest79168 20:02:07 ??starting stats [2] 20:02:07 starting stats[2/3]: Ce 10,7,4 | DD 11,8,8 | DE 5,12,10 | Dg 11,12,11 | Dr 10,8,6 | Ds 8,9,8 | Fe 4,9,11 | Fo 12,7,6 | Gh 11,3,4 | Gr 11,8,5 | Ha 8,7,9 | HE 7,11,10 | HO 10,8,6 | Hu 8,8,8 | Ko 6,6,11 | Mf 8,7,9 | Mi 12,5,5 | Mu 11,7,7 | Na 10,8,6 | Og 12,7,5 | Op 7,10,7 | Sp 4,9,11 | Te 8,8,9 | Tr 15,4,5 | Vp 7,10,9 | VS 10,8,9 20:03:53 !apt HP 20:03:54 HP: Og: 3!, Tr: 3!, Na: 2, DD: 2, Dr: 1, Mi: 1, Ce: 1, Gh: 1, Dg: 1, HO: 1, Mf: 0, Vp: 0, Mu: 0, Hu: 0, Fo: 0, Ds: 0, HE: -1, Op: -1, Ha: -1, Te: -2, DE: -2, Gr: -2, Ko: -2, VS: -3, Sp: -3, Fe: -4* 20:04:05 -!- nicolae- has joined ##crawl-dev 20:14:12 -!- gammafunk has joined ##crawl-dev 20:18:44 -!- Ququman has quit [Remote host closed the connection] 20:21:41 -!- Daekdroom has quit [Quit: Leaving] 20:23:09 -!- alefury has quit [Read error: Connection reset by peer] 20:25:10 -!- dynast has quit [Quit: Page closed] 20:26:16 -!- WalkerBoh has joined ##crawl-dev 20:26:45 -!- LexAckson has quit [Ping timeout: 246 seconds] 20:27:51 !gamesby mibe 0.15 20:27:52 mibe (0.15) has played 418 games, between 2014-08-28 07:14:45 and 2015-02-14 07:29:10, won 13 (3.1%), high score 16874125, total score 184991397, total turns 4714376, play-time/day 1:58:36, total time 14d+2:02:49. 20:28:01 -!- caleba has quit [Read error: Connection reset by peer] 20:30:53 -!- PleasingFungus has quit [Ping timeout: 240 seconds] 20:39:53 -!- heteroy has quit [Ping timeout: 240 seconds] 20:41:11 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 20:41:58 -!- nicolae- has left ##crawl-dev 20:48:42 -!- worldfamousw has quit [Quit: Page closed] 20:55:14 -!- SomeStupidGuy has quit [Ping timeout: 265 seconds] 20:58:08 -!- Guest11353 has quit [Ping timeout: 265 seconds] 21:02:40 -!- Lasty has quit [Quit: Leaving.] 21:03:19 -!- UncertainKitten has joined ##crawl-dev 21:03:28 -!- Pacra has joined ##crawl-dev 21:04:06 -!- ontoclasm has joined ##crawl-dev 21:06:41 -!- knaveightt has quit [Quit: Leaving] 21:10:06 -!- Fhqwhgads_ has quit [Remote host closed the connection] 21:10:14 -!- debo has quit [Ping timeout: 245 seconds] 21:20:51 -!- ProzacElf has quit [Ping timeout: 265 seconds] 21:26:11 -!- edlothiol has quit [Ping timeout: 246 seconds] 21:33:21 -!- PleasingFungus has joined ##crawl-dev 21:35:18 9490 is 21:35:18 PleasingFungus: You have 1 message. Use !messages to read it. 21:35:19 ugh 21:37:04 near-final: https://crawl.project357.org/static/dcss-web/index.htm 21:37:09 PleasingFungus: still hate the font? 21:37:59 -!- read has joined ##crawl-dev 21:38:12 -!- amalloy is now known as amalloy_ 21:38:51 the font is fine 21:39:37 font seems fine 21:39:42 Bloaxor: no one asked you!!! 21:40:01 i don't care 21:40:10 admirably bold. 21:40:31 Bloaxor: rule 1: please the important people 21:41:03 but Lightli isn't here 21:41:05 rule 2: only follow rule 1 if they are important to something that matters to you 21:41:16 gammafunk: ahm 21:41:20 oh 21:41:26 OOPS 21:41:30 did you notice I subtly called PleasingFungus 'important' without it seeming like I was complimenting him 21:41:39 ImportantFungus 21:41:53 also 21:42:18 "Level 11 Minotaur Berserker of Trogon" 21:42:28 who's Trogon 21:42:33 \joke 21:42:50 oops 21:42:52 trog's better brother who heals you when you kill things while berserk 21:43:03 Level 12 Deep Dwarf Fighter of Pakellason level 5 of the Lair of the Beasts 21:43:31 !wtf Pakellason 21:43:31 Unemployed Unperson 21:43:35 exactly 21:43:40 -!- MgDark has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]] 21:44:05 The floor is a mimic! 21:44:06 _The floor mimic titters and vanishes in a puff of smoke! 21:44:13 these mimics are expanding 21:44:28 now entire floors are mimics!! 21:44:36 i really like that milestones include banisher info 21:44:39 Banished to the Abyss by a deep elf annihilator 21:45:23 oh, hm 21:45:35 !lm * abyss x=banisher current trunk 21:45:35 25122. [2015-02-17 03:45:10] [banisher=a wizard] dolemite99 the Executioner (L27 HOFi of The Shining One) found an abyssal rune of Zot on turn 126577. (Abyss:3) 21:45:47 !lm * abyss s=banisher current trunk 21:45:48 25122 milestones for * (abyss current trunk): 23689x, 273x a deep elf sorcerer, 167x a deep elf demonologist, 120x an ogre mage, 79x Louise, 50x a Zot trap, 48x Sonja, 41x the power of Zot, 41x a hell knight, 39x a distortion unwield, 39x a reaper, 32x a wizard, 29x a lich, 26x a merfolk impaler, 25x Psyche, 22x the Enchantress, 16x a vault warden, 13x Lugonu's touch, 13x an ancient lich, 12x an e... 21:46:25 !lm * rune=abyssal s=banisher current 21:46:26 3881 milestones for * (rune=abyssal current): 3775x, 19x a deep elf demonologist, 14x a deep elf sorcerer, 10x an ogre mage, 9x a Zot trap, 6x a hell knight, 5x the power of Zot, 4x a lich, 4x a reaper, 3x a merfolk impaler, 3x Louise, 3x a vault warden, 3x the Enchantress, 2x an apocalypse crab, 2x a vault guard, a naga, an ancient lich, the severe capriciousness of Xom, a hand axe of distortion,... 21:47:00 !lg * banisher!= s=place 21:47:05 390 games for * (banisher!=): 320x Abyss:1, 35x Abyss:2, 17x Abyss:3, 10x Abyss:4, 7x Abyss:5, D:1 21:47:14 good D:1 21:47:25 !lg * D:1 banisher!= x=banisher 21:47:27 1. [banisher=an apocalypse crab] bugsy the Skirmisher (L1 FoAK of Lugonu), slain by a bat on D:1 on 2015-01-24 07:02:20, with 0 points after 312 turns and 0:01:37. 21:47:35 woah 21:48:04 !lg * D:1 banisher!= x=banisher -log 21:48:06 1. bugsy, XL1 FoAK, T:312: http://dobrazupa.org/morgue/bugsy/morgue-bugsy-20150124-070220.txt 21:48:56 maybe escaping the abyss via lugonu ability doesn't clear banisher? I don't know 21:48:58 -!- maha has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]] 21:49:07 or maybe because it was starting abyss I guess 21:49:26 probably the latter, the former would have been hit more than once ever 21:49:40 well, the field is fairly recent, but probably yes 21:51:19 !lg * banisher!= 1 21:51:23 !lm * banisher!= 1 21:51:30 1/390. LogicNinja the Nimble (L17 VSEn of Ashenzari), blasted by an ancient lich (orb of energy) on Abyss:2 on 2015-01-13 11:57:03, with 146435 points after 35662 turns and 1:45:12. 21:51:48 farly recent indeed 21:52:01 1/3052. [2015-01-13 11:54:57] LogicNinja the Nimble (L17 VSEn of Ashenzari) is cast into the Abyss! (executioner's axe of distortion) (Elf:2) 21:52:01 huh 21:52:09 -!- Sovek has quit [Quit: Page closed] 21:56:23 !lg . banisher!= 21:56:24 1. gammafunk the Cleaver (L10 HOAs of Zin), quit the game on Abyss:1 on 2015-01-19 06:33:24, with 5567 points after 11200 turns and 0:50:54. 21:56:32 !lg . banisher!= x=banisher 21:56:33 1. [banisher=Erolcha] gammafunk the Cleaver (L10 HOAs of Zin), quit the game on Abyss:1 on 2015-01-19 06:33:24, with 5567 points after 11200 turns and 0:50:54. 21:56:36 oh right 21:58:05 -!- link_108 has quit [Quit: Leaving.] 21:59:01 (of course abyss.enter milestones have listed banisher forever as noun) 21:59:12 -!- NomadJim_ has quit [Read error: Connection reset by peer] 22:00:51 oh 22:01:00 -!- gressup has quit [Read error: Connection reset by peer] 22:01:04 !lm . hesu urune=1 abyss.enter 22:01:05 2. [2015-02-07 16:16:50] gammafunk the Convoker (L12 HESu of Sif Muna) is cast into the Abyss! (wizard) (D:12) 22:01:35 is that selectable? 22:01:42 other than say milestone~~wizard 22:01:50 !lm . hesu urune=1 abyss.enter noun=wizard 22:01:51 1. [2015-02-07 16:16:50] gammafunk the Convoker (L12 HESu of Sif Muna) is cast into the Abyss! (wizard) (D:12) 22:01:54 ok yeah 22:02:00 right, nouns are selectable 22:02:25 -!- Pacra has quit [Ping timeout: 265 seconds] 22:02:50 !lm . abyss.enter s=noun 22:02:50 80 milestones for gammafunk (abyss.enter): 18x entered the Abyss!, 12x escaped (hah) into the Abyss!, 5x the severe capriciousness of Xom, 3x a distortion unwield, 3x Louise, 3x the capriciousness of Xom, 3x the power of Zot, 3x drawing a card, 3x is cast into the Abyss!, 3x a Zot trap, 2x deep elf sorcerer, 2x hell knight, 2x Xom, 2x vault guard, 2x ogre mage, 2x a deep elf demonologist, a card o... 22:03:49 !lm . abyss.enter noun!~entered noun!~escaped / lg:br=abyss 22:03:49 12/50 milestones for gammafunk (abyss.enter noun!~entered noun!~escaped): N=12/50 (24.00%) 22:03:57 -!- LordSloth has quit [Remote host closed the connection] 22:04:01 !lm Bloax abyss.enter s=noun 22:04:01 77 milestones for Bloax (abyss.enter): 16x entered the Abyss!, 12x escaped (hah) into the Abyss!, 10x deep elf sorcerer, 7x a distortion unwield, 3x ogre mage, 2x Sonja, 2x a Zot trap, 2x Louise, 2x spectral elf, 2x lich, vault sentinel, a deep elf demonologist, vault guard, wizard, deep elf knight, a deep elf sorcerer, ironheart preserver, goblin, orc warrior, skeletal warrior, human zombie, red ... 22:04:05 !lm devteamnp abyss.enter noun!~entered noun!~escaped / lg:br=abyss 22:04:08 184/3188 milestones for devteamnp (abyss.enter noun!~entered noun!~escaped): N=184/3188 (5.77%) 22:04:13 !lm devteamnp abyss.enter noun!~entered noun!~escaped s=name / lg:br=abyss 22:04:15 184/3188 milestones for devteamnp (abyss.enter noun!~entered noun!~escaped): 34/101x wheals [33.66%], 31/84x SGrunt [36.90%], 28/54x Neil [51.85%], 15/1322x 78291 [1.13%], 12/50x gammafunk [24.00%], 10/74x Lasty [13.51%], 9/236x KiloByte [3.81%], 5/51x PleasingFungus [9.80%], 5/58x erisdiscordia [8.62%], 4/225x MarvinPA [1.78%], 4/68x Medar [5.88%], 4/56x dpeg [7.14%], 4/36x bh [11.11%], 3/3x SamB... 22:04:24 !lm devteamnp abyss.enter noun!~entered noun!~escaped s=name / lg:br=abyss o=% 22:04:26 184/3188 milestones for devteamnp (abyss.enter noun!~entered noun!~escaped): 3/3x SamB [100.00%], 28/54x Neil [51.85%], 31/84x SGrunt [36.90%], 34/101x wheals [33.66%], 2/7x mumra [28.57%], 12/50x gammafunk [24.00%], 10/74x Lasty [13.51%], 4/36x bh [11.11%], 5/51x PleasingFungus [9.80%], 3/31x HangedMan [9.68%], 2/22x ontoclasm [9.09%], 5/58x erisdiscordia [8.62%], 4/56x dpeg [7.14%], 2/31x Sage [... 22:04:30 book (L14 GrFE) ASSERT(in_non_diamond_int(r.start)) in 'ray.cc' at line 217 failed. (Lair:1) 22:04:36 nice job neil 22:04:58 !abyssratio Neil 22:05:00 Neil has survived banishment 21 of 51 times: 41% 22:05:10 hrm 22:05:11 !abyssratio gammafunk 22:05:12 gammafunk has survived banishment 32 of 47 times: 68% 22:05:18 !abyssratio Bloax 22:05:20 Bloax has survived banishment 39 of 49 times: 79% 22:05:22 casters need more git gud 22:05:25 !abyssratio . 22:05:26 chequers has survived banishment 11 of 16 times: 68% 22:05:27 will need to see how that differs from my query 22:05:32 hah, suck it! 22:05:42 pls be polite 22:05:43 finally a stat I'm ok at 22:06:07 PleasingFungus: just sporulate it! 22:06:08 plsfungus 22:06:22 no time for manners 22:06:34 <_miek> !abyssratio 22:06:35 !cmd abyssratio 22:06:35 Command: !abyssratio => .echo $(let (x (- (!lm ${1:-.} !ak $* banished fmt:"${n}") (!lg ${1:-.} !ak $* abyss fmt:"${n}")) y (!lm ${1:-.} !ak $* banished fmt:"${n}")) "$(name_fixup ${1:-.}) $(if $* "("$*") ")has survived banishment $x of $y times: $(int (* 100 (/ (float $x) $y)))%") 22:06:36 _miek has survived banishment 12 of 16 times: 75% 22:06:56 !abyssratio 22:06:57 PleasingFungus has survived banishment 40 of 44 times: 90% 22:07:14 I vaguely remember there being something weird about that query 22:07:20 in my defense I'll likely to quit if I get annoyed 22:07:30 good defense 22:07:34 in my defense i almost always go for the rune 22:07:39 -!- Pacra has joined ##crawl-dev 22:07:42 and succeed 22:08:12 I wonder when someone will next get the rune without leaving abyss 22:08:16 as ak 22:08:29 !lm . abyss.enter noun!~entered noun!~escaped / lg:br=abyss lg:ktype!=quit 22:08:29 6/50 milestones for gammafunk (abyss.enter noun!~entered noun!~escaped): N=6/50 (12.00%) 22:08:35 -!- Pacra has quit [Client Quit] 22:09:14 stairs were enabled only pretty recently, no? 22:09:19 in ak starting abyss I mean 22:10:49 -!- Pacra has joined ##crawl-dev 22:11:25 -!- mizu_no_oto has quit [Client Quit] 22:11:34 -!- Dunsworth has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 22:12:10 -!- mamgar has quit [Read error: Connection reset by peer] 22:13:20 -!- ussdefiant has joined ##crawl-dev 22:14:58 very recently, yes 22:15:17 %git 8fd1605381c6 22:15:18 07PleasingFungus02 * 0.16-a0-3886-g8fd1605: Remove some restrictions AK starting abyss 10(2 weeks ago, 4 files, 32+ 29-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8fd1605381c6 22:15:23 -!- amalloy_ is now known as amalloy 22:15:23 that's a good sentence. 22:15:29 <_miek> !lm . abyss.enter rstart=$(!lm . s=gid x=min(rstart) fmt:"${x[0]}" join:"|") / won title:"% abyssed games won for miek" 22:15:39 % abyssed games won for miek: N=12/22 (54.55%) 22:16:09 <_miek> !lm . abyss.enter rstart=$(!lm . s=gid x=min(rstart) fmt:"${x[0]}" join:"|") / lg:abyss title:"% abyssed games won for miek" 22:16:10 No keyword 'lg:abyss' 22:16:16 <_miek> !lm . abyss.enter rstart=$(!lm . s=gid x=min(rstart) fmt:"${x[0]}" join:"|") / lg:place=abyss title:"% abyssed games won for miek" 22:16:26 % abyssed games won for miek: N=4/22 (18.18%) 22:16:39 <_miek> !lm . abyss.enter rstart=$(!lm . s=gid x=min(rstart) fmt:"${x[0]}" join:"|") / lg:place=abyss title:"% abyss trips lost for miek" 22:16:49 % abyss trips lost for miek: N=4/22 (18.18%) 22:16:57 <_miek> dunno why that's different to abyssratio 22:17:23 -!- UncertainKitten has quit [Ping timeout: 240 seconds] 22:17:48 <_miek> !lm . !ak abyss.enter rstart=$(!lm . !ak s=gid x=min(rstart) fmt:"${x[0]}" join:"|") / lg:place=abyss title:"% abyss trips lost for miek" 22:17:51 -!- njorth has quit [Client Quit] 22:17:58 % abyss trips lost for miek: N=4/22 (18.18%) 22:18:00 <_miek> okay i'll stop 22:18:34 he's unstoppable..... 22:19:08 but is he 22:19:13 UNKiLLABLE?? 22:19:18 <_miek> it was because banished not abyss.enter 22:19:24 <_miek> e.g. entering abyss freely doesn't count 22:19:32 *i.e. 22:19:49 -!- NotKintak has quit [Ping timeout: 250 seconds] 22:19:57 ...sorry 22:20:04 -!- UncertainKitten has joined ##crawl-dev 22:22:18 -!- muravey_ has joined ##crawl-dev 22:22:18 -!- muravey_ has quit [Client Quit] 22:24:58 -!- MaxFrost has quit [Quit: Going offline, see ya! (www.adiirc.com)] 22:26:08 -!- muravey has quit [Ping timeout: 264 seconds] 22:28:02 -!- amalloy is now known as amalloy_ 22:28:20 -!- amalloy_ is now known as amalloy 22:31:49 -!- caleba has quit [Read error: Connection reset by peer] 22:32:46 heh, my commit messages in this moon base branch look like the ravings of a madman 22:33:39 MOON BASE?! 22:34:28 Some would say that the earth is our moon. But that would belittle the name of our moon, which is: the Moon 22:35:41 -!- caleba has quit [Client Quit] 22:37:13 !lairratio * recent 22:37:18 * (recent) has reached Lair in 86130 of 886090 attempts: 10% 22:37:29 !lairratio * start>20150101 22:37:32 * (start>20150101) has reached Lair in 10337 of 112653 attempts: 9% 22:37:36 !lairratio . current trunk 22:37:37 gammafunk (current trunk) has reached Lair in 64 of 328 attempts: 20% 22:37:40 <_miek> !lairratio * thisyear 22:37:43 * (thisyear) has reached Lair in 10337 of 112653 attempts: 9% 22:37:44 you're making the game harder!!! 22:37:45 wow that's low 22:37:56 20% harder 22:37:59 <_miek> !lairratio thismonth 22:38:00 NaN in $(int $(+ 0.5 $(/ $(* 100.0 ... 22:38:05 haha 22:38:09 <_miek> hmmm 22:38:11 <_miek> !kw thismonth 22:38:11 No keyword 'thismonth' 22:38:15 <_miek> that's why 22:38:16 welp 22:38:26 <_miek> !lairratio * thisweek 22:38:27 * (thisweek) has reached Lair in 515 of 4738 attempts: 11% 22:38:36 !lairratio zermako 22:38:37 zermako has reached Lair in 89 of 6463 attempts: 1% 22:38:45 <_miek> heh 22:38:46 the 1% revealed 22:39:01 <_miek> !woniflair zermako 22:39:02 zermako has won after reaching lair 0 out of 89 times: 0% 22:39:07 <_miek> !woniflair . 22:39:12 _miek has won after reaching lair 8 out of 55 times: 15% 22:39:19 !woniflair . current trunk 22:39:21 gammafunk (current trunk) has won after reaching lair 13 out of 64 times: 20% 22:39:24 heh 22:39:53 !woniflair Bloax 22:39:58 Bloax has won after reaching lair 15 out of 152 times: 10% 22:40:01 !gamesby . current trunk 22:40:01 gammafunk (current trunk) has played 328 games, between 2014-02-09 17:59:24 and 2015-02-16 07:23:06, won 13 (4.0%), high score 1672052, total score 24976178, total turns 2690922, play-time/day 0:48:54, total time 12d+15:59:45. 22:40:03 say what 22:41:53 -!- lobf has joined ##crawl-dev 22:42:49 -!- ClawlessVictory_ has quit [Quit: Page closed] 22:44:01 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 22:45:47 !woniflair 22:45:51 Kramin has won after reaching lair 24 out of 116 times: 21% 22:46:02 !woniflair . thisyear 22:46:05 Kramin (thisyear) has won after reaching lair 5 out of 18 times: 28% 22:54:17 -!- CKyle has joined ##crawl-dev 22:54:52 -!- debo has joined ##crawl-dev 22:59:49 -!- debo has quit [Ping timeout: 255 seconds] 23:08:09 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:08:33 -!- CKyle has joined ##crawl-dev 23:08:42 !wonflair . thisyear 23:08:52 !woniflair . thisyear 23:08:53 johnstein (thisyear) has won after reaching lair 0 out of 1 times: 0% 23:09:02 !woniflair . 23:09:03 johnstein has won after reaching lair 5 out of 37 times: 14% 23:09:05 !woniflair . thisyear 23:09:06 PleasingFungus (thisyear) has won after reaching lair 0 out of 1 times: 0% 23:09:09 rip 23:09:12 !woniflair . 23:09:13 PleasingFungus has won after reaching lair 34 out of 104 times: 33% 23:09:23 !lairratio . 23:09:24 PleasingFungus has reached Lair in 104 of 375 attempts: 28% 23:09:31 !woniflair . recent 23:09:33 johnstein (recent) has won after reaching lair 2 out of 15 times: 13% 23:10:29 -!- CKyle has quit [Client Quit] 23:12:29 -!- ontoclasm has quit [Quit: Leaving.] 23:22:49 -!- jark has quit [Quit: Page closed] 23:23:33 -!- cribozai has quit [Ping timeout: 256 seconds] 23:26:24 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.16-a0-4020-g6ff35b5 (34) 23:29:31 -!- bitcoinbastard has quit [Ping timeout: 252 seconds] 23:33:10 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]] 23:36:32 -!- lobf has quit [Quit: lobf] 23:40:52 -!- noppa354 has quit [Quit: Page closed] 23:41:18 -!- lobf has joined ##crawl-dev 23:42:54 -!- rgould has quit [] 23:48:36 -!- tabstorm has quit [Quit: Leaving] 23:52:20 -!- Bloaxor has quit [Read error: Connection reset by peer] 23:52:21 -!- muravey_ has joined ##crawl-dev 23:52:51 -!- demiskeleton has quit [Quit: Leaving] 23:54:02 -!- Nightbeer has quit [Quit: Verlassend] 23:55:23 -!- scummos^ has quit [Ping timeout: 252 seconds] 23:56:11 !woniflair . current trunk !boring char!=HESu char!=MiBe 23:56:13 gammafunk (current trunk !boring char!=HESu char!=MiBe) has won after reaching lair 13 out of 21 times: 62% 23:56:13 -!- lobf has quit [Quit: lobf] 23:56:24 -!- urthmover has quit [Remote host closed the connection] 23:56:25 -!- heteroy has quit [Ping timeout: 256 seconds] 23:56:52 !lairratio . current trunk !boring char!=HESu char!=MiBe 23:56:53 gammafunk (current trunk !boring char!=HESu char!=MiBe) has reached Lair in 21 of 87 attempts: 24%