00:00:03 -!- omarax has quit [Remote host closed the connection] 00:00:20 the other thing is that several levels are generated on the fly so it's order dependent on what is generated 00:00:23 whatever the cause, current dev approach rearranges the tilesheets quite often 00:00:42 you could go and pre generate the static levels but doesn't help for something like pan 00:00:50 finite pan would :P 00:01:11 1learn add finite pan reasons 00:01:18 related work to what aegolden is talking about is a 'daily challenge mode' similar to what spelunky / brogue has 00:01:43 generally this means the dungeon levels are generated deterministically based off a seed which is independant of stuff like the combat rng system 00:01:47 I was going to try to automate wizmode to generate all non random levels but that screws up portal timers 00:01:56 so everyone gets the same dungeon levels / lair s branches / blah blah 00:02:14 chequers: yea. I was inspired by spelunky 00:03:16 we had a bug about a year ago where a hobgoblin showed up as Gloorx Vloq 00:03:19 Because of an tiles error 00:03:21 I was going to generate a save via wizmode magic that had every floor generated but I was worried about the portals like I mentioned above and waking enemies up. maybe the second one isn't. concern 00:03:40 Brannock: I get that issue everytime I get back into vault dev 00:03:54 where my cache gets out of sync for some odd reason 00:04:17 -!- WalkerBoh has quit [Ping timeout: 240 seconds] 00:04:21 and I have to clean and recompile and destroy caches about 5 different ways and order to get things to come back. 00:04:26 -!- Walker_Z has joined ##crawl-dev 00:04:26 -!- Walker_Z is now known as WalkerBoh 00:04:44 make clean doesn't do it? 00:04:51 this reminds me I need to get back to my crypt end vaults 00:05:11 I always seemed to have some trouble with something 00:05:40 there's known to be some problems there but nobody has managed to track them down 00:06:19 that said, the gloorx thing was the usual cause: someone inserted an enum in the middle instead of the end and everything following got renumbered, breaking save compat 00:07:14 it was a tile enum so only the monster tile was affected, and newly spawned monsters would have been fine, but existing monsters in a save starting at the inserted tile enum had the wrong tile on reload 00:07:15 one of my favorite bugs is still the time when all branded weapons turned into holy wrath 00:07:23 that one was wheals 00:07:24 iirc 00:07:39 ??epic bugs[holy 00:07:44 epic_bugs[20/27]: shit I think there's no way to actually fix this bug wheals accidentally converted all ego weapons into holy wrath weapons 00:07:48 my favorite was the infinite noise bounce, and you.god = GOD.XOM 00:08:34 ??epic bugs[xom 00:08:38 epic_bugs[1/27]: if (you.religion = GOD_XOM) 00:08:52 ??epic bugs[noise 00:08:55 epic_bugs[18/27]: 15th september 2014: A change in trunk accidentally made walls multiply (instead of divide) the noise intensity. The bat hits you but does no damage. The hobgoblin shouts! You hear a shout! You hear a shout! You hear a shout! _You hear a shout! (3x) 00:09:29 there was another one too but it was experimental and deliberate, so not in epic bugs 00:09:52 they tried having shouts wake up sleeping monsters. turned out to be a bad move 00:10:09 let me guess 00:10:13 it woke up *all* sleeping monsters? 00:10:15 Unstable branch on crawl.jorgrun.rocks updated to: 0.20-a0-201-g851c6fa (34) 00:10:21 -!- PleasingFungus has joined ##crawl-dev 00:10:31 effectively, because every time a sleeping monster is awakened by something it shouts 00:11:29 gammafunk / regret-index whenever she checks the logs: any advice on nerfing pf_orc_diabolical a little? it's been top of the orc kill list for a while, might be excessive... 00:11:44 so the initial effect was correctly limited, but because every awakened monster caused an additional wave of shouts, it effectively woke most of the level 00:11:49 !lg * kmap=pf_orc_diabolical s=killer t 00:11:51 43 games for * (kmap=pf_orc_diabolical t): 9x an orc high priest, 9x an orc warrior, 7x an orc knight, 5x an orc priest, 3x a sun demon, 2x a torturous demonspawn, a chaos spawn, a smoke demon, a sixfirhy, an orc sorcerer, an infernal demonspawn, an ice devil, a hellwing, a ynoxinul 00:11:51 oh I need to make a !orcendkills 00:12:00 please do 00:12:04 also for every other branch? 00:12:04 the demon parts seem fine 00:12:12 !lg * kmap=pf_orc_diabolical s=ikiller recent 00:12:13 371 games for * (kmap=pf_orc_diabolical recent): 77x an orc warrior, 56x an orc knight, 53x an orc priest, 38x an orc sorcerer, 30x a sun demon, 26x a sixfirhy, 26x an orc high priest, 15x an infernal demonspawn, 13x a soul eater, 7x a smoke demon, 7x an ice devil, 6x a torturous demonspawn, 4x a gelid demonspawn, 4x a ynoxinul, 3x a hellwing, 2x a red devil, 2x a chaos spawn, a shock serpent, a p... 00:12:15 yeah, you could really just thin it out a bit 00:12:24 ...plus awake monsters also shouted again so it was a near-infinite loop as well 00:12:31 !lg * orc:2 recent kmap!= s=kmap% 00:12:32 4212 games for * (orc:2 recent kmap!=): 420x grunt_orc_garden (9.97%), 350x pf_orc_diabolical (8.31%), 309x st_orc_pillars (7.34%), 304x st_orc_congregation (7.22%), 296x grunt_orc_cross (7.03%), 247x grunt_orc_community_town_hall (5.86%), 240x st_orc_rangers (5.70%), 237x st_orc_open (5.63%), 207x pubby_orc_utopia (4.91%), 197x grunt_orc_tribal_feast (4.68%), 189x uniq_saint_roka (4.49%), 171x st... 00:12:48 diabloical is mostly strong because of the layout 00:12:57 I think it's mostly strong because of the monsters 00:13:04 bold claims 00:13:07 !vault grunt_orc_garden 00:13:07 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/branches/orc.des#L1641 00:13:09 who will be proven correct? 00:13:30 ??epic bugs[slay 00:13:33 needless to say that experiment ended quickly 00:13:34 epic_bugs[19/27]: E - cursed ring "Diygosh" {Str+2 Int+3 Slay+150} 00:13:37 that was also fun 00:13:43 that was the result of refactoring 00:13:43 PleasingFungus: why do you say it needs a nerf, actually 00:13:49 ??epic bugs[czso 00:13:53 I don't have a page labeled epic bugs[czso in my learndb. 00:14:03 the spirit of pakellas has always been in the dev team >.> 00:14:05 ??epic bugs[cszo 00:14:08 epic_bugs[5/27]: Dash275 writes: There's a rather large security problem with the CSZO server. You don't actually need to enter a password to access an account. 00:14:09 it's not anything crazy higher, but if you feel the map is too much 00:14:13 generally just thin out the monsters some 00:14:15 what was the deal with the login one? 00:14:19 yeah, i'll poke it a lil 00:14:19 it is pretty dense in terms of monsters 00:14:45 PleasingFungus: I like to run objstat with only present and then compare to 00:15:01 heh 00:15:02 it's not directly related to your thing, but often you'll see monster counts, xp being a lot higher 00:15:38 I think that was a problem with console? it was supposed to skip password for the crawl account but probably the PAM config was wrong (PAM configs are something of a black art, and some syntaxes are just *begging* for that kind of error to happen) 00:15:39 I do think it's good that same vault are harder and might make someone go "I'll come back to this later..." 00:15:56 but obviously there's a lot of subjectivity there 00:15:59 diabolical, demons aside, has the same monsters as the rest of orc. i don't see why you'd point to the monsters instead of the layout 00:16:16 Brannock: it doesn't at all have the same monsters 00:16:22 it has: demons, demonspawns 00:16:37 summons aren't the same as monsters 00:16:42 every so often I consider writing a PAM preprocessor that uses actual conditionals so the skip syntaxes don't leave you unexpectedly granting all (or no) logins 00:16:54 because summons just expire after you run away or after you kill the summoner 00:17:15 that said it's probably sheer monster density combined with some extra demons 00:17:22 I recall it's heavier in terms of the mage orcs 00:17:26 but I could be wrong about that 00:17:36 geekosaur: btw, the shouting issue wasn't 'shouts wake up sleeping monsters' - it's always done that 00:17:44 the shouting issue was 'awake monsters sometimes randomly shout' 00:17:57 I think its layout mostly helps the player 00:17:57 or shout when disturbed; i forget 00:18:05 it has natural killholes and lots of corners around which to lure things 00:18:18 hm 00:18:21 Natural Killholes 00:18:22 mm, I recall something about monsters that weren't supposed to be awakened waking anyway. but I can't remember what exactly 00:18:27 no, NOT a clan name 00:18:28 could be a clan name 00:18:29 haha 00:18:31 rip 00:18:32 darn 00:18:47 some case that apparently was deliberate to keep that kind of combinatoric explosion from happening 00:19:10 03chequers02 07* 0.20-a0-151-gbc1e2de: Don't create Qaz clouds over firewood (Yermak) 10(3 days ago, 1 file, 5+ 0-) 13https://github.com/crawl/crawl/commit/bc1e2de22c90 00:19:10 03PleasingFungus02 {GitHub} 07* 0.20-a0-203-g08ddd88: Merge pull request #403 from alexjurkiewicz/qaz-firewood 10(9 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/08ddd8882cf6 00:19:32 involving monsters that were not crawl-awake, but not necessarily all sleeping monsters 00:22:17 ...or maybe it didn't involve a specific change there but all the awake-shouting caused more sleeping monsters to awake (and shout and cause another round) 00:22:32 * geekosaur prefers not being brainfogged dammit 00:23:56 -!- greenangel has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 00:24:35 your knowledge of crawl bug lore is TRAGICALLY lacking tonight 00:26:27 -!- amalloy_ is now known as amalloy 00:27:56 * geekosaur 's brain is randomly backfiring... 00:28:49 -!- Cerpin has quit [Remote host closed the connection] 00:29:13 03chequers02 {PleasingFungus} 07* 0.20-a0-204-ge9bc5e3: Don't count Abyss gold for Gozag's service fee 10(24 hours ago, 2 files, 3+ 2-) 13https://github.com/crawl/crawl/commit/e9bc5e30befe 00:30:15 chequers: decided to stop nagging you to fix ever-smaller issues with your pr... especially once i found an easier way to pull it down 00:30:49 can anyone on a windows machine try this and see if it installs, runs ok in console/tiles: http://crawl.develz.org/release/stone_soup-0.19.1-win64-installer.exe 00:30:58 als we should test aegolden's new OS X Builds 00:31:02 -!- Cerpin has joined ##crawl-dev 00:31:05 i can test os x builds 00:31:41 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.20-a0-201-g851c6fa (34) 00:31:59 yeah let me go find those links 00:32:29 the OS X builds for 0.19.1 are at http://aaronegolden.com/DCSS-0.19.1-Tiles.zip and http://aaronegolden.com/DCSS-0.19.1-Console.zip 00:32:58 thx 00:33:25 Stable (0.19) branch on CRAWL.XTAHUA.COM updated to: 0.19.1-0-g4efbe43 00:34:33 PleasingFungus: ^ if you didn't see 00:35:11 aegolden, thanks a lot for the OSX builds! 00:35:24 np 00:36:05 both start up fine 00:36:08 unsigned, of course 00:36:14 cool 00:36:44 incredibly, 0.19.1 will have all three supported OS with available binaries 00:36:48 *AT THE SAME TIME* 00:36:53 -!- travis-ci has joined ##crawl-dev 00:36:54 The build has errored. (master - 851c6fa #7253 : Isaac Sloat): https://travis-ci.org/crawl/crawl/builds/178498084 00:36:54 -!- travis-ci has left ##crawl-dev 00:37:00 but then the build broke... 00:37:10 the build refused to complete... 00:37:13 1999 AD... 00:37:29 looks like that break was a timeout 00:38:37 yeah, almost always the case when it's only one specific build that fails 00:38:47 sadly, Brannock is not to blame this time 00:39:52 perl6 has a bot that fetches the travis results and says whether it's a real failure or just a timeout 00:40:34 I actually tried to see if I could use their bot elsewhere, even just by cut/paste to PM, but no such luck. and I'm not in a position to set up my own bot 00:41:07 -!- jfcaron has quit [Quit: jfcaron] 00:42:41 -!- Hakkniv has quit [Quit: Page closed] 00:42:50 PleasingFungus: :) 00:43:13 perl6...exists??? 00:43:28 no one tell neil 00:45:00 PleasingFungus: what did you actually change? 00:45:08 the comment in enum.h 00:45:14 i said it was ever-smaller! 00:45:24 -!- Blazinghand has quit [Quit: This computer has gone to sleep] 00:45:38 ah yes 00:45:40 the funny part is 00:45:47 that commit is still attributed to me 00:45:55 the qaz change is identical, but attributed to you 00:46:29 -!- adelrune has quit [Remote host closed the connection] 00:47:07 well, one i pulled down from github, edited, and pushed 00:47:12 and the other i hit 'merge' on from the web ui 00:47:58 -!- MaxFrost has quit [Quit: Going offline, see ya! (www.adiirc.com)] 00:48:26 -!- muravey has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 00:48:56 i will not be amended out of existence! 00:49:22 well 00:49:24 the other thing is 00:49:27 you're credited for both commits 00:49:55 you have author & committer for one, and just author for the other 00:50:13 i'm just joking, idm at all even if the author is amended 00:50:34 at least for tiny things like this. If you took authorship of my ash 'curse item' ability PR, I might've cried 00:51:05 :) 00:51:39 chequers is just trying to pad his commit count at all costs 00:55:33 i am tempted to lower chunk generation 00:55:53 my "commit count" would be a lot higher if I didn't compulsively fixup my patches 00:56:24 well commit count is probably not the best metric anyhow 00:56:29 lines added and removed 00:56:36 maybe some kind of derived statistic 00:56:45 Brannock (95): 00:56:47 chequers (101): 00:56:51 lol 00:56:51 nope, i like commit count 00:57:02 gammafunk (522): 00:57:04 I also have more +/- than people with more commits 00:57:08 PleasingFungus (3150): 00:57:12 big commits ftw 00:57:15 -!- WalkerBoh has quit [Remote host closed the connection] 00:57:26 I'd like to see a ranking for sum of + and - 00:57:32 I'd probably move up a few places 00:57:40 hm 00:57:41 mpa?? 00:57:47 but them some of those can be weird commits as well 01:00:03 -!- omarax has quit [Remote host closed the connection] 01:00:18 gammafunk is at 36k lines changed 01:00:22 pf 169k 01:00:31 me 3k 01:00:34 yeah my PF ratio improves 01:00:37 with that stat 01:00:58 bran 4.5k 01:01:01 but yeah some commits are moving large blocks of stuff around, so that one can be weird as well 01:01:21 i guess we'll never know if I'm the best contributor or not 01:01:34 anyone with a splatratio like that cann't be in the running 01:01:44 it's required to have a splatratio below 50% to even get consideration 01:01:56 *unless* you're neil or 1kb 01:02:27 !cmd .gfdevkills 01:02:28 Command: .gfdevkills => .gfkill @devteamnp s=name,cikiller,kmap $* 01:02:34 aw 01:03:04 !cmd .gfadminkills .gfkill @adminsnp s=name,cikiller,kmap $* 01:03:05 Redefined command: .gfadminkills => .gfkill @adminsnp s=name,cikiller,kmap $* 01:03:07 oh 01:03:10 .gfadminkills 01:03:11 6 games for @adminsnp (map=wizlab_lehudib || kmap=wizlab_lehudib || kmap~~gammafunk || ikiller=asterion || ikiller=octopode_crusher || ktype=being_thrown): 3x hong (a juggernaut zombie (gammafunk_depths_entry_grave), an electric eel (gammafunk_lair_enchanted_lake), a rakshasa (illusionary) (gammafunk_enter_depths_forms)), 2x chequers (a golden dragon zombie (gammafunk_depths_entry_grave), an iron ... 01:03:24 need to retitle that 01:03:26 i'm an admin? 01:03:35 oh yes, i am 01:03:36 !cmd .gfadminkills .gfkill @adminsnp s=name,cikiller,kmap title:"admin kills:" $* 01:03:37 Redefined command: .gfadminkills => .gfkill @adminsnp s=name,cikiller,kmap title:"admin kills:" $* 01:03:42 .gfadminkills 01:03:43 admin kills:: 3x hong (a juggernaut zombie (gammafunk_depths_entry_grave), an electric eel (gammafunk_lair_enchanted_lake), a rakshasa (illusionary) (gammafunk_enter_depths_forms)), 2x chequers (a golden dragon zombie (gammafunk_depths_entry_grave), an iron giant), neil (a wind drake (gammafunk_lair_ancient_temple)) 01:03:44 chequers: lol 01:03:47 .gfdevkills 01:03:50 8 games for @devteamnp (map=wizlab_lehudib || kmap=wizlab_lehudib || kmap~~gammafunk || ikiller=asterion || ikiller=octopode_crusher || ktype=being_thrown): 2x PleasingFungus (a spriggan air mage (gammafunk_depths_water_palace), Asterion), neil (a wind drake (gammafunk_lair_ancient_temple)), Lasty (Asterion), dpeg (a vault guard (gammafunk_runelock_ironcross)), Brannock (a water nymph (gammafunk_d... 01:04:01 surprisingly ow 01:04:02 wow, I'm missing a lot of admins 01:04:02 low 01:04:09 !nick adminsnp 01:04:09 Mapping adminsnp => johnstein hong medar tzer0 dplusplus chequers neil zkyp sd1989 01:04:14 I guess there aren't many 01:04:41 -!- vede has quit [Ping timeout: 250 seconds] 01:04:45 ??cjr[2 01:04:45 cjr[2/2]: Bot is Jorgrell, prefix = 01:04:48 ??cjr[ 01:04:48 I don't have a page labeled cjr[ in my learndb. 01:04:49 ??cjr[1 01:04:50 cjr[1/2]: https://crawl.jorgrun.rocks:8081/ Hosted in Montreal by Zibudo (admin@jorgrun.rocks) and Grammus. SSH login info: https://crawl.jorgrun.rocks/console.html. 01:04:52 -!- Zekka_ has quit [Ping timeout: 252 seconds] 01:04:57 !lg zibudo 01:04:57 110. ZiBuDo the Gusty (L4 TeAE of Sif Muna), blasted by an orc priest (divine providence) on D:3 on 2016-11-15 01:22:10, with 70 points after 2158 turns and 0:09:53. 01:04:59 !cmd .gfdevkills .gfkill @devteamnp s=name,cikiller,kmap title:"dev kills" $* 01:04:59 Redefined command: .gfdevkills => .gfkill @devteamnp s=name,cikiller,kmap title:"dev kills" $* 01:05:09 !nick adminsnp zibudo 01:05:09 !nick adminsnp 01:05:09 Mapping adminsnp => johnstein hong medar tzer0 dplusplus chequers neil zkyp sd1989 zibudo 01:05:10 Mapping adminsnp => johnstein hong medar tzer0 dplusplus chequers neil zkyp sd1989 zibudo 01:05:13 cool 01:05:22 we are an endangered species 01:05:22 .gfadminkills 01:05:24 could use a couple more servers 01:05:24 admin kills:: 3x hong (a juggernaut zombie (gammafunk_depths_entry_grave), an electric eel (gammafunk_lair_enchanted_lake), a rakshasa (illusionary) (gammafunk_enter_depths_forms)), 2x chequers (a golden dragon zombie (gammafunk_depths_entry_grave), an iron giant), neil (a wind drake (gammafunk_lair_ancient_temple)) 01:05:26 but I think that'll come 01:05:33 !lg zibudo 01:05:34 110. ZiBuDo the Gusty (L4 TeAE of Sif Muna), blasted by an orc priest (divine providence) on D:3 on 2016-11-15 01:22:10, with 70 points after 2158 turns and 0:09:53. 01:05:38 we need a better way to scale servers 01:05:42 and deploy 01:05:44 !hs zibudo 01:05:45 110. ZiBuDo the Conqueror (L27 MiBe of Trog), slain by an Orb Guardian on Zot:4 on 2016-05-13 05:52:52, with 626800 points after 79588 turns and 4:39:57. 01:05:51 the biggest 'why not online' complaint so far seems to be #1 mouse #2 latency 01:06:01 what johnstein said 01:06:14 some sort of better auth 01:06:15 if you drop SSH support, it's a lot easier. But still non-trivial 01:06:20 ??ansible 01:06:20 I don't have a page labeled ansible in my learndb. 01:06:23 ?/ansible 01:06:23 Matching entries (1): dgl[3]: ansible version in development by Mattias at https://github.com/mattias/ansible_playbook_webtiles 01:06:37 I think he switched to docket 01:06:56 well, our infrastructure mostly looks like this: https://i.kinja-img.com/gawker-media/image/upload/s--ppD1HsxR--/18mlntxbv46bnjpg.jpg 01:07:21 yep 01:07:27 add baling wire 01:07:32 but it works! 01:07:34 mostly! 01:09:12 https://www.reddit.com/r/dcss/comments/5ekxpo/why_remove_so_much/ A+ comment thread 01:09:49 -!- bonghitz has quit [Remote host closed the connection] 01:09:56 Stable branch on crawl.develz.org updated to: 0.19.1-0-g4efbe43 (34) 01:10:08 Unstable branch on crawl.jorgrun.rocks updated to: 0.20-a0-204-ge9bc5e3 (34) 01:10:34 the best minmay comic 01:11:40 "This is basically why I still play on .16.2 Seems to me that they remove as much as they add in every update. Of course, the IMHO lackluster direction they chose to take Halfings (my favorite race) hardly helps to ease me into the new ways of things." 01:11:46 ^PleasingFungus alt 01:11:54 Brannock: dont reduce chunk generation because then there's less pressure to ermove food 01:12:07 food is good, imo 01:12:13 i love that everyone has that version they started with 01:12:23 I started with goddamn 0.1 01:12:24 the features removed before this version were dumb and historical warts 01:12:33 it took me until 0.2.7 to win 01:12:35 those removed afterwards are blasphemous 01:12:40 I started with 0.10, which is pretty close to 0.1 01:12:41 victory dancing was ass 01:12:48 good fucking riddance 01:13:07 that's the kind of thing you say right before leaving the channel 01:13:20 -!- Brannock has left ##crawl-dev 01:13:24 -!- Brannock has joined ##crawl-dev 01:13:25 ! 01:16:51 -!- Menche has quit [Quit: Leaving] 01:18:21 I wonder if we should just remove the old 0.16.1 android tiles pkg at this point 01:18:35 I think it was always kind of broken 01:21:22 -!- iFurril has quit [Ping timeout: 252 seconds] 01:27:20 -!- aegolden has quit [Quit: aegolden] 01:30:16 -!- CanOfWorms has joined ##crawl-dev 01:31:18 I just had an amazing save 01:31:20 6 HP 01:31:25 lethally poisoned 01:31:28 no curing 01:31:37 or hw or ambrosia 01:31:48 I have book of battle with regen at 47% fail 01:31:55 -!- Insomniak` has quit [Quit: I like to rock] 01:32:00 memorize it, drink brilliance, save my ass 01:35:40 -!- simmarine has quit [Read error: Connection reset by peer] 01:36:17 Game crash when i try reach Depth:4 13https://crawl.develz.org/mantis/view.php?id=10820 by DEFE 01:36:22 -!- waat has quit [Ping timeout: 268 seconds] 01:36:35 what? since when can you learn spells while poisoned? whenver i've tried, my memorization has been interrupted by the poison messages. but it seems to work now 01:36:49 -!- Insomniak` has quit [Client Quit] 01:36:56 no idea 01:37:13 but it happened!! 01:39:26 Napkin: Would it be possible to upgrade the debian repo software on CDO so that it doesn't use SHA1? I'm getting warnings about it, and I think some systems refuse to install from repos that use this 01:39:40 -!- bonghitz has quit [Remote host closed the connection] 01:42:42 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 01:46:36 -!- bgiannan_ is now known as bgiannan 02:00:04 -!- omarax has quit [Remote host closed the connection] 02:05:37 -!- Cimanyd has quit [Quit: Page closed] 02:08:24 chequers: Yeah, working on docker now. but I'm not sure what's best. Docker is simpler to get started with. But can cause security issues because of layers (old base OS with dirty cow kernel) Here it is: https://bitbucket.org/mattiasjp/crawl-docker 02:08:41 I've just had so little time recently to keep working on it 02:13:44 layers? 02:14:30 -!- scummos| has quit [Ping timeout: 246 seconds] 02:15:44 docker images is basically made up of layers. You can take an already existing image and add stuff to it creating yet another layer 02:16:01 When you download a new image you might nave noticed how it starts downloading a bunch of different layers 02:19:00 -!- rchandra has joined ##crawl-dev 02:20:01 PleasingFungus: I think I have another* constrict bug 02:21:07 spectral snakes can constrict 02:22:05 -!- jfcaron has quit [Quit: jfcaron] 02:22:29 why is that a bug? 02:23:01 insubstatial things can't be constricted due to being insubstantial 02:23:05 ??spectral orc 02:23:05 I don't have a page labeled spectral_orc in my learndb. 02:23:09 @??spectral orc 02:23:09 spectral orc (03Z) | Spd: 10 | HD: 1 | HP: 5-7 | AC/EV: 2/5 | Dam: 413(drain) | 07undead, evil, see invisible, fly, unbreathing | Res: 13magic(immune), 02cold, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | Vul: 08holy | XP: 1 | Sz: Medium | Int: brainless. 02:23:29 @??wisp 02:23:29 unknown monster: "wisp" 02:23:44 ugh 02:23:51 @??insubstantial wisp 02:23:52 insubstantial wisp (15v) | Spd: 10 | HD: 8 | HP: 16-23 | AC/EV: 4/18 | Dam: 1206(blink self) | 11non-living, fly, unbreathing | Res: 13magic(immune), 05fire++, 02cold++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 162 | Sp: blink [06!sil], static discharge [06!sil] | Sz: tiny | Int: brainless. 02:24:14 -!- iFurril has quit [Ping timeout: 245 seconds] 02:24:27 huh, @?? doesn't indicate insubstantiality 02:26:13 -!- waat has quit [Ping timeout: 260 seconds] 02:28:17 !lg * killer~~sonja.the 02:28:19 17. jlc4533 the Fighter (L11 HuGl of The Shining One), mangled by Sonja the wyvern on D:11 on 2016-10-17 02:04:28, with 7917 points after 14133 turns and 0:46:41. 02:32:00 -!- Kalir has quit [Changing host] 02:33:20 is anyone here in channel on windows? 02:33:30 I am 02:33:37 i can be if you have the money 02:33:44 CanOfWorms: can you try the new 0.19.1 installer on the download page 02:33:50 console or tiles? 02:33:52 specifically console, does it work for you? 02:33:59 moment 02:34:00 the installer, it installs both 02:34:02 but test console 02:34:14 alright 02:34:27 tiles seems to be working fine but console is causing me entire win10 VM to freeze in virtualbox 02:34:43 s/me/my/ 02:35:38 it loads fine 02:35:43 interesting 02:35:50 wut on erf 02:36:14 CanOfWorms: did you install for all users, or just yourself? 02:36:56 -!- Patashu__ has joined ##crawl-dev 02:37:14 all users 02:37:18 well dengit 02:37:38 CanOfWorms: what windows OS are you using? 02:37:44 8 02:37:46 k 02:39:09 -!- dtsund has quit [Read error: Connection reset by peer] 02:39:24 -!- dtsund has joined ##crawl-dev 02:41:08 -!- Zxpr1jk has quit [Read error: Connection reset by peer] 02:41:20 same thing seems to happen if I use the console zips 02:41:21 weird 02:43:56 -!- jfcaron has quit [Quit: jfcaron] 02:46:06 -!- muravey has joined ##crawl-dev 02:48:00 !source changelog.txt 02:48:01 https://github.com/crawl/crawl/blob/master/crawl-ref/docs/changelog.txt 02:52:39 -!- SteelNeuron has joined ##crawl-dev 02:55:51 chequers: I might put a copy of your survey button on the download page 02:56:09 chequers: can I mostly copy the relevant parts from index.htm over? 03:00:02 -!- omarax has quit [Remote host closed the connection] 03:03:19 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 03:07:20 -!- gammafunk has quit [Quit: leaving] 03:20:39 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.92 [Firefox 3.6.28/20120306064154]] 03:21:55 -!- gammafunk has joined ##crawl-dev 03:22:47 Stable (0.19) branch on crawl.beRotato.org updated to: 0.19.1-0-g4efbe43 03:36:06 -!- dtsund has quit [Ping timeout: 256 seconds] 03:37:02 Unstable branch on crawl.beRotato.org updated to: 0.20-a0-204-ge9bc5e3 (34) 03:42:32 -!- dtsund has joined ##crawl-dev 03:44:38 -!- Insomniak` has quit [Read error: Connection reset by peer] 03:48:18 -!- bonghitz has quit [Remote host closed the connection] 03:56:24 -!- Idolo has quit [] 04:00:03 -!- omarax has quit [Remote host closed the connection] 04:01:08 -!- Insomniak` has quit [Quit: I like to rock] 04:03:35 -!- mong has quit [Quit: Leaving] 04:07:25 -!- muravey has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 04:08:00 gammafunk: i'm not managing that repo - do you remember who does? |amethyst? 04:11:58 -!- PleasingFungus has quit [Ping timeout: 260 seconds] 04:15:13 Napkin: I manage it with each release 04:15:32 but by manage I mean I just create new components and add the debs as necessary 04:16:04 can't you switch it to a new key? or does the software not support it? 04:16:33 perhaps I could, I don't actually know how that is managed in the repo itself 04:16:45 maybe I can do a little research on that and see if I can update it 04:17:05 all I know how to do is install the deb and dsc files created by the build 04:17:20 :) 04:17:30 I don't even know that ;-) 04:17:32 oh no, doy smiley 04:17:39 yeah, I'll look into it and get back to you, thanks 04:18:00 actually that's not a doy smiley, what am I saying 04:18:05 but i have to setup a new repo at work anyways and saw the SHA-1 warnings for the old one, too 04:18:08 (: 04:18:13 that's the one! 04:18:16 there it is :D 04:18:39 but not sure yet when i find the time 04:22:33 -!- pantaril has quit [Ping timeout: 258 seconds] 04:29:23 -!- Furril has quit [Ping timeout: 250 seconds] 04:33:38 -!- iFurril has quit [Ping timeout: 240 seconds] 04:34:26 -!- ProzacElf has quit [Ping timeout: 258 seconds] 04:43:32 -!- protopulse has quit [Quit: Page closed] 04:51:35 (: 04:56:26 -!- _Jordan_ has quit [Quit: This computer has gone to sleep] 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:02:00 -!- Twinge has quit [] 05:02:33 -!- rchandra has left ##crawl-dev 05:08:56 -!- GauHelldragon has quit [Ping timeout: 258 seconds] 05:09:24 -!- Twinge has joined ##crawl-dev 05:10:59 -!- Insomniak` has quit [Ping timeout: 250 seconds] 05:13:11 -!- allis_ has quit [Client Quit] 05:22:14 -!- waat has quit [Ping timeout: 265 seconds] 05:23:58 -!- iFurril has quit [Ping timeout: 240 seconds] 05:25:13 -!- bonghitz has quit [Remote host closed the connection] 05:29:23 -!- ig0rbit has quit [Read error: Connection reset by peer] 05:37:41 -!- Patashu__ has quit [Ping timeout: 258 seconds] 05:43:09 -!- zxc_ has joined ##crawl-dev 05:44:53 -!- amalloy is now known as amalloy_ 05:45:29 -!- zxc has quit [Ping timeout: 260 seconds] 06:00:02 -!- omarax has quit [Remote host closed the connection] 06:07:39 -!- Brannock_ has joined ##crawl-dev 06:09:44 -!- Brannock has quit [Ping timeout: 260 seconds] 06:34:36 -!- aditya has quit [Ping timeout: 240 seconds] 06:39:02 -!- Rewans has quit [Quit: Page closed] 06:47:53 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 06:49:43 -!- tksquared has quit [Ping timeout: 258 seconds] 07:00:01 -!- omarax has quit [Remote host closed the connection] 07:02:39 -!- chcl3 has quit [Remote host closed the connection] 07:04:23 -!- vale_ has quit [Remote host closed the connection] 07:23:58 -!- wheals has joined ##crawl-dev 07:31:21 serber55 (L8 DsFi) ASSERT(in_non_diamond_int(r.start)) in 'ray.cc' at line 217 failed. (D:6) 07:48:44 -!- Krakhan has quit [Ping timeout: 246 seconds] 07:51:07 -!- Furril has quit [Ping timeout: 252 seconds] 07:57:37 -!- iFurril has quit [Ping timeout: 246 seconds] 07:57:37 -!- SurpriseTRex has quit [Quit: Leaving] 07:57:37 -!- SurpriseTRex_ has quit [Client Quit] 08:00:02 -!- omarax has quit [Remote host closed the connection] 08:10:45 -!- HarryHood has quit [Remote host closed the connection] 08:10:47 -!- vale_ has quit [Ping timeout: 246 seconds] 08:14:18 -!- chcl3 has quit [Remote host closed the connection] 08:16:22 -!- Wehk has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 08:23:23 !tell MarvinPA spit poison is still coloured red under TSO (and still has "frowns upon" in the skill description) 08:23:23 johnny0: OK, I'll let marvinpa know. 08:28:39 !tell MarvinPA oh, looks like the same thing for all venom spells too 08:28:39 johnny0: OK, I'll let marvinpa know. 08:34:10 serber55 (L13 DsFi) ASSERT(in_non_diamond_int(r.start)) in 'ray.cc' at line 217 failed. (Lair:3) 08:42:28 jellojunkie (L10 MiGl) (D:8) 08:43:29 jellojunkie (L10 MiGl) (D:8) 08:44:50 -!- SteelNeuron has quit [Ping timeout: 260 seconds] 08:46:27 -!- SteelNeuron has joined ##crawl-dev 08:47:13 !crash jellojunkie 08:47:14 2. jellojunkie, XL10 MiGl, T:8109 (milestone): http://crawl.berotato.org/crawl/morgue/jellojunkie/crash-jellojunkie-20161124-134320.txt 08:47:32 -!- jeefus is now known as jefus 08:49:09 -!- magistern has quit [Quit: magistern] 08:49:48 jellojunkie (L10 MiGl) (D:8) 08:49:59 !crash jellojunkie 08:50:00 3. jellojunkie, XL10 MiGl, T:8659 (milestone): http://crawl.berotato.org/crawl/morgue/jellojunkie/crash-jellojunkie-20161124-134937.txt 08:54:34 -!- Tungsten_ has quit [Quit: Page closed] 09:00:02 -!- omarax has quit [Remote host closed the connection] 09:04:26 serber55 (L12 DsFi) ASSERT(in_non_diamond_int(r.start)) in 'ray.cc' at line 217 failed. (Lair:3) 09:05:57 -!- bonghitz has quit [Remote host closed the connection] 09:12:00 -!- vale_ has quit [Ping timeout: 256 seconds] 09:14:53 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-208-g5f24a5c: Improve martial strike description and increase weapon recall level 10(3 hours ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/5f24a5c76175 09:14:53 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-209-g924dc10: Fix Lunge 10(in the future, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/924dc1006b7c 09:14:53 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-214-g3f3b5dc: Merge branch 'council_god_inactive_weapons' into council_god 10(in the future, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/3f3b5dc1eba4 09:15:56 -!- M-bbigras has quit [Write error: Connection reset by peer] 09:19:38 -!- HellTiger has quit [Ping timeout: 245 seconds] 09:32:41 -!- PsyMar has quit [K-Lined] 09:35:29 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-215-g140d5c3: Do not spawn unwieldable weapons 10(in the future, 2 files, 12+ 7-) 13https://github.com/crawl/crawl/commit/140d5c3f7468 09:39:10 -!- Patashu__ has joined ##crawl-dev 09:43:16 -!- chcl3 has quit [Ping timeout: 240 seconds] 09:43:52 -!- jfcaron has quit [Quit: jfcaron] 09:48:03 -!- Bammboo has quit [Ping timeout: 260 seconds] 09:50:57 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-216-g2b59e05: Fix behaviour on empty weapon lists 10(in the future, 1 file, 12+ 5-) 13https://github.com/crawl/crawl/commit/2b59e0582b57 09:51:36 -!- Brannock_ is now known as Brannock 09:55:07 -!- AngelaSmythe has quit [Read error: Connection reset by peer] 09:57:19 -!- protopulse has joined ##crawl-dev 10:00:01 -!- omarax has quit [Remote host closed the connection] 10:03:17 -!- chcl3 has quit [Remote host closed the connection] 10:06:08 -!- Menche has quit [Quit: Leaving] 10:06:24 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-217-ge07a3f9: Stop Felids from worshipping IJC, since it's now 100% useless for them 10(in the future, 2 files, 6+ 0-) 13https://github.com/crawl/crawl/commit/e07a3f9012ce 10:12:47 -!- vale_ has quit [Ping timeout: 260 seconds] 10:16:25 -!- SteelNeuron has quit [Ping timeout: 260 seconds] 10:19:07 -!- simmarine has joined ##crawl-dev 10:21:21 -!- Morg0th has quit [Quit: leaving] 10:26:01 Brannock: Stormcallers' god isn't set to Q, dunno if it affects much, messaging maybe? I guess though, if the god is set and the stormcaller is a band leader, other draconians will also follow Q. 10:26:06 Not sure if that affects anything. 10:26:13 (this in mon-place.cc 10:30:40 -!- SteelNeuron has joined ##crawl-dev 10:32:03 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 10:39:44 -!- Wehk has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 10:53:21 -!- CrawlWall has quit [Quit: Page closed] 10:56:05 -!- SteelNeuron has quit [Ping timeout: 260 seconds] 10:57:12 -!- snapek has quit [Ping timeout: 250 seconds] 10:58:09 -!- WalkerBoh has joined ##crawl-dev 11:00:01 -!- omarax has quit [Remote host closed the connection] 11:00:28 -!- kdrnic has joined ##crawl-dev 11:18:01 -!- PleasingFungus has joined ##crawl-dev 11:27:35 -!- twelwe has quit [Ping timeout: 260 seconds] 11:29:48 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 11:31:10 -!- aegolden has joined ##crawl-dev 11:31:17 !messages 11:31:17 No messages for aegolden. 11:54:15 -!- aegolden has quit [Quit: aegolden] 12:00:00 -!- madatmemes has joined ##crawl-dev 12:00:03 -!- omarax has quit [Remote host closed the connection] 12:07:27 Whaleporn (L19 DsMo) ASSERT(verb_index < (int)ARRAYSZ(attack_types)) in 'mon-util.cc' at line 2068 failed. (WizLab) 12:07:51 Whaleporn (L19 DsMo) ASSERT(verb_index < (int)ARRAYSZ(attack_types)) in 'mon-util.cc' at line 2068 failed. (WizLab) 12:08:14 !crashlog Whaleporn 12:08:15 2. Whaleporn, XL19 DsMo, T:40265 (milestone): http://crawl.berotato.org/crawl/morgue/Whaleporn/crash-Whaleporn-20161124-170740.txt 12:08:33 %git 12:08:33 07chequers02 {PleasingFungus} * 0.20-a0-204-ge9bc5e3: Don't count Abyss gold for Gozag's service fee 10(35 hours ago, 2 files, 3+ 2-) 13https://github.com/crawl/crawl/commit/e9bc5e30befe 12:08:41 ...?\ 12:08:55 oh god damn it 12:09:04 what is it? 12:10:08 oh, council god 12:10:08 ok 12:10:25 -!- SteelNeuron has joined ##crawl-dev 12:10:32 !crash Whaleporn 12:10:33 2. Whaleporn, XL19 DsMo, T:40265 (milestone): http://crawl.berotato.org/crawl/morgue/Whaleporn/crash-Whaleporn-20161124-170740.txt 12:10:40 03PleasingFungus02 07[councilgod] * 0.20-a0-212-g9625052: Fix a statue xv crash 10(2 days ago, 2 files, 9+ 1-) 13https://github.com/crawl/crawl/commit/96250525cdad 12:10:41 03PleasingFungus02 07* 0.20-a0-205-g89283e9: Fix a enum.h comment 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/89283e9e72cf 12:14:36 -!- HarryHood has quit [Remote host closed the connection] 12:17:02 -!- Xenobreeder has quit [Quit: Page closed] 12:19:31 -!- Kalir has quit [Changing host] 12:26:12 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-218-g9afc32a: Make all flying weapon messages white (no more red spam) 10(46 seconds ago, 3 files, 14+ 14-) 13https://github.com/crawl/crawl/commit/9afc32ad30a7 12:27:01 Unstable branch on crawl.akrasiac.org updated to: 0.20-a0-204-ge9bc5e3 (34) 12:27:16 -!- MarvinPA has joined ##crawl-dev 12:36:33 -!- aegolden has joined ##crawl-dev 12:39:15 -!- Ququman has joined ##crawl-dev 12:43:53 -!- Alcopop has quit [Quit: Page closed] 12:45:15 -!- aegolden has quit [Quit: aegolden] 12:46:40 03MarvinPA02 07* 0.20-a0-206-ga7b90b8: Don't colour poison spells/abilities red under TSO (johnny0) 10(8 minutes ago, 1 file, 0+ 9-) 13https://github.com/crawl/crawl/commit/a7b90b85c98a 12:48:54 -!- jehoesefat has quit [Read error: Connection reset by peer] 12:51:55 -!- WalkerBoh has quit [Remote host closed the connection] 12:56:23 -!- ldf has quit [Ping timeout: 246 seconds] 12:56:44 -!- travis-ci has joined ##crawl-dev 12:56:45 The build passed. (councilgod - 9625052 #7256 : Nicholas Feinberg): https://travis-ci.org/crawl/crawl/builds/178652664 12:56:45 -!- travis-ci has left ##crawl-dev 12:57:32 03MarvinPA02 07* 0.20-a0-207-ge566022: Remove unused code 10(7 minutes ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/e56602288f8a 13:00:02 -!- omarax has quit [Remote host closed the connection] 13:09:28 Unstable branch on crawl.jorgrun.rocks updated to: 0.20-a0-207-ge566022 (34) 13:09:53 MarvinPA: oh, did you remove the poison conduct altogether? 13:10:05 i guess i thought you were simplifying it to just caring about whenever you cast/attacked with poison, rather than whenever you hit 13:10:33 -!- zxc_ has quit [Read error: Connection reset by peer] 13:13:03 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-219-g2cf4bce: Martial arts weapon refactor (Simplicity + more intuitive swap mechanics) 10(3 minutes ago, 3 files, 62+ 25-) 13https://github.com/crawl/crawl/commit/2cf4bce9dc6a 13:13:09 yeah, i was thinking about that originally but ended up feeling like that was still pretty complicated in terms of implementation, and not much of an interesting restriction in terms of gameplay 13:13:09 MarvinPA: You have 2 messages. Use !messages to read them. 13:17:50 -!- Hakkniv has quit [Ping timeout: 260 seconds] 13:21:19 -!- Kenran has joined ##crawl-dev 13:23:24 Game crash when i try reach Depth:4 13https://crawl.develz.org/mantis/view.php?id=10821 by DEFE 13:27:59 -!- chcl3 has quit [Quit: Lost terminal] 13:28:31 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-219-g0562ab0: Martial arts weapon refactor (Simplicity + more intuitive swap mechanics) 10(19 minutes ago, 3 files, 60+ 25-) 13https://github.com/crawl/crawl/commit/0562ab0e3ebc 13:29:33 -!- AngelaSmythe has quit [Read error: Connection reset by peer] 13:31:40 -!- ig0rbit has quit [Read error: Connection reset by peer] 13:32:13 !crashlog DEFE 13:32:13 12. DEFE, XL27 MuGl, T:98512 (milestone): http://crawl.xtahua.com/crawl/morgue/DEFE/crash-DEFE-20161123-125751.txt 13:32:44 MarvinPA: fair enough! not something i feel strongly enough 13:32:48 wordpress will be FURIOUS, however 13:32:56 i'm sure, reddit too 13:35:32 (the recent reddit thread in particular is very high quality, i forget who it was who linked it in backlog earlier already) 13:35:51 brahma (L8 MfTm) ERROR: range check error (-1 / 35) (D:5) 13:36:14 How do I summon, say, 30 death yaks in wizmode? :) 13:37:03 other than one by one I mean 13:37:13 -!- chcl3 has quit [Remote host closed the connection] 13:38:33 -!- dtsund has quit [Remote host closed the connection] 13:38:49 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-220-gad9a5a1: Add conduct 10(4 minutes ago, 2 files, 29+ 1-) 13https://github.com/crawl/crawl/commit/ad9a5a161d40 13:38:56 brahma (L7 MfTm) ERROR: range check error (-1 / 35) (D:5) 13:39:15 hm, i think i saw a promising title but didn't click 13:39:25 "Why remove so much?" 13:39:44 yes, it's got all the classics 13:40:10 "soon crawl will just play itself!" "it won't be long until there's just 1 class and 1 race!" 13:40:23 oh, wow, survey reddit post actually has someone furious about the requirement for a google account 13:41:08 SteelNeuron: probably just summon one and then hold ` for a bit is easiest, i don't think there is a way to directly make multiple 13:41:41 i guess for death yaks in particular you can do "&mdeath yak band" to do it quicker 13:42:33 wow that is some good fury 13:42:57 -!- magistern has quit [Quit: magistern] 13:43:50 thanks MarvinPA 13:43:57 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-221-gd1641df: Projection time nerf 10(5 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/d1641df28d44 13:53:16 -!- TuxQmoob has quit [Ping timeout: 268 seconds] 13:54:16 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-222-g27fb23d: Fix weapon swap bug 10(68 seconds ago, 2 files, 2+ 1-) 13https://github.com/crawl/crawl/commit/27fb23d261a1 13:55:56 03Medar02 07* 0.20-a0-208-g55166f7: Fix two version tag tests. 10(4 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/55166f75adf4 13:58:19 -!- Dracunos has quit [Max SendQ exceeded] 13:58:56 -!- Dracunos has joined ##crawl-dev 13:59:25 -!- Insomniak` has quit [Ping timeout: 256 seconds] 14:00:01 -!- omarax has quit [Remote host closed the connection] 14:09:17 Unstable branch on crawl.jorgrun.rocks updated to: 0.20-a0-208-g55166f7 (34) 14:15:23 Yes, the 0.19 is definitely harder than previous versions. The difficulty has been on the rise for every version since at least 0.8, when I got my first win. 14:15:58 -!- amalloy_ is now known as amalloy 14:20:33 that seems more or less true though? 14:21:44 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-223-g3572c3e: Invocations scaling 10(4 minutes ago, 7 files, 20+ 12-) 13https://github.com/crawl/crawl/commit/3572c3e9210c 14:24:11 -!- Tux[Qyou] has joined ##crawl-dev 14:25:54 -!- Sprort has quit [Quit: Lost terminal] 14:28:07 -!- aegolden has joined ##crawl-dev 14:30:55 -!- rchandra has joined ##crawl-dev 14:37:17 -!- kdrnic has quit [Quit: Leaving] 14:39:58 !lg * / won s=month(end) -graph 14:40:02 50354/6520862 games for *: https://shalott.org/graphs/194e5f621ab16a65542567da97c5d7829926770f.html 14:40:18 is that chart useful at all? 14:40:44 !lg * !boring / won s=month(end) -graph 14:40:51 50354/5577242 games for * (!boring): https://shalott.org/graphs/ae1f328ee5489debfb8f59636401be779990e8b4.html 14:41:11 probably want to remove bots too 14:41:18 !lg * !boring !bots / won s=month(end) -graph 14:41:19 No keyword 'bots' 14:41:23 !lg * !boring !bot / won s=month(end) -graph 14:41:24 No keyword 'bot' 14:41:26 still don't think that would be too useful 14:41:27 @bot2015? 14:41:31 er, @bot 14:41:38 !lg * !boring !@bot / won s=month(end) -graph 14:41:52 50158/5495344 games for * (!boring !@bot): https://shalott.org/graphs/cd4a3d0ca358542df03eb76dcaf468f9867c8acc.html 14:42:41 !kw !meleebug 14:42:42 Expression: !meleebug => ((vlongnum<1600002010018 || vlongnum>=1600099000018)) ((vlongnum<1700001000022 || vlongnum>=1700001000124)) 14:42:53 ??meleebug 14:42:53 meleebug[1/2]: The git commit e0bdd66 roughly doubled player melee damage. This was not fixed until around halfway through the 0.16 tournament. http://s-z.org/neil/images/logicbug.jpg 14:43:30 was t0.16 end of Feb 2015? 14:43:39 well. end of feb, beginning of march 14:43:48 !kw t0.16 14:43:48 Built-in: t0.16 => start>='2015-03-13 20:00:00' time<'2015-03-29 20:00:00' ((cv=0.16|0.16-a)) explbr= 14:43:49 !kw t0.16 14:43:49 Built-in: t0.16 => start>='2015-03-13 20:00:00' time<'2015-03-29 20:00:00' ((cv=0.16|0.16-a)) explbr= 14:43:50 hi 14:43:57 hmmm 14:44:05 so what's with that spike in feb 2015? 14:44:30 always seems to be a spike before the tournaments 14:45:14 or am I interpreting month(end)wrong? 14:45:31 ??lg 14:45:31 listgame[1/5]: !lg command displays info about past games. The manual is available here: https://github.com/crawl/sequell/blob/master/docs/listgame.md 14:46:13 was that meleebug? 14:46:36 !lg * meleebug 1 14:46:39 has to be 14:46:44 1/68463. rifin the Skirmisher (L5 DsFi), quit the game on D:3 on 2015-03-06 21:24:49, with 156 points after 1851 turns and 0:03:19. 14:46:52 but it's dated feb28, 2015, which is before the tourney 14:47:02 so Feb28,2015 must mean march 14:47:06 the bug was in stable for a while 14:47:22 doesn't explain the other win spikes prior to .17, .18, and .19 14:47:32 in april, oct, and oct 14:47:33 when the tourney was may, nov, nov 14:47:55 !lg * !boring !@bot / won s=week(end) -graph 14:48:09 50158/5495369 games for * (!boring !@bot): https://shalott.org/graphs/a7186065e46c4fa3a8f29a1e5970408c2197be6f.html 14:48:37 yea, that's it. I'm just a moron and don't know how month(end) works 14:48:55 !lg . x=month)end) 14:48:55 Broken query near ')end)' 14:49:02 !lg . x=month(end) 14:49:03 1238. [month(end)=2016-11-01 00:00:00 [20161001000000S]] rchandra the Bolt Thrower (L4 HOHu), slain by taqueso's ghost on D:3 on 2016-11-24 03:35:15, with 87 points after 2686 turns and 0:08:29. 14:49:14 that chart seems to indicate to me that in 2014, crawl got easier or the players got better. or the bad players stopped playing so much 14:49:38 2015 peaked in win rate. and 2016 has started reigning it back in 14:49:51 -!- Kellhus has quit [Quit: Page closed] 14:50:01 probably all of the above 14:50:10 but I'm struggling to think of a good query to isolate the cause. I think you'd need to check winrates for the good, medium, and bad players 14:50:19 veterans vs avg vs newbies 14:50:26 removing dumb optimal behaviours helps the player that doesn't always use them 14:50:29 man I wish I had time to crunch those numbers. 14:50:43 yea. so you'd expect to see a bigger increase for that category 14:51:02 !lg elliptic !boring !@bot / won s=week(end) -graph 14:51:03 641/1772 games for elliptic (!boring !@bot): https://shalott.org/graphs/ab121b4bdc9cfc9d024075f1c8e693aaa059b21e.html 14:51:35 !lg @devsnp !boring !@bot / won s=week(end) -graph 14:51:36 No games for @devsnp (!boring !@bot). 14:51:41 !lg @devnp !boring !@bot / won s=week(end) -graph 14:51:41 No games for @devnp (!boring !@bot). 14:51:47 !lg @mfc !boring !@bot / won s=week(end) -graph 14:51:49 569/32697 games for @mfc (!boring !@bot): https://shalott.org/graphs/61df5c4c264f6d3b2dd39d06b4b94ebc3e915e1e.html 14:53:37 Whaleporn (L27 DsMo) (Zot:5) 14:55:24 !crash 14:55:24 15902. Whaleporn, XL27 DsMo, T:79128 (milestone): http://crawl.berotato.org/crawl/morgue/Whaleporn/crash-Whaleporn-20161124-195325.txt 14:56:01 ^status 14:56:01 49 Crawlers. CBRO disk usage=84% (135GB) | RAM usage=34% (4GB)| uptime/CPU= 14:56:01 up 742 days, 1:14, 2 users, load average: 1.04, 0.97, 0.90 (4 Cores) http://status.berotato.org 14:59:42 thanks johnstein 14:59:46 one line fix for that one 15:00:01 -!- omarax has quit [Remote host closed the connection] 15:00:08 SteelNeuron, no problem (thanks for what?) 15:00:44 for pointing out the crash 15:00:46 -!- ig0rbit has quit [Read error: Connection reset by peer] 15:03:17 -!- twelwe has joined ##crawl-dev 15:09:26 -!- PleasingFungus has quit [Remote host closed the connection] 15:22:00 -!- chcl3 has quit [Remote host closed the connection] 15:28:27 Anyone with commit access in the building? 15:28:34 johnstein? Brannock? 15:29:29 Oh it's the people with "+" on their names, I see 15:33:18 I can rebuild 15:33:27 Yeah... But I need someone to merge the PR 15:34:01 but I can't update the official branch with the PR. unless that's happening automatically now 15:34:06 ok 15:34:48 I still want to figure out how to point to a pull request I got it partially working but it failed on trying to rebuild 15:35:14 Here's the PR, if anyone can just hit merge that'd be great, it has some crash-stopping fixes in it :) https://github.com/crawl/crawl/pull/413 15:35:27 -!- bgiannan_ has joined ##crawl-dev 15:35:28 MarvinPA was online I think? 15:35:41 -!- ProzacElf has joined ##crawl-dev 15:38:59 New branch created: pull/413 (104 commits) 13https://github.com/crawl/crawl/pull/413 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1850-g57e476e: Initial Ieoh Jian commit 10(7 weeks ago, 1 file, 9+ 0-) 13https://github.com/crawl/crawl/commit/57e476ee098f 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1851-ge16f018: WIP Ieoh Jian shell 10(7 weeks ago, 10 files, 30924+ 2-) 13https://github.com/crawl/crawl/commit/e16f018a01c0 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1852-gb297530: Ieoh Jian shell 10(7 weeks ago, 11 files, 43+ 7-) 13https://github.com/crawl/crawl/commit/b297530d2015 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1853-gd23be47: Ieoh Jian improves cross-training and knocks your weapons away on joining 10(7 weeks ago, 7 files, 83+ 5-) 13https://github.com/crawl/crawl/commit/d23be47bc46a 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1854-g0358434: Initializing the collection 10(7 weeks ago, 5 files, 45+ 6-) 13https://github.com/crawl/crawl/commit/0358434eae36 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1855-g055b1ab: Weapon manifestation 10(5 weeks ago, 24 files, 9180+ 95-) 13https://github.com/crawl/crawl/commit/055b1abd2576 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1856-g94c1238: Improve weapon selection algorithm and move everything to hash table 10(5 weeks ago, 12 files, 99+ 64-) 13https://github.com/crawl/crawl/commit/94c1238bb365 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1857-gb0c943f: Killing off weapons when the council loses interest 10(5 weeks ago, 6 files, 27+ 7-) 13https://github.com/crawl/crawl/commit/b0c943f94da2 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1858-gc7117b2: Backoff 10(5 weeks ago, 11 files, 95+ 33-) 13https://github.com/crawl/crawl/commit/c7117b253957 15:39:04 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.19-a0-1859-gcad85f8: Spawning and despawning 10(5 weeks ago, 12 files, 253+ 87-) 13https://github.com/crawl/crawl/commit/cad85f8171d6 15:39:04 ... and 94 more commits 15:39:33 new branch? 15:39:54 its' a chei bug 15:40:34 oh. there's really a new council God pull request 15:40:35 hm 15:40:45 that would break my proposed process 15:41:01 heh 15:41:06 I guess I could go in and delete the old branch and connect it back up to the new pull request 15:41:12 wait wait 15:41:13 (if I had it working) 15:41:16 it's not working 15:41:17 n 15:41:22 so no big deal now 15:41:22 if I understand correctly 15:41:30 we're not pointing at my PR at all right? 15:41:37 that's correct 15:41:38 I'm just opening PR's to the official council god branch 15:41:41 there's no issue 15:41:43 and pestering devs to merge it 15:41:49 *hint hint* :P 15:42:06 just me brainstorming on trying to set up something that doesn't require devs to merge anything 15:44:05 -!- bmfx has quit [Quit: Lost terminal] 15:44:44 -!- bgiannan_ has quit [Ping timeout: 246 seconds] 15:44:57 SteelNeuron: council god is crashing when you have the singing sword equipped and you try to swap it with a flying weapon 15:45:21 ProzacElf yup, that one is fixed too on the open PR 15:45:24 oh, cool 15:45:40 i put it up on mantis and hadn't seen anything about it when i checked 15:45:45 so i wasn't sure if you knew 15:46:49 -!- aditya has quit [Ping timeout: 260 seconds] 15:48:50 hold on, maybe it isn't as fixed as I thought 15:49:27 haha 15:49:34 Okay, pushing, NOW it is :P 15:50:22 haha 15:50:27 woo-hoo 15:51:39 -!- chcl3 has quit [Remote host closed the connection] 15:54:30 03PabloMansanet02 07https://github.com/crawl/crawl/pull/387 * 0.20-a0-224-g999ef7d: Fix singing sword crash 10(5 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/999ef7daafe5 15:54:31 03PabloMansanet02 07https://github.com/crawl/crawl/pull/413 * 0.20-a0-224-g999ef7d: Fix singing sword crash 10(5 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/999ef7daafe5 15:56:42 yippee 16:00:01 -!- omarax has quit [Remote host closed the connection] 16:00:50 -!- Nattefrost has quit [Ping timeout: 246 seconds] 16:04:12 -!- ig0rbit has quit [Read error: Connection reset by peer] 16:06:18 wow, i haven't seen this nemelex vault in forever 16:10:11 -!- debo has joined ##crawl-dev 16:10:50 -!- MarvinPA_ has joined ##crawl-dev 16:12:01 -!- protopulse has quit [Quit: Page closed] 16:12:12 -!- MarvinPA has quit [Ping timeout: 260 seconds] 16:23:42 -!- Kenran has quit [Quit: leaving] 16:23:59 -!- ElanMorin has quit [Quit: WeeChat 1.6] 16:34:32 -!- MarvinPA_ has quit [Ping timeout: 265 seconds] 16:34:40 -!- MarvinPA__ has joined ##crawl-dev 16:35:45 Jiyva slime friendliness on shapeshifters in a slime form persists 13https://crawl.develz.org/mantis/view.php?id=10822 by advil 16:39:09 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 16:41:23 -!- bgiannan_ has joined ##crawl-dev 16:42:56 -!- Kellhus has quit [Quit: Page closed] 16:48:15 -!- _Jordan_ has quit [Quit: This computer has gone to sleep] 16:53:05 -!- stickyfingers has quit [Ping timeout: 260 seconds] 16:55:50 -!- Patashu has joined ##crawl-dev 16:58:05 -!- Patashu__ has quit [Ping timeout: 258 seconds] 16:59:10 -!- Kranix has quit [Quit: Konversation terminated!] 16:59:34 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 17:00:02 -!- omarax has quit [Remote host closed the connection] 17:01:42 -!- Krakhan has quit [Changing host] 17:11:48 -!- Manman has quit [Ping timeout: 260 seconds] 17:15:57 -!- bgiannan has quit [Disconnected by services] 17:16:05 -!- bgiannan_ is now known as bgiannan 17:16:23 -!- bgiannan_ has joined ##crawl-dev 17:16:46 -!- bonghitz has quit [Remote host closed the connection] 17:20:22 -!- protopulse has joined ##crawl-dev 17:27:58 ls /proc 17:28:01 oops 17:29:06 gammafunk: hi :) care to merge this so johnstein can rebuild the branch please? https://github.com/crawl/crawl/pull/413 (sorry to be a pain) 17:30:54 gammafunk: yes, easy to copy 17:31:02 ?/docker 17:31:02 Matching terms (1): docker; entries (1): docker[1]: https://bitbucket.org/TZer0/crawl-docker - functioning prototype with external storage settings (and thus import) working. 17:31:12 !learn add docker https://bitbucket.org/mattiasjp/crawl-docker by Mattias 17:31:12 docker[2/2]: https://bitbucket.org/mattiasjp/crawl-docker by Mattias 17:31:48 -!- aditya has quit [Ping timeout: 250 seconds] 17:32:13 import? 17:36:26 -!- muravey has joined ##crawl-dev 17:44:38 -!- bgiannan has quit [Ping timeout: 245 seconds] 17:45:24 -!- jfcaron has quit [Ping timeout: 250 seconds] 17:46:08 do mingw i686 binaries work in windows XP? 17:47:20 -!- debo has quit [Quit: orb spiders :(] 17:48:01 -!- wheals_ has joined ##crawl-dev 17:49:17 -!- wheals has quit [Ping timeout: 240 seconds] 17:52:14 -!- MarvinPA__ has quit [Read error: Connection reset by peer] 17:53:01 -!- MarvinPA__ has joined ##crawl-dev 17:57:09 -!- SteelNeuron has quit [Quit: Page closed] 17:58:27 -!- dtsund has joined ##crawl-dev 18:00:02 -!- omarax has quit [Remote host closed the connection] 18:02:42 Unstable branch on underhound.eu updated to: 0.20-a0-208-g55166f7 (34) 18:07:17 -!- MarvinPA__ has quit [Ping timeout: 240 seconds] 18:08:54 -!- Laakeri has quit [Client Quit] 18:12:48 -!- n1k has quit [Ping timeout: 246 seconds] 18:13:15 -!- PleasingFungus has joined ##crawl-dev 18:14:19 -!- xhc has quit [Client Quit] 18:17:42 -!- ProzacElf has quit [Ping timeout: 246 seconds] 18:20:42 -!- aegolden has quit [Quit: aegolden] 18:22:38 -!- ProzacElf has joined ##crawl-dev 18:26:07 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.93 [Firefox 50.0/20161104212021]] 18:30:07 -!- scummos__ has quit [Remote host closed the connection] 18:33:02 -!- _Jordan_ has quit [Quit: This computer has gone to sleep] 18:34:56 -!- vale_ has quit [Remote host closed the connection] 18:36:28 -!- HellTiger has quit [Ping timeout: 252 seconds] 18:39:24 -!- Ququman has quit [Remote host closed the connection] 18:39:51 -!- Lightli has quit [Ping timeout: 260 seconds] 18:41:26 -!- xnavy_ is now known as xnavy 18:54:51 -!- anthems has quit [Quit: Page closed] 19:00:02 -!- omarax has quit [Remote host closed the connection] 19:01:14 anyone got any thoughts on how to fix this: http://crawl.berotato.org/crawl/rebuild/ try to rebuild councilgod-PR 19:01:28 it's supposed to be set up to track origin/pr/413 19:01:39 I've tried it two ways and both ways give me the same error: 19:01:43 Your configuration specifies to merge with the ref 'pr/413' 19:01:43 from the remote, but no such ref was fetched. 19:02:21 johnstein: that's not the right...HEAD, I guess 19:02:32 in this case, I manually set git branch --set-upstream councilgod-PR origin/pr/413 19:02:37 <|amethyst> johnstein: I had to manually edit my git config 19:02:44 Branch councilgod-PR set up to track remote branch pr/413 from origin. 19:02:47 I did that too 19:02:55 johnstein: branch -r | grep pull 19:03:14 <|amethyst> johnstein: I had to change the ref from refs/heads/pr/413/head to refs/pull/413/head 19:03:15 the name of the branch isn't origin/pr/num 19:03:20 [remote "origin"] 19:03:20 url = https://github.com/crawl/crawl.git 19:03:20 fetch = +refs/heads/*:refs/remotes/origin/* 19:03:20 fetch = +refs/pull/*/head:refs/remotes/origin/pr/* 19:03:30 oh 19:03:38 ooooh 19:03:48 -!- MarvinPA has joined ##crawl-dev 19:03:52 you need the head one I think 19:04:13 prs make a head and merge branches 19:04:15 |amethyst, is that in the [branch councilgod-PR] block? 19:05:10 <|amethyst> johnstein: yes, the merge line that's already there 19:05:10 it's in the block for whichever remote you're using 19:05:16 branch "councilgod-PR"] 19:05:16 remote = origin 19:05:16 merge = refs/heads/pr/413 19:05:24 so merge=refs/pull/413/head 19:05:30 <|amethyst> yeah, that should do it 19:06:32 or in this case I guess it's a branch block, not a remote 19:06:45 oh my! 19:06:49 working! 19:07:04 hrm, those ref lines are weird 19:07:22 this isn't connected to anything yet, so if you see councilgod-PR show up successful here, it's not really updated on the server 19:07:28 I'll have to rewire everything tonight 19:07:38 thanks! 19:07:45 I guess it's mapping ref sources on the remote to where they're stored locally 19:08:06 kind of weird, will have to read into what's happening there 19:08:09 and now dbro is officially retired from hosting non-official experimentals 19:08:44 <|amethyst> gammafunk: yeah, for some reason when you do a git checkout -b on a remote ref like that, git sets up the config file with the local name for that remote ref 19:09:06 <|amethyst> gammafunk: or something like that 19:09:12 interesting, thanks 19:09:41 <|amethyst> gammafunk: fetch = +refs/pull/*:refs/remotes/origin/pull/* and do git checkout -b test origin/pull/101 19:09:41 -!- ProzacElf has quit [Ping timeout: 265 seconds] 19:11:19 -!- dtsund has quit [Remote host closed the connection] 19:11:25 <|amethyst> gammafunk: IIRC it will set up test as a tracking branch for remote = origin merge = refs/heads/pull/101/head instead of merge = refs/pull/101/head as it should be 19:11:41 <|amethyst> well, I don't know about "should be" 19:12:03 wow, ok 19:12:34 <|amethyst> maybe there's a reason for this behaviour and what I'm doing with the origin.fetch setting is wrong 19:15:29 -!- scummos| has quit [Ping timeout: 250 seconds] 19:16:54 hm. now I have to figure out how to navigate all the folder names 19:17:03 usually the name of all the folders and the version are the name of the branch 19:17:05 councilgod 19:17:22 but if I switch to using councilgod-PR, it will create a new set of folders 19:17:37 so existing games won't work (it will be treated as two versions) 19:17:39 happy holiday to one and all, to one of you, and all as well. remember today to do, to think, and to love, and you too will be done, thought of, and loved 19:17:56 merry pizzagiving 19:19:04 -!- jeefus has joined ##crawl-dev 19:21:27 Experimental (councilgod-PR) branch on crawl.beRotato.org updated to: 0.20-a0-224-g999ef7d 19:22:32 -!- jefus has quit [Ping timeout: 244 seconds] 19:23:07 !pizza gammafunk 19:23:07 * Sequell cooks up a slice of Bolognese pizza for gammafunk, courtesy of rchandra. 19:24:21 i had, i dunno, it was called chicken blognese once, and it was just like rat meat from the dump, just gross 19:26:37 -!- Taraiph is now known as Tarara 19:26:51 oh maybe I could symlink the -PR directories to the nonPR one 19:29:47 -!- FunkyBomb has quit [Ping timeout: 256 seconds] 19:51:01 -!- Hakkniv has quit [Ping timeout: 260 seconds] 19:52:30 j 20:00:02 -!- omarax has quit [Remote host closed the connection] 20:01:34 hm. not sure if symlinking will work. I could probably get the game working (councilgod-PR would be the local branch that automatically tracks the PR, and I could just create symlinked folders pointing to the existing councilgod folders 20:01:52 oh. that would auto append to the milestones and logfile I think 20:01:56 which I think means sequell wouldn't notice a difference 20:02:06 and if it ever got pulled into an official branch, I could just remove the -PR from the setup and use the official branch and still maintain the same folders. 20:02:15 I think... 20:02:37 probably should think about it a bit before trying it, or else I might honk up the existing councilgod setup 20:05:34 -!- Menche has quit [Ping timeout: 245 seconds] 20:10:32 -!- ProzacElf has joined ##crawl-dev 20:11:37 -!- vale_ has quit [Ping timeout: 260 seconds] 20:13:25 -!- amalloy is now known as amalloy_ 20:19:00 -!- aegolden has joined ##crawl-dev 20:20:04 -!- aegolden has quit [Client Quit] 20:20:15 -!- muravey has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 20:39:15 -!- WalkerBoh has joined ##crawl-dev 20:44:29 -!- Bammboo has quit [Ping timeout: 256 seconds] 20:47:41 -!- flappity has quit [Ping timeout: 250 seconds] 21:00:02 -!- omarax has quit [Remote host closed the connection] 21:08:00 -!- Bammboo has quit [Remote host closed the connection] 21:12:21 -!- vale_ has quit [Ping timeout: 248 seconds] 21:14:49 -!- Tarara is now known as Taraiph 21:50:11 Jod (L3 MiBe) (D:1) 21:50:12 DrabberRogue (L1 HuIE) (D:1) 21:50:13 Rippar (L22 TrCK) (D:10) 21:50:13 thewalrus (L12 VpAs) (D (Sprint)) 21:50:13 shiningwizard (L7 KoAs) (D:5) 21:50:14 Snicker (L1 DsAs) (D:1) 21:50:16 arn (L27 VSMo) (Depths:3) 21:50:18 tizzy (L2 DsGl) (D:2) 21:50:20 oops 21:50:21 TheCamper (L9 DrAs) (D:7) 21:50:23 Rassilon (L4 GrMo) (D:2) 21:50:23 dangit 21:50:25 porpoise (L1 KoBe) (D:1) 21:50:28 crazymagnet (L5 MiBe) (D:3) 21:50:29 just as I was about to strem 21:50:30 SJWn (L4 MfWn) (D:2) 21:50:35 Webtiles server restarted. 21:50:37 damiac (L8 HOFE) (D:6) 21:50:37 -!- nikheizen has joined ##crawl-dev 21:50:44 stigmas (L2 DsTm) (D:1) 21:50:47 xnavy (L8 VSMo) (D:6) 21:50:49 Coron (L13 DDAs) (Lair:4) 21:50:51 SirKenneth (L4 HEFE) (D:3) 21:50:53 sugary (L13 MfGl) (Lair:4) 21:50:56 ZeeToo (L21 VSMo) (Elf:3) 21:50:58 andraxy (L5 MiFi) (D:2) 21:50:59 I usually shut down rotatell before I restart 21:51:01 forgot 21:51:01 jellojunkie (L25 MiGl) (Depths:5) 21:51:03 Brom (L17 VSAs) (Elf:3) 21:51:05 Tuesday (L3 DENe) (D:2) 21:51:08 brahma (L26 GrMo) (Crypt:3) 21:51:10 -!- jeefus is now known as jefus 21:51:10 I think I'm up and running with councilgod-PR 21:51:11 HyperSnackFlakAttack (L25 HEHu) (Zot:5) 21:51:13 bluewall (L11 SpEn) (Lair:3) 21:51:15 btp524 (L12 GrEE) (D:11) 21:51:16 so no need to keep merging the PR 21:51:18 Prognosys (L7 DsMo) (D:5) 21:51:20 Faca (L16 FoFi) (Lair:6) 21:51:22 ringo67 (L9 DEFE) (D:7) 21:51:25 TechNoir (L9 HaHu) (D:6) 21:51:27 arthad (L16 GrFi) (Swamp:1) 21:51:29 it's using the current version and should pick up right where the old one left off 21:51:29 VictoriousLee (L8 VSFi) (D:7) 21:51:32 blobert (L14 GrBe) (D:11) 21:51:34 Esekla (L8 OpEn) (D:6) 21:51:36 current PR (413) 21:51:37 Tang (L27 KoBe) (Abyss:2) 21:53:15 !tell steelneuron I think I hooked up your PR. so no need for devs to do the intermediate merge. if it ever gets pulled in as an official branch, I will have to do some work, so let me know. same thing if you do a new PR since it's linked to /pr/413 21:53:15 johnstein: OK, I'll let steelneuron know. 21:53:40 !tell steelneuron all that should need done is a standard ??rebuild of councilgod-PR 21:53:40 johnstein: OK, I'll let steelneuron know. 21:58:46 interesting 21:58:49 C:DDA is doing a player's survey too 21:58:59 wonder if it's coincidence, or if they saw ours 21:59:38 good lord 21:59:40 thesee are a lot of crashes 21:59:41 what happened? 22:00:03 -!- omarax has quit [Remote host closed the connection] 22:04:47 I restarted webtiles 22:05:12 if there's a graceful way to do that without crashing the games, someone should teach me. usually I shut down rotatell before restarting 22:05:14 today I forgot 22:05:37 apology for the scare 22:05:40 afaict there isn't 22:06:07 oh if it's a restart then that makes sense 22:06:12 I was worried some serious bug went in 22:06:19 yea didn't think there was. pretty sure I've asked in here before 22:07:16 johnstein: hey, how do I set up an rc to use for the experimentals on cbro? 22:07:41 it uses trunk rc, iirc 22:07:47 -!- HellTiger has quit [Ping timeout: 256 seconds] 22:11:05 brannock, most of the game bots will announce restarts; it's not that unusual to see a bunch of those crashes followed by a "Webtiles server stopped." "Webtiles server started." 22:12:09 vut I guess johnstein shut it down so you didn't see those, but did see the games being stopped 22:12:26 nikheizen: experimentals always use trubk rc 22:12:27 trunk 22:12:57 -!- vale_ has quit [Ping timeout: 260 seconds] 22:13:48 -!- Insomniak has quit [Ping timeout: 260 seconds] 22:15:03 -!- Xiberia has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 22:17:33 -!- Kalir has quit [Ping timeout: 250 seconds] 22:19:25 -!- Kalir has quit [Changing host] 22:20:28 ah thanks 22:21:32 acid dragons could probably stand to be yellow or brown by default 22:22:17 gold dragons and swamp dragons say hi 22:22:53 imo just don't have mottled or acid dragons, there are tons of dragons already 22:23:54 rchandra, there was actually a long discussion about this last night. there's overlap conflicts with them being yellow, and swamps are brown 22:25:36 I guess it was a couple days ago 22:27:54 ??acid dragon 22:27:54 acid dragon[1/1]: A dragon that spits corrosive acid. Its scales provide 6 AC / -5 ER and rCorr. 22:28:22 I need to learn to play vs acid better ah, forgot about swamp 22:30:29 we considered moving swamp to green as that's unused right now 22:30:34 and acid to brown 22:30:39 but then we'd have green swamps nad lightgreen hydras 22:30:43 which makes Swamp really annoying 22:32:23 -!- ohineedanickname has quit [Client Quit] 22:36:07 swamp was already annoying 22:36:34 I was going to say you could always remove hydras from swamp since they're harmless by that time, but so are swamp dragons so that doesn't really make sense 22:38:59 hydras always worry me in swamp. which is just further evidence on how bad I must be at the game 22:39:56 minmay's good at ignoring lesser beings when talking about game difficulty. animals don't matter y'know 22:40:53 I am an animal rights activist, and how dare you elevate crawl players to the status of animals 22:41:49 -!- chcl3 has quit [Read error: Connection reset by peer] 22:42:02 crawl players are the lowest of the low. they are the scum that scum scrapes off its shoes (which are made of scum) 22:42:32 crawl players confirmed for scummy, removal impending 22:42:52 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:44:46 -!- Lasty has quit [Quit: Leaving.] 22:45:24 could replace shadow dragon with acid dragon 22:45:37 that would be good progress in the direction of having an acid monster for every colour 22:54:18 xnavy (L8 VSMo) ASSERT(!fail || testbits(abil.flags, abflag::HOSTILE)) in 'ability.cc' at line 1691 failed. (D:6) 22:54:47 xnavy (L8 VSMo) ASSERT(!fail || testbits(abil.flags, abflag::HOSTILE)) in 'ability.cc' at line 1691 failed. (D:6) 23:00:02 -!- omarax has quit [Remote host closed the connection] 23:13:46 -!- vale_ has quit [Ping timeout: 258 seconds] 23:23:35 !tell SteelNeuron xnavy (L8 VSMo) ASSERT(!fail || testbits(abil.flags, abflag::HOSTILE)) in 'ability.cc' at line 1691 failed. (D:6) 23:23:36 Brannock: OK, I'll let steelneuron know. 23:23:37 xnavy (L11 VSMo) (D:9) 23:26:15 -!- zxc has joined ##crawl-dev 23:29:30 -!- wheals_ has quit [Ping timeout: 244 seconds] 23:33:58 -!- CanOfWorms has joined ##crawl-dev 23:38:10 -!- MaxFrost has quit [Quit: Going offline, see ya! (www.adiirc.com)] 23:42:21 -!- Insomniak has quit [Ping timeout: 260 seconds] 23:50:04 -!- Lightli has joined ##crawl-dev 23:52:44 -!- aditya has quit [Ping timeout: 260 seconds] 23:54:02 hyperboh (L27 MiAK) ASSERT((int)levels_seen <= brdepth[branch]) in 'place-info.cc' at line 33 failed. (Depths:5) 23:54:17 !crashlog hyperbog 23:54:17 No milestones for hyperbog (crash). 23:54:18 !crashlog hyperboh 23:54:19 1. hyperboh, XL27 MiAK, T:44722 (milestone): http://crawl.akrasiac.org/rawdata/hyperboh/crash-hyperboh-20161125-045401.txt 23:54:28 this game is a cluster 23:54:35 i took a portal from pan to zot 23:55:08 when i went back through the depths:5 stairs, it took me to the pan portal on depths:4 23:55:15 going back downstairs to depths:5 later crashed the game 23:57:33 hyperboh (L27 MiAK) ASSERT((int)levels_seen <= brdepth[branch]) in 'place-info.cc' at line 33 failed. (Depths:5) 23:57:50 hyperboh (L27 MiAK) ASSERT((int)levels_seen <= brdepth[branch]) in 'place-info.cc' at line 33 failed. (Depths:5) 23:58:01 sorry, just testing if other stairs and shafts worked :) 23:58:02 -!- _Jordan_ has quit [Quit: This computer has gone to sleep]