00:00:05 -!- st_ has joined ##crawl-dev 00:00:30 heh, the options_guide mentions Pr 00:00:49 Stable (0.13) branch on crawl.s-z.org updated to: 0.13.0-67-g7ee5eca 00:03:42 -!- Zaba has joined ##crawl-dev 00:04:55 -!- Crehl has quit [Quit: Leaving] 00:06:08 Unstable branch on rl.heh.fi updated to: 0.14-a0-1110-g7149c53 (34) 00:06:50 -!- eb has quit [] 00:07:10 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1110-g7149c53 (34) 00:08:21 -!- Croesus has quit [Ping timeout: 240 seconds] 00:08:57 -!- tabstorm has quit [Ping timeout: 250 seconds] 00:11:27 Stable branch on crawl.develz.org updated to: 0.13.0-67-g7ee5eca (34) 00:12:14 -!- RedFeather has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 00:14:46 -!- rchandra has joined ##crawl-dev 00:16:26 -!- DrinkMachine has joined ##crawl-dev 00:16:26 -!- DrinkMachine has quit [Changing host] 00:16:26 -!- DrinkMachine has joined ##crawl-dev 00:18:24 Unstable branch on crawl.develz.org updated to: 0.14-a0-1110-g7149c53 (34) 00:23:07 -!- Helmschank has quit [Ping timeout: 265 seconds] 00:23:40 -!- minqmay has quit [Quit: Leaving] 00:26:17 -!- conted_ has quit [Ping timeout: 250 seconds] 00:27:28 ??devwiki 00:27:29 dev wiki[1/1]: The dev wiki (to discuss changes and additions): https://crawl.develz.org/wiki/doku.php?id=start 00:30:46 random question 00:31:01 how do I grab the source off of git? I know there's a certain program I need to use and there's a walkthrough on what to do on the wiki, but I'm not certain how to do it 00:31:50 this is important for reasons 00:31:56 see http://crawl.develz.org/wordpress/downloads and the section on getting the source 00:32:01 thanks 00:32:43 !source quickstart.txt 00:32:44 Couldn't open current/source/quickstart.txt for reading 00:33:14 http://git.develz.org/?p=crawl.git;a=blob_plain;f=crawl-ref/docs/develop/git/quickstart.txt 00:33:15 thanks 00:33:17 !source xom.h 00:33:18 brb 00:33:19 Lines pasted to http://pastie.org/8511649 00:33:29 #include "ouch.h" 00:33:31 I love xom 00:34:18 misc.cc and stuff.cc, skills.cc and skills2.cc 00:34:24 the wonderfile source filenames of crawl 00:34:29 ugh 00:34:47 *wonderful 00:34:58 skills2 is the best 00:35:12 Skills II: The Skillening 00:35:27 gamma: at least it doesn't look like this https://gist.github.com/anonymous/7671517 00:35:35 I will learn C one of these days and I hope I can help out... I actually enjoy refactoring and debt removal ... it's very zen-like. 00:35:47 badplayer: what languages do you know? 00:36:03 In order of strength: Java then Perl. 00:36:13 badplayer: if you manage to achieve a zen-like state with crawl I will be impressed 00:36:21 baby steps... 00:36:25 badplayer: if you know Java, you basically know C 00:36:29 it's Java without classes 00:36:40 C has all of the memory management cruft that I hear can bog you down. 00:37:06 installing git; should I choose openssh or tortoiseplink 00:37:08 hmm, do we have a single malloc call in our code? 00:37:29 I've seen plenty of "classless" java ... just a bunch of static helper utilities with incestuous architecture ... 00:37:52 Lightli: well do you know how to configure plink or openssh yet? 00:37:59 -!- jason55 has quit [Ping timeout: 250 seconds] 00:37:59 no 00:38:17 plink is the one that comes with the PuTTY suite if that's not obvious 00:38:19 SamB: We do have some free(), don't we? 00:38:22 -!- Thurston has quit [Quit: Page closed] 00:38:27 which one is easier for a newbie 00:38:43 gammafunk: presumably 00:38:57 well, openssh is more unixy 00:39:01 Yeah, I do see some malloc in various files, but not much 00:39:41 why do you need ssh to get crawl source? 00:39:43 I don't know if any of you are Java developers, but I've found that a good dependency injection framework like Google's Guice makes code refactoring and debt reduction much easier. Does C have a similar framework? 00:39:51 wheals: you don't need it to GET crawl source 00:39:59 I just want to poke around in it 00:40:00 but it helps if you want to push code somewhere 00:40:09 but you do need it to commit it to e.g. gitorious 00:40:25 (basically, via the magical power of copy-paste, I made a Druid class and want to see if I made it work right without everything breaking) 00:40:55 (it LOOKS like it'll work, but better to check now than have people mock me later) 00:41:12 oh wow that's something you'll definitely want to test locally. 00:42:00 what is a class? What makes your druid interesting, or necessary? 00:42:14 class is also called background; e.g. DK, Be 00:43:00 it starts with Fedhas 00:43:15 Anyways, got the gui up, now what 00:43:54 wait nevermind 00:46:39 Windows builds of master branch on crawl.develz.org updated to: 0.14-a0-1110-g7149c53 00:47:22 ??git 00:47:22 git[1/2]: Readonly: git clone git://gitorious.org/crawl/crawl.git Read/Write: git@gitorious.org:crawl/crawl.git Web interface: http://git.develz.org/?p=crawl.git or http://gitorious.org/crawl/crawl 00:48:26 zzz 00:50:53 the things I will do when bored, huh 00:54:27 -!- jason55 has quit [Ping timeout: 250 seconds] 00:55:28 Stable (0.13) branch on crawl.lantea.net updated to: 0.13.0-67-g7ee5eca 00:57:38 ok, how do I compile 00:57:44 make 00:58:09 -!- magicpoints has quit [Ping timeout: 272 seconds] 00:59:20 it says "command not found" 01:00:31 what do 01:00:38 what's your system? 01:01:00 windows 01:01:19 I navigated to crawl-ref already 01:02:16 Everything has been changed, just need to compile and test to see if everything works (which it probably won't) 01:02:30 -!- bh has quit [Quit: Page closed] 01:03:23 Lightli: also go into source 01:03:36 in source now 01:03:50 that's where you type make 01:04:26 sh.exe": make: command not found 01:04:45 oh dear 01:05:27 clearly this means crawl can no longer be compiled and that development has ended 01:05:48 no, I think it means you didn't install msysgit or something 01:05:59 ??msysgit 01:05:59 I don't have a page labeled msysgit in my learndb. 01:06:02 not that I did or anything, but then I already had an msys install lying around 01:06:17 ...but I did 01:06:50 version 1.8.4 01:07:24 so where's your make? 01:07:44 weird 01:08:16 what do 01:09:35 you used the netinstall, right? 01:09:53 not the "full installer"? 01:10:07 netinstall? 01:10:21 what was the name of the installer file 01:10:37 Git-1.8.4-preview20130916 01:10:46 I'm going to assume that's where I messed up 01:11:40 http://code.google.com/p/msysgit/downloads/list 01:11:51 looks like you took the first thing on that page 01:12:05 -!- Tarquinn has joined ##crawl-dev 01:12:25 oh 01:12:26 try running "/share/msysGit/initialize.sh " 01:12:36 that should install everything it missed, maybe 01:13:52 nope 01:14:04 doesn't exist 01:14:22 should I just uninstall and reinstall? 01:15:21 -!- st_ has quit [Read error: Connection reset by peer] 01:15:22 i guess so, but make sure not to destroy the files you changed in the crawl source ;) 01:15:35 http://code.google.com/p/msysgit/downloads/detail?name=msysGit-netinstall-1.8.4-preview20130916.exe&can=2&q= 01:15:48 -!- st_ has joined ##crawl-dev 01:15:49 ^^^ that is the thing you probably want 01:16:09 thanks 01:16:15 np 01:18:33 assuming I didn't mess up my "coding", I'll be done with this mess by 3 01:20:00 uh 01:20:16 how long does it take to access the master branch? 01:21:14 nm there we go 01:24:26 ...this looks like it'll be a while 01:36:29 -!- conted has quit [Ping timeout: 250 seconds] 01:39:19 hello? 01:39:21 Anyone still here? 01:40:36 wheals: It installed and still won't make 01:40:44 Now it says no make file exists 01:40:47 uh 01:40:57 are you sure you are in the source/ folder 01:41:05 yes 01:41:09 can't make from the crawl-ref one 01:41:43 is there a file named "Makefile" in the directory? 01:42:23 yes 01:42:41 that's really weird, that it can't see the file 01:43:07 try "make -f Makefile 01:43:17 remove that quotation mark 01:43:25 nope 01:43:31 what does it say? 01:43:51 it says the 'pcre' directory exists, but the makefile is missing 01:44:05 and something about submodule updates 01:45:15 yeah you have to run git submodule init 01:45:24 from the source top level 01:45:35 that will download the submodule repositories 01:45:49 yeah 01:45:53 thanks 01:45:59 now make? 01:46:09 well, what happened? 01:46:12 if should have downloaded them 01:46:20 same error 01:46:30 git submodule update 01:46:31 try that 01:48:00 it's doing something now 01:48:45 all of this time just to get to the point that I can actually compile 01:49:00 you won't have to do most of these steps from now on though 01:49:14 next time it's git pull to get the updates 01:49:18 and e.g. make 01:49:22 to compile the updated source 01:49:24 thanks 01:49:44 and there we go it's finally making 01:50:01 did you use the flags to enable tiles? 01:50:16 no 01:50:17 your make command should be more than just "make" 01:50:23 you'll get a console version 01:50:26 unless that's what you want 01:50:29 yup 01:50:31 I want console 01:50:37 !lg Lightli s=tiles 01:50:38 2191 games for Lightli: 2182x false, 9x true 01:50:43 ok, you're fine then 01:50:57 I've played on tiles before? 01:51:00 -!- Hailley has quit [Quit: Petra is closed!] 01:51:09 dear god I must have been really bad back then 01:51:09 !lg . s=tiles 01:51:10 933 games for gammafunk: 754x false, 179x true 01:51:17 !lg * s=tiles 01:51:18 at, the days of HEFi and OpTm 01:51:19 2737108 games for *: 1799815x false, 937293x true 01:56:31 -!- keszocze has quit [Ping timeout: 272 seconds] 02:00:25 -!- ac13 has quit [Quit: ac13] 02:02:31 -!- Sequell has quit [Quit: Sequell] 02:09:15 -!- elliptic has quit [Quit: Leaving] 02:10:05 -!- elliptic has joined ##crawl-dev 02:17:20 -!- mong has quit [Quit: Leaving] 02:23:39 -!- keszocze has quit [Ping timeout: 272 seconds] 02:23:43 -!- conted has quit [Ping timeout: 250 seconds] 02:26:54 -!- Kalir has quit [Quit: BRB, DEAD] 02:27:03 !lg . s=tiles 02:27:27 oh darn he's gone 02:27:27 -!- Pacra has quit [Ping timeout: 272 seconds] 02:27:41 Lightli: you killed him! 02:32:01 you killed Sequell! You bastard! 02:33:05 actually it seems n1000 used him a lot closer to the time of death 02:36:07 -!- keszocze has quit [Ping timeout: 252 seconds] 02:40:46 -!- raskol has quit [Ping timeout: 241 seconds] 02:41:48 at the exact time of death to be precise 02:42:01 at least according to my timestamps 02:44:21 -!- TZer0 has quit [Remote host closed the connection] 02:47:10 I think it might have been my scores query that killed sequell 02:47:21 though I did a lot of similar queries in pm with no problem... 02:47:45 -!- jason55 has quit [Quit: Page closed] 02:48:46 you can join my club, people who might have crashed ##crawl services 02:48:53 hellban the sequell murderer! 02:49:15 -!- elliptic has quit [Quit: Leaving] 02:49:19 my query was the last one on fightclub before it broke for a few weeks :) 02:49:41 CREDITS.txt status is enough for me 02:50:24 -!- elliptic has joined ##crawl-dev 02:52:01 -!- TZer0 has joined ##crawl-dev 02:57:06 -!- ussdefiant has quit [Ping timeout: 240 seconds] 02:59:37 -!- bonghitz has quit [Remote host closed the connection] 03:02:29 -!- cptwinky has quit [Ping timeout: 248 seconds] 03:05:12 -!- odiv has quit [Ping timeout: 246 seconds] 03:20:03 -!- Palyth has quit [] 03:23:38 -!- _dd has joined ##crawl-dev 03:28:10 -!- simmarine has quit [Quit: Leaving] 03:35:02 -!- dtsund has quit [Quit: dtsund] 03:39:07 -!- MP2E has quit [Ping timeout: 240 seconds] 04:00:28 -!- Blazinghand has quit [Ping timeout: 240 seconds] 04:02:15 -!- sprort has quit [Quit: WeeChat 0.4.1] 04:02:32 -!- kait has quit [Ping timeout: 265 seconds] 04:04:00 -!- ark_ has quit [Ping timeout: 246 seconds] 04:07:09 -!- radinms has quit [Ping timeout: 246 seconds] 04:09:35 -!- Mateji has quit [Ping timeout: 245 seconds] 04:13:08 -!- Matejii has quit [Ping timeout: 240 seconds] 04:13:40 -!- Cedor has joined ##crawl-dev 04:13:51 please kill me 04:14:53 why are ogre mages trated as special case for spell definition? 04:22:54 -!- odiv has quit [Ping timeout: 252 seconds] 04:30:14 ogre mage (06O) | Spd: 10 | HD: 10 | HP: 38-71 | AC/EV: 1/7 | Dam: 12 | 10weapons, 10items, 10doors, spellcaster, see invisible | Res: 06magic(80) | Chunks: 07contam | XP: 924 | Sp: haste other, crystal spear (3d28), blink, b.fire (3d18), b.cold (3d18), 04esc:minor healing (2d5) / haste other, mystic blast (3d15), invisibility, confuse, b.slow, 04esc:teleport self / haste other, paralyse, haste, b.lightning (3d17), confuse, 04esc:teleport self / haste other, sting (d10), blink, b.lightning (3d17), banishment, 04esc:minor healing (2d5) / haste other, throw flame (3d8), invisibility, teleport other, fireball (3d19) | Sz: Large | Int: high. 04:30:14 <|amethyst> %??ogre mage 04:30:34 <|amethyst> Cedor: because they (like Wizards) have multiple possible spell lists 04:30:45 oh 04:30:48 fuck 04:31:14 forgot they were based on wizards... 04:31:33 i'm tempted to add spell books for them 04:32:11 <|amethyst> You mean MST_OGRE_MAGE_I etc that are clones of MST_WIZARD_I ? 04:32:17 yep 04:32:22 <|amethyst> why? 04:32:35 to avoid special cases in source 04:33:06 wel.. 04:33:12 <|amethyst> that adds a special case 04:33:38 <|amethyst> because instead of having ogre magi and wizards in the same branch of the case in mons_spellbook_list, they'd have two different branches 04:33:46 <|amethyst> s/the case/the switch/ 04:34:04 hum 04:37:44 on the other side whe have 2 place where this special case is handled (mon_load_spell, et _monster_spell_description) 04:39:08 <|amethyst> mon_load_spell is what you're writing? 04:39:17 nop 04:39:31 the function that load actual spells in monster class 04:39:36 -!- rchandra has left ##crawl-dev 04:40:16 <|amethyst> ohhh 04:40:17 <|amethyst> I see 04:40:24 <|amethyst> I forgot about the Haste Other thing 04:40:25 _mon_load_spell in mon-util 04:40:32 this was my problem 04:40:34 <|amethyst> _mons_load_spells 04:40:41 <|amethyst> that's why I wasn't finding it 04:40:43 <|amethyst> then yes 04:40:45 sorry 04:40:49 ok 04:40:50 <|amethyst> They probably should be separate lists 04:41:00 i'll make a short patch then 04:42:43 -!- odiv has quit [Ping timeout: 272 seconds] 04:55:31 <|amethyst> TZer0: ololoev's game may be stuck: https://crawl.develz.org/tavern/viewtopic.php?f=9&t=9734 04:57:06 <|amethyst> TZer0: actually, maybe not; it only shows 5 minutes idle, so maybe they got in after making that post 04:57:52 <|amethyst> TZer0: never mind, e's playing 05:01:13 -!- dagonfive has quit [Read error: Connection reset by peer] 05:01:16 -!- Kenran has quit [Quit: Quitting] 05:01:41 -!- Pacra has joined ##crawl-dev 05:20:59 -!- Konstantin__ has quit [Ping timeout: 272 seconds] 05:21:00 -!- Konstantin___ is now known as Konstantin__ 05:28:07 -!- CedorDark has joined ##crawl-dev 05:30:48 -!- Cedor has quit [Ping timeout: 246 seconds] 05:30:51 -!- RZX has quit [Ping timeout: 240 seconds] 05:30:56 -!- randomizr is now known as RZX 05:47:50 -!- alefury has joined ##crawl-dev 05:49:09 -!- DrinkMachine has quit [Quit: Leaving] 05:59:07 -!- Yermak has quit [Quit: Page closed] 06:05:39 -!- Implojin has quit [Quit: Page closed] 06:14:36 is there a reason to not show the base damage of thrown weapons? 06:19:07 <|amethyst> it would lead to people thinking stones are better than darts? 06:20:42 -!- bonghitz has quit [Remote host closed the connection] 06:22:01 right 06:22:03 <|amethyst> It would be good to indicate that javelins do more damage than tomahawks, and to give some idea of how much 06:22:22 also, the damage cannot be directly compared to melee weapons 06:22:25 <|amethyst> though there is the question of what to do about launched ammo 06:22:34 but for now, there's no easy way to compare thrown weapons 06:22:43 <|amethyst> galehar: but we show base damage of launchers, which also cannot be compared to melee weapons 06:23:02 yeah 06:23:49 probably, this will have to wait until someone rewrite the ranged fighting 06:23:53 <|amethyst> Stone vs sling bullet is another case where you'd want to show numbers 06:23:59 <|amethyst> unless we get rid of stones 06:24:18 b-but jellies 06:24:22 but how will I find my way into labyrinth? 06:24:32 <|amethyst> galehar: darts :) 06:24:46 <|amethyst> galehar: and your darts can be branded, so you can drop a different one in each room 06:27:26 <|amethyst> Or we can give messages like the Zork II maze: "A little twisty passage maze you are in, all different" 06:30:45 -!- Ladykiller69 has joined ##crawl-dev 06:30:54 ??tla 06:30:59 why arent the bots working 06:31:15 its the same for ##crawl 06:32:12 <|amethyst> 03:02:31 Û°Û°-- Sequell [~Sequell@shalott.org] has quit [Quit: Sequell] 06:33:04 <|amethyst> was undergoing maintenance last night, then was back for a few hours, then disconnected 06:33:18 <|amethyst> not sure if that means more maintenance, or that it crashed 06:33:21 -!- Suga_H has quit [Ping timeout: 252 seconds] 06:33:47 also how would you test the rate at which items are generated in shops 06:34:48 because I have recently, in (I think) every game in which I bought runed robes in orc found one of those to be archmagi 06:35:52 refactoring ogre mage spells by Cedor 06:35:53 <|amethyst> try making a bunch of shops in wizard mode 06:36:15 it was literally only in orc 06:36:31 <|amethyst> there is nothing particularly special about the orc:$ shops 06:36:36 hm 06:36:39 <|amethyst> most of the maps place four "any shop" features 06:36:47 <|amethyst> a few of them place specific shop types 06:36:52 <|amethyst> like "antique armour shop" 06:38:46 so its quite unlikely that that is bugged 06:39:34 and I am just one lucky bastard 06:39:48 <|amethyst> Depends on how many your bought 06:39:54 -!- jeffro has joined ##crawl-dev 06:39:58 single digits 06:40:13 <|amethyst> I mean, if you bought one runed robe and it turned out to be archmagi, that's pretty lucky 06:40:32 maybe 4 or 5 times that I think 06:40:34 <|amethyst> if you bought five and one turned out to be archmagi, that's not quite so lucky 06:40:57 4 or 5 one or two robes each time I think 06:42:17 <|amethyst> antique shops do have higher-level stuff than other shops 06:42:38 so just lucky 06:44:07 <|amethyst> btw, why on earth does _place_spec_shop have a variable 'orb' that holds the item index of the generated item? 06:44:12 <|amethyst> I mean, why is it called 'orb' 06:44:46 <|amethyst> because I'm pretty sure there's only one orb and it doesn't appear in shops 06:44:55 <|amethyst> though maybe that could be an alternate ending 06:44:58 <|amethyst> vending_machine_of_zot 06:47:15 I still think you should be able to sac the orb to nemelex 06:47:59 <|amethyst> oh, 'int orb' dates back to pre-stone-soup 06:48:14 <|amethyst> + int orb = 0; 06:48:14 <|amethyst> + int i = 0; 06:48:14 <|amethyst> + int j = 0; // loop variable 06:48:17 <|amethyst> nice comment 06:49:00 <|amethyst> (which is still there) 06:49:04 <|amethyst> Ladykiller69: then what? 06:49:18 <|amethyst> Ladykiller69: you get a really nice deck but are cursed to wander the dungeon forever? 06:49:28 you have to escape the dungeon with every god that isnt him wrathing you 06:49:53 -!- Sgeo has quit [Read error: Connection reset by peer] 06:50:26 but you have permanent champion status 06:50:47 ofc that shouldnt be for every god 06:51:02 but jiyva would maybe also work for that 06:52:11 <|amethyst> so you get to trade -cTele, teleport delays, and slow contam decay for the wrath of all but one god? 06:52:22 <|amethyst> Why would someone do that? 06:52:28 well you dont get panlords 06:52:33 -!- pythonsnake has quit [Ping timeout: 240 seconds] 06:52:38 <|amethyst> Why wouldn't you get panlords? 06:52:49 because you arent escaping with the orb 06:52:59 <|amethyst> oh 06:53:07 <|amethyst> well, that means you lose the game at the end then 06:53:08 you get nothing but the wraths 06:53:35 you have to escape 06:53:41 but not from all the demony things 06:53:47 but from the wraths 06:53:50 <|amethyst> is that actually dangerous? I don't have a good feeling for how often the wrath of every god sets in 06:54:49 I actually have no idea 06:55:06 also the dungeon would have to turn more nemelex-y behind you 06:55:48 <|amethyst> anyway 06:55:58 yes 06:56:01 anyway 06:56:06 <|amethyst> sacrificing the macguffin to your god is so nethacky :) 06:56:07 whats TLA AC? 06:56:40 <|amethyst> Base armour rating: 4 Encumbrance rating: 4 06:56:45 oh 06:56:47 well 06:56:50 fuck that. 06:57:12 -!- CedorDark has quit [Read error: Connection reset by peer] 06:57:23 I suppose I have to wait for a dragon 06:57:23 -!- CedorDark has joined ##crawl-dev 07:08:41 03Cedor02 {|amethyst} 07* 0.14-a0-1111-g4776522: Give ogre magi their own spellbooks (no functional change). 10(2 hours ago, 3 files, 62+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=47765229106a 07:09:05 -!- eith has joined ##crawl-dev 07:11:03 -!- sprort has quit [Read error: Connection reset by peer] 07:16:40 -!- Pacra has quit [Ping timeout: 245 seconds] 07:26:21 -!- oberstein has quit [Ping timeout: 246 seconds] 07:28:02 -!- Ladykiller69 has left ##crawl-dev 07:28:04 -!- Ladykiller69 has quit [Quit: Verlassend] 07:41:06 -!- oberstein has joined ##crawl-dev 07:45:33 -!- CedorDark has quit [Read error: Connection reset by peer] 07:45:47 -!- Cedor has joined ##crawl-dev 07:48:33 -!- mizu_no_oto has quit [Ping timeout: 272 seconds] 07:59:02 -!- eith has quit [Ping timeout: 264 seconds] 08:05:22 -!- jeffro has quit [Ping timeout: 246 seconds] 08:08:37 -!- magicpoints has quit [Ping timeout: 248 seconds] 08:12:09 -!- mizu_no_oto has quit [Read error: Connection reset by peer] 08:21:33 -!- radinms has quit [] 08:27:11 -!- mizu_no_oto has quit [Ping timeout: 272 seconds] 08:34:43 -!- valtern has quit [Ping timeout: 252 seconds] 08:40:05 -!- pwnmonkey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 08:40:45 -!- Zelda has quit [Client Quit] 08:41:22 -!- magistern has quit [Quit: This computer has gone to sleep] 08:43:01 -!- valtern has quit [Ping timeout: 272 seconds] 08:50:59 -!- valtern has quit [Ping timeout: 272 seconds] 08:52:11 -!- Hailley has quit [Quit: Petra is closed!] 08:58:13 -!- Stelpa has quit [Ping timeout: 246 seconds] 08:58:34 -!- valtern has quit [Ping timeout: 246 seconds] 08:58:50 -!- Sequell has joined ##crawl-dev 08:59:33 -!- bonghitz has quit [Remote host closed the connection] 09:05:32 -!- Sequell has quit [Remote host closed the connection] 09:05:49 -!- Sequell has joined ##crawl-dev 09:07:27 -!- Cedor has quit [Quit: Quitte] 09:07:49 -!- valtern has quit [Ping timeout: 248 seconds] 09:08:52 -!- LexAckson has joined ##crawl-dev 09:14:48 -!- Sequell has quit [Remote host closed the connection] 09:15:06 -!- Sequell has joined ##crawl-dev 09:16:30 03galehar02 07* 0.14-a0-1112-g81894df: Formatting improvements and tag fixing in hints. 10(14 minutes ago, 8 files, 229+ 256-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=81894dfcdabe 09:16:30 03galehar02 07* 0.14-a0-1113-g481a9a3: [txc] Improve the wrapping for languages without spaces. 10(14 minutes ago, 1 file, 1+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=481a9a3d94cb 09:20:38 -!- valtern has quit [Ping timeout: 264 seconds] 09:21:52 -!- Sequell has quit [Remote host closed the connection] 09:22:10 -!- Sequell has joined ##crawl-dev 09:22:58 <|amethyst> greensnark: what's up with Sequell? It's been bouncing like an crank-shooting ferret on a trampoline 09:23:06 <|amethyst> s/an /a / 09:23:14 Maintenance 09:23:15 :) 09:23:24 -!- CKyle has joined ##crawl-dev 09:23:27 I need to fix it so it can reload without dropping off IRC 09:23:46 <|amethyst> ah, and you're testing small changes at a time 09:24:03 <|amethyst> it was so frequent I figured it was crashing and restarting or something 09:28:42 -!- valtern has quit [Ping timeout: 252 seconds] 09:32:57 -!- CKyle has quit [Quit: CKyle] 09:33:42 -!- bonghitz has quit [Remote host closed the connection] 09:41:15 -!- TAS-2012v has quit [Ping timeout: 245 seconds] 09:42:05 -!- pwnmonkey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 09:42:36 |amethyst: hey, is Sizzell's code online somewhere? 09:45:21 -!- slifty has quit [Quit: Leaving...] 09:46:04 <|amethyst> ??sizzell 09:46:04 sizzell[1/1]: Like Gretell, except that |amethyst is typing everything himself. Announces games and upgrades on crawl.s-z.org ({CSZO}). Uses "%" for its commands ("%dump" etc), but does not do nick mapping. 09:46:17 <|amethyst> !learn add sizzell Source at https://github.com/neilmoore/sizzell 09:46:18 sizzell[2/2]: Source at https://github.com/neilmoore/sizzell 09:46:38 -!- Zermako has quit [] 09:51:15 -!- Matejiii has quit [Ping timeout: 252 seconds] 09:53:38 thanks 09:54:05 am I correct that all of the server bots are clones of sizzell now? (except gretell maybe, since gretell is older?) 09:54:16 <|amethyst> right 09:54:33 <|amethyst> gretell is older but still has @?/@?? 09:55:24 <|amethyst> well, I assume anyway. I know Lantell and Henzell are, and am pretty sure Ruffell is 09:55:36 -!- UseBees has quit [Remote host closed the connection] 09:55:53 <|amethyst> has the guy with the Korean server been back around? 09:56:02 <|amethyst> !lg * s=src 09:56:05 2737660 games for *: 1247877x cao, 939921x cdo, 476049x cszo, 44844x clan, 18770x rhf, 9527x csn, 672x ckr 09:56:30 <|amethyst> !lg * ckr -log 09:56:31 672. ProtestTheHero, XL4 MiFi, T:1384: http://kr.dobrazupa.org/morgue/0.13/ProtestTheHero/morgue-ProtestTheHero-20131109-172726.txt 09:56:41 <|amethyst> !lg * ckr -ttyrec 09:56:43 672. ProtestTheHero, XL4 MiFi, T:1384: http://kr.dobrazupa.org/ttyrecs/ProtestTheHero/2013-11-09.17:24:49.ttyrec.bz2 09:57:12 <|amethyst> ??ckr 09:57:12 I don't have a page labeled ckr in my learndb. 09:57:35 <|amethyst> I haven't updated the scoring scripts 09:57:36 so probably the easiest way to get a change through to all the bots is to give you a patch for sizzell and then bug all the other server admins to grab it? 09:57:54 <|amethyst> yeah, that would work 09:58:06 -!- CKyle has joined ##crawl-dev 09:58:19 no CKR games in over two weeks? 09:58:44 <|amethyst> hmm 09:59:14 <|amethyst> !lg * ckr x=cv 09:59:14 672. [cv=0.13] ProtestTheHero the Covered (L4 MiFi), slain by a giant goldfish zombie on D:2 (lemuel_zombie_altar_kikubaaqudgha) on 2013-11-09 17:27:26, with 157 points after 1384 turns and 0:02:33. 09:59:18 <|amethyst> !lg * ckr s=cv 09:59:19 672 games for * (ckr): 672x 0.13 10:00:09 <|amethyst> greensnark: ckr has trunk now, morgues in "trunk" instead of "0.13" 10:00:36 -!- Nakatomy has quit [Ping timeout: 252 seconds] 10:00:51 <|amethyst> hm, what was the logfile location? 10:02:27 <|amethyst> greensnark: oh, there isn't a trunk logfile/milestones posted :( 10:03:08 <|amethyst> !tell sd1989 care to make the trunk milestones and logfile available over the web too? 10:03:09 |amethyst: OK, I'll let sd1989 know. 10:03:20 <|amethyst> elliptic: the logfile definitely shows more recent games than that 10:04:02 <|amethyst> !lg dosil 10:04:03 32. Dosil the Firebug (L4 DsFE), slain by an orc (a +1,+2 orcish whip of holy wrath) on D:2 on 2013-11-09 15:30:04, with 179 points after 2978 turns and 0:09:51. 10:04:07 <|amethyst> !lg dosil x=src 10:04:08 32. [src=ckr] Dosil the Firebug (L4 DsFE), slain by an orc (a +1,+2 orcish whip of holy wrath) on D:2 on 2013-11-09 15:30:04, with 179 points after 2978 turns and 0:09:51. 10:04:41 even in 0.13, you mean? 10:04:48 <|amethyst> yes 10:04:59 <|amethyst> greensnark: hm, sequell isn't pickup up ckr games anymore? Last ones are from 2013-11-09 but the 0.13 logfile lists games up to today 10:05:28 <|amethyst> Apparently one of sar's games is missing from the scoring pages 10:06:10 <|amethyst> but some more recent games (from the same server I believe) are listed normally 10:06:16 -!- Morg0th has quit [Quit: leaving] 10:06:33 <|amethyst> oh, hm 10:06:38 <|amethyst> !lg * rhf x=cv 10:06:39 18770. [cv=0.14-a] MDvedh the Earth Mage (L26 GrVM), worshipper of Jiyva, escaped with the Orb and 3 runes on 2013-11-27 14:49:58, with 1605883 points after 72033 turns and 4:19:03. 10:06:41 <|amethyst> !lg * rhf s=cv 10:06:42 18770 games for * (rhf): 6202x 0.13-a, 4945x 0.5, 3037x 0.7, 2077x 0.14-a, 916x 0.6, 793x 0.12, 661x 0.7-a, 139x 0.6-a 10:07:15 <|amethyst> !lg sar rhf cehu s=cv 10:07:15 4 games for sar (rhf cehu): 4x 0.13-a 10:07:19 <|amethyst> !lg sar rhf cehu 10:07:19 4. Sar the Merry Centaur (L27 CeHu), worshipper of The Shining One, escaped with the Orb and 15 runes on 2013-09-29 17:26:30, with 9063101 points after 193423 turns and 14:28:24. 10:17:06 ok 10:17:12 anyone here? 10:17:47 !tell kilobyte what's the point of removing double newlines in hints.cc:4543 (0c8e6fc5) 10:17:47 galehar: OK, I'll let kilobyte know. 10:18:57 !tell kilobyte it makes formatting end messages cumbersome (2 empty lines to get one). Especially wrt console/tiles/webtiles tags 10:18:57 galehar: OK, I'll let kilobyte know. 10:19:04 -!- pythonsnake has quit [Ping timeout: 246 seconds] 10:20:12 -!- bmfx has quit [Read error: Operation timed out] 10:20:17 -!- tkappleton has quit [Ping timeout: 272 seconds] 10:22:15 New Class: Druid by Lightli 10:22:53 And before you ask, yes, it actually works 10:23:46 -!- tsohg has quit [Read error: Connection reset by peer] 10:23:50 -!- Bloax has joined ##crawl-dev 10:26:15 -!- Nakat0my has quit [Ping timeout: 245 seconds] 10:29:35 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 10:32:38 Hello? 10:39:53 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 10:47:17 -!- scummos^ has quit [Remote host closed the connection] 10:49:45 -!- tholmes has quit [Quit: Lost terminal] 10:52:01 ok, now that I know that a druid class is the worst idea ever and that I can actually program things without my computer exploding, what should I do 10:54:06 make the exoskeleton mutation give 5 ac and set the Fo hp aptitude to -1 10:54:26 report the disastrous results 10:54:41 k 10:56:41 How do I recover the latest trunk to get rid of the remains of my horrible horrible idea 10:57:13 <|amethyst> Lightli: were you doing your work in a branch or in master? 10:57:18 master because dumb 10:57:32 <|amethyst> do you want to at least save your work in a branch, or nuke it from orbit? 10:57:44 I have it saved on a folder elsewhere 10:57:58 So when april comes back around I can drag it back out for a bit 10:58:40 <|amethyst> it's a lot easier to drag it back out from a branch than a separate directory who knows where 10:58:54 <|amethyst> do: git checkout -b aprilfools 10:59:12 <|amethyst> that will make and check out a branch called "aprilfools" 10:59:56 done 11:00:06 now how do I wipe the slate clean so I can start making Fo slightly less terrible 11:00:34 <|amethyst> after verifying that everything is good (git status shows nothing that you want to add): 11:00:43 <|amethyst> switch back to master with git checkout master 11:01:03 <|amethyst> git branch to make *sure* you're in master 11:01:04 that's it? 11:01:05 <|amethyst> then git reset --hard origin/master to reset the current branch 11:01:27 -!- pythonsnake has quit [Ping timeout: 272 seconds] 11:01:31 <|amethyst> that will discard your master and replace it with the one from upstream 11:01:33 -!- deeeeee has quit [Ping timeout: 250 seconds] 11:01:49 <|amethyst> (discards your current branch, which is why I say make sure you're in master) 11:01:56 I did 11:02:05 <|amethyst> what does git describe say ? 11:02:18 Homogenize Abyss Party Patrol 11:02:32 <|amethyst> %git :/Patrol 11:02:32 07bh02 * 0.14-a0-1110-g7149c53: Homogenize the Abyss Party Patrol 10(13 hours ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=7149c535b5c8 11:02:37 <|amethyst> %git 11:02:37 07galehar02 * 0.14-a0-1113-g481a9a3: [txc] Improve the wrapping for languages without spaces. 10(2 hours ago, 1 file, 1+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=481a9a3d94cb 11:03:12 <|amethyst> you're good then 11:03:12 <|amethyst> assuming that has a hash starting with 7149c53 11:03:17 -!- Moanerette has quit [Ping timeout: 250 seconds] 11:03:24 does 11:03:48 |amethyst: some Sizzell patches muting the announcements of more milestones/deaths: http://bpaste.net/raw/153514/ 11:04:04 (untested, but hopefully I didn't do anything stupid...) 11:04:39 <|amethyst> "Do announce entering Hive" nice :) 11:04:52 Hive is dead 11:04:53 Stable (0.13) branch on crawl.akrasiac.org updated to: 0.13.0-67-g7ee5eca 11:04:58 %git :/hp 11:04:58 07kilobyte02 * 0.14-a0-841-g52f2a1d: Make getting reduced to <= 0 maxhp by {,un)}transforming fatal. 10(2 weeks ago, 1 file, 13+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=52f2a1d1f193 11:05:02 elliptic: thank you for writing this 11:05:09 %git :/formicid 11:05:09 07kilobyte02 * 0.14-a0-951-g7baad9e: Add cases for formicids in Azarael and friendly imp speech. 10(8 days ago, 1 file, 4+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=7baad9e5f7da 11:05:33 -!- pythonsnake is now known as Guest17272 11:06:18 <|amethyst> no more Nessos announcements? 11:06:45 -!- Guest17272 has quit [Client Quit] 11:07:22 I was trying to special-case as little as possible, so only announcing one D unique and one lair unique 11:07:32 <|amethyst> yeah 11:07:47 <|amethyst> it's a lot easier to justify the contents of the list that way 11:08:03 -!- hart has quit [Ping timeout: 272 seconds] 11:08:30 -!- Sizzell has quit [Remote host closed the connection] 11:08:41 -!- Sizzell has joined ##crawl-dev 11:09:28 -!- Basil has quit [Ping timeout: 246 seconds] 11:09:41 -!- pythonsnake1 is now known as pythonsnake 11:09:53 -!- slifty has quit [Quit: Leaving...] 11:10:55 incidentally, I noticed when making the list that we don't have many uniques who can generate on D:14-16 currently 11:12:41 or maybe it's more accurate to say that most of the uniques who can generate there also generate on D:10 11:13:10 maud is the only unique who can generate on D:14-16 who can't also generate on D:11 11:14:04 <|amethyst> elliptic: updated and pushed 11:14:13 thanks :) 11:14:13 -!- dedededduduuchua has quit [Client Quit] 11:14:44 <|amethyst> !tell TZer0 some updates to sizzell including several from elliptic that you probably want to apply. ??sizzell[2] if you forgot where the repo is 11:14:44 |amethyst: OK, I'll let tzer0 know. 11:15:13 -!- blabber has joined ##crawl-dev 11:15:14 <|amethyst> !tell greensnark some updates to sizzell including several from elliptic that you probably want to apply. ??sizzell[2] if you forgot where the repo is 11:15:14 |amethyst: OK, I'll let greensnark know. 11:16:08 <|amethyst> !tell joosa some updates to sizzell including several from elliptic that you probably want to apply. ??sizzell[2] if you forgot where the repo is 11:16:09 |amethyst: OK, I'll let joosa know. 11:17:00 -!- gammafunk_ has quit [Quit: gammafunk_] 11:17:03 ??gretell 11:17:04 gretell[1/2]: The counterpart to Henzell, for crawl.develz.org. Only accepts @whereis, @?, and @?? from IRC. The evil twin of Henzell. Accepts inquiries on PM. 11:17:05 <|amethyst> though joosa spoke of taking RHF down because he doesn't have time to keep it updated, so Ruffell might not get patched 11:17:07 ??gretell[2] 11:17:07 gretell[2/2]: Code available at http://git.develz.org/?p=gretell.git or git://git.develz.org/gretell.git 11:17:39 <|amethyst> There's a good chance your changes will apply cleanly to gretell, but I haven't tried 11:18:15 I guess gretell probably has some local changes that aren't in that repository, though probably not much that might conflict 11:18:16 <|amethyst> Hm... I need to get around to migrating CSZO's IP addresses soon 11:18:54 -!- gammafunk has quit [Quit: gammafunk] 11:19:19 -!- Tarquinn has quit [Quit: yes] 11:19:34 <|amethyst> the new ones seem to work; I just need to update DNS, and also update webtiles to be able to bind to multiple IPs for the transition 11:19:55 Unstable branch on crawl.akrasiac.org updated to: 0.14-a0-1113-g481a9a3 (34) 11:20:08 <|amethyst> and restart all the programs that are binding to something other than 0.0.0.0, so apache too 11:23:36 -!- Tux[Qyou] has quit [Ping timeout: 246 seconds] 11:24:22 -!- tsohg_ has quit [Remote host closed the connection] 11:25:30 -!- master_j has quit [Quit: boyzeebep] 11:27:15 -!- CKyle has quit [Quit: CKyle] 11:29:10 -!- tsohg has quit [Ping timeout: 245 seconds] 11:33:14 -!- simmarine has joined ##crawl-dev 11:34:23 !tell Napkin When you get a chance, could you apply the patches in http://bpaste.net/raw/153528/ to Gretell? (They decrease the number of milestones/deaths that are announced on ##crawl.) Thanks! 11:34:23 elliptic: OK, I'll let napkin know. 11:34:26 -!- Tuxedo[Qyou] has quit [Ping timeout: 264 seconds] 11:41:15 -!- pwnmonkey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 11:42:31 -!- DracheReborn has quit [Quit: Bye] 11:43:01 -!- ground4 has quit [Quit: WeeChat 0.4.2] 11:46:08 -!- Vizer_ has quit [Quit: bye] 11:48:21 -!- pythonsnake has quit [Ping timeout: 248 seconds] 11:53:34 -!- rast- has joined ##crawl-dev 11:54:59 <|amethyst> ??ignored uniques 11:54:59 I don't have a page labeled ignored_uniques in my learndb. 11:55:02 <|amethyst> ??boring uniques 11:55:02 unannounced uniques[1/1]: Jessica Ijyb Blork Terence Edmund Psyche Joseph Josephine Harold Maud Grum Gastronok Dowan Duvessa Pikel Menkaure Purgy Maurice Yiuf Urug Snorg Eustachio Ribbit Nergalle. Deaths are not announced in ##crawl. This doesn't mean they are harmless, just that we don't want to be spammed by everyone killing them. 11:56:17 -!- rast has quit [Ping timeout: 272 seconds] 11:56:30 -!- rast- is now known as rast 11:56:49 <|amethyst> !learn edit unannounced uniques s/Jessica.*Nergalle/Ijyb Jessica Terence Yiuf Blork Eustachio Edmund Dowan Duvessa Pikel Grinder Menkaure Ribbit Joseph Grum Psyche Maurice Erica Fannar Harold Erolcha Nergalle Urug Josephine Gastronok Sonja Nessos Maud Purgy Snorg/ 11:56:50 unannounced uniques[1/1]: Ijyb Jessica Terence Yiuf Blork Eustachio Edmund Dowan Duvessa Pikel Grinder Menkaure Ribbit Joseph Grum Psyche Maurice Erica Fannar Harold Erolcha Nergalle Urug Josephine Gastronok Sonja Nessos Maud Purgy Snorg. Deaths are not announced in ##crawl. This doesn't mean they are harmless, just that we don't want to be spammed by everyone killing them. 11:59:01 -!- keszocze has quit [Ping timeout: 248 seconds] 12:01:35 -!- rast- has joined ##crawl-dev 12:02:43 -!- rast has quit [Ping timeout: 240 seconds] 12:03:27 -!- rast- is now known as rast 12:12:23 -!- twelwe has quit [Quit: Page closed] 12:17:52 -!- blabber has quit [Ping timeout: 264 seconds] 12:22:09 -!- valtern has quit [Read error: Connection reset by peer] 12:23:47 -!- alefury|2 has joined ##crawl-dev 12:29:23 -!- Basil has quit [Read error: No route to host] 12:31:08 -!- dtsund has joined ##crawl-dev 12:32:28 -!- blabber has joined ##crawl-dev 12:35:42 -!- ark__ has quit [Ping timeout: 252 seconds] 12:38:26 -!- tsohg has quit [Remote host closed the connection] 12:40:38 -!- Kalir has quit [Changing host] 12:43:03 -!- minqmay is now known as TARBALLPYTHON 12:43:11 -!- TARBALLPYTHON is now known as minqmay 12:43:28 -!- eith has joined ##crawl-dev 12:44:03 -!- tsohg has quit [Ping timeout: 272 seconds] 12:48:09 -!- OneEyedJack has quit [Ping timeout: 250 seconds] 12:51:27 -!- kelpie has quit [Quit: leaving] 12:54:00 -!- chewymouse has joined ##crawl-dev 12:57:10 -!- bmfx has quit [Read error: Connection reset by peer] 12:58:45 -!- inspector071 has quit [Ping timeout: 248 seconds] 13:02:04 -!- master_j has quit [Ping timeout: 240 seconds] 13:02:58 -!- chewymouse has quit [Quit: Leaving] 13:24:27 -!- SaintWacko has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 13:24:53 -!- Guest70279 has joined ##crawl-dev 13:26:12 -!- Guest70279 is now known as Hosungsungnim 13:29:23 -!- rast has quit [Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344]] 13:29:56 -!- wheals has quit [Quit: Leaving] 13:31:48 -!- hurdos has quit [Read error: Connection reset by peer] 13:32:18 -!- chewymouse has joined ##crawl-dev 13:37:01 -!- chewymouse has quit [Client Quit] 13:46:09 03|amethyst02 07* 0.14-a0-1114-g88595bd: Webtiles: allow multiple IP/port combinations. 10(4 minutes ago, 2 files, 24+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=88595bdc03cc 13:47:28 -!- DracheReborn has quit [Quit: Bye] 13:51:23 |amethyst: seems like you have something in mind server-wise with that commit? 13:53:15 -!- Nakalein has quit [Ping timeout: 252 seconds] 13:54:10 <|amethyst> CSZO is having an IP address migration, that's so I can listen to both addresses once I get the new one up until everyone's DNS is up-to-date 13:54:33 Aha. :) 14:03:27 mutarobin (L12 LOCK) ERROR in 'directn.cc' at line 2986: Error: invalid trap type 100 (Lair:4) 14:10:41 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1114-g88595bd (34) 14:18:45 -!- valtern has quit [Ping timeout: 248 seconds] 14:24:29 -!- Brokkr has quit [Remote host closed the connection] 14:24:34 -!- motorbit has quit [Quit: Page closed] 14:24:47 -!- Ladykiller69 has quit [Ping timeout: 240 seconds] 14:25:10 Webtiles server stopped. 14:25:22 Webtiles server started. 14:26:14 <|amethyst> hmm 14:26:34 !lm mutarobin crash -log 14:26:35 7. mutarobin, XL12 LOCK, T:17814 (milestone): http://dobrazupa.org/morgue/mutarobin/crash-mutarobin-20131127-200321.txt 14:29:11 <|amethyst> hm, the stable launcher doesn't seem to be working 14:29:21 -!- tenofswords has joined ##crawl-dev 14:29:59 <|amethyst> /usr/games/crawl-0 not found wha 14:30:27 -!- caleba has quit [Quit: caleba] 14:30:37 elliptic: in the initial defining Depths as a branch commit, a lot of big uniques were cut from d:14-16, and I don't think particularly many people noticed 14:31:38 <|amethyst> oh duh 14:31:43 agnes, aizul, azreal, kirke, louise, nikola, roxanne, rupert, snorg 14:31:51 <|amethyst> doh 14:32:12 surely the small end chunk of D post-Lair can still be allowed to be a little dangerous 14:32:51 Webtiles server stopped. 14:33:00 Webtiles server started. 14:33:03 yeah, most of those could be added back in I'd think 14:33:33 |amethyst: nice waste of one of my entry vaults :b 14:34:05 Grunt: was there any particular idea in mind with unique placement with the D/Depths split? 14:34:43 * Grunt goes back and looks at his changes. 14:34:44 * Sequell also goes back and looks at his changes. 14:34:50 * Grunt kicks Sequell. 14:35:27 I think the idea I had in mind at the time was relative to the Lair branches - uniques who spawned only late there would also be Depths and those who spawned earlier would be in D? 14:35:39 I was also going to add Snorg to lair, btw 14:35:51 Sounds reasonable to me. 14:37:04 -!- dondy has quit [Quit: ninja kapow] 14:40:32 Evening 14:40:39 Hi Cryp71c. 14:45:43 grunt, any thoughts on http://sprunge.us/dcbb ? 14:47:02 -!- valtern has quit [Ping timeout: 264 seconds] 14:51:54 A lot of the tagging/weighting/etc. logic seems like it could be simpler, but I can't immediately think of how that would happen. 14:53:14 * tenofswords shrugs 14:53:41 I don't really see why we need lesser demons at all in the Pan entries btw. 14:53:57 They're purely popcorn at the point they turn up 14:53:58 . 14:54:39 "make sure you actually recognize this is a re-purposed pan lord vault" 14:55:46 -!- |amethyst has quit [Quit: reconnecting] 14:56:08 Anyway, someone else is going to do this if I don't, so: 14:56:22 03HangedMan02 {Grunt} 07* 0.14-a0-1115-gab5b2a2: Hell, Pan, Abyss entry vault dampening 10(19 hours ago, 3 files, 182+ 82-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ab5b2a226644 14:56:24 -!- |amethyst has joined ##crawl-dev 14:56:34 thanks 14:57:04 03elliptic02 07* 0.14-a0-1116-g4c3d792: Swiftness changes. 10(23 minutes ago, 12 files, 65+ 29-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=4c3d7924ca2c 14:57:04 03elliptic02 07* 0.14-a0-1117-g67152d2: Add comment. 10(7 minutes ago, 1 file, 2+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=67152d2d4913 14:57:04 03elliptic02 07* 0.14-a0-1118-g5cc957e: Let more uniques generate on D:14-16. 10(3 minutes ago, 1 file, 6+ 6-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5cc957e5e99c 14:57:07 Sooner or later I'm going to get on making more decorative entries (I guess that's mainly for Hells right now). 14:57:32 yeah 14:58:46 that is a neat swiftness change 15:00:44 <|amethyst> well, s-z.org's DNS is still being screwy and not replicating properly to the secondary (admin is looking into it); and I haven't been able to change the reverse DNS yet 15:01:08 <|amethyst> but it's up on both addresses now 15:01:32 <|amethyst> also, CSZO webtiles now supports wizmode for admins in stable, not just trunk 15:02:09 Display number of affected monsters for Zin's recite by Sandman25 15:02:22 -!- Aarinfel has quit [Quit: Page closed] 15:02:38 elliptic: IMO close #7786 15:04:29 oh, I hadn't seen that issue 15:04:30 will do 15:05:23 I'd do it myself, but you're in a better position to explain why :) 15:06:24 -!- Tux[Qyou] has quit [Ping timeout: 252 seconds] 15:14:07 now I'm looking forward to all the 2nd half of swifntess ghosts 15:14:55 poor alligators 15:15:05 -!- ophanim has quit [Quit: ophanim] 15:15:31 -!- Konstantin__ has quit [Ping timeout: 246 seconds] 15:18:22 -!- valtern has quit [Remote host closed the connection] 15:19:13 the commit didn't change monster swiftness 15:19:49 <|amethyst> elliptic: so antiswift has no effect in water? 15:20:07 because I wasn't sure of the best way and we have a rich tradition of monsters cheating and using old forms of the spells 15:20:11 |amethyst: just like swift, yes 15:20:25 -!- simmarine_ has joined ##crawl-dev 15:20:39 <|amethyst> elliptic: so merfolk can use it to kite with just the right geometry :) 15:20:48 !send elliptic Wiglaf 15:20:48 |amethyst: well, merfolk can already kite in water 15:20:48 Sending Wiglaf to elliptic. 15:20:49 <|amethyst> elliptic: that's not why I was asking though 15:20:53 since they have spriggan speed 15:21:01 I guess Op could though, yes 15:21:29 -!- ystael has quit [Ping timeout: 272 seconds] 15:22:15 03|amethyst02 07* 0.14-a0-1119-g9f411cc: Show -Swift light in darkgrey while in liquid. 10(44 seconds ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=9f411cca2344 15:22:17 -!- rchandra has joined ##crawl-dev 15:22:34 oh, right, thanks 15:22:55 I actually thought about that but then got distracted writing the antiswift text :P 15:23:17 -!- simmarine has quit [Ping timeout: 248 seconds] 15:24:00 <|amethyst> didn't alligators already cheat with swiftness 15:24:07 <|amethyst> in that it works in water for them 15:24:21 yeah, and they get a different message 15:24:36 * Grunt puts on a burst of speed! 15:24:36 * Sequell hugs Grunt. 15:24:40 ... 15:25:09 <|amethyst> (actually, looks like all monsters cheat with swiftness and wter) 15:25:45 constriction? :p 15:28:25 * Zannick doesn't understand why the bots are so active now. 15:28:27 -!- Cryp71c has quit [Quit: Leaving] 15:28:31 -!- ac13 has quit [Quit: ac13] 15:30:09 -!- Tuxedo[Qyou] has quit [Ping timeout: 252 seconds] 15:30:15 -!- LexAckson has quit [Ping timeout: 272 seconds] 15:31:25 <|amethyst> ok, s-z.org DNS is fixed now 15:31:42 <|amethyst> so people should be getting the new IP 15:32:03 <|amethyst> both are up for now, though, until the ISP eliminates the old block 15:32:25 -!- simmarine_ is now known as simmarine 15:33:06 -!- Tux[Qyou] has quit [Client Quit] 15:42:19 it's a free game. We don't have the budget to upgrade the spells of ALL monsters! 15:42:35 * Grunt gestures at galehar. The crystal spear misses galehar. 15:44:22 Unstable branch on crawl.s-z.org updated to: 0.14-a0-1119-g9f411cc (34) 15:44:46 -!- tsohg has quit [Remote host closed the connection] 15:45:36 -!- blabber has quit [Quit: leaving] 15:48:25 -!- Zabo has quit [Ping timeout: 250 seconds] 15:48:41 galehar: 1; there's a lot of multi-line tables that need to be pre-formatted, 2. almost all tutorial messages go to the message box where you can't have empty lines anyway 15:48:41 kilobyte: You have 4 messages. Use !messages to read them. 15:49:32 I don't remember the exact reasons, though -- it has been a while 15:49:35 -!- tsohg has quit [Ping timeout: 245 seconds] 15:50:09 they can have empty lines just fine 15:50:27 mpr("") does nothing 15:50:40 the \n\n replacement forces weird formatting of those tables 15:50:57 see "tutorial5 exit" in the diff of the commit I messaged you about 15:50:59 currently useless potions: is there a reason for them to be drinkable? 15:51:09 -!- ac13 has quit [Client Quit] 15:51:17 I'd say it's better to stop them instead of wasting, just like scrolls do 15:51:34 -!- Tarquinn has joined ##crawl-dev 15:51:35 there's that 40 nutrition, but that that's overdue for removal 15:52:03 (clearly make all potions really gluggy) 15:52:47 ("You're too full to drink that potion.") 15:52:48 <|amethyst> use gluggy as a random first adjective, make only those give nutrition 15:53:04 <|amethyst> and give back special effects to funny helmets 15:53:32 galehar: in that one, we want these lines separate. How can the tutorial know they shouldn't be combined into one line? 15:53:37 hasn't anybody invented a drunkenrobin who has to drink all the bad potions? 15:53:49 galehar: get on it :) 15:54:03 galehar: IMO it should be "drink all potions on finding them" 15:54:04 ??quaffrobin 15:54:04 I don't have a page labeled quaffrobin in my learndb. 15:54:10 go nuts 15:54:10 kilobyte: it has whitespace at the beginning which prevents linewrapping 15:54:11 !lg quaffrobin 15:54:12 No games for quaffrobin. 15:54:13 galehar: compare with most messages above it, they shouldn't be forced into a narrow strip outside of tinyterms 15:54:35 galehar: no, whitespace at the beginning can't prevent wrapping, as tutorial uses tables 15:54:35 also, they have :nowrap now anyway 15:54:57 if you have indented items that still need wrapping/unwrapping... 15:55:25 it's not about inhibiting wrapping, wrapping might be needed in both cases 15:56:13 -!- scummos^ has quit [Ping timeout: 272 seconds] 15:56:14 in that "tutorial5 EXIT" entry, imagine one of the lines would be longer. What would happen then? 15:56:21 (it does in other tutorials) 15:56:59 I see 15:57:27 I didn't noticed there was table formatting. I might have broken it. 15:57:53 what handles it in the code? 15:59:23 getHintString() seems to call regular unwrap_desc() 16:00:23 tutorial_msg() 16:00:39 ah, I see it now: there's a comment 16:02:00 -!- Hosungsungnim has quit [Quit: Page closed] 16:02:55 I don't understand how indenting is handled since split_string also strip them 16:03:27 -!- Fusentrap has joined ##crawl-dev 16:07:47 and the only line that wraps in exit screen on 80 col is in tutorial3 16:07:51 and the wrap isn't indented 16:11:10 so it all seems quite pointless and needlessly complicated to me 16:12:13 -!- inspector071_ has quit [Ping timeout: 246 seconds] 16:20:31 -!- Fusentrap has left ##crawl-dev 16:21:15 -!- SwissStopwatch has quit [Ping timeout: 245 seconds] 16:23:36 -!- Taraiph has quit [Ping timeout: 246 seconds] 16:24:42 -!- fusentrap has joined ##crawl-dev 16:24:50 -!- master_j has quit [Quit: WeeChat 0.4.2] 16:26:03 -!- pwnmonkey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 16:28:03 -!- Morg0th has quit [Quit: leaving] 16:29:36 -!- fusentrap is now known as Fusentrap 16:33:16 galehar: well, it's possible I'm missing something 16:33:55 galehar: but if you'd change this, please test tutorial messages quite a great deal, I remember there being some tricky cases that require this weirdness 16:34:14 yeah, that's what I'm doing 16:34:16 (but can't remember what exactly :( ) 16:34:48 <|amethyst> local tiles can be narrower than 80, right? 16:35:07 no 16:35:21 <|amethyst> ah, good 16:35:24 even the smallest res 480x800 has more columns than 80 16:35:33 unless you put big fonts :) 16:35:35 and Android? 16:35:35 <|amethyst> doesn't that depend on your font? 16:35:46 don't we support 320x200 or something as ridiculous? 16:35:57 but the font size auto selected works fine 16:36:08 yeah, the new android interface support a smaller res 16:36:13 at least the HUD had to be severely reworked to fit in such a small space 16:36:14 -!- Kellhus has quit [Quit: Page closed] 16:36:20 probably smaller font too, I haven't tested menus 16:36:31 -!- Roarke has quit [Ping timeout: 250 seconds] 16:37:09 -!- Mateji has quit [Ping timeout: 252 seconds] 16:37:10 the real question right now is whether it can support a larger one; modern high-res devices do not currently play well 16:37:27 03kilobyte02 07* 0.14-a0-1120-gdb05fb1: Axe a bunch of redundant arena sprint renames. 10(14 hours ago, 2 files, 3+ 48-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=db05fb10af51 16:37:27 03kilobyte02 07* 0.14-a0-1121-g1b66571: Make sure potions of lignification don't work in water if you can't permafly. 10(9 hours ago, 1 file, 18+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1b66571fcb2c 16:37:27 03kilobyte02 07* 0.14-a0-1122-g3f9f109: Fix gargoyles and black dracs not resuming flight upon ending tree form. 10(9 hours ago, 1 file, 15+ 6-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3f9f1092ff86 16:37:27 03kilobyte02 07* 0.14-a0-1123-g1a54a13: Simplify potion quaff-id. 10(7 hours ago, 7 files, 31+ 36-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=1a54a13a9f82 16:37:27 03kilobyte02 07* 0.14-a0-1124-g6191413: Don't rot vampires by potions of beneficial mutation. 10(7 hours ago, 1 file, 1+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=6191413d0304 16:37:27 03kilobyte02 07* 0.14-a0-1125-g5d6eb58: Abort drinking known potions of a few types when they'd have no effect. 10(32 minutes ago, 3 files, 39+ 5-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5d6eb580c3c0 16:37:27 03kilobyte02 07* 0.14-a0-1126-g2967930: Don't give any nutrition for potions other than porridge. 10(6 minutes ago, 2 files, 1+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2967930014fe 16:37:34 (need a magnifying glass on recent nexus 7 and apparently nexus 5) 16:37:56 <|amethyst> there were suggestions of doubling tile size 16:38:09 <|amethyst> possibly zooming client-side, possibly doing it at compile time 16:38:29 <|amethyst> but all the current tiles would have to be redrawn or uglily scaled up 16:39:14 geekosaur: hopefully santa claus will bring a nice 10" android tablet to one of the devs :) 16:39:36 |amethyst: there is already support for dynamic zooming 16:39:38 tiles are actualy mostly ok, it's the font that I haven't figured out how to make not be flyspect 16:39:42 *flyspeck 16:40:00 it can be mapped to pinching, but I've never been able to make it work (didn't try too hard thoug) 16:40:28 geekosaur: can't you set the font size in config? 16:41:37 I got a 13.3" laptop that came with Android (and I can still boot to it), the Android version of Crawl is outright unplayable there 16:41:38 * geekosaur admits to not having spent a lot of time on it aside from checking sdl settings and attempting pinch/spread 16:42:24 mainly because a lot of things don't as yet adapt to a 1080p 7" display very well 16:42:32 geekosaur: ...Nexus 7? 16:42:36 yeh 16:42:48 I have one of those too. I wasn't able to figure out Crawl zooming on it <_< 16:43:10 (also we really badly need an SDL2 port because the current state of affairs on Android sucks) 16:43:24 sadly the last person who looked at it splatted 16:44:12 -!- Croesus has quit [Ping timeout: 246 seconds] 16:47:59 <|amethyst> didn't pi3.14159 have a mostly working SDL2 port? 16:48:10 <|amethyst> it just didn't work with some particular thing he was using? 16:48:13 <|amethyst> s/he/e/ 16:50:26 I did sort of get that impression 16:51:04 svgalib was the "thing", IIRC. 16:54:23 -!- ac13 has quit [Quit: ac13] 16:57:36 what's the cost of having 122 extra open files per process these days? 16:58:37 -!- guest4 has quit [Client Quit] 16:59:15 -!- scummos__ has quit [Quit: Konversation terminated!] 17:00:09 I suspect it'd be more of a problem for the servers than for offline 17:00:43 offline has Windows and Android 17:01:15 the last time I researched this question was in the dark days of MS DOS... 17:01:58 -!- DrinkMachine has joined ##crawl-dev 17:02:45 furrfu, n5 is also 1080p. no wonder people were complaining about crawl on it >.> 17:03:21 bring your own microfiche reader... 17:03:39 -!- ground4 has quit [Quit: WeeChat 0.4.2] 17:05:14 -!- Nightbeer has quit [Read error: Connection reset by peer] 17:08:51 -!- HellTiger has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 17:19:33 -!- keszocze has quit [Ping timeout: 248 seconds] 17:20:02 maybe we should start thinking of getting rid of the "bad" potions? 17:24:33 kilobyte: it SOUNDS like a lot of files, but perhaps we should do a census of some running machine 17:25:17 I'd expect some scaling since those days, but I just don't know 17:25:39 certainly DOS does not score well in this regard 17:25:59 it's just as possible the size of buffers/etc increased by more than the increases in installed memory 17:27:00 I also wonder about files open r vs rw 17:27:14 I mean I doubt that DOS could ever tolerate that many open files, even with basically no buffering 17:28:02 I inexplicably have the number "10" coming to mind 17:29:10 well, at least some database programs I used required 130+ concurrently open files, which required a files=160 or such stanza in config.sys 17:29:11 normal files don't generally have dedicated buffers at the OS level anyway do they? 17:29:23 hmm, okay 17:29:58 -!- pwnmonkey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 17:30:09 <|amethyst> SamB: well, in DOS days even the memory for the OS tables was precious 17:30:40 -!- jeffro has joined ##crawl-dev 17:30:56 was there some outside the process? 17:31:46 for comparison, my IRC client has 57 files open 17:32:38 <|amethyst> SamB: there's a DOS-wide table and a per-process table; the latter could be reallocated at runtime 17:32:48 <|amethyst> SamB: ftp://ftp.microsoft.com/MISC1/DEVELOPR/WIN_DK/KB/Q81/5/77.TXT 17:32:52 ah 17:33:15 <|amethyst> default per-app limit was apparently 20 in the Windows 3.1 days 17:33:27 I guess there would be no config.sys entry if there wasn't a global table ... 17:33:27 hrm, if you can have hundreds of thousands open sockets, regular file descriptors shouldn't be that much more costly 17:33:43 kilobyte: probably cheaper 17:33:57 since sockets could recieve data which they must then buffer 17:35:00 -!- jeffro has quit [Ping timeout: 246 seconds] 17:35:47 ok, so it looks like I'm an idiot for wondering about 122 * number of concurrent games 17:36:29 (I want to combine .dsc+.idx+.lk+.lux into one, and keep them open, using OS-level locking rather than a lock file) 17:36:44 kilobyte: but who exactly has all those open sockets to which you refer? 17:37:09 also I still need to check MSVCRT 17:37:39 -!- jeffro has joined ##crawl-dev 17:39:18 my point is, if a game has all parts of the des cache as open files, another process can safely replace them 17:39:38 ... how do you do that on Windows again? 17:39:40 (on Windows this requires renaming the old one first, but on NT+ that's ok) 17:40:09 it may even be pretty trivial there 17:40:18 I weep so deeply for whoever wants to bring back Win98 support. 17:40:27 is there somebody? 17:41:04 (couldn't they just port it to DOS or something?) 17:41:11 in a mental institution somewhere, perhaps 17:42:25 <|amethyst> it was only after vista came out that I convinced my wife to switch to XP 17:42:36 <|amethyst> she might switch to 7 in a few years 17:43:51 I'd call XP still the best version of Windows, except for Microsoft intentionally sabotaging driver support. 17:44:56 a (former) NT kernel hacker told me that 8 was good, but I somehow think he must have been talking about kernel- and core-library-level improvements 17:45:32 Metro is worse than even Gnome 3, and that's saying something 17:45:48 yeah I somehow doubt he used that 17:46:35 I've seen people claim GNOME 3 was actually, well, at least good-looking 17:46:49 I don't remember if they claimed it was usable 17:47:30 I heard claims that after installing 10+ extensions it becomes so-so when it comes to usability 17:47:40 I don't recall hearing of anyone actually claiming to like Windows 8's UI 17:47:40 a stock install, hell no 17:47:54 -!- slifty has quit [Quit: Leaving...] 17:48:16 so why don't they add those extensions to the Recommends: of gnome ? 17:48:51 I haven't seen 8.1 in action, just 8, but according to random comments on Slashdot they kept 99% of random bits of Metro poking their ugly heads out all the time 17:50:01 * kilobyte had a gaming partition until my last disk failure, and even parts like the Control Panel having two separate versions: sane and Metro, feels bizarre. 17:50:40 (I intentionally went with the masochism of using 8 to have a clue how to use it) 17:51:08 -!- ldf has quit [Quit: ldf] 17:51:33 -!- caleba has quit [Quit: caleba] 17:53:01 -!- hart has quit [Client Quit] 17:53:15 how does that work for third-party .cpls? 17:53:26 -!- hart has quit [Client Quit] 17:53:46 * kilobyte fortunately didn't look that far. 17:55:04 the answer probably doesn't matter in practice anyway, since who would be dumb enough to implement a metro UI for their .cpl ? 17:56:22 -!- Fusentrap has left ##crawl-dev 17:59:10 folks complain about long fixed bugs from 0.13.0, how overdue 0.13.1 is? 17:59:17 -!- Fusentrap has joined ##crawl-dev 17:59:26 are there any bits needed before tagging? 17:59:50 well, presumably you want the changelog updated? 18:00:26 Kilobyte, I have 3 vaults up on Mantis that I'd like to get some traction on. I've been told to keep popping my head in and bug people. If you have any advice as to what I could do to get them viable (ie into the trunk), I'd love to help. 18:01:29 badplayer: as for that kobold necromancer one, I'm all for it, but at least clouded greatly hates it. Thus, I won't force it without input from someone else. 18:01:40 -!- Nakalein has quit [Remote host closed the connection] 18:01:43 dpeg probably, as he's most vocal about portal vaults 18:02:03 -!- Adeon is now known as MaryPoppins 18:02:35 Clouded is the one that goes by "claws" ? 18:02:45 No. 18:03:00 Claws == HangedMan == tenofswords. 18:03:13 somebody's pressing tab, I'm guessing 18:03:15 How about the Ribbit vault, is there anything I could do there to get that one budging? 18:04:03 There's also the Sigmund/Edmund vault, which has 0 comments. Not sure if there is anything to be done there. 18:04:13 (clouded == st_, st_ definitely != me) 18:04:53 the whole "one vault dev" thing has left quite a few other vaults waiting around on mantis, for whatever that's worth 18:06:08 it's also just so convienent to pretend that the vault with a petrifying harpy doesn't exist 18:06:25 oh? I've yet to run across that one. 18:06:44 that vault is one of said vaults on mantis 18:07:31 ahh. I've looked over others' vaults that are unused on Mantis, and a lof of them are way off base, but I similarly feel bad for their creators who have spent their precious time trying to better the game, and are left without feedback. 18:07:40 -!- dtsund has quit [Quit: dtsund] 18:08:29 it's mostly because no vault master is active 18:08:33 there's always going to be something of a backlog with this sort of project 18:08:36 -!- reaper_ has joined ##crawl-dev 18:08:37 * tenofswords coughs 18:08:42 -!- reaper_ is now known as reaver_ 18:09:00 How does one prove themself worthy of being a vault master? 18:09:03 * kilobyte shakes his fist at dpeg daring to do other stuff rather than devoting 100% of his time to a game. 18:09:07 ttants: vault master, vault monster 18:09:24 Could you guys remind of the way you test your vaults without recompiling Crawl each time? 18:09:28 dpeg??? surely evilmike deserves many more curses 18:09:47 reaver_: I just save my file and restart crawl, the changes are in effect automatically. 18:09:48 you dont have to recompile to test vaults 18:09:49 yeah, dpeg just kept doing this before him 18:10:15 but he Passed the Torch so we have to blame the new torchbearer more 18:10:15 you can use wizmode to generate vaults 18:10:24 it's just that dpeg pops up more often these days (while doing less) 18:10:31 badplayer: As in, you save your changes to the .des file, which is there before you compile. 18:10:47 reaver_: yes. 18:10:59 badplayer: that's a social question, I here do just coding :p 18:11:07 badplayer: Thank you, I'll try it. 18:11:09 if only it was just coding 18:11:28 use ~ to make a macro to turn on wizmode, p(L)ace your vault and enter it 18:11:39 reaver_: yes, compiling crawl doesn't do a whole lot to the .des files 18:11:41 make another macro to (P)lace it once you're in for multiple testruns 18:11:53 ewwwwww &P 18:12:17 truly dedicated work uses higher weights and &^R to properly check how the vault places without forcing it 18:13:14 tenofswords: I for one find &L and &P distort stuff enough that WEIGHT: 9999999 and &^R are the only ways that really work. 18:13:20 I do love the idea of so many high-quality interesting vault layouts that one could (in a utopia) play crawl for years without ever seeing the same one. 18:13:39 ha ha ha ha ha not even close 18:13:40 badplayer: I would be saddened by that 18:13:52 -!- Fusentrap has quit [Read error: Connection reset by peer] 18:13:57 because then if I really liked one I might never see it again 18:13:58 There should be a tag which automatically rerolls a level until a vault naturally appears. 18:14:03 of course that can still happen but you know 18:14:14 -!- Fusentrap has joined ##crawl-dev 18:14:15 but if every vault were equally liked by you, there wouldn't be an issue 18:14:25 not a chance 18:14:27 reaver_: not sure how would that be better than upping its WEIGHT 18:14:29 was I ever this naive 18:14:42 reaver_: for stastistical purposes, there's ./crawl --mapstat 18:14:46 reaver_: you mean, a command? 18:15:14 I let out a little sign for instance each time I get an ice-cave and it's that teleporter one, or the cave with the status in a big room... 18:15:26 sigh rather 18:15:29 considering the amount of times I've seen submittals and commits with WEIGHT: 999999 left in 18:15:34 -!- Daekdroom has quit [Quit: Saindo] 18:15:36 oh no, not a status in a big room 18:15:41 can't have such a status! nooo! 18:15:42 SamB: A command would probably be better. 18:15:43 it's obviously best to just disable the primary vault dummy 18:16:02 (okay people probably would still make mistakes with that but) 18:16:35 kilobyte: There's tenofswords comment, but also it means you don't have to hit &^R (I don't know how big a problem this is). 18:16:39 does gitorious allow any of us to set hooks? 18:17:19 A presubmit script that checks for those sort of things as well as normalizes whitespace and syntax and line ordering would be nifty. 18:17:30 kilobyte: well, it could be better if the vault could be placed more than once in a map? 18:17:43 SamB: allow_dup? 18:17:48 badplayer: there is a reason that after about 153 vaults the majority of my efforts started going into editing years old other vaults 18:17:55 -!- jason55 has quit [Ping timeout: 250 seconds] 18:18:05 (eventually I'll have an idea for the boring ice statue garden ice caves and touch up those) 18:18:06 kilobyte: I mean, rerolling instead of 9999999 18:18:18 and s/map/level/ 18:18:36 Are you suggesting that possibly we just don't need new vaults, and the existing ones should be improved? 18:18:50 oh, there's definitely plenty of places that need new vaults 18:18:56 -!- Tarquinn has quit [Quit: yes] 18:18:58 very few of them are... "obvious", though 18:19:31 something about priorities 18:20:34 badplayer: suggesting that a lot of the current ones are not all that good 18:20:44 !messages 18:20:44 (1/1) |amethyst said (7h 6m ago): some updates to sizzell including several from elliptic that you probably want to apply. ??sizzell[2] if you forgot where the repo is 18:20:54 ahem. 18:21:27 tenofswords: what, that's my interpretation of what you said 18:21:45 * tenofswords clears his throat further 18:22:17 -!- Lantell has quit [Remote host closed the connection] 18:22:28 -!- Lantell has joined ##crawl-dev 18:22:41 !tell |amethyst or I can just run git pull... 18:22:42 TZer0: OK, I'll let |amethyst know. 18:22:51 <|amethyst> :) 18:22:53 <|amethyst> !messages 18:22:53 (1/2) |amethyst said (1w 5h 56m 9s ago): make the webtiles config support multiple bind addresses 18:22:56 <|amethyst> !messages 18:22:56 (1/1) TZer0 said (14s ago): or I can just run git pull... 18:23:10 <|amethyst> 1tell |amethyst done 18:23:29 <|amethyst> $players 18:23:29 coier (L27 @ Abyss:1, T:172273), ark (L15 @ Orc:2, T:19708), timbw (L13 @ Lair:7, T:6822), Lilouch (L11 @ D:11, T:16809), oink (L11 @ Lair:2, T:10372), Psiweapon (L8 @ D:6, T:6923), namnaref (L8 @ D:6, T:4432), wj69 (L5 @ D:3, T:1402), Stigweard (L3 @ D:2, T:1434) 18:23:45 there is probably some thick irony in that I'm displeased with the resting tedium of poison from the weaker parts of a vault centered on the fast poisonous things that tend to kill without the poison 18:27:41 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 18:34:49 -!- Quazifuji has quit [Ping timeout: 250 seconds] 18:36:43 -!- dondy has quit [Quit: ninja kapow] 18:38:31 -!- inpho has quit [Quit: inpho] 18:41:06 -!- st_ has quit [Read error: Connection reset by peer] 18:41:35 -!- st_ has joined ##crawl-dev 18:44:20 -!- gammafunk has joined ##crawl-dev 18:44:47 -!- conted has quit [Ping timeout: 250 seconds] 18:49:15 -!- Croesus has quit [Ping timeout: 240 seconds] 18:49:38 -!- ark_ has quit [Quit: Leaving] 18:50:19 -!- dtsund has joined ##crawl-dev 18:56:36 -!- Aryth has quit [Read error: Connection reset by peer] 18:58:37 -!- tenofswords has left ##crawl-dev 19:04:00 %git 19:04:00 07kilobyte02 * 0.14-a0-1126-g2967930: Don't give any nutrition for potions other than porridge. 10(3 hours ago, 2 files, 1+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2967930014fe 19:04:08 %git Zannick 19:04:08 Could not find commit Zannick (git returned 128) 19:04:28 %git :/Zannick 19:04:28 07|amethyst02 * 0.13-a0-2655-gb2bc1a6: Fix a raging bat crash (GrandiloquentGentleman, Zannick) 10(4 months ago, 1 file, 3+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=b2bc1a6fda33 19:04:57 oh right 19:05:18 Love the swiftness changes, at least what I've read in the commit 19:06:25 03kilobyte02 07[stone_soup-0.13] * 0.13.0-68-g5e8af4f: Unmark actor::pos() as virtual. 10(24 hours ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5e8af4f0d6f5 19:06:25 03kilobyte02 07[stone_soup-0.13] * 0.13.0-69-gd432107: Fix ugly looking lone slabs of limestone in holy_pan tiles. 10(12 days ago, 1 file, 6+ 6-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d432107364c0 19:06:25 03kilobyte02 07[stone_soup-0.13] * 0.13.0-70-ga73f291: Fix a (marshalled!) infinite leak in the Abyss. 10(5 weeks ago, 4 files, 5+ 15-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=a73f291e9da2 19:06:25 03kilobyte02 07[stone_soup-0.13] * 0.13.0-71-gf2d9d0b: Hopefully work around recent mingw linking libwinpthread-1.dll dynamically. 10(2 days ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f2d9d0b12ffa 19:07:05 kilobyte: okay, so it looks like MSVCRT (in MSVC 6.0) allowed 2048 FDs and 512 FILEs (20 of which are in a preallocated array) 19:09:18 kilobyte: presumably the limits have only gone up 19:10:05 on Android, the limits are on kernel side, so I doubt anyone would set them that low 19:11:15 how does that work? I've not really looked at those data structures at all 19:12:11 also I somehow suspect that android doesn't implement FILE in the kernel 19:13:17 also there are like 3 copies of the definition of the struct for FILE ... 19:13:34 -!- SwissStopwatch has joined ##crawl-dev 19:13:51 * kilobyte doesn't understand why would anyone limit FILEs in the first place. 19:15:06 the 20 FILEs is a sign of an ancient stdio implementation 19:15:24 kilobyte: I don't, either, given that they already have provision to allocate more somewhere else 19:15:59 ancient stdio had a fixed size buffer of 20 FILEs. later extensions added allocated FILEs on top but kept theoriginal because ancient programs relied on being able to hack the FILEs directly to achieve extra speed 19:16:39 (we're talking about PDP11 days and earlier for the static FILEs and late VAX and early 680x0 for the first dynamic extensions) 19:16:49 anyway, I've just discovered that they do sprintf stuff by constructing a fake FILE that won't flush ... 19:17:20 geekosaur: that may explain why MS has it this way too 19:17:22 why Microsoft never replaced it, you'd have to ask them; possibly it's their usual backward compat bugaboo where they want to replace something and $BIGCUSTOMER throws a fit when they try 19:17:28 I was assuming it was a DOS relic 19:17:38 -!- dtsund has quit [Ping timeout: 245 seconds] 19:18:21 most Unixes have long since fixed it and fixed or dumped the programs that relied on it (see for example nmh, since the original mh did a LOT of that kind of internals hacking and proved unfixable) 19:18:22 perhaps it was originally for compat with the PDP stuff, and then they just didn't want to break anything 19:18:29 -!- blackflare has quit [Ping timeout: 248 seconds] 19:19:56 * geekosaur had the joy of having to work on said original MH code; it was an utter horror 19:19:57 -!- Fusentrap has quit [Quit: Leaving] 19:19:59 though I can't imagine there is much code left that does such things 19:20:08 -!- sprort has quit [Quit: WeeChat 0.4.1] 19:20:29 not out here. Microsoft keeps trying to upgrade stuff and having big customers throw fits (see also: IE6) 19:20:51 and yes, they have customers who still rely on various DOSisms. 19:20:53 hmm, I suppose there could be companies still using MH's contemporaries 19:21:15 03kilobyte02 07[stone_soup-0.13] * 0.13.0-72-g52ccdf9: Changelog for 0.13.1 10(60 seconds ago, 1 file, 9+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=52ccdf9c4f80 19:21:16 -!- Fusentrap has joined ##crawl-dev 19:21:36 03MarvinPA02 07* 0.14-a0-1127-g5f33da9: Don't allow wasting potions of curing/heal wounds while under DDoor 10(16 minutes ago, 1 file, 11+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=5f33da901376 19:21:42 the rank and file inside Microsoft would love to jettison certain megacorps into the sun, for all the support headaches they cause by mandating the retention of ancient code and ancient bugs 19:22:28 geekosaur: this particular version of the library seems to have conditionals to enable these files to be compiled on win16 and/or DOS 19:23:07 I'm not sure if it has anything for Mac or not 19:23:08 could someone sanity-check this changelog? 19:24:50 (back when I was at CMU, we used to furnish a lot of interns to Microsoft. three guesses what kind of crap they often found for said interns to do...) 19:25:50 (so got to hear a lot of bitching about the joys of having to keep DOS-era code working) 19:29:33 -!- Bloax has quit [Ping timeout: 265 seconds] 19:30:28 geekosaur: s/sun/oracle/ 19:30:54 -!- alefury|2 has quit [] 19:31:00 not sure they'd wish them even on Oracle (besides, Oracle hadn't bought Sun yet) 19:31:25 I was thinking it more in terms of wishing Oracle on them 19:31:40 and isn't Oracle like pure evil 19:32:27 -!- Lightli has quit [Ping timeout: 250 seconds] 19:32:48 -!- Crehl has quit [Quit: Leaving] 19:32:53 not pure, they have a few good bits, even if the company is evil overall 19:33:25 for pure evil, you'd have to go down to Monsanto's levels 19:34:10 -!- st_ has quit [Ping timeout: 245 seconds] 19:37:28 03|amethyst02 07[stone_soup-0.13] * 0.13.0-73-g5371413: A few more 0.13.1 changelog fixes. 10(61 seconds ago, 1 file, 3+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=537141362ab7 19:37:43 much like Microsoft, the evil is at the top and weakens as you go down toward the bottom of the hierarchy 19:38:06 (and in the case of Microsoft, MSR is deliberately kept somewhat independent) 19:46:45 -!- scummos| has quit [Ping timeout: 272 seconds] 19:50:47 -!- dtsund has joined ##crawl-dev 19:52:45 would a patch to display the url of a player ghosts morgue within the game ever be allowed? I'm thinking perhaps under xv? 19:53:25 -!- WalkerBoh has quit [Remote host closed the connection] 19:55:50 there's a patch on mantis to display ghost spells in xv, in some state of completion or other 19:56:00 which seems like a better approach 19:56:37 yes, although it doesn't address weapon brand 19:58:09 perhaps the complete set of ghost data could be displayed? 19:58:43 "It seems to be wielding a weapon of distortion." 19:59:13 displaying weapon brand as if it were wielding a real weapon could be good too, yeah 19:59:43 (well, as if it were wielding a real weapon and you were worshipping ash, or whatever) 20:00:06 -!- inspector071 has quit [Ping timeout: 252 seconds] 20:00:17 or just on xv would work if that's what you meant since it'll be worth checking there for spells anyway 20:00:37 -!- blackflare has quit [Ping timeout: 240 seconds] 20:04:00 -!- Naruni has quit [Quit: Leaving] 20:07:58 Random pan lord see invisible display. by dck 20:10:08 -!- bh has joined ##crawl-dev 20:12:05 -!- iasov has quit [Ping timeout: 272 seconds] 20:12:32 -!- DrinkMachine has quit [Quit: Leaving] 20:17:29 -!- ShadeTornado has quit [Quit: Leaving] 20:18:14 -!- pwnmonkey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 20:18:52 -!- Valarioth has quit [Quit: Page closed] 20:24:06 -!- Tarquinn has joined ##crawl-dev 20:30:08 Debian builds of the 0.13 branch on crawl.develz.org updated to: 0.13.1 20:30:33 -!- Zermako has quit [Quit: Good night and good luck to all! :D] 20:30:38 -!- rchandra has left ##crawl-dev 20:32:12 -!- reaver_ has quit [] 20:33:53 I know I should have better memory than that of an amoeba, but... who's doing Mac and Android builds these days? 20:34:30 <|amethyst> I think galehar does android 20:34:36 <|amethyst> Mac is this guy from reddit :) 20:34:57 !tell galehar could you please build 0.13.1 for Android? 20:34:57 kilobyte: OK, I'll let galehar know. 20:35:20 <|amethyst> frogor here, pudquick on reddit 20:35:21 !tell that_guy_from_reddit could you please build 0.13.1 for fruits? 20:35:23 <|amethyst> I'll message him there 20:35:27 Stable branch on crawl.develz.org updated to: 0.13.1-0-g5371413 (34) 20:35:41 cool, thanks 20:37:13 Stable (0.13) branch on crawl.s-z.org updated to: 0.13.1-0-g5371413 20:40:44 <|amethyst> !tell joosa if keeping RHF running is a matter of time rather than money, I can handle most things if you give me root 20:40:45 |amethyst: OK, I'll let joosa know. 20:41:12 |amethyst: want to run another US server? :) 20:41:49 <|amethyst> help keep it running, sure. Set one up, ugh :P 20:44:01 -!- dtsund has quit [Quit: dtsund] 20:44:15 -!- LexAckson has joined ##crawl-dev 20:45:01 <|amethyst> which I guess means we should get around to making that debian package set and/or VM image 20:45:08 <|amethyst> so it only has to happen once more 20:45:17 * geekosaur was just thinking vm / vagrant, yeh 20:45:26 the former is a good deal easier to upgrade/modify 20:46:04 <|amethyst> kilobyte: the vm image could be debian pointing to our debian repo 20:46:10 <|amethyst> kilobyte: then it's easy to upgrade too :) 20:46:19 the hard parts, though, are Sequell integration and ttyrecs, though 20:47:13 -!- rchandra has joined ##crawl-dev 20:47:18 Stable (0.13) branch on crawl.akrasiac.org updated to: 0.13.1-0-g5371413 20:47:49 hrm, CLAN is still only at dbg-scan.o 20:48:27 start order: CßO CAO CLAN CDO, within several seconds of each other 20:49:55 kilobyte: really? i find vagrant to be quite trivial to use 20:51:17 much easier for someone to play around with modding it to do something different than if you give them just a preimaged VM 20:51:40 (though of course, you can ship it that way too once you have vagrant set up) 20:51:40 -!- gammafunk_ has joined ##crawl-dev 20:52:12 full images are not modular, I haven't ever used vagrant 20:53:29 -!- conted has quit [Ping timeout: 250 seconds] 20:54:12 vagrant provisions VMs (e.g., sets the network bindings so it can use the host's internet, or portions out memory); in practice, you're always going to be using it with chef/puppet, which then configure the VM's automagically 20:56:43 so you could ship a small repo that with one command will download, configure, and launch a server. which can ship with settings like 'turn on webtiles' or 'disable ttyrec recording' 20:57:17 you then have the flexibility to use it either for local tinkering around on a VM, or to actually provision a public server with it 20:59:11 -!- waspmonolith has quit [Quit: Lost terminal] 21:01:09 -!- Giomancer has quit [Quit: Leaving] 21:10:22 does "FLAGS: no_rotate" no longer work? it's in an example in level-design.txt but crawl doesn't seem to like when I added it to a des file 21:11:56 -!- CKyle has joined ##crawl-dev 21:12:33 -!- Roarke has quit [Ping timeout: 250 seconds] 21:14:59 -!- eith has quit [Ping timeout: 240 seconds] 21:15:15 -!- dtsund has joined ##crawl-dev 21:15:27 -!- tenofswords has joined ##crawl-dev 21:15:39 rchandra: well, for starters, it'd be a TAG, not a FLAG 21:16:16 thanks, tenofswords. 21:16:28 'welcome 21:16:35 said lines should probably be updated 21:16:48 -!- Moanerette has quit [Quit: Page closed] 21:19:36 -!- gammafunk has quit [Quit: gammafunk] 21:19:36 -!- gammafunk_ is now known as gammafunk 21:21:39 -!- jason55 has quit [Ping timeout: 250 seconds] 21:26:21 -!- tenofswords has left ##crawl-dev 21:26:54 make linesprint horizontal by rchandra 21:27:11 -!- tsohg has quit [Remote host closed the connection] 21:27:49 i,i make linesprint one long line 21:28:27 heh that change would be way beyong my skills 21:28:41 also it would be harder, which might or might not be good 21:29:18 I think that requires a major overhaul anyway? there's a size limit to maps 21:29:26 s/maps/levels/ 21:30:02 03|amethyst02 07* 0.14-a0-1128-gf332958: Fix some anachronisms in the level-building docs (rchandra, HangedMan) 10(74 seconds ago, 2 files, 6+ 7-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f33295874f0c 21:34:21 -!- tenofswords has joined ##crawl-dev 21:37:59 -!- Pacra has joined ##crawl-dev 21:38:45 -!- Fhqwhgads_ has quit [Ping timeout: 248 seconds] 21:38:52 -!- Fhqwhgads__ is now known as Fhqwhgads_ 21:40:29 I've started a page on the wiki to discuss scoring and the idea of aut-based scoring 21:40:39 https://crawl.develz.org/wiki/doku.php?id=dcss:brainstorm:gameplay:scoring 21:41:49 We've discussed the idea a few times in ##crawl and one of the main exceptions has been the great advantage to finding swiftness early--an issue which has become less relevant with elliptic's patch 21:43:47 -!- Vizer has quit [Quit: bye] 21:49:10 why is it beneficial for scoring to be aut-based? 21:51:27 <|amethyst> gammafunk: because it encourages things like swinging really slow weapons to heal "faster" (in fewer scoring turns) 21:51:38 <|amethyst> s/it/the current behaviour/ 21:51:48 In the top scoring speedruns, you really don't see that though 21:52:12 <|amethyst> !hs * 21:52:13 2738995. Sapher the Genius of the Arcane (L26 NaWz), worshipper of Sif Muna, escaped with the Orb and 15 runes on 2012-10-05 09:05:14, with 65369553 points after 21895 turns and 15:06:14. 21:52:27 <|amethyst> hm 21:52:30 I've watched that whole ttyrec since I do summoning speedruns 21:52:42 he doesn't wast effort doing that, nor does 4tharra 21:52:48 who's the best active speedrunner 21:53:41 <|amethyst> Another reason would be to get rid of player turns altogether :) 21:53:46 -!- Hailley has quit [Quit: Petra is closed!] 21:53:59 Well that would indeed be a thing 21:54:12 You mean tracking them, I assume? 21:54:15 <|amethyst> (or make them less fundamental to timekeeping) 21:55:22 getting rid of player turns is the main thing 21:55:36 also, Sapher chose Na for that game solely because of the player turn / aut discrepancy 21:56:00 as in, that was his stated reason for Na 21:56:45 yes, but his number two is DE, not far behind at all. I think the value of that is more than it's made out to be personally, but I can see that removing any discrepancy isn't bad 21:59:20 -!- RedFeather has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]] 21:59:34 Arra certainly does swing decks/scrolls 22:00:16 -!- tenofswords has quit [Read error: Connection reset by peer] 22:00:52 Well, I take exception with the idea that you "must" do this to speedrun; I certainly never did to get HE. But removing any form of abuse is hardly bad 22:03:48 Fair enough. "must" wasn't the best choice of word 22:11:48 -!- dtsund has quit [Ping timeout: 245 seconds] 22:17:38 -!- CKyle has quit [Quit: CKyle] 22:19:52 -!- MaryPoppins is now known as Adeon 22:23:56 gammafunk: did you mean to say that the value is *less* than it's made out to be, or am I confused about what "that" is? 22:23:57 -!- dtsund has joined ##crawl-dev 22:24:12 gammafunk: I tuned in very briefly to 4thArra's Fo win and Bloax' very fast MiFi of chei splat and saw these resting techniques employed 22:24:16 both games during the past month 22:26:07 nonethousand: Well I think we covered that ground already. You don't "have" to employ those techniques to get a good score, but you can. I've not watched all of 4tharra's games, but I'd believe you if you say he did it. Removing any form of abuse is certainly fine 22:26:40 -!- ystael has quit [Ping timeout: 245 seconds] 22:27:15 SamB: I meant that the benefit from more regen / turn for speedruns is not critical; if it is, perhaps it only is if you want literally the beast score in crawl, like the NaWz 22:27:27 His DE at merely 6k behind didn't have that benefit 22:27:41 *best score 22:27:48 well merely 6k behind is a 15% increase in turns! 22:27:48 not that it isn't a beast score as well 22:28:25 It's really not the point. Look at the top 10, how many Na do you see? 22:28:38 -!- master_j has quit [Ping timeout: 246 seconds] 22:28:58 I think elliptics point that it removes dealing with and tracking player turns is best 22:29:04 so, the benefit is slight, ergo it is less than it's made out to be, like I thought you probably meant to say in the first place ... 22:29:36 or did you mean the benefit of removing this discrepancy? 22:29:56 no, not the latter. There's benefit to removing any discrepancy/abuse, for sure 22:30:38 Yes, the abuse is only relevant for extreme high score attempts 22:31:39 It's not as if you have to be a Na to theoretically beat Sapher's score. Probably a number of species could do it with persistance (and 0.10 summons, perhaps) 22:33:15 maybe a small temporary "band-aid" fix for one form of abuse would be to remove attacking with non weapons? 22:33:28 then at least players will have to carry around a heavy bardiche or something to heal... 22:36:39 what happens in akrasiac scoring page if a server(not cao) is permanently shut down? only morgue are unreadable or everything disappears? 22:37:51 we could probably move morgues/ttyrecs to another server 22:38:04 Fusentrap: is there some particular server you believe is going to be shut down? 22:38:19 no 22:45:43 -!- Pacra has quit [Ping timeout: 272 seconds] 22:48:19 -!- Tarquinn has quit [Quit: yes] 22:50:41 -!- Fhqwhgads_ has quit [Remote host closed the connection] 22:54:27 -!- bh has quit [Quit: Page closed] 22:57:12 -!- gammafunk has quit [Quit: gammafunk] 22:57:52 -!- ystael has quit [Ping timeout: 265 seconds] 22:58:58 -!- VolteccerJack has quit [Quit: I love my HydraIRC -> http://www.hydrairc.com <-] 22:59:09 -!- Lyssa has quit [Ping timeout: 250 seconds] 23:02:11 -!- Quazifuji has quit [Ping timeout: 250 seconds] 23:05:31 -!- Blazinghand has joined ##crawl-dev 23:11:40 -!- inspector071 has quit [Read error: Connection reset by peer] 23:14:23 -!- GuraKKa has quit [Read error: Connection reset by peer] 23:14:31 -!- DrinkMachine has joined ##crawl-dev 23:17:51 -!- TangoBravo has quit [Quit: Page closed] 23:21:43 -!- CKyle has joined ##crawl-dev 23:23:51 -!- N78291 has quit [Quit: null] 23:27:33 -!- Croesus_ has quit [] 23:30:25 -!- ystael has quit [Ping timeout: 245 seconds] 23:30:43 inspector071 (L17 GrFi) ERROR in 'dbg-scan.cc' at line 703: Portal enter_hell[63] didn't get generated. (Depths:2) 23:35:25 -!- eb has quit [] 23:36:37 -!- poopfist42 has quit [Ping timeout: 248 seconds] 23:41:28 -!- CKyle has quit [Quit: CKyle] 23:45:53 Stable (0.13) branch on crawl.lantea.net updated to: 0.13.1-0-g5371413 23:46:18 -!- _dd has quit [Ping timeout: 246 seconds] 23:46:31 -!- Arkaniad has quit [Ping timeout: 272 seconds] 23:46:43 -!- ussdefiant has joined ##crawl-dev 23:48:17 -!- DrinkMachine has quit [Quit: Leaving] 23:50:19 -!- LexAckson has quit [Ping timeout: 272 seconds] 23:50:35 -!- MaxFrost has quit [Ping timeout: 272 seconds] 23:52:31 -!- Stelpa has quit [Remote host closed the connection] 23:54:13 -!- Stelpa has quit [Changing host] 23:59:15 -!- inspector071 has quit [Ping timeout: 265 seconds]