00:00:20 well, stealth is the only ability to really go outside +/-3 range 00:01:00 it's just that it wouldn't restrict spellcasting at all 00:01:01 sp and tr are the only exceptions i find 00:01:05 !apt mi 00:01:05 Mi: Fighting: 2, Short: 1, Long: 2!, Axes: 2, Maces: 2, Polearms: 2, Staves: 2!, Slings: 1, Bows: 1, Xbows: 1, Throw: 0, Armour: 2!, Dodge: 1, Stealth: -1, Shields: 2!, UC: 1!, Splcast: -4, Conj: -3*, Hexes: -4*, Charms: -4*, Summ: -3*, Nec: -3*, Tloc: -3*, Tmut: -2, Fire: -3*, Ice: -3*, Air: -3, Earth: -2, Poison: -3*, Inv: 0, Evo: -1, Exp: -1, HP: 1, MP: -1* 00:01:16 oh yeah 00:01:31 now you'd have quite poor int but for many spells this doesn't matter too much 00:01:37 -!- st_ has quit [Ping timeout: 264 seconds] 00:02:02 per-skill rules is too complex, I think 00:02:35 crawl just has tons of skills, part of the problem 00:02:58 unify weapon skills! who's with me?? 00:03:04 tabstorm is! 00:03:04 * chequers looks around silent dev channel 00:03:34 something like unified weapon skill would be more ideal, but you have to manage all the species and weapon type differentiation... 00:03:44 'hitting' 'not getting hit' 'getting hit but worrying less' 'attack spells' 'defense spells' 'all the other spells' 00:04:22 meh, is it a bad thing if people play MfFi with an axe, or OgFi with triple swords? 00:04:35 -!- AlphaQ has quit [Remote host closed the connection] 00:04:56 I like the species differentiation like "can swim!" and "eight rings!" more 00:08:29 -!- zxc232 has joined ##crawl-dev 00:10:35 Unstable branch on crawl.s-z.org updated to: 0.17-a0-1037-gbf358b4 (34) 00:11:54 -!- doubtofbuddha has quit [Ping timeout: 244 seconds] 00:12:38 so, back to the change i was gonna make to apporting the orb. wheals requested that this change also involve removing char_direction. what would that entail? it seems like you kinda need a state variable like that, for changing the loot drops in the pocket abyss, and tracking whether the player has the orb 00:12:50 i was thinking of renaming it to something less weird than direction, then adding a state for "started orb run, but didn't pick up the orb yet", but i don't think that would really make wheals any happier than the status quo 00:16:43 -!- mnoleg69reagan42 has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 00:25:25 amalloy: amalloy: well, I think he meant that you'd simply need a method for player::has_orb() and the variable was only necessary back from when you could drop (and even destroy) the orb 00:25:44 but you're right that waking up pan lords would pretty much have to be state 00:26:25 You'd basically have to rename char_direction to pandemonium_alerted or something like that 00:26:28 gammafunk: is the orb actually in some kind of inventory slot aside from char_direction, as things are now? because as is, i think has_orb() already is just a method that checks char_direction 00:26:51 yeah, return you.char_direction == GDT_ASCENDING; 00:27:02 -!- stubblyhead has quit [Read error: Connection reset by peer] 00:27:20 yeah, that's fair, since you have the state, you'd split it into pan_awoken, has_orb in that case 00:27:30 i could pull apart char_direction into three different bools 00:27:36 the two you just said, and one for pocket_abyss 00:27:53 but that seems a little weird, since there are 8 possible settings of those 3 bools combined, and only a few of them are legal 00:28:10 yeah, I think an enum would be better, but it is a bit odd to group them 00:28:21 eyesnoeyes (L3 OgAM) ERROR in 'mon-movetarget.cc' at line 115: ZotDef: monster Two Ter failed to pathfind to (40,43) (the Orb) (Zot (ZotDef)) 00:28:29 what do you mean, group them? 00:28:29 oh uh 00:28:47 amalloy: pocket abyss together with the state for having the orb 00:29:01 that's fair enough 00:29:09 so it sounds like someone is still playing zotdef, huh? 00:29:18 I mean it's not so weird to put them in the same enum I suppose, since they do represent game phases 00:29:31 they're all totally mutually exclusive and related to "progress" in the game 00:29:46 gammafunk: right, which winds back around to my saying i would just be renaming the existing enum and adding a fourth state 00:30:33 I think wheals hadn't thought about the issues like this, and was just realizing that the direction thing could be simplified probably since the orb can't be dropped now 00:30:43 but I might be wrong and he might have a good way, so I'd ask him 00:31:03 okay. i'll start on doing things the dumb gammafunk and amalloy way, and leave a message for wheals 00:31:16 in earlier crawl you could drop runes and the orb 00:31:22 and it was possible to drop your runs in zot 00:31:28 leave zot, and then be unable to reenter 00:31:32 and hence unable to win 00:31:34 nice 00:31:36 *runes 00:31:44 and they took invo slots 00:31:45 if you dropped the orb did pan stop spawning? 00:31:51 no 00:31:58 spawning never stopped, but you could destroy the orb 00:32:04 there was some little message about it 00:32:13 and then you also couldn't win 00:32:43 well you could escape, but it was credited as like how escaping without the orb is 00:33:08 previously orb spawns didn't occur in portals, and all portals were sealed when you got the orb 00:33:13 but we changed that as well 00:33:49 so orbruntomb used to be possible, since tomb is a staircase, but not orbrunhell or orbrunpan 00:33:56 not you can orb run it all 00:34:01 *now 00:34:42 -!- ProzacElf has quit [Ping timeout: 272 seconds] 00:34:44 -!- Bcadren has quit [Quit: Do fish get thirsty?] 00:35:19 yap (L6 MfTm) ERROR in 'dbg-scan.cc' at line 725: Exit exit_sewer[152] didn't get generated. (Sewer) 00:35:34 yap (L6 MfTm) ERROR in 'dbg-scan.cc' at line 725: Exit exit_sewer[152] didn't get generated. (Sewer) 00:35:46 yap (L6 MfTm) ERROR in 'dbg-scan.cc' at line 725: Exit exit_sewer[152] didn't get generated. (Sewer) 00:35:58 !crashlog yap 00:35:58 4. yap, XL6 MfTm, T:4934 (milestone): http://dobrazupa.org/morgue/yap/crash-yap-20150514-053540.txt 00:36:27 Received HUP signal, saved and exited game. 00:36:36 !lm yap x=src 00:36:36 2933. [2015-05-14 05:35:40] [src=cszo] yap the Insei (L6 MfTm of Nemelex Xobeh) ERROR in 'dbg-scan.cc' at line 725: Exit exit sewer[152] didn't get generated on turn 4934. (Sewer) 00:36:39 yap (L6 MfTm) ERROR in 'dbg-scan.cc' at line 725: Exit exit_sewer[152] didn't get generated. (Sewer) 00:36:41 -!- ProzacElf has joined ##crawl-dev 00:45:31 -!- Krakhan has quit [Ping timeout: 265 seconds] 00:46:16 !crashlog yap 00:46:16 5. yap, XL6 MfTm, T:4934 (milestone): http://dobrazupa.org/morgue/yap/crash-yap-20150514-053634.txt 00:46:51 not sure how an exit would have failed to generate 00:50:40 gammafunk: any idea why player_has_orb isn't a member of the player class? you.has_orb()? 00:51:05 well there are lots and lots of functions like that, many mons_ functions that could go in monster:: 00:51:26 the problem is kind of showing all the code into e.g. monster.cc or player.cc 00:51:32 *shoving 00:51:55 I've asked |amethyst about this, and he cautions against moving too much into those classes 00:52:26 it's partially a thing because those classes are just too big at present 00:52:39 also see struct bolt 00:52:47 for another problematic one 00:53:16 in this case that function might be fine as a method, but maybe see what |amethyst things 00:53:19 *thinks 00:53:28 is it already in player.cc? 00:53:38 !function player_has_orb 00:53:38 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/player.cc#l7951 00:53:40 yeah 00:54:46 i ask because i'm adding a new one to find out if you've angered pan, since that's going to be distinct 00:54:54 and it seemed like i could just push them both into player 00:55:45 -!- mong has quit [Quit: Page closed] 00:57:39 but i'll leave it alone for the moment 00:58:12 -!- stubblyhead has quit [Read error: Connection reset by peer] 01:02:10 -!- Evablue has quit [Quit: Evablue] 01:12:12 -!- stubblyhead has quit [Ping timeout: 272 seconds] 01:15:25 -!- Pacra has quit [Ping timeout: 264 seconds] 01:17:40 have there been way more portal maps added lately? 01:17:54 my ossuary and swamps are way more interesting 01:18:10 apparently not 01:18:57 the new wizlab, new sewer a little while back 01:20:50 -!- mibe has quit [Quit: Page closed] 01:22:31 -!- Spacecar has quit [Quit: Page closed] 01:25:06 -!- Hanyuu has quit [Quit: Page closed] 01:28:25 -!- Idolo has quit [] 01:30:57 -!- honeybadger has quit [Quit: Page closed] 01:32:30 -!- muravey has quit [Ping timeout: 244 seconds] 01:33:17 -!- muravey has joined ##crawl-dev 01:39:08 -!- ontoclasm has quit [Quit: Leaving.] 01:42:27 -!- kazimuth has quit [Quit: Textual IRC Client: www.textualapp.com] 01:49:34 -!- namelastname112 has quit [Ping timeout: 246 seconds] 02:02:11 gammafunk: if i'm making a function to print the "pandemonium is not amused" message and related stuff, to be used when picking up th eorb in items.cc, or apporting it in spl-transloc.cc, where does that function go? it seems wrong in either of those files, but i don't know where more-general stuff lives 02:03:51 -!- WalkerBoh has quit [Remote host closed the connection] 02:05:14 -!- ProzacElf has quit [Ping timeout: 245 seconds] 02:05:49 amalloy: well items.cc would be fine, I see that spl-transloc.cc already includes items.h 02:06:02 yeah, i see that too. it works, just feels like the wrong place 02:06:43 I think any place reasonable that doesn't introduce another include 02:07:08 okay 02:07:37 like spl-transloc.cc doesn't have player.h, for instance, so maybe player.cc is a bad choice 02:08:25 kudos if you end up creating ORB.cc (must be all upper-case to receieve kudos) 02:12:19 -!- simmarine has quit [Quit: Leaving] 02:14:29 -!- Voker57 has quit [Remote host closed the connection] 02:21:22 Unstable branch on crawl.beRotato.org updated to: 0.17-a0-1020-ge683cc4 (34) 02:29:29 -!- soundlust has quit [Read error: Connection reset by peer] 02:38:37 -!- Blazinghand has quit [Read error: Connection reset by peer] 02:43:08 -!- Batarang has quit [Quit: Page closed] 02:44:33 -!- orionstein_away is now known as orionstein 02:46:55 -!- KurzedMetal has quit [Read error: Connection reset by peer] 02:49:34 gammafunk: were you serious about making a pan lord appear to tell you not to leave zot:5 without the orb, or should i just print a prompt as usual? 02:50:56 -!- edlothiol has joined ##crawl-dev 02:51:02 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 02:59:04 -!- ontoclasm has joined ##crawl-dev 03:00:31 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 03:02:55 -!- ololoev has quit [Quit: Page closed] 03:07:03 -!- rophy has quit [Ping timeout: 244 seconds] 03:12:44 -!- doubtofbuddha has quit [Ping timeout: 244 seconds] 03:13:00 -!- ussdefiant has quit [Ping timeout: 276 seconds] 03:15:32 -!- orionstein is now known as orionstein_away 03:19:39 -!- Doesnt has quit [Read error: Connection reset by peer] 03:20:21 New branch created: pull/34 (2 commits) 13https://github.com/crawl/crawl/pull/34 03:20:22 03amalloy02 07[pull/34] * 0.17-a0-1038-g62adfc0: Rename char_direction, and add a fourth state. 10(2 hours ago, 10 files, 31+ 21-) 13https://github.com/crawl/crawl/commit/62adfc0b1053 03:20:22 03amalloy02 07[pull/34] * 0.17-a0-1039-gf042553: Start the Orb run when you apport the Orb 10(6 minutes ago, 7 files, 38+ 17-) 13https://github.com/crawl/crawl/commit/f0425539f82d 03:22:42 gammafunk: if you are still around: implemented orb-apporting onto floor starting the orb run ^ 03:26:39 -!- Patashu has joined ##crawl-dev 03:27:09 -!- MIC132 has quit [Quit: Leaving] 03:31:04 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 03:34:42 -!- dtsund has quit [Quit: dtsund] 03:43:41 is that any apport or only a successful one 03:43:59 successful. you moved the orb 03:44:14 goody 03:45:02 -!- WhiteShark has joined ##crawl-dev 03:45:15 can anyone tell me why the .delay variable isn't working for item objects? I'm trying to write a macro that compares weapon delays and it worked offline in .16 but on trunk it tells me that it's a nil value 03:58:12 -!- debo_ has joined ##crawl-dev 03:58:54 -!- raskol has quit [Quit: Konversation terminated!] 03:59:09 -!- ktgrey has quit [Ping timeout: 276 seconds] 04:01:37 -!- debo has quit [Ping timeout: 256 seconds] 04:03:31 -!- amalloy is now known as amalloy_ 04:03:39 -!- mumra has joined ##crawl-dev 04:05:06 ignore that earlier statement, I found the problem 04:16:55 -!- panicbit has quit [Ping timeout: 256 seconds] 04:28:08 -!- bonghitz has quit [Remote host closed the connection] 04:31:33 -!- scummos| has quit [Ping timeout: 250 seconds] 04:54:30 -!- pikaro has quit [Ping timeout: 272 seconds] 04:56:35 -!- debo_ has quit [Ping timeout: 256 seconds] 04:58:21 -!- debo has joined ##crawl-dev 05:06:27 -!- broquaint has joined ##crawl-dev 05:16:59 -!- serq has quit [Changing host] 05:20:34 -!- Textmode has quit [Quit: "It was one dev, naked in a room with a carton of cigarettes, a thermos full of coffee and bourbon, and all his summoned angels."] 05:24:14 !tell |amethyst When can we fix the scoring-issues? 05:24:14 TZer0: OK, I'll let |amethyst know. 05:30:40 -!- Wahaha has quit [Read error: Connection reset by peer] 05:33:38 -!- mumra has quit [Ping timeout: 272 seconds] 05:48:49 -!- ventricule has quit [Quit: Page closed] 05:48:59 -!- mumra has joined ##crawl-dev 05:49:55 -!- Monkaria has quit [Quit: Page closed] 05:51:16 -!- pikaro has quit [Ping timeout: 252 seconds] 05:52:32 -!- ldf has joined ##crawl-dev 05:52:49 -!- dc192168 has quit [Ping timeout: 246 seconds] 06:02:53 -!- ___miek has quit [Ping timeout: 256 seconds] 06:10:50 -!- ontoclasm has quit [Quit: Leaving.] 06:14:21 -!- siepu has quit [Ping timeout: 276 seconds] 06:15:03 -!- Lasty has joined ##crawl-dev 06:16:17 -!- nagamitsu has quit [Quit: Page closed] 06:20:56 -!- FiftyNine has quit [Read error: No route to host] 06:21:31 -!- SomeStupidGuy has quit [Read error: Connection reset by peer] 06:22:50 -!- st_ has joined ##crawl-dev 06:25:52 -!- Vizer has quit [Quit: bye] 06:27:32 -!- Lasty has quit [Quit: Leaving.] 06:28:23 -!- NeremWorld has quit [Ping timeout: 256 seconds] 06:38:46 -!- causative has quit [Changing host] 06:38:57 -!- Ladykiller69 has quit [Ping timeout: 250 seconds] 06:44:07 -!- MarvinPA has joined ##crawl-dev 06:44:09 -!- Nightbeer has quit [Ping timeout: 265 seconds] 06:44:34 -!- Shard1697 has quit [Ping timeout: 244 seconds] 06:46:16 -!- mumra_ has joined ##crawl-dev 06:46:43 -!- edlothiol has quit [Read error: Connection reset by peer] 06:46:44 !tell gammafunk orb.cc already exists! no caps though sadly 06:46:45 MarvinPA: OK, I'll let gammafunk know. 06:50:16 -!- mumra has quit [Ping timeout: 272 seconds] 06:57:58 -!- orionstein_away is now known as orionstein 07:01:19 -!- rophy has quit [Quit: Miranda NG! Smaller, Faster, Easier. http://miranda-ng.org/] 07:03:56 -!- pikaro has quit [Ping timeout: 256 seconds] 07:08:39 -!- bmfx has quit [Quit: Lost terminal] 07:17:00 -!- siepu has quit [Ping timeout: 272 seconds] 07:21:06 -!- Pacra has joined ##crawl-dev 07:21:18 -!- panicbit has quit [Ping timeout: 272 seconds] 07:27:06 -!- bonghitz has quit [Remote host closed the connection] 07:29:51 -!- scummos| has quit [Quit: Konversation terminated!] 07:34:41 -!- Patashu has quit [Ping timeout: 244 seconds] 07:38:32 -!- Pacra has quit [Read error: Connection reset by peer] 07:46:00 -!- Kintak has quit [Ping timeout: 245 seconds] 07:48:32 -!- panicbit has quit [Ping timeout: 272 seconds] 07:55:01 -!- Ladykiller69 has quit [Ping timeout: 255 seconds] 07:56:39 -!- Nightbeer has quit [Ping timeout: 265 seconds] 07:58:46 -!- Tux[Qyou] has joined ##crawl-dev 07:59:21 -!- scummos| has quit [Ping timeout: 240 seconds] 07:59:27 -!- mumra has joined ##crawl-dev 07:59:54 -!- mumra has quit [Read error: Connection reset by peer] 08:00:41 -!- mumra has joined ##crawl-dev 08:01:26 -!- mumra_ has quit [Ping timeout: 258 seconds] 08:03:45 -!- mumra has quit [Read error: Connection reset by peer] 08:04:08 -!- mumra has joined ##crawl-dev 08:08:46 -!- scummos| has quit [Ping timeout: 252 seconds] 08:15:59 -!- Ladykiller69 has quit [Ping timeout: 265 seconds] 08:19:16 -!- thelo has quit [Quit: Page closed] 08:23:13 -!- magicpoints has quit [] 08:26:17 -!- causative has quit [Ping timeout: 246 seconds] 08:32:11 !tell amalloy that looks good, my problem with char_direction was just the silly name (also i'd move start_orb_run to orb.cc) 08:32:12 wheals: OK, I'll let amalloy know. 08:32:44 -!- Nightbeer has quit [Ping timeout: 245 seconds] 08:38:43 -!- Ladykiller69 has quit [Ping timeout: 256 seconds] 08:39:25 -!- Aryth has quit [Ping timeout: 250 seconds] 08:46:21 -!- Nightbeer has quit [Ping timeout: 250 seconds] 08:48:39 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 08:50:03 -!- Ladykiller69 has quit [Ping timeout: 256 seconds] 09:00:28 -!- siepu has quit [Ping timeout: 252 seconds] 09:03:52 -!- ldf_ has joined ##crawl-dev 09:09:44 -!- Bman420 has quit [Quit: Page closed] 09:19:44 -!- LexAckson has joined ##crawl-dev 09:25:05 !messages 09:25:05 No messages for TZer0. 09:27:18 -!- ystael has quit [Ping timeout: 256 seconds] 09:31:19 -!- rossi has quit [Ping timeout: 255 seconds] 09:32:58 -!- Inferior has quit [Quit: Page closed] 09:38:36 -!- mauris has joined ##crawl-dev 09:39:12 -!- siepu has quit [Quit: Leaving] 09:43:37 -!- zxc232 has quit [Ping timeout: 264 seconds] 09:45:34 -!- serq has quit [Quit: leaving] 09:46:37 -!- BanMido has quit [Ping timeout: 246 seconds] 09:53:18 -!- causative has quit [Ping timeout: 272 seconds] 09:53:37 -!- debo has quit [Quit: orb spiders :(] 10:02:55 -!- ussdefiant has joined ##crawl-dev 10:08:00 -!- stubblyhead has quit [Ping timeout: 272 seconds] 10:11:34 -!- wheals has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 10:12:03 -!- wheals has joined ##crawl-dev 10:13:34 -!- bencryption has quit [Quit: WeeChat 0.3.8] 10:19:24 -!- wheals has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 10:23:08 -!- stubblyhead_ has quit [Read error: Connection reset by peer] 10:33:03 -!- strat has quit [Client Quit] 10:37:01 -!- sanka has quit [Ping timeout: 246 seconds] 10:37:14 -!- stev_ has quit [Client Quit] 10:41:15 -!- SurpriseTRex has quit [Quit: Leaving] 10:51:11 -!- Aryth1 has quit [Ping timeout: 246 seconds] 10:54:34 -!- ussdefiant has quit [Ping timeout: 256 seconds] 10:57:20 -!- debo has joined ##crawl-dev 10:59:06 -!- radinms has quit [] 11:00:57 -!- shnurlf has quit [Quit: Page closed] 11:02:15 -!- clouded_ has joined ##crawl-dev 11:02:32 -!- elliptic has quit [Quit: Leaving] 11:04:04 -!- powder has quit [Quit: leaving] 11:05:33 -!- st_ has quit [Ping timeout: 276 seconds] 11:17:22 -!- An45673 has quit [Quit: Page closed] 11:18:58 -!- zxc232 has joined ##crawl-dev 11:19:19 -!- tabstorm has quit [Ping timeout: 250 seconds] 11:19:20 -!- bonghitz has quit [Remote host closed the connection] 11:25:23 -!- Kalir has quit [Changing host] 11:31:33 -!- ystael has quit [Ping timeout: 276 seconds] 11:32:07 -!- rossi has quit [Ping timeout: 256 seconds] 11:32:33 -!- scummos| has quit [Ping timeout: 240 seconds] 11:33:14 -!- mamgar has quit [Read error: Connection reset by peer] 11:38:45 -!- PleasingFungus has joined ##crawl-dev 11:38:45 20:10:18 and i don't know where i was supposed to learn that ballistos produced spores. probably it is in the xv text, but who reads that for every monster? 11:38:45 lmao 11:38:45 forever 11:40:10 -!- Tux[Qyou] has joined ##crawl-dev 11:40:46 !lg * recent ikiller="orb spider" 11:40:47 539. Maxmaps the Skullcrusher (L27 OgWr of The Shining One), blown up by an orb spider on Zig:13 on 2015-05-14 04:14:21, with 818934 points after 98600 turns and 5:59:03. 11:40:53 !lg * recent ikiller="orb spider" s=kaux 11:40:53 539 games for * (recent ikiller='orb spider'): 499x orb of destruction, 38x wavering orb of destruction, 2x 11:41:05 !lg * recent kaux~~"orb of destruction" 11:41:05 762. Maxmaps the Skullcrusher (L27 OgWr of The Shining One), blown up by an orb spider on Zig:13 on 2015-05-14 04:14:21, with 818934 points after 98600 turns and 5:59:03. 11:42:35 -!- PleasingFungus has quit [Client Quit] 11:45:11 hmm apparently you can swap places with hostiles in a sanctuary even if you're confused 11:45:20 but you still get a warning prompt before moving 11:45:50 probably it's less effort to change the behaviour to match the prompt here! 11:47:29 -!- scummos| has quit [Ping timeout: 258 seconds] 11:54:16 -!- amalloy_ is now known as amalloy 11:55:36 -!- mumra_ has joined ##crawl-dev 11:56:34 -!- bonghitz has quit [Remote host closed the connection] 11:58:34 -!- Nobuharu has quit [Ping timeout: 246 seconds] 11:59:10 -!- ystael has quit [Ping timeout: 256 seconds] 11:59:13 -!- mumra has quit [Ping timeout: 244 seconds] 12:00:09 !tell wheals ah, good idea. i forgot orb.cc existed, and misunderstood something gammafunk said to be confirming that it doesn't exist 12:00:10 amalloy: You have 1 message. Use !messages to read it. 12:00:10 amalloy: OK, I'll let wheals know. 12:00:16 !messages 12:00:17 (1/1) wheals said (3h 28m 4s ago): that looks good, my problem with char_direction was just the silly name (also i'd move start_orb_run to orb.cc) 12:03:40 -!- seriallos has joined ##crawl-dev 12:04:19 -!- mumra_ has quit [Ping timeout: 255 seconds] 12:04:22 is there a reason orb.h doesn't #include any of the stuff it needs, instead assuming it'll only be included in files that already have the necessary declarations? 12:07:53 i added the includes to orb.h necessary to support start_orb_run, and updated the PR 12:09:28 03amalloy02 07[pull/34] * 0.17-a0-1040-g3935c5a: Move start_orb_run to orb.cc 10(3 minutes ago, 3 files, 21+ 15-) 13https://github.com/crawl/crawl/commit/3935c5ae4bde 12:10:05 oh. i didn't think chei would report on an uupdaated PR. i guess i will keep to myself any updates that are covered by commit messages :P 12:12:11 -!- orionstein is now known as orionstein_away 12:12:23 -!- syllogism has joined ##crawl-dev 12:12:55 -!- thromnambular has quit [Ping timeout: 256 seconds] 12:22:03 -!- dtsund has joined ##crawl-dev 12:22:10 -!- Zargon has quit [Quit: Page closed] 12:24:24 Unstable branch on crawl.akrasiac.org updated to: 0.17-a0-1037-gbf358b4 (34) 12:24:28 -!- zxc232 has quit [Read error: Connection reset by peer] 12:26:54 -!- wheals has joined ##crawl-dev 12:27:12 -!- copt has quit [Ping timeout: 272 seconds] 12:27:44 amalloy: that's supposed to be in orb.cc, not the header 12:27:45 wheals: You have 1 message. Use !messages to read it. 12:27:53 -!- simmarine has joined ##crawl-dev 12:28:03 oh 12:29:21 wheals: i notice that some .h files contain an include or two. specifically, spl-transloc.h. is that a mistake or a special case or what? 12:29:22 -!- namelastname112 has quit [Ping timeout: 246 seconds] 12:30:00 i think it might include spl-cast.h so it can use spret_type 12:30:21 yeah 12:31:34 -!- quik has quit [Ping timeout: 258 seconds] 12:32:30 i don't understand how that's different. why does it need spret_type in its header, but not, say, class monster? maybe because return types need to be present in the header, but argument types can be figured out later? 12:34:32 i'm not sure why it doesn't declare class monster 12:34:49 or actor 12:36:05 03amalloy02 07[pull/34] * 0.17-a0-1041-g2a87e95: Move #include from orb.h to orb.cc 10(5 minutes ago, 2 files, 4+ 4-) 13https://github.com/crawl/crawl/commit/2a87e95ce959 12:37:12 i guess that everything that includes it currently includes externs.h indirectly 12:38:10 -!- stev_ has quit [Quit: Page closed] 12:42:56 -!- ontoclasm has joined ##crawl-dev 12:47:04 -!- neunon has quit [Ping timeout: 252 seconds] 12:47:18 -!- debo has quit [Read error: Connection reset by peer] 12:47:24 -!- debo has joined ##crawl-dev 12:47:33 -!- neunon has joined ##crawl-dev 12:57:16 -!- amalloy is now known as amalloy_ 13:02:00 -!- elliptic has joined ##crawl-dev 13:03:13 -!- serq has quit [Changing host] 13:06:21 -!- Aryth has quit [Ping timeout: 250 seconds] 13:08:03 -!- Fusha has quit [Remote host closed the connection] 13:09:45 -!- MakMorn has quit [Ping timeout: 240 seconds] 13:10:08 -!- Foamed has quit [Quit: Leaving] 13:12:16 -!- trevise has quit [Quit: Page closed] 13:13:13 -!- MakMorn has joined ##crawl-dev 13:15:13 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 13:15:53 -!- Wendol has quit [Quit: Page closed] 13:17:52 03MarvinPA02 07* 0.17-a0-1038-gb5f9104: Fix some movement prompts incorrectly displaying while confused 10(30 minutes ago, 1 file, 5+ 3-) 13https://github.com/crawl/crawl/commit/b5f9104a9a11 13:17:52 03MarvinPA02 07* 0.17-a0-1039-g43a26ba: Make confused movement into lava/deep water waste a turn instead of causing drowning 10(17 minutes ago, 1 file, 24+ 2-) 13https://github.com/crawl/crawl/commit/43a26ba00c59 13:19:12 MarvinPA: another thing to check off my todo list 13:19:32 the power of laziness, it turns out other devs can get to it first :P 13:24:08 heh 13:24:45 -!- Athaboros has quit [Read error: Connection reset by peer] 13:26:45 -!- Aryth1 has quit [Ping timeout: 264 seconds] 13:30:58 -!- CanOfWorms has joined ##crawl-dev 13:31:01 -!- ystael has quit [Ping timeout: 264 seconds] 13:31:05 &dump 13:31:05 gammafunk: You have 1 message. Use !messages to read it. 13:31:06 http://dobrazupa.org/morgue/gammafunk/gammafunk.txt 13:31:08 !messages 13:31:09 (1/1) MarvinPA said (6h 44m 23s ago): orb.cc already exists! no caps though sadly 13:31:12 alas 13:31:29 -!- rossi has quit [Ping timeout: 250 seconds] 13:33:14 !lm elliptic musu won rune s=turns,noun lg:turns<28000 o=-turns 13:33:14 15 milestones for elliptic (musu won rune lg:turns<28000): 11962 (silver), 13407 (decaying), 14298 (gossamer), 15013 (slimy), 16232 (golden), 18174 (glowing), 18589 (demonic), 18890 (fiery), 19075 (dark), 19814 (magical), 21216 (abyssal), 22272 (icy), 23542 (bone), 24487 (iron), 25416 (obsidian) 13:33:27 !lm . desu alive rune s=turns,noun o=-turns 13:33:27 2 milestones for gammafunk (desu alive rune): 4824 (barnacled), 8678 (silver) 13:34:41 perhaps finally Su score will belong to one who truly appreciates Su! 13:37:54 -!- amalloy_ is now known as amalloy 13:38:32 -!- Vizer has quit [Read error: Connection reset by peer] 13:41:21 MarvinPA: approximately how long do my mibe have before they have to play 0.16 for cTele? 13:41:42 -!- minmay has quit [Ping timeout: 252 seconds] 13:41:58 -!- Lasty_1 is now known as lasty 13:42:03 -!- lasty is now known as Lasty_ 13:42:17 i haven't gone through vaults adjusting the no_tele_into tags yet, i think that's the last thing i need to do 13:42:27 -!- minqmay has quit [Ping timeout: 256 seconds] 13:43:05 not sure when i'll get around to it, it hopefully shouldn't take too long and i don't think there are actually many/any vaults that'd need substantial changes other than just renaming the tags 13:43:19 the plan is that passage of golubria and cblink the spell are unchanged? 13:43:34 oh, except on zot:5? 13:43:56 i didn't do anything special for zot:5, that needs some thought too i guess yeah 13:45:59 -!- ZChris13 has joined ##crawl-dev 13:46:08 passage is going to be the only cTele, then? cBlink and cTele are both on the way out? 13:46:39 what sort of monster would ever remove cblink 13:46:53 maybe i am wrong 13:47:24 -!- Sonata has quit [Ping timeout: 256 seconds] 13:50:44 amalloy: no 13:50:50 cblink the spell is not being removed 13:50:57 (nor is the scroll) 13:51:14 but cTele the spell and the ring (and artp) are being removed 13:51:25 i see. but cTele to get a semicontrolled blink is gone 13:51:40 along with -cTele the level attribute, although perhaps it will remain in some form on z:5 13:51:52 yay 13:52:31 yeah no more semi-controlled blink anywhere probably 13:52:56 I guess this makes cblink the spell more one-dimensional (hah) 13:52:58 so you can cast cBlink in other places that were -cTele? elf:3, abyss? 13:53:07 yeah 13:53:12 interesting 13:53:13 tomb 13:53:17 the issue is much more the scroll though 13:53:22 in terms of practical effect 13:53:51 as cblink is not a spell that's either very common or very frequently used 13:54:03 gammafunk: in that it will turn ?blink into a consumable people abuse to steal a rune or something, or in that it will restore ?blink as a viable escape mechanism? 13:54:35 well what do you mean by restore? 13:54:41 restore on -ctele levels? 13:54:53 it's certainly a viable escape mechanism on regular levels! 13:55:27 yeah, on -ctele levels 13:55:41 I think there's just general concern about controlled blink being used to trivialize levels, if that's actually possible, and the blink scroll is the more likely means of doing this 13:55:43 obviously it makes no difference either way on levels that aren't -ctele 13:56:00 it helps that they're not terribly common 13:56:35 I don't think it really matters at all on elf:3, but it's a bigger deal on rune levels 13:56:58 are there any -ctele rune levels other than tomb and abyss? 13:57:05 the hells? 13:57:10 oh, right 13:57:14 but not pan 13:57:20 which is a bit odd 13:57:22 hm. i was thinking you don't typically get enough ?blink to make that a viable plan, but i guess you only need one or two to get through a rune vault 13:57:30 doy: hell is supposed to be harder 13:57:31 yeah, not pan, but pan will now not have a convenient way to ninja 14:02:52 and i imagine no cBlink once holding the orb, on any floor 14:03:30 -!- pikaro has quit [Ping timeout: 265 seconds] 14:03:33 yeah, I'd assume so 14:04:30 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 14:06:09 -!- UncertainKitten has joined ##crawl-dev 14:09:00 -!- Utrick has joined ##crawl-dev 14:09:06 03amalloy02 07[pull/34] * 0.17-a0-1040-g9a43793: Move start_orb_run to orb.cc (wheals) 10(2 hours ago, 3 files, 21+ 15-) 13https://github.com/crawl/crawl/commit/9a4379385588 14:09:28 Move wheals to orb.cc 14:09:30 ^ is just because i forgot to attribute the commit last time i made it. i'll get the hang of it eventually 14:20:53 -!- scummos| has quit [Ping timeout: 250 seconds] 14:23:28 -!- ZChris13 has quit [Quit: Page closed] 14:23:55 -!- ZChris13 has joined ##crawl-dev 14:24:06 -!- minmay has joined ##crawl-dev 14:25:58 speaking of, i am formally bugging someone to merge that PR or object to it 14:28:55 -!- elliptic has quit [Quit: Leaving] 14:30:57 -!- MakMorn has quit [Ping timeout: 240 seconds] 14:32:49 -!- pikaro has quit [Ping timeout: 264 seconds] 14:34:06 -!- MakMorn has joined ##crawl-dev 14:34:20 patience is a virtue 14:36:00 -!- gammafunk has quit [Quit: leaving] 14:36:24 !tell gammafunk you are reaping the rewards of telling me to get things merged by bugging people until it happens 14:36:24 amalloy: OK, I'll let gammafunk know. 14:42:13 -!- bonghitz has quit [Remote host closed the connection] 14:43:17 really i'm not keen on having "-ctele" stick around in any fashion but i think tying it just to the orb is maybe reasonable (either to carrying the orb, or to being on the same floor as the orb) 14:45:33 i guess it has to be the former there because the latter is a bunch uglier and even more special-casey 14:45:48 removing ctele- from zot:5 would definitely make the orb grab much easier; right now it's pretty easy to get stuck in a terrible situation on Zot:5 14:46:13 I've lost a few chars on Zot:5 that would have been perfectly fine with reliable blink scrolls 14:46:48 -!- MolotoveVGC[work has quit [Quit: Leaving.] 14:48:54 -!- wheals has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 14:49:56 yeah, if you could use ?blink the orb ninja would be a lot easier. just clear the entry to the hall, and start running through the lungs; blink once monsters start being an issue. shouldn't take more than 3 or 4 to get all the way into the orb chamber, which most characters will have available by then 14:51:23 -!- orionstein_away is now known as orionstein 14:51:25 -!- ldf has quit [Ping timeout: 264 seconds] 15:00:15 -!- Fusha has quit [] 15:02:12 03MarvinPA02 07* 0.17-a0-1040-gc3c75f2: Adjust a few Orb checks 10(6 minutes ago, 3 files, 4+ 4-) 13https://github.com/crawl/crawl/commit/c3c75f29e5ac 15:05:14 -!- vika is now known as anonymousse 15:11:52 -!- Utrick has quit [Quit: Utrick] 15:12:27 -!- Aryth has quit [Read error: Connection reset by peer] 15:14:29 -!- Akitten_Homura has joined ##crawl-dev 15:15:44 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.91.1 [Firefox 3.6.28/20120306064154]] 15:15:54 -!- elliptic has joined ##crawl-dev 15:16:30 -!- UncertainKitten has quit [Ping timeout: 246 seconds] 15:17:45 -!- Utrick has joined ##crawl-dev 15:18:37 -!- Zargon has quit [Quit: Page closed] 15:18:56 -!- gammafunk has joined ##crawl-dev 15:22:35 -!- ystael has quit [Ping timeout: 258 seconds] 15:22:44 -!- rophy has quit [Client Quit] 15:31:54 -!- mnoleg69reagan42 has quit [Ping timeout: 245 seconds] 15:32:03 -!- rossi has quit [Ping timeout: 276 seconds] 15:34:41 -!- ldf has joined ##crawl-dev 15:36:40 -!- dmchale92 has quit [Quit: Page closed] 15:37:47 -!- Shard1697 has joined ##crawl-dev 15:42:01 -!- ystael has quit [Ping timeout: 256 seconds] 15:42:32 03amalloy02 {MarvinPA} 07* 0.17-a0-1041-g0f3adac: Rename char_direction, and add a fourth state. 10(14 hours ago, 10 files, 31+ 21-) 13https://github.com/crawl/crawl/commit/0f3adacbb9d8 15:42:32 03amalloy02 {MarvinPA} 07* 0.17-a0-1042-ge8a0205: Start the Orb run when you apport the Orb 10(12 hours ago, 7 files, 38+ 17-) 13https://github.com/crawl/crawl/commit/e8a0205277ea 15:42:32 03amalloy02 {MarvinPA} 07* 0.17-a0-1043-g2e44b56: Move start_orb_run to orb.cc (wheals) 10(4 hours ago, 3 files, 21+ 15-) 13https://github.com/crawl/crawl/commit/2e44b56fb843 15:42:32 03MarvinPA02 07* 0.17-a0-1044-gcf30891: Fix a warning 10(6 minutes ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/cf30891fbb6b 15:42:32 03MarvinPA02 07* 0.17-a0-1045-g8d8e8ba: Tweak a message, adjust spacing 10(23 minutes ago, 2 files, 6+ 5-) 13https://github.com/crawl/crawl/commit/8d8e8ba20d3f 15:42:32 03MarvinPA02 07* 0.17-a0-1046-ga09e34d: Allow apporting the Orb in Sprint 10(23 minutes ago, 1 file, 0+ 7-) 13https://github.com/crawl/crawl/commit/a09e34d9da72 15:42:52 <3 MarvinPA 15:43:46 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 15:47:29 amalloy: thanks for the patch :) 15:48:31 -!- Hanyuu has quit [Ping timeout: 246 seconds] 15:51:44 MarvinPA: coincidentally, a 15-rune character just finished winning, after apporting the Orb right to the staircase 15:52:09 may his folly be the last of its kind 15:53:08 amalloy: +1 game_chapter 15:54:51 -!- gareppa has quit [Quit: Leaving] 15:54:53 Zannick: i actually wanted to call it game_state, since it's really just the state of the game, but it turns out that's taken by something lower-level. it turned out well in the end, since chapter is a cool metaphor 15:55:41 CHAPTER I: in which the player escapes the pocket abyss 15:56:01 CHAPTER II: in which the game happens 15:56:27 CHAPTER IV: which comes before Chapter III, but is usually glossed over by historians 15:57:14 -!- copt has quit [] 15:58:14 -!- ZChris13 has quit [Quit: Page closed] 16:00:06 -!- gareppa has quit [Client Quit] 16:01:33 -!- Bcadren has quit [Ping timeout: 264 seconds] 16:03:01 Big kobold necromancer tile for that one sewer 13https://crawl.develz.org/mantis/view.php?id=9720 by I want to believe 16:04:10 -!- Patashu has joined ##crawl-dev 16:05:00 -!- DrKe has quit [Read error: Connection reset by peer] 16:05:14 -!- DrKe has joined ##crawl-dev 16:06:50 -!- Kellhus has quit [Quit: Page closed] 16:10:21 -!- dtsund has quit [Quit: dtsund] 16:12:46 -!- pikaro has quit [Ping timeout: 252 seconds] 16:14:58 -!- panicbit has quit [Ping timeout: 252 seconds] 16:16:58 -!- MathSquared has quit [Quit: Page closed] 16:17:03 -!- KamiKatze has quit [Quit: Page closed] 16:17:23 -!- Krakhan has quit [Changing host] 16:19:06 -!- kazimuth has quit [Ping timeout: 244 seconds] 16:20:03 that kobold is wearing some really comfy-looking pajamas 16:20:17 -!- Insomniak` has quit [Quit: I like to rock] 16:23:52 -!- Torax_ has quit [Ping timeout: 246 seconds] 16:25:57 -!- MarvinPA has quit [Quit: Leaving] 16:30:49 -!- gareppa has quit [Remote host closed the connection] 16:32:34 -!- quik has quit [Ping timeout: 252 seconds] 16:35:40 -!- Monkaria has quit [Quit: Page closed] 16:37:01 -!- Patashu has quit [Ping timeout: 264 seconds] 16:38:52 -!- MarvinPA has joined ##crawl-dev 16:41:04 -!- anonymousse has quit [Ping timeout: 265 seconds] 16:42:54 -!- MolotoveVGC[work has quit [Ping timeout: 276 seconds] 16:43:04 -!- owl has quit [Ping timeout: 272 seconds] 16:44:08 -!- owl has joined ##crawl-dev 16:46:24 -!- thromnambular has quit [Quit: Lost terminal] 16:47:40 -!- Textmode has joined ##crawl-dev 16:48:11 -!- yalue_ has quit [Quit: Page closed] 16:49:15 -!- travis-ci has joined ##crawl-dev 16:49:16 The build was broken. (master - c3c75f2 #2619 : Chris Campbell): http://travis-ci.org/crawl/crawl/builds/62602063 16:49:17 -!- travis-ci has left ##crawl-dev 16:59:37 -!- orionstein has quit [Quit: ZNC - http://znc.in] 17:00:21 -!- MolotoveVGC[wor1 has quit [Ping timeout: 250 seconds] 17:00:41 -!- wheals has joined ##crawl-dev 17:02:40 -!- ystael has quit [Ping timeout: 255 seconds] 17:04:28 -!- debo has quit [Quit: orb spiders :(] 17:05:27 -!- syllogism has quit [Read error: Connection reset by peer] 17:07:02 -!- bencryption has quit [Quit: WeeChat 1.0.1] 17:09:45 -!- DrStalker has quit [] 17:09:58 -!- stanzill has quit [Changing host] 17:11:59 -!- honeybadger has quit [Quit: Page closed] 17:12:36 -!- Pacra has joined ##crawl-dev 17:13:04 -!- Utrick has quit [Quit: Utrick] 17:13:43 -!- Lasty has joined ##crawl-dev 17:18:58 1learn add test whatever 17:19:02 ilearn add test whatever 17:19:13 didn't Sequell have some kind of "pretend to add a factoid" feature? 17:19:29 you need an upside down ! 17:19:39 que 17:20:01 ˇlearn add test whatever 17:20:01 Okay, not adding test => whatever 17:22:54 -!- orionstein is now known as orionstein_away 17:25:13 -!- siepu has quit [Read error: Connection reset by peer] 17:26:54 -!- MgDark has quit [Read error: Connection reset by peer] 17:32:13 -!- rossi has quit [Ping timeout: 264 seconds] 17:33:06 why do gladiators get unenchanted hats 17:33:28 -!- bencryption has quit [Quit: WeeChat 1.0.1] 17:34:53 it's mostly to keep them warm 17:35:03 chequers: are you playing a race that can't wear helmets? 17:35:32 cause gladiators actually get helmets 17:35:56 why not a +1 hat then 17:36:19 but i figured it out: so the 'autopickup unequipped armour slots' lua thing doesn't pick up helmets when i'm playing Mi 17:36:27 -!- koolguydude has quit [Quit: Page closed] 17:36:38 why should you get a +1 hat? playing a race who can't wear helmets is supposed to be a (mild) penalty 17:38:20 why give a +0 hat? 17:38:27 (i dont mind giving no hat) 17:39:21 +0 hat is better than no hat 17:40:09 and it doesn't have anything to do with lua armour autopickup, but maybe you were joking there 17:41:17 -!- Utrick has joined ##crawl-dev 17:42:00 and any plan where you lose your hat is obviously a bad plan 17:43:21 I take my hat off to you for giving such sound advice. 17:43:34 -!- Cerepol has quit [Read error: Connection reset by peer] 17:44:01 -!- MathSquared has quit [Ping timeout: 246 seconds] 17:45:05 if you actually go ahead and give them +1 i will eat my hat 17:46:23 -!- MarvinPA has quit [Quit: Leaving] 17:51:04 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 17:51:37 -!- Pacra has quit [Read error: Connection reset by peer] 17:51:50 -!- Pacra has joined ##crawl-dev 17:57:27 -!- Akitten_Homura has quit [Ping timeout: 256 seconds] 17:58:53 -!- ProzacElf has joined ##crawl-dev 17:59:30 -!- kazimuth_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 18:00:22 -!- G-Flex has quit [Read error: Connection reset by peer] 18:02:11 -!- G-Flex has joined ##crawl-dev 18:03:34 -!- Foamed has quit [Quit: Leaving] 18:03:45 -!- serq has quit [Quit: und weg...] 18:04:58 -!- LexAckson has quit [Ping timeout: 252 seconds] 18:07:07 -!- carwin has quit [Ping timeout: 246 seconds] 18:08:34 -!- doubtofbuddha has quit [Ping timeout: 272 seconds] 18:09:32 -!- Pacra has quit [Read error: Connection reset by peer] 18:09:52 -!- Pacra has joined ##crawl-dev 18:12:02 -!- wheals has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 18:16:11 -!- stanzill has quit [Quit: au rev] 18:16:34 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 18:16:38 -!- clouded_ has quit [Read error: Connection reset by peer] 18:17:14 -!- clouded_ has joined ##crawl-dev 18:19:29 -!- Utrick has quit [Quit: Utrick] 18:20:36 -!- pikaro has quit [Ping timeout: 272 seconds] 18:22:18 -!- Nightbeer has quit [Quit: Verlassend] 18:22:23 -!- MolotoveVGC[work has quit [Ping timeout: 256 seconds] 18:30:38 -!- debo has joined ##crawl-dev 18:33:43 -!- Menche has quit [Ping timeout: 256 seconds] 18:34:09 -!- Action has quit [Quit: Page closed] 18:37:37 -!- orionstein_away is now known as orionstein 18:40:22 -!- Zooty has quit [Ping timeout: 246 seconds] 18:41:28 -!- mamgar has quit [Read error: Connection reset by peer] 18:44:29 -!- tabstorm has quit [Ping timeout: 256 seconds] 18:48:23 -!- Earlo has quit [Remote host closed the connection] 18:49:01 -!- orionstein is now known as orionstein_away 19:00:38 -!- orionstein_away is now known as orionstein 19:02:33 -!- Daekdroom has quit [Ping timeout: 240 seconds] 19:10:11 -!- orionstein is now known as orionstein_away 19:11:13 -!- Okiemurse has quit [Ping timeout: 264 seconds] 19:22:22 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 19:31:35 -!- rossi has quit [Ping timeout: 250 seconds] 19:32:06 -!- onrul has quit [Quit: Leaving] 19:41:54 -!- MolotoveVGC[wor1 has quit [Ping timeout: 245 seconds] 19:42:42 -!- panicbit has quit [Ping timeout: 256 seconds] 19:43:05 -!- Sprort has quit [Client Quit] 19:46:49 -!- scummos| has quit [Ping timeout: 256 seconds] 19:51:33 -!- Pacra has quit [Read error: Connection reset by peer] 19:53:09 -!- Chance672 has quit [Quit: Leaving my desktop..... laptop possibly?] 19:54:00 -!- thromnambular has quit [Ping timeout: 276 seconds] 19:59:14 -!- amalloy is now known as amalloy_ 20:00:48 -!- Sprort has quit [Quit: WeeChat 1.1.1] 20:05:35 -!- Sprort has quit [Client Quit] 20:06:09 how do I generate a stack of items in wizmode? 20:06:40 dgl update-trunk seems to think 0.17-a0-1020-ge683cc4 is the latest commit 20:07:18 any ideas where i've went wrong? 20:07:27 -!- HellTiger has quit [Ping timeout: 265 seconds] 20:07:51 %git 20:07:52 07MarvinPA02 * 0.17-a0-1046-ga09e34d: Allow apporting the Orb in Sprint 10(5 hours ago, 1 file, 0+ 7-) 13https://github.com/crawl/crawl/commit/a09e34d9da72 20:08:13 hm. is it pointing at gitorious still? 20:08:41 that repo goes forcibly read-only tomorrow, IIRC, so we've switched to github officially 20:08:49 (gitorious is being shut down) 20:09:23 ok let me try updating my crawl-git.conf 20:18:39 -!- seriallos has quit [Ping timeout: 256 seconds] 20:18:39 -!- Cheibriados has quit [Ping timeout: 256 seconds] 20:19:57 -!- Cheibriados has joined ##crawl-dev 20:19:57 -!- The topic of ##crawl-dev is: Crawl Development | Logs: http://s-z.org/crawl-dev/ | People with +v have commit access. | Please keep general Crawl-related chat to ##crawl. | Dev wiki: http://crawl.develz.org/wiki | Long stuff to a pastebin service, please. 20:19:58 -!- The topic of ##crawl is: Play Dungeon Crawl Stone Soup online now! Type ??servers for instructions. | http://crawl.develz.org | FooTV: http://termcast.develz.org - ??footv for instructions | See also ##crawl-offtopic | 0.16 Tournament: http://dobrazupa.org/tournament/0.16/ 20:20:28 -!- Sovek has quit [Quit: He who laughs last, thinks slowest] 20:22:22 i just changed CRAWL_GIT_URL to the github repo but no dice.. 20:24:02 http://pastebin.com/B4RXEWFj 20:24:12 its the update-trunk message and cat crawl-git.conf 20:26:44 hrmmmmmmm 20:26:49 github is in fact behind 20:26:58 so where did those commits go? 20:27:05 Allow apporting the Orb in Sprint … 20:27:05 latest commit a09e34d9da 20:27:05 @MarvinPA MarvinPA authored 5 hours ago 20:27:09 oh, no, I misread 20:27:11 thats github 20:27:34 I thought I was looking at the mpa commit but actually got the older hash :/ 20:27:43 * geekosaur trying to multitask, not very well this evening 20:35:55 oh 20:36:42 it occurs to me that if the repo already exists, you likely need to edit its .git/config to point to github as well 20:39:34 -!- asdu has quit [Quit: Page closed] 20:41:24 Syndicus ^^ 20:42:19 likewise any submodules you are using (although I think usually servers are expected to get those from OS repos) 20:43:24 geekosaur: checking it out now 20:49:17 -!- daek_ is now known as Daekdroom 20:56:19 -!- orionstein_away is now known as orionstein 21:01:20 !seen reaverb 21:01:20 I last saw reaverb at Tue May 12 19:20:41 2015 UTC (2d 6h 40m 39s ago) quitting, saying 'Quit: Leaving.'. 21:01:31 !tell reaverb Did you see any more domino crashes? 21:01:31 bh: OK, I'll let reaverb know. 21:02:29 geekosaur: thank you that did it 21:02:57 the .git/config 21:05:56 -!- orionstein is now known as orionstein_away 21:10:08 -!- ldf has quit [Ping timeout: 252 seconds] 21:16:17 -!- Lasty has quit [Quit: Leaving.] 21:26:56 %git 21:27:37 07MarvinPA02 * 0.17-a0-1046-ga09e34d: Allow apporting the Orb in Sprint 10(6 hours ago, 1 file, 0+ 7-) 13https://github.com/crawl/crawl/commit/a09e34d9da72 21:30:49 %players 21:30:50 rj54x (L22 @ Elf:1, T:64496), Tabstorm (L21 @ Hell, T:13262), Numberwang (L20 @ Vaults:4, T:37873), DrKe (L17 @ Snake:3, T:54070), DJConvarich (L16 @ D:14, T:29679), enigmoo (L16 @ Shoals:1, T:42595), catbreads (L14 @ D:11, T:28251), spacecar (L14 @ Lair:8, T:17183), Assbag (L13 @ Lair:6, T:23083), Trevise (L13 @ D (Sprint), T:4880), ransom (L13 @ Lair:5, T:14592), WhodaMan (L12 @ Lair:2, T:11783), futhee (L11 @ Orc:.. 21:30:55 &players 21:33:54 -!- rossi has quit [Ping timeout: 272 seconds] 21:36:02 -!- muravey has quit [Ping timeout: 256 seconds] 21:39:09 -!- vale_ is now known as vale 21:43:56 -!- nicolae- has joined ##crawl-dev 21:45:07 -!- CanOfWorms has quit [Remote host closed the connection] 21:46:37 -!- WalkerBoh has joined ##crawl-dev 21:48:44 -!- wheals has joined ##crawl-dev 21:58:59 -!- MathSquared has quit [Quit: Page closed] 21:59:41 -!- Akitten_Homura has joined ##crawl-dev 22:04:01 -!- Akitten_Homura is now known as UncertainKitten 22:10:58 -!- dtsund has joined ##crawl-dev 22:15:27 -!- mumra has joined ##crawl-dev 22:44:17 -!- Daekdroom has quit [Quit: Leaving] 22:44:39 -!- tgcid is now known as Guest57180 22:44:45 -!- WalkerBoh has quit [Remote host closed the connection] 22:46:36 -!- mauris has quit [Ping timeout: 244 seconds] 22:48:49 -!- mamgar has quit [Read error: Connection reset by peer] 22:56:28 -!- Guest57180 is now known as squid_ 22:59:51 -!- Blazinghand has joined ##crawl-dev 23:06:55 -!- BuzzBot has joined ##crawl-dev 23:17:24 -!- nicolae- has left ##crawl-dev 23:26:38 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.17-a0-1046-ga09e34d (34) 23:26:40 -!- Chance672 has quit [Quit: WeeChat 1.1.1] 23:32:02 -!- rossi has quit [Ping timeout: 252 seconds] 23:34:21 -!- Kalir has quit [Changing host] 23:43:58 -!- ussdefiant has joined ##crawl-dev 23:44:10 -!- carwin has quit [Ping timeout: 246 seconds] 23:47:24 -!- muravey has joined ##crawl-dev 23:52:13 -!- muravey has quit [Ping timeout: 244 seconds] 23:53:00 -!- muravey has joined ##crawl-dev 23:53:53 -!- Crawl_Bacchus has quit [Quit: Look what I got, Bart, a Tickle-Me Krusty doll!] 23:57:45 -!- dtsund has quit [Quit: dtsund] 23:58:08 -!- amalloy_ is now known as amalloy