00:01:47 -!- CSDCS has quit [Read error: Connection reset by peer] 00:01:57 -!- Bloax has quit [Ping timeout: 245 seconds] 00:02:17 Unstable branch on crawl.s-z.org updated to: 0.15-a0-2293-g46567fe (34) 00:04:50 -!- Keanan has joined ##crawl-dev 00:08:41 -!- Hailley has quit [Quit: Petra is closed!] 00:09:58 -!- tsohg has quit [Ping timeout: 240 seconds] 00:12:25 03PleasingFungus02 07* 0.15-a0-2294-ge4d45b9: Move held_status() from stuff.cc to traps.cc 10(3 minutes ago, 7 files, 51+ 20-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e4d45b9975e2 00:14:50 -!- Stendarr has quit [Read error: Connection reset by peer] 00:14:52 hm. tried to google to figure out what the variable "gotched" might mean 00:15:05 extremely instructive 00:16:00 Unstable branch on crawl.develz.org updated to: 0.15-a0-2293-g46567fe (34) 00:19:08 -!- Amy|Sonata has quit [Ping timeout: 240 seconds] 00:21:52 -!- Brannock has quit [Ping timeout: 245 seconds] 00:22:01 past tense of getch! 00:22:04 -!- Pepe has quit [Ping timeout: 250 seconds] 00:22:15 .... 00:22:18 so it is 00:22:38 03PleasingFungus02 07* 0.15-a0-2295-g966b1f0: Move get_ch() from stuff.cc to macro.cc 10(4 minutes ago, 12 files, 24+ 15-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=966b1f069230 00:27:46 03PleasingFungus02 07* 0.15-a0-2296-g8821a77: Move cio_init() from stuff.cc to startup.cc 10(4 minutes ago, 3 files, 15+ 15-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8821a77a8778 00:35:20 -!- januszeal is now known as januszeal` 00:37:12 -!- lobf has quit [Quit: lobf] 00:37:33 -!- ohms has quit [Quit: My refridgerator beckons to me.] 00:37:58 03PleasingFungus02 07* 0.15-a0-2297-gd603932: Move canned_message() from stuff.cc to message.cc 10(47 seconds ago, 15 files, 142+ 136-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d60393247bf2 00:38:28 -!- Kramin has joined ##crawl-dev 00:47:25 -!- Kramin has quit [Quit: Leaving] 00:48:08 -!- Kramin has joined ##crawl-dev 00:51:48 Windows builds of master branch on crawl.develz.org updated to: 0.15-a0-2297-gd603932 00:54:47 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 00:58:16 -!- reaverb has joined ##crawl-dev 01:03:25 03PleasingFungus02 07* 0.15-a0-2298-g47e5704: Create prompt.cc 10(4 minutes ago, 46 files, 429+ 372-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=47e5704136cf 01:03:25 03PleasingFungus02 07* 0.15-a0-2299-g464fd50: Fix debug compilation 10(2 minutes ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=464fd5079e42 01:04:24 halved in size 01:04:29 the last ones are the trickiest, though... 01:06:49 the stuff that's truly stuff 01:07:03 -!- twelwe has quit [Quit: Page closed] 01:07:19 where on earth do you put "maybe_bool"? 01:07:25 hm 01:07:31 I guess wherever it's defined would be a starting point 01:07:47 oh, enum.h. maybe not,t hen 01:10:03 There are enough functions (Around 180 lines of code) to make an program_exit.cc (or a better name file with a similar purpose) 01:10:05 -!- demiskeleton has quit [Quit: Leaving] 01:10:10 yes, probably 01:11:11 and make_time_string() / make_file_time() can be moved into other files easily enough. it's redraw, stepdown, letter <-> index mapping & maybe_bools that I'm unsure about 01:11:15 they're very... stuff 01:11:22 clearly move them into misc.cc??? 01:12:13 libutil.cc has some random functions, although that's probably more a reason to fix libutil.cc rather than add to it. 01:12:56 indeed :) 01:13:03 Still, shrinking stuff.cc to 1/3 its former size or better is great :D 01:16:39 -!- Kramin has quit [Ping timeout: 255 seconds] 01:17:07 in a world without mon-stuff.cc, anything is possible. 01:17:47 Hmm, I should probably look back at my old work trying to enable subdirectoring within the source folder. 01:18:01 "subdirectoring" probably isn't a word 01:18:32 -!- TS__ has quit [Ping timeout: 245 seconds] 01:18:41 03PleasingFungus02 07* 0.15-a0-2300-gac7ffdd: Staticify. 10(5 minutes ago, 1 file, 2+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ac7ffddb0e31 01:18:41 03PleasingFungus02 07* 0.15-a0-2301-gf87c007: Move move_stairs() from misc.cc to melee_attack.cc 10(5 minutes ago, 3 files, 30+ 25-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f87c007a08e9 01:19:19 -!- Keanan has quit [Quit: Leaving.] 01:23:19 PleasingFungus: How did you know what subset of #includes were needed for prompt.cc? Just looking at the functions you were moving? 01:23:27 trial and error 01:24:10 attempt compilation, examine errors, add an appropriate include, repeat 01:24:40 Hmm, some .h files #include other .h files, I don't think any of those used in prompt.cc do that though... 01:26:04 Would be a lot easier if somebody had a code analysis tool set up <_< >_> 01:26:33 :) 01:26:34 %git e7b96ffa 01:26:35 07|amethyst02 * 0.14-a0-867-ge7b96ff: More formatting fixes for return (...); 10(8 months ago, 132 files, 1176+ 1176-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e7b96ffa70ca 01:26:46 hm 01:28:11 %git fb7a3b56 01:28:11 07greensnark02 * 0.4-a0-929-gfb7a3b5: [1829946] Fixed broken beam tracers. 10(7 years ago, 4 files, 17+ 7-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=fb7a3b56c6dd 01:28:20 %git :/useless #includes 01:28:21 07kilobyte02 * 0.14-a0-593-g2d1e76e: Axe a buttload of useless #includes. 10(9 months ago, 85 files, 11+ 123-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2d1e76ee4919 01:28:34 nice 01:30:36 -!- rophy has quit [Ping timeout: 255 seconds] 01:31:12 03PleasingFungus02 07* 0.15-a0-2302-g0e54e90: Remove an unused function 10(4 minutes ago, 1 file, 1+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0e54e90ebdd7 01:31:13 reaverb: you may enjoy this next one 01:31:30 Ha, nice. 01:31:38 I was thinking about fixing the weird spacing there... 01:31:54 that was a careless cmd-x on my part 01:31:57 the spacing 01:34:08 Oh, hmm, oh well doesn't matter now :D 01:35:48 Hmm, _end_game of ouch.cc could probably be added to this theretical program_exit.cc 01:37:04 Good thinking. 01:37:30 I'm making it now, btw. 01:37:37 Oh, Thanks :D 01:37:49 Particularly helpful since gitiorious is acting up on my hand... 01:38:01 s/hand/end/ 01:42:35 -!- Keanan has joined ##crawl-dev 01:42:44 -!- Keanan has quit [Client Quit] 01:44:27 -!- Kramin has joined ##crawl-dev 01:45:51 -!- tw__ is now known as tw_ 01:47:10 -!- Keanan has joined ##crawl-dev 01:47:49 -!- Keanan has quit [Client Quit] 01:49:30 -!- Keanan has joined ##crawl-dev 01:50:19 -!- Keanan has quit [Client Quit] 01:50:20 -!- Akitten_Homura has quit [Quit: Connection reset by pier.] 01:51:32 -!- LordSloth has quit [Ping timeout: 240 seconds] 01:51:43 -!- Patashu has quit [Quit: Page closed] 01:54:23 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 01:55:05 -!- Keanan has joined ##crawl-dev 02:02:29 -!- the_glow1 has quit [Ping timeout: 240 seconds] 02:02:59 -!- xnavy has quit [Ping timeout: 240 seconds] 02:04:18 03PleasingFungus02 07* 0.15-a0-2303-gcb645b5: Restore div_round_up() 10(2 minutes ago, 1 file, 5+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=cb645b5eded5 02:04:18 03PleasingFungus02 07* 0.15-a0-2304-g0cf3be7: Add end.cc 10(71 seconds ago, 34 files, 459+ 399-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0cf3be7fc50e 02:04:35 reaverb: look at cb645b5. just look at it. 02:04:49 -!- SkaryMonk has joined ##crawl-dev 02:05:08 Ha. 02:05:15 did that temporarily break compliation? 02:05:29 probably 02:05:40 (Surprised that was even legal, let alone never causing compile wranings.. 02:05:56 -!- rchandra has left ##crawl-dev 02:05:57 well, we do that sort of thing all the time - see for example player.h vs player.cc, player-act.cc, etc 02:06:14 Oh, yes, hmm, I thought I was missing something <_< >_. 02:06:19 >_> 02:06:33 c is a funny language 02:07:06 -!- category has quit [Quit: Page closed] 02:07:08 stuff.cc is down to 25% of its starting size 02:07:15 (from earlier tonight) 02:07:15 Horray! 02:07:37 5kb to go 02:08:07 -!- Dingo_ has quit [Quit: Leaving] 02:08:36 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.90.1 [Firefox 34.0a1/20140725030202]] 02:08:46 -!- smee has quit [Ping timeout: 246 seconds] 02:18:13 -!- SkaryMonk2 has joined ##crawl-dev 02:20:35 -!- SkaryMonk has quit [Ping timeout: 256 seconds] 02:21:34 -!- bonghitz has quit [Remote host closed the connection] 02:24:22 -!- neunon has quit [Quit: ZNC - http://znc.in] 02:29:19 -!- neunon has joined ##crawl-dev 02:30:16 -!- neunon has quit [Client Quit] 02:31:31 -!- neunon has joined ##crawl-dev 02:36:27 reaverb: I wonder why he thought C was relevant? 02:38:33 SamB: Probably because C++ inherits the header file system from C. 02:38:58 -!- Pepe has quit [Ping timeout: 240 seconds] 02:39:06 "system" 02:39:20 also C++ makes things a good deal worse :-( 02:39:33 but I need to go to bed .. 02:44:08 -!- buki_ is now known as buki 02:47:33 -!- Nomi has quit [Ping timeout: 255 seconds] 02:50:41 -!- causative has quit [Ping timeout: 272 seconds] 02:52:11 -!- happychan has quit [Ping timeout: 264 seconds] 02:56:24 -!- Stendarr has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 02:58:38 -!- simmarine has quit [Quit: Leaving] 03:03:01 -!- quinso has quit [Quit: Leaving.] 03:03:58 -!- bonghitz has quit [Remote host closed the connection] 03:08:34 -!- Svendre has quit [Ping timeout: 250 seconds] 03:09:09 -!- Keanan has quit [Quit: Leaving.] 03:09:17 -!- musclewitch is now known as happychan 03:09:44 -!- ussdefiant has quit [Ping timeout: 260 seconds] 03:19:08 -!- roli has quit [Client Quit] 03:19:30 -!- somebody1 has quit [Ping timeout: 255 seconds] 03:19:52 -!- dtsund has quit [Ping timeout: 245 seconds] 03:24:45 -!- edlothiol has joined ##crawl-dev 03:25:23 -!- Blazinghand has quit [Read error: Connection reset by peer] 03:31:16 -!- cooldudepandy has joined ##crawl-dev 03:31:28 -!- Patashu has joined ##crawl-dev 03:33:30 -!- ProzacElf has joined ##crawl-dev 03:34:29 -!- grit has quit [Read error: Connection reset by peer] 03:36:03 -!- Patashu has quit [Read error: Connection reset by peer] 03:36:23 -!- Patashu has joined ##crawl-dev 03:38:12 -!- DrKe has quit [Ping timeout: 260 seconds] 03:42:01 -!- DrKe has joined ##crawl-dev 03:45:35 -!- ProzacElf has quit [Ping timeout: 264 seconds] 03:48:57 perunasaurus (L16 KoTm) (Abyss:3) 03:49:17 -!- Kvaak has joined ##crawl-dev 03:49:25 what was that all about 03:49:35 -!- debo has joined ##crawl-dev 03:50:24 Most crashes recent have been level connection errors... 03:50:36 I'm not really good with tracking down crashes <_< >_> 03:50:43 !crashlop Kvaak 03:50:45 !crashlog Kvaak 03:50:45 9. perunasaurus, XL16 KoTm, T:23923 (milestone): http://crawl.develz.org/morgues/trunk/perunasaurus/crash-perunasaurus-20140728-084857.txt 03:51:04 Yeah it's a levelgen problem. 03:53:02 !source dgn_place_map 03:53:03 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/dungeon.cc;hb=HEAD#l4112 03:53:15 -!- Wahaha has quit [Ping timeout: 255 seconds] 03:53:23 so I guess no need to report it? 03:54:39 Reporting it would probably be good, I don't think anybody has done that yet. 03:54:54 oh, okay 03:55:05 And it definitely hasn't happened in the Abyss before. 03:56:15 I guess the abyss shifted that turn? 03:56:55 -!- schistosomatic has quit [Quit: Leaving] 03:57:13 Yes the abyss shifted that turn. 03:57:23 (maybe_shift_abyss_around_player) 03:57:32 -!- Aryth has quit [Ping timeout: 250 seconds] 03:59:16 -!- Wahaha has quit [Ping timeout: 250 seconds] 03:59:27 clearly it needs a dgn_safe_safe_place_map function 03:59:35 Yes :D 04:00:53 Levelgen problem crashes the game. 13https://crawl.develz.org/mantis/view.php?id=8833 by Kvaak 04:01:38 Kvaak: Thanks. 04:01:55 no problem 04:02:38 Hmm, I should probably go to sleep now.... 04:03:10 -!- johnny0 has quit [Read error: Connection reset by peer] 04:03:25 !source hangedman_abyss_rune_flesh_and_stone 04:03:27 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/dat/des/branches/abyss.des;hb=HEAD#l1304 04:03:29 -!- johnny0 has joined ##crawl-dev 04:03:38 -!- Hailley has quit [Quit: Petra is closed!] 04:04:21 oh, I've had that vault 04:04:58 -!- Mibe has quit [Ping timeout: 246 seconds] 04:05:04 -!- cooldudepandy has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 04:05:41 -!- reaverb has quit [Quit: Leaving.] 04:06:31 -!- cooldudepandy has joined ##crawl-dev 04:06:43 devteams owes me one abyssal rune :c 04:06:53 -s 04:07:16 yeah 04:08:54 -!- djinni has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 04:08:55 -!- ivan`` has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 04:09:47 -!- tsohg has quit [Ping timeout: 245 seconds] 04:13:32 -!- djinni has joined ##crawl-dev 04:14:08 -!- ivan`` has joined ##crawl-dev 04:18:22 -!- SkaryMonk has joined ##crawl-dev 04:20:41 -!- SkaryMonk2 has quit [Ping timeout: 255 seconds] 04:22:49 -!- salsa has quit [Ping timeout: 246 seconds] 04:25:24 -!- somebody1 has quit [Quit: Leaving.] 04:32:08 -!- cooldudepandy has quit [Remote host closed the connection] 04:43:07 -!- milk_liker has joined ##crawl-dev 04:49:12 -!- tolly has quit [Quit: Connection closed for inactivity] 04:58:14 -!- grit has quit [Ping timeout: 260 seconds] 05:07:34 -!- rossi_ has quit [Client Quit] 05:08:23 -!- Wolfechu has quit [Ping timeout: 255 seconds] 05:23:43 -!- Cheibriados has joined ##crawl-dev 05:23:43 -!- 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 chit-chat to ##crawl. | Dev wiki: http://crawl.develz.org/wiki | Long stuff to pastebin.ca please | Immortal Warwalrus and Crazy Yiuf forever. 05:23:43 -!- The topic of ##crawl is: Play Dungeon Crawl Stone Soup online now! Type ??cao, ??cdo, ??cszo, ??clan, or ??cbro for instructions. | http://crawl.develz.org | FooTV: http://termcast.develz.org - ??footv for instructions | See also ##crawl-offtopic 05:25:53 -!- radinms has quit [Ping timeout: 240 seconds] 05:29:03 -!- Philonous has quit [Remote host closed the connection] 05:29:40 -!- markgo` has quit [Ping timeout: 255 seconds] 05:42:38 -!- Kramin has quit [Remote host closed the connection] 05:46:04 -!- Kramin has joined ##crawl-dev 05:46:55 -!- bonghitz has quit [Remote host closed the connection] 06:00:29 -!- ais523_ has quit [Quit: Page closed] 06:01:31 -!- Dingo_ has quit [Quit: Leaving] 06:11:02 -!- tsohg has quit [Ping timeout: 260 seconds] 06:11:06 -!- Kyle873_ is now known as Kyle873 06:19:12 -!- Lasty1 has joined ##crawl-dev 06:19:31 -!- SkaryMonk2 has joined ##crawl-dev 06:20:17 -!- SkaryMonk has quit [Ping timeout: 256 seconds] 06:20:58 -!- happychan has quit [Ping timeout: 250 seconds] 06:23:37 -!- negatendo has quit [Quit: poop] 06:24:22 -!- musclewitch has quit [Ping timeout: 240 seconds] 06:27:39 -!- CacoS has quit [Ping timeout: 256 seconds] 06:29:52 -!- Lasty1 has quit [Quit: Leaving.] 06:31:53 -!- happychan has quit [Ping timeout: 240 seconds] 06:34:55 -!- musclewitch has quit [Ping timeout: 255 seconds] 06:36:57 -!- tolly has joined ##crawl-dev 06:47:50 -!- mizu_no_oto has quit [Ping timeout: 250 seconds] 06:54:33 -!- KurzedMetal has quit [Read error: Connection reset by peer] 06:56:47 -!- category has quit [Quit: Page closed] 06:59:23 -!- quinso has quit [Ping timeout: 240 seconds] 07:01:26 -!- puissantveil has quit [Quit: Page closed] 07:02:29 -!- Sgeo has quit [Read error: Connection reset by peer] 07:02:40 -!- TS__ has joined ##crawl-dev 07:04:37 -!- happychan has quit [Ping timeout: 255 seconds] 07:12:43 -!- iFurril has quit [Ping timeout: 255 seconds] 07:14:49 -!- CSDCS has quit [Read error: Connection reset by peer] 07:16:05 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 07:16:32 -!- wat has quit [Ping timeout: 245 seconds] 07:20:59 -!- Kyle873 has quit [Read error: Connection reset by peer] 07:22:43 -!- kekekela has quit [Ping timeout: 246 seconds] 07:24:18 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 07:30:33 -!- effractur has quit [Ping timeout: 256 seconds] 07:33:55 -!- CSDCS has quit [Read error: Connection reset by peer] 07:37:07 -!- pentax has quit [Quit: fk u in the coffee...] 07:37:34 -!- Lumpydoo has quit [Quit: Page closed] 07:37:46 -!- demiskeleton has quit [Quit: Leaving] 07:44:26 -!- Mibe has quit [Quit: Page closed] 07:50:25 -!- CSDCS has quit [Read error: Connection reset by peer] 07:54:17 !messages 07:54:17 No messages for Lasty. 07:55:06 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 07:57:24 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 07:57:58 -!- Brannock has joined ##crawl-dev 07:58:26 -!- Kalir has quit [Changing host] 08:02:11 -!- milk_liker has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 08:02:52 -!- milk_liker has joined ##crawl-dev 08:07:21 -!- CSDCS has quit [Read error: Connection reset by peer] 08:10:46 -!- musclewitch has quit [Ping timeout: 264 seconds] 08:11:05 -!- TS__ has quit [Ping timeout: 255 seconds] 08:13:04 -!- tensorpudding has quit [Ping timeout: 260 seconds] 08:13:55 -!- happychan has quit [Ping timeout: 255 seconds] 08:14:53 -!- nooodl has joined ##crawl-dev 08:16:18 -!- Patashu has quit [Quit: Soundcloud (Famitracker Chiptunes): http://www.soundcloud.com/patashu MSN: Patashu@hotmail.com , AIM: Patashu0 , YIM: patashu2 , Skype: patashu0 .] 08:19:02 -!- SkaryMonk2 has quit [Ping timeout: 245 seconds] 08:19:10 -!- GoblinBomb has quit [Ping timeout: 250 seconds] 08:19:13 -!- SkaryMonk has joined ##crawl-dev 08:20:44 -!- category has quit [Client Quit] 08:21:26 -!- debo has quit [Ping timeout: 255 seconds] 08:28:56 -!- Bloax has joined ##crawl-dev 08:35:04 -!- MaxFrost has quit [Ping timeout: 255 seconds] 08:37:01 -!- milk_liker has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 08:39:42 -!- scummos^ has quit [Remote host closed the connection] 08:41:22 -!- Zermako has quit [Ping timeout: 250 seconds] 08:45:27 -!- NotIpsum has quit [Client Quit] 08:45:59 -!- musclewitch has quit [Ping timeout: 272 seconds] 08:47:58 -!- mamgar has quit [Ping timeout: 264 seconds] 08:49:02 -!- rast- has joined ##crawl-dev 08:52:32 -!- rast has quit [Ping timeout: 250 seconds] 08:52:39 -!- rast- is now known as rast 08:53:32 -!- Ankalagon has quit [Quit: Page closed] 08:57:00 ^version 08:57:01 trunk: 0.15-a0-2291-g2252c12; 0.14: 0.14.1-26-g5a19342; 0.13: 0.13.2 08:57:06 %version 08:57:06 trunk: 0.15-a0-2293-g46567fe; 0.14: 0.14.1-26-g5a19342; 0.13: 0.13.2; 0.12: 0.12.3; 0.11: 0.11.3; 0.10: 0.10.3-19-g6f05415 08:57:26 %git 08:57:26 07PleasingFungus02 * 0.15-a0-2304-g0cf3be7: Add end.cc 10(7 hours ago, 34 files, 459+ 399-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0cf3be7fc50e 08:59:14 viewgeom.cc: In member function void crawl_view_geometry::init_geometry(): 08:59:16 viewgeom.cc:394:56: error: end was not declared in this scope 08:59:39 looks like this caused my update script to fail. I guess I should try to rebuild 08:59:42 ??rebuild 08:59:42 rebuild[1/1]: http://crawl.akrasiac.org/rebuild/ https://dobrazupa.org/rebuild/ http://crawl.lantea.net/rebuild/ http://crawl.berotato.org/crawl/rebuild/ Bug Grunt, |amethyst, or Nap kin for CDO. Use your powers wisely. 09:00:16 still getting an error 09:00:28 I'm 2 commits behind CSZO 09:00:39 still getting *that* error 09:05:51 -!- rast- has joined ##crawl-dev 09:06:56 -!- happychan has quit [Ping timeout: 250 seconds] 09:06:57 -!- rast has quit [Read error: Connection reset by peer] 09:07:09 -!- rast-- has joined ##crawl-dev 09:07:10 -!- rast-- is now known as rast 09:10:44 -!- rast- has quit [Ping timeout: 250 seconds] 09:10:47 !tell TZer0 The server at crawl.lantea.net is taking too long to respond. 09:10:48 Bloax: OK, I'll let tzer0 know. 09:11:17 -!- tsohg has quit [Remote host closed the connection] 09:18:47 -!- debo has joined ##crawl-dev 09:22:45 03|amethyst02 07* 0.15-a0-2305-gac22422: Fix compilation (johnstein) 10(20 seconds ago, 1 file, 1+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ac224221ecec 09:23:01 <|amethyst> johnstein: should work now 09:28:30 -!- rockygargoyle has joined ##crawl-dev 09:32:50 -!- wheals has joined ##crawl-dev 09:35:56 -!- orionstein_away is now known as orionstein 09:36:53 wow what is up with player accuracy 09:39:04 !source dat/des/branches/abyss.des 09:39:05 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/dat/des/branches/abyss.des;hb=HEAD 09:39:22 -!- st_ has joined ##crawl-dev 09:40:15 !calc 6 * 6 * 6 * 6 09:40:16 1296 09:41:04 oh right it's ':' so all the Ts become the same thing (abyss_entry_glasseish) 09:41:17 still a bit weird to see portals to somewhere lying around 09:41:30 -!- ZRN has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 09:42:19 -!- LordSloth has quit [Quit: Using leafChat 2] 09:42:32 -!- ZRN has quit [Client Quit] 09:44:26 -!- ZRN has quit [Client Quit] 09:44:33 -!- pandypastry has joined ##crawl-dev 09:47:07 -!- y2s82 has quit [Quit: WeeChat 0.4.1] 09:49:23 -!- Kyle873 has quit [Ping timeout: 240 seconds] 09:49:34 -!- TS__ has joined ##crawl-dev 09:50:19 Unstable branch on crawl.beRotato.org updated to: 0.15-a0-2305-gac22422 (34) 09:50:27 -!- _D_ has quit [Quit: Lost terminal] 09:50:35 -!- eb_mobile has quit [Ping timeout: 272 seconds] 09:50:42 thanks |amethyst 09:51:02 -!- eb_mobile has joined ##crawl-dev 09:55:29 -!- eb_mobile has quit [Ping timeout: 255 seconds] 10:00:10 apparently the obsidian axe can spawn in a bailey behind stone walls 10:00:15 -!- eb_mobile has joined ##crawl-dev 10:02:26 better find jorgrun 10:02:48 -!- SkaryMonk has quit [Quit: Leaving.] 10:03:18 Leda's Liquefaction makes the game crash. 13https://crawl.develz.org/mantis/view.php?id=8834 by Bacon Golem 10:04:06 -!- ussdefiant has joined ##crawl-dev 10:05:41 thank you person-who-reduced-the-amount-of-remove-curse 10:06:11 currently I have cleared up to d:11 and I'm stuck with a scale mail that prevents spellcasting, tele ring and for a moment a -2 blowgun until I found EW 10:06:20 haven't identified remove curse yet 10:06:52 -!- rast- has joined ##crawl-dev 10:07:13 %git 0.15-a0-2296 10:07:13 Could not find commit 0.15-a0-2296 (git returned 128) 10:07:25 %git 8821a77 10:07:25 07PleasingFungus02 * 0.15-a0-2296-g8821a77: Move cio_init() from stuff.cc to startup.cc 10(10 hours ago, 3 files, 15+ 15-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8821a77a8778 10:07:34 -!- fearitself has quit [Ping timeout: 246 seconds] 10:08:02 https://dl.dropboxusercontent.com/u/63152810/Screenies/fuck_this_shit.png enjoy 10:08:30 wow that doesn't look very obsidian 10:09:07 -!- eb_mobile has quit [Ping timeout: 255 seconds] 10:09:40 -!- rast has quit [Ping timeout: 250 seconds] 10:09:42 -!- rast- is now known as rast 10:11:18 -!- eb_mobile has joined ##crawl-dev 10:13:08 -!- wheals has quit [Quit: Leaving] 10:19:24 -!- FlowRiser has quit [Remote host closed the connection] 10:23:05 <|amethyst> I'm not currently on a machine where I can both build and run local tiles... could someone verify that this works and if so close #8834 ? 10:23:25 03|amethyst02 07* 0.15-a0-2306-g3eeb555: Don't crash on Leda's in local tiles (#8834) 10(2 minutes ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3eeb555d4324 10:23:27 -!- Kramin has quit [Ping timeout: 264 seconds] 10:25:29 -!- ussdefiant has quit [Ping timeout: 240 seconds] 10:25:45 -!- PleasingFungus has joined ##crawl-dev 10:26:40 -!- Morg0th has quit [Quit: leaving] 10:27:32 -!- musclewitch has quit [Ping timeout: 250 seconds] 10:29:14 not sure how that compilation issue snuck through; maybe I needed to make clean? 10:29:16 sorry, anyway 10:31:37 -!- eb_mobile has quit [Ping timeout: 255 seconds] 10:32:01 -!- eb_mobile has joined ##crawl-dev 10:35:40 -!- Arkaniad has quit [Max SendQ exceeded] 10:36:23 -!- eb_mobile has quit [Ping timeout: 240 seconds] 10:38:50 -!- radinms has quit [] 10:43:22 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 10:43:27 -!- ProzacElf has joined ##crawl-dev 10:45:08 -!- eb_mobile has joined ##crawl-dev 10:45:42 -!- y2s82 has quit [Client Quit] 10:48:36 -!- alefury has joined ##crawl-dev 10:49:45 -!- UncertainKitten has joined ##crawl-dev 10:51:28 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.90.1 [Firefox 34.0a1/20140725030202]] 10:53:32 -!- Tux[Qyou] has quit [Ping timeout: 250 seconds] 10:57:58 -!- Stelpa has quit [Changing host] 10:58:07 -!- happychan has quit [Ping timeout: 245 seconds] 11:01:24 -!- pandypastry has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 11:03:29 -!- Blakmane has quit [Quit: Page closed] 11:04:10 -!- eb_mobile has quit [Ping timeout: 264 seconds] 11:04:52 -!- rchandra has joined ##crawl-dev 11:05:14 -!- musclewitch has quit [Ping timeout: 255 seconds] 11:05:19 Farcaster (L27 GhMo) (Abyss:3) 11:05:19 |amethyst: compiling 11:06:53 -!- Brannock_ has joined ##crawl-dev 11:09:24 -!- PleasingFungus has joined ##crawl-dev 11:09:52 -!- Brannock has quit [Ping timeout: 245 seconds] 11:10:14 -!- wheals has joined ##crawl-dev 11:13:27 PleasingFungus, might shutdown.cc be a better filename than end.cc? it also puts it closer to startup.cc when sorting alphabetically 11:13:48 -!- Tuxedo[Qyou] has quit [Ping timeout: 250 seconds] 11:14:35 -!- Ipsum_ has quit [Client Quit] 11:15:08 sure 11:15:19 also, less potential confusion with env.cc 11:16:22 -!- Lightli has joined ##crawl-dev 11:17:21 index_to_letter and the reverse seem like they might belong in prompt.cc since they seem like input stuff 11:18:26 Sure, that'd work. 11:18:57 -!- tsohg has quit [Remote host closed the connection] 11:19:45 for the rest, misc.cc is feeling empty these days....... 11:20:22 -!- happychan has quit [Ping timeout: 264 seconds] 11:20:28 -!- wheals has quit [Read error: Connection reset by peer] 11:23:00 |amethyst: seems to work fine here, ill post something on 8834 11:25:01 imho adding things to misc.cc is conceding defeat 11:25:04 :) 11:25:11 !send misc.cc PleasingFungus 11:25:11 Sending PleasingFungus to misc.cc. 11:25:24 !send Grunt effects.cc 11:25:24 Sending effects.cc to Grunt. 11:25:35 !send religion.cc PleasingFungus 11:25:35 Sending PleasingFungus to religion.cc. 11:26:07 -!- TS__ has quit [Ping timeout: 245 seconds] 11:28:38 religion.cc is... not that bad, if only because most of its functions are side-effect-free 11:28:40 most? many? 11:28:46 -!- rockygargoyle has quit [Ping timeout: 255 seconds] 11:29:51 !send xom.cc PleasingFungus 11:29:51 Sending PleasingFungus to xom.cc. 11:31:28 -!- happychan has quit [Ping timeout: 255 seconds] 11:32:48 imho xom.cc is the codebase's attempt at roleplaying 11:32:53 -!- musclewitch has quit [Ping timeout: 240 seconds] 11:32:54 -!- eb_mobile has joined ##crawl-dev 11:34:39 ha 11:34:49 1learn add xom 11:35:07 -!- rockygargoyle has joined ##crawl-dev 11:35:19 -!- rockygargoyle has quit [Client Quit] 11:37:38 -!- happychan has quit [Ping timeout: 250 seconds] 11:38:15 -!- ZRN has quit [Read error: Connection reset by peer] 11:43:31 !source mprf.h 11:43:31 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/mprf.h;hb=HEAD 11:43:38 !source mpr.h 11:43:38 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/mpr.h;hb=HEAD 11:44:02 // 4.1-style mpr, currently named mprf for minimal disruption. 11:44:04 guess how old this comment is 11:44:05 -!- mopl has quit [Quit: Page closed] 11:44:42 -!- musclewitch has quit [Ping timeout: 260 seconds] 11:46:20 -!- eb_mobile has quit [Ping timeout: 260 seconds] 11:46:41 -!- Tux[Qyou] has quit [Ping timeout: 256 seconds] 11:47:48 7 years 11:49:07 ding ding 11:49:25 iirc comments in the function itself describe it as 'deprecated - do not use' 11:49:28 !source mpr.cc 11:49:29 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/mpr.cc;hb=HEAD 11:49:42 !source mprf.cc 11:49:42 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/mprf.cc;hb=HEAD 11:49:45 hm 11:50:03 !source mpr 11:50:04 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/traps.cc;hb=HEAD#l31 11:50:16 ...sequell, you're drunk. go home. 11:50:20 -!- Rod_ has quit [Quit: Page closed] 11:50:30 * Grunt deprecates PleasingFungus!!! 11:50:36 ite mpr op 11:50:43 seems 120% legit 11:51:17 * PleasingFungus cries 11:51:53 !rebase PleasingFungus 11:51:53 Grunt rebases PleasingFungus. PleasingFungus is banished to the reflog! 11:55:23 The poisoned arrow completely misses himself. 11:55:34 I thought we fixed that already :( 11:55:43 not exactly 11:56:13 we fixed something that changed it to that behaviour 11:56:20 rip 11:56:21 s/that/, and 11:58:09 http://i.imgur.com/JYKScpP.png -> http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=b452ec0a2d4b so hm. actually I think that does sound like the same bug 11:58:22 grunt was right??? 11:58:33 !tell |amethyst The poisoned arrow completely misses himself. 11:58:33 PleasingFungus: OK, I'll let |amethyst know. 12:00:21 -!- lobf has joined ##crawl-dev 12:00:35 PleasingFungus: impossible 12:01:27 -!- Ququman has joined ##crawl-dev 12:05:17 -!- eb_mobile has joined ##crawl-dev 12:06:09 -!- gareppa has quit [Quit: gareppa] 12:09:58 -!- the_glow has quit [Ping timeout: 256 seconds] 12:10:42 -!- happychan has quit [Ping timeout: 245 seconds] 12:10:47 Unstable branch on crawl.akrasiac.org updated to: 0.15-a0-2306-g3eeb555 (34) 12:12:29 -!- stump is now known as stumpsv 12:13:19 -!- musclewitch has quit [Ping timeout: 255 seconds] 12:14:12 -!- xnavy_ is now known as xnavy 12:17:22 -!- Psyknux has quit [Ping timeout: 255 seconds] 12:17:53 -!- TS__ has joined ##crawl-dev 12:18:54 -!- eb_mobile has quit [Ping timeout: 250 seconds] 12:19:36 -!- BenSoosneb has quit [Client Quit] 12:21:27 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 12:22:36 The large rock hits itself!! 12:22:47 man that's hilarious 12:29:15 -!- bonghitz has quit [Remote host closed the connection] 12:32:02 -!- dtsund has joined ##crawl-dev 12:40:13 -!- surprisetrex has quit [Quit: Leaving] 12:47:56 -!- Psyknux has quit [Ping timeout: 260 seconds] 12:48:43 -!- eb_mobile has joined ##crawl-dev 12:48:52 -!- mamgar_ has quit [Ping timeout: 260 seconds] 12:52:25 -!- ProzacElf has quit [Ping timeout: 256 seconds] 12:53:42 -!- eb_mobile has quit [Ping timeout: 255 seconds] 13:00:30 -!- happychan has quit [Ping timeout: 250 seconds] 13:01:25 -!- Stelpa has quit [Quit: Leaving] 13:02:04 -!- Stelpa has quit [Changing host] 13:02:43 -!- tsohg has quit [Remote host closed the connection] 13:03:35 you know, if you are planning to release soon, please don't 13:03:42 -!- simmarine has joined ##crawl-dev 13:03:54 my game just crashed after picking a stat on levelup 13:04:09 and when I played like 2 weeks ago there were also some bugs 13:05:20 not "soon" and if you're seeing bugs, you should consider reporting them 13:05:23 ??mantis 13:05:23 mantis[1/1]: To report bugs or submit new content like vaults, patches or tiles, go to: http://crawl.develz.org/mantis/main_page.php 13:06:15 -!- rophy has quit [Quit: Miranda NG! Smaller, Faster, Easier. http://miranda-ng.org/] 13:06:46 !crashlog alefury 13:06:47 No milestones for alefury (crash). 13:06:54 offline, windows tiles 13:07:09 also, I am currently in the process of reporting on mantis 13:07:51 I just thought I should mention that in my opinion this version is not ready in case an August release is planned 13:09:16 we're not releasing tomorrow, you know. 13:10:48 Crash on levelup 13https://crawl.develz.org/mantis/view.php?id=8835 by Galefury 13:11:10 also, "august release" is far more likely to mean 29 Aug than 1 Aug 13:11:17 I know 13:13:13 augh, windows 13:13:49 I think there are probably a whole lot of bugs left in the windows tiles version because they don't get reported as much, and the lack of a stack trace doesn't exactly help 13:14:03 do you think this is likely to be a windows-specific bug? 13:14:15 I don't see any particular reason to expect that... 13:15:03 Well, probably it's either a recent change or something windows or tiles specific, because if it wasn't it would have been reported long ago 13:15:20 tiles specific is rather more likely than windows specific 13:15:35 (note that webtiles is, code-wise, very different from local tiles) 13:15:43 Anyway, got to go, I'll be around so let me know if I can help somehow 13:15:47 aight 13:15:52 thanks for the report! 13:16:08 no problem, thanks for all your dev work 13:17:51 -!- Lumpydoo has quit [Quit: Page closed] 13:18:10 -!- Gobbo is now known as GoblinBomb 13:22:23 <|amethyst> would a better fix for the abyss crashes be: 1. don't care if connect() fails in Abyss or 2. give the relevant vaults no_exits 13:22:50 <|amethyst> or 3. none of the above and figure out why exactly connect() is failing 13:23:19 <|amethyst> I guess 3. is ideal, but I don't know how feasible that is for 0.15 13:23:19 -!- Farcaster has quit [Quit: Nettalk6 - www.ntalk.de] 13:24:06 -!- rockygargoyle has joined ##crawl-dev 13:28:00 I think I'd probably go with (1) for now but yeah, all these connect failures are bad :( 13:31:18 !vault glass_garden 13:31:19 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/dat/des/branches/abyss.des;hb=HEAD#l507 13:31:28 what 13:31:32 that vault again 13:31:49 imo remove it; single biggest cause of connect failures anywhere 13:32:03 dang 13:32:21 (serious about the latter; not necessarily the former) 13:32:53 <|amethyst> saw flesh_and_stone several times too 13:33:18 <|amethyst> and lost_library once 13:33:46 -!- the_glow1 has quit [Ping timeout: 250 seconds] 13:33:51 honestly these vaults look really cool, and I'm not sure I've ever seen them 13:33:58 I'm not just talking about *this* issue :) 13:34:23 The last several times I've tinkered with vault connectivity it's almost always been on account of glass_garden. 13:34:59 it's like a unit test, in a sense! putting crawl's abyss-building functionality through its paces :) 13:37:20 -!- scummos^ has quit [Ping timeout: 250 seconds] 13:38:35 -!- the_glow has quit [Ping timeout: 272 seconds] 13:39:09 -!- mamgar has quit [Read error: Connection reset by peer] 13:39:54 !send PleasingFungus the abyss bot 13:39:55 Sending the abyss bot to PleasingFungus. 13:40:06 !send Abyss the abyss bot 13:40:06 Sending the abyss bot to Abyss. 13:40:44 abyss bot: found in the new robot branch, casts banish, banish, banish, banish, banish, and banish (in the escape slot) 13:41:02 PleasingFungus: you've never seen / used the abyss bot? 13:41:09 (It's a stress test script.) 13:41:40 -!- rossi has quit [Ping timeout: 250 seconds] 13:42:19 I have not! 13:43:28 !source tests/stress/abyss.rc 13:43:28 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/tests/stress/abyss.rc;hb=HEAD 13:43:46 (see also other things in tests/) 13:44:43 404 13:45:17 oops 13:45:21 !source test/stress/abyss.rc 13:45:22 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/test/stress/abyss.rc;hb=HEAD 13:45:25 just test, not tests 13:45:26 :( 13:45:34 -!- scummos^ has quit [Ping timeout: 260 seconds] 13:45:39 ??oops 13:45:39 pleasingfungus[1/8]: oops 13:46:28 I am glad that I was able to contribute, in some way, to your conversational lexicon. 13:46:37 dang 13:46:55 Clearly I'm actually a sophisticated bot. 13:47:00 ??grunt[gret 13:47:01 grunt[6/19]: Is not Gretell, despite what many zealous tabbers seem to think. 13:47:52 crawl.sendkeys("gwcWdWeWfWgWhWiPj") 13:47:55 imho this is art 13:48:11 crawlcode!!! 13:49:07 tbh the scary thing is that I know exactly what crawl.sendkeys("&" .. string.char(12) .. "27" .. eol .. "N") is doing 13:49:22 -!- Blazinghand has quit [Read error: Connection reset by peer] 13:50:19 -!- rockygargoyle has quit [Read error: Connection reset by peer] 13:54:11 -!- Brannock_ has quit [Quit: Leaving] 13:54:32 -!- Brannock has joined ##crawl-dev 13:54:58 -!- Keanan has joined ##crawl-dev 13:57:18 -!- eb_mobile has joined ##crawl-dev 13:59:52 -!- ystael has quit [Ping timeout: 240 seconds] 14:01:27 -!- eb_mobile has quit [Ping timeout: 245 seconds] 14:01:48 -!- Stendarr has quit [Read error: Connection reset by peer] 14:10:46 -!- the_glow has quit [Ping timeout: 255 seconds] 14:10:46 -!- PleasingFungus has quit [Ping timeout: 264 seconds] 14:13:35 -!- PleasingFungus has joined ##crawl-dev 14:16:07 -!- the_glow has quit [Client Quit] 14:19:10 -!- tensorpudding has quit [Ping timeout: 264 seconds] 14:22:28 <|amethyst> maybe this works, push all the things! 14:22:37 !push |amethyst 14:23:05 03|amethyst02 07* 0.15-a0-2307-gba99023: Don't crash when abyss map placement is vetoed (#8833) 10(30 minutes ago, 3 files, 26+ 18-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=ba99023e2d48 14:23:05 03|amethyst02 07* 0.15-a0-2308-gc233d03: Don't veto when failing to connect Abyss vaults 10(44 minutes ago, 1 file, 2+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=c233d03cb885 14:23:32 <|amethyst> I'm not sure about the effect of the first one (it seems the vault would be partially placed?) but the second makes it irrelevant for this particular case 14:23:47 -!- Psyknux has quit [Quit: My work is end \(^o^)/] 14:24:12 <|amethyst> and my battery is just about dead now 14:24:15 <|amethyst> later 14:24:42 !send |amethyst batteries 14:24:43 Sending batteries to |amethyst. 14:24:49 -!- Xenobreeder_ has quit [Ping timeout: 246 seconds] 14:31:28 -!- Sensenmann has quit [Quit: Page closed] 14:36:36 -!- Tux[Qyou] has quit [Ping timeout: 250 seconds] 14:45:22 -!- rossi has quit [Ping timeout: 250 seconds] 14:47:32 -!- rophy has quit [Ping timeout: 250 seconds] 14:50:14 -!- ProzacElf has joined ##crawl-dev 14:51:02 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.90.1 [Firefox 32.0a1/20140529030207]] 14:51:18 -!- PleasingFungus has joined ##crawl-dev 14:51:52 -!- ystael_ has quit [Ping timeout: 250 seconds] 14:53:12 -!- eb_mobile has joined ##crawl-dev 14:55:03 -!- Twiggytwiggytwig has quit [Disconnected by services] 14:55:09 -!- Twiggytwiggytwi_ is now known as Twiggytwiggytwig 14:58:11 -!- Keanan has quit [Quit: Leaving.] 15:01:16 -!- Lightli_ has joined ##crawl-dev 15:01:55 -!- Lightli has quit [Ping timeout: 246 seconds] 15:02:36 -!- rast has quit [Ping timeout: 250 seconds] 15:05:20 -!- Poncheis has quit [Read error: Connection reset by peer] 15:08:31 -!- rast has joined ##crawl-dev 15:08:35 -!- rockygargoyle has joined ##crawl-dev 15:09:12 -!- tolly has quit [Quit: Connection closed for inactivity] 15:09:38 -!- eb_mobile has quit [Ping timeout: 250 seconds] 15:10:56 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 15:12:00 -!- hurdos has quit [Ping timeout: 240 seconds] 15:13:18 -!- SpongeJr has quit [Quit: *squish*] 15:15:26 -!- CSDCS has quit [Read error: Connection reset by peer] 15:20:28 -!- smee has quit [Ping timeout: 246 seconds] 15:20:53 -!- rockygargoyle has quit [Ping timeout: 256 seconds] 15:24:19 -!- salsa has quit [Ping timeout: 246 seconds] 15:30:11 I am checking the issues related to my server 15:30:17 crawl isn't the only thing which is down. 15:30:27 -!- tcjsavannah has quit [Quit: tcjsavannah] 15:31:18 -!- rossi has quit [Ping timeout: 250 seconds] 15:31:41 oh no 15:32:22 -!- CSDCS has quit [Read error: Connection reset by peer] 15:38:59 -!- allbefore has quit [Quit: Leaving.] 15:40:00 -!- Poncheis has quit [Ping timeout: 240 seconds] 15:40:09 -!- Poncheis_ is now known as Poncheis 15:48:24 -!- Keanan has joined ##crawl-dev 15:48:32 -!- CSDCS has quit [Read error: Connection reset by peer] 15:50:34 -!- Xenobreeder has quit [Ping timeout: 246 seconds] 15:50:57 -!- Fusha has quit [Ping timeout: 272 seconds] 15:53:00 -!- FushaII has quit [Ping timeout: 240 seconds] 15:55:10 -!- Ankalagon has quit [Quit: Page closed] 15:57:17 -!- allbefore has quit [Ping timeout: 272 seconds] 15:57:38 -!- Krakhan has quit [Changing host] 15:58:31 -!- Crehl has quit [Quit: Killed by a kitten.] 15:59:09 -!- Ketsa has quit [Quit: WeeChat 0.4.3] 15:59:22 -!- ProzacElf has quit [Ping timeout: 250 seconds] 16:04:04 -!- Hailley has quit [Quit: Petra is closed!] 16:04:15 -!- CSDCS has quit [Read error: Connection reset by peer] 16:09:36 -!- NilsBloodaxe has quit [Quit: Page closed] 16:11:29 -!- mopl has quit [Client Quit] 16:12:28 -!- CryptoCactus has quit [Ping timeout: 250 seconds] 16:16:28 ??is cdo down 16:16:28 is cdo down[1/1]: Nope! 16:16:30 ??is cszo down 16:16:31 is cszo down[1/2]: not very 16:18:50 -!- Ququman has quit [Remote host closed the connection] 16:19:57 -!- odiv_ has quit [Ping timeout: 255 seconds] 16:20:08 -!- rchandra has left ##crawl-dev 16:22:01 -!- Aryth1 has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 16:22:44 -!- Keanan has quit [Quit: Leaving.] 16:27:35 -!- rockygargoyle has joined ##crawl-dev 16:30:40 -!- rossi has quit [Ping timeout: 250 seconds] 16:37:04 -!- nooodl has quit [Ping timeout: 250 seconds] 16:38:56 -!- Lasty1 has joined ##crawl-dev 16:40:14 -!- rockygargoyle has quit [Remote host closed the connection] 16:41:40 !learn add is_clan_down Yes. 16:41:40 is clan down[2/2]: Yes. 16:41:47 ??is clan down[1 16:41:48 No activity in the last 12 hours 16:41:51 oh. 16:42:03 !learn del is_clan_down[1 16:42:03 Deleted is clan down[1/2]: do {!isonline clan} 16:42:15 !isoline clan 16:42:15 !isonline cszo 16:42:16 Online 16:42:19 1learn edit is_clan_down s/.*/rip/ 16:42:21 uhhh.. 16:42:27 !cmd !isonline 16:42:27 Command: !isonline => .echo $(let (t (=lmtimediff $*)) (if (> $t 120000) "No activity in the last 12 hours" (if (> $t 60000) "No activity in the last 6 hours" (if (> $t 10000) "No activity in the last hour" "Online")))) 16:42:38 so what's left for .15 before the tournament 16:42:41 -!- CacoS has quit [] 16:42:43 -!- tsohg has quit [Remote host closed the connection] 16:42:43 !isonline clan 16:42:44 No activity in the last 12 hours 16:42:45 -!- Lightli_ is now known as Lightli 16:42:47 derp 16:42:49 (outside of removing Lightlis) 16:42:53 I just messed up. 16:43:13 removing fun 16:43:14 obviously 16:43:17 !learn add is_clan_down {!isonline clan} 16:43:18 is clan down[2/2]: {!isonline clan} 16:43:30 !learn del is_clan_down[1 16:43:30 Deleted is clan down[1/2]: Yes. 16:43:36 rip fun 16:43:42 ??is_clan_down 16:43:43 is clan down[1/1]: {!isonline clan} 16:43:45 ??.5 16:43:46 .5 ~ 5[1/3]: A minor demon of minimal threat... unless it, say, picked up a pile of stones and you're low level. 16:43:47 uhhh 16:43:48 ??.15 16:43:48 I don't have a page labeled .15 in my learndb. 16:43:52 Grunt: I thought we already did that???? 16:43:52 ??.15 plans 16:43:52 .15 plans ~ 0.15 plan[1/1]: https://crawl.develz.org/wiki/doku.php?id=dcss:planning:0.15_plan 16:43:53 -!- gareppa has quit [Quit: gareppa] 16:43:54 !learn del is_clan_down[1 16:43:54 Deleted is clan down[1/1]: {!isonline clan} 16:44:00 !learn add is_clan_down do {!isonline clan} 16:44:00 is clan down[1/1]: do {!isonline clan} 16:44:04 ??is_clan_down 16:44:06 ??is clan down 16:44:06 No activity in the last 12 hours 16:44:06 No activity in the last 12 hours 16:44:08 haha 16:44:10 lol 16:44:13 great timing. 16:45:01 !learn add is_clan_down Yes, trying to figure out what happened -TZer0@28.07-10:44-GMT 16:45:01 is clan down[2/2]: Yes, trying to figure out what happened -TZer0@28.07-10:44-GMT 16:45:10 so basically all that's left for .15 is to see whether golzag goes into stable or not 16:45:24 PleasingFungus: we had to remove Pan several times before Pan was finally gone, if you recall! 16:45:33 Gozag is obviously not stable... (he seems rather insane) 16:45:52 (neither are most of the rest of the gods) 16:46:05 seems pretty cool to me 16:46:23 just do whatever and stop touching haste that broken piece of shit 16:46:30 haha 16:46:35 but wait.. is Pan gone? 16:46:37 :S 16:46:40 yes 16:46:43 %git :/emove [Pp]an 16:46:44 07kilobyte02 * 0.14-a0-1607-g8f19928: Remove pan lords from randbook author names. 10(7 months ago, 1 file, 3+ 107-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8f19928e55d6 16:46:44 %git HEAD^{/emove Pan} 16:46:44 07kilobyte02 * 0.13-a0-2732-g3c279cd: Remove Pan. 10(11 months ago, 1 file, 0+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=3c279cd41ede 16:46:54 ahh, grunt wins it 16:46:58 PleasingFungus: hi... 16:46:58 I was too mermissive! 16:47:00 ...per 16:47:05 PleasingFungus: rip 16:47:12 leading 'p's causing me all kinds of trouble 16:47:16 merfolk submissive 16:47:22 hahaha, wait... 16:47:27 that reminds me 16:47:35 we still haven't actually done a "Remove Forest" commit yet 16:47:47 %git HEAD^{/Forest} 16:47:47 07gammafunk02 * 0.15-a0-1694-g885872e: Enable the forest layout for Forest until a major version change 10(5 weeks ago, 1 file, 4+ 2-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=885872e09678 16:47:50 %git HEAD^{/Forest}^^{/Forest} 16:47:51 07reaverb02 * 0.15-a0-1643-g93daa85: Remove some Forest spawn tables on TAG_MAJOR_VERSION bump 10(5 weeks ago, 1 file, 3+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=93daa8595e1f 16:48:12 ...man, I think I might revert 8f19928 16:48:18 that seems lame 16:48:18 %git 8f19928 16:48:18 07kilobyte02 * 0.14-a0-1607-g8f19928: Remove pan lords from randbook author names. 10(7 months ago, 1 file, 3+ 107-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=8f19928e55d6 16:48:29 rip kilobyte 16:48:38 it's cool to loot ereshkigal's book of secret knowledge 16:48:40 or w/e 16:49:09 imo Arcane Secrets of Secret Knowledge 16:49:14 ?/Arcane Secrets 16:49:14 Matching entries (1): good_names[13]: Sif Muna's Arcane Secrets of Secret Knowledge {god gift} 16:49:15 <3 16:49:24 fr: let high end spells show up in non-sif muna gifted randbooks 16:49:28 The Last Tome of Sif Muna 16:49:32 i.e. like stuff from Annihilations 16:49:34 (Only contains Shatter) 16:49:42 spectated someone the other day who found the Book of Enhancements and Enchantments 16:49:44 or something liek that 16:49:48 Bloax: obviously it contains whatever the most recently added spell is 16:49:50 <3 16:49:55 -!- Kramin has joined ##crawl-dev 16:50:08 found a 'complete guide to spellcasting' that contained: shatter 16:50:11 that was a good book 16:50:14 ...the last Tome of Vehumet contains Hellfire 16:50:18 !!!! 16:50:29 -!- rast- has joined ##crawl-dev 16:50:30 Grunt: that would be The Latest Tome of Sif Muna 16:50:46 -!- jjpalen has quit [Ping timeout: 246 seconds] 16:50:55 @The_monster@ says, "Let it end in hellfire? When do you get a hellfire spell?" 16:51:11 PleasingFungus: if you abandon Vehumet, of course 16:51:12 !!! 16:51:17 ha 16:51:32 Spontaneous Hellfire Combustion 16:51:38 @The_monster@ makes a face at you and exclaims, "Curses!" 16:51:48 !source godwrath.cc:1124 16:51:48 http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/source/godwrath.cc;hb=HEAD#l1124 16:51:59 good comment 16:52:12 thanks!!! 16:52:19 haha 16:52:26 bad comment 16:52:27 it's not 16:52:33 Let YOU end in hellfire! 16:52:39 man, scrolling up slightly, I put so much work into figuring out what the heck lugonu_retribution was doing 16:52:41 -!- rast has quit [Ping timeout: 256 seconds] 16:52:42 * Grunt gestures. The hellfire explodes! The hellfire engulfs Bloax! 16:52:48 Bloax: imho minimalism 16:52:50 -!- rast- is now known as rast 16:52:53 rip dj 16:52:57 the only race immune to hellfire 16:53:05 !log . DjHe 16:53:05 3. darkli, XL10 DjHe, T:7351: http://dobrazupa.org/morgue/darkli/morgue-darkli-20130826-042204.txt 16:53:09 too good for this world 16:53:13 -!- puissantveil has quit [Ping timeout: 246 seconds] 16:53:15 !log . DjHe won 16:53:15 1. darkli, XL27 DjHe, T:129286: http://dobrazupa.org/morgue/darkli/morgue-darkli-20130530-110633.txt 16:53:19 >too good 16:53:20 >not too bad 16:53:27 !log . Dj won 16:53:28 1. Bloaxzorro, XL27 DjMo, T:152711: http://dobrazupa.org/morgue/Bloaxzorro/morgue-Bloaxzorro-20130605-185847.txt 16:53:34 crap, the entire sever is _down_. 16:53:46 Like.. I try to access the main server running the various virtual machines.. nothing.. 16:53:48 TZer0: imho that sounds bad 16:53:53 not responding to ping 16:54:02 not answering ssh 16:54:09 and all webhosts are down. 16:54:13 -!- Kramin has quit [Client Quit] 16:55:35 uh 16:55:37 rip 16:55:37 rip 16:55:40 yeah rip 16:55:47 :( 16:55:59 so the erver is completely dead? 16:56:05 rip then 16:56:05 rip 16:56:05 Right now, yes 16:56:46 I shall try to fix it. 17:02:40 -!- lessens has quit [Ping timeout: 255 seconds] 17:09:42 support ticket being sent as we speak. 17:09:54 (err.. chat) 17:10:54 -!- MgDark_HuIE has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446]] 17:14:33 -!- Poncheis has quit [Ping timeout: 272 seconds] 17:14:44 -!- Poncheis___ is now known as Poncheis 17:14:52 -!- PepeRC2 has quit [Ping timeout: 260 seconds] 17:15:42 -!- Poncheis has quit [Read error: Connection reset by peer] 17:22:37 -!- Kolbur has quit [Ping timeout: 246 seconds] 17:22:51 -!- bh has joined ##crawl-dev 17:23:01 !seen grunt 17:23:01 I last saw Grunt at Mon Jul 28 21:55:41 2014 UTC (27m 20s ago) saying 'yeah rip' on ##crawl-dev. 17:24:05 !seen bh 17:24:05 I last saw bh at Mon Jul 28 22:23:01 2014 UTC (1m 4s ago) saying '!seen grunt' on ##crawl-dev. 17:24:48 -!- Poncheis__ has quit [Read error: Connection reset by peer] 17:25:20 -!- Poncheis_ has quit [Read error: Connection reset by peer] 17:25:20 !seen ##crawl-dev 17:25:21 Sorry PleasingFungus, I haven't seen ##crawl-dev. 17:26:12 !seend Grunt 17:26:15 !seen Grunt 17:26:15 Sorry Grunt, that person is dead. 17:26:17 rip 17:26:31 I see dead people. 17:26:32 -!- Poncheis has quit [Ping timeout: 260 seconds] 17:26:40 !seen dead_people 17:26:40 Sorry Grunt, I haven't seen dead_people. 17:26:46 -!- Poncheis_ is now known as Poncheis 17:26:46 !seen Sequell 17:26:46 Sorry Lightli, I haven't seen sequell. 17:27:27 -!- surprisetrex has quit [Remote host closed the connection] 17:29:43 -!- Hailley has quit [Client Quit] 17:29:43 I... see dead people? 17:30:16 -!- Poncheis__ has quit [Ping timeout: 260 seconds] 17:32:12 this is extremely silly! 17:32:36 -!- Poncheis has quit [Ping timeout: 260 seconds] 17:32:37 !send PleasingFungus silliness 17:32:37 Sending silliness to PleasingFungus. 17:32:39 !send Sil PleasingFungus 17:32:40 Sending PleasingFungus to Sil. 17:34:42 !next 17:34:43 The RNG decrees that Grunt shall win Sil next. 17:34:44 todo get on that 17:34:51 Is Sil even a game? 17:34:55 ??sil 17:34:55 sil[1/3]: Like DoomRL except with more Tolkien (website: http://www.amirrorclear.net/flowers/game/sil/ ). Has its own IRC channel here on Freenode, ##sil . For the status effect, see {silence}. 17:37:09 is it really all that much like doomrl 17:38:50 It's basically a fast-paced 'band, so maybe it's DoomRL-like in that sense?? 17:40:02 You could always play it and find out!!! 17:40:34 playing... game? 17:40:37 I don't understand. 17:40:44 WOULD YOU LIKE TO PLAY A GAME? 17:40:50 absolutely not. 17:40:54 dang 17:41:00 rip 17:41:18 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 17:45:57 -!- rast- has joined ##crawl-dev 17:46:39 -!- Stendarr has quit [Read error: Connection reset by peer] 17:47:39 -!- rast has quit [Ping timeout: 256 seconds] 17:47:47 -!- rast- is now known as rast 17:48:49 -!- rast- has joined ##crawl-dev 17:52:45 -!- rast has quit [Ping timeout: 256 seconds] 17:52:54 -!- rast- is now known as rast 17:53:09 -!- Stendarr has quit [Read error: Connection reset by peer] 17:59:52 -!- tensorpudding has quit [Ping timeout: 245 seconds] 18:00:19 -!- negatendo has quit [Quit: poop] 18:00:46 disk checks are being run. 18:00:54 (in case anyone cared) 18:01:29 -!- somebody1 has quit [Quit: Leaving.] 18:02:25 -!- rast- has joined ##crawl-dev 18:02:26 -!- negatendo has quit [Client Quit] 18:04:29 -!- rast-- has joined ##crawl-dev 18:04:34 -!- lobf has quit [Quit: lobf] 18:04:44 -!- rast has quit [Read error: Connection reset by peer] 18:04:52 -!- rast-- is now known as rast 18:06:03 -!- lobf has joined ##crawl-dev 18:06:20 I care! 18:08:11 -!- rast-- has joined ##crawl-dev 18:08:23 -!- rast- has quit [Ping timeout: 272 seconds] 18:09:24 -!- rast has quit [Read error: Connection reset by peer] 18:09:34 -!- rast-- is now known as rast 18:15:32 ??rod of shadows[2 18:15:32 rod of shadows[2/2]: Since it uses the OOD timer, waiting around for a huge amount of time on the floor equal to your evoc will get you similar or better results for less investment. 18:15:35 that sounds like a bug? 18:15:39 if its actually true 18:16:06 probably 18:16:34 ??rod_of_shadows 18:16:34 rod of shadows[1/2]: Creates shadow creatures from a D level based on your evocations skill. Really bad with low evoc. 18:18:27 -!- ProzacElf_ has joined ##crawl-dev 18:23:32 -!- predator217 has quit [Ping timeout: 245 seconds] 18:23:33 -!- scummos^ has quit [Remote host closed the connection] 18:31:55 -!- tcjsavannah has quit [Client Quit] 18:32:00 -!- rossi has quit [Ping timeout: 250 seconds] 18:32:18 it seems to me like spectral weapon scales a little too well for a level 3 spell 18:32:43 -!- M1zzu has quit [Quit: Leaving] 18:32:56 that is to say, with a good weapon and good weapon skill its really really strong, without needing all that much investment into charms/hexes 18:32:59 it has a lot of drawbacks 18:33:21 like what? 18:33:33 you take damage when the weapon takes damage 18:33:34 the damage sharing is pretty insignificant 18:33:51 also the weapon is only +0 +0 18:33:56 *+0 18:34:13 Lightli: it's great for a very fast weapon 18:34:14 doesnt matter, still does !! hits 18:34:25 for my broad axe 18:34:48 in my experience it tends to fall off in depths/extended, where there are a lot of beams and fireballs etc flying around 18:35:00 and it becomes impractical to keep the spectral weapon up in many circumstances 18:35:12 I'd accept an argument that the strength of the weapon should scale with spellpower, though 18:35:20 I'm always excited to make more things scale off spellpower 18:35:25 !scale PleasingFungus 18:35:29 * Grunt sets PleasingFungus' spellpower to 0. 18:35:54 I think it should just scale less in general 18:36:05 !scale Grunt 18:36:12 you could remove its scaling with weapon skill, maybe? 18:36:13 haha 18:36:18 alefury: not exactly what I meant 18:36:31 its a freaking level 3 spell 18:36:47 like, say, stone arrow 18:36:50 -!- dtsund has quit [Read error: Connection reset by peer] 18:36:59 or conjure flame 18:37:10 -!- dtsund has joined ##crawl-dev 18:37:58 its okay if it stops being useful some time before extended 18:38:31 regeneration is also a level three spell 18:38:40 as is ozocubu's armour 18:39:29 fr nerf ozo 18:39:37 !nerf Lightli 18:39:37 * Sequell nerfs Lightli!!! 18:39:43 I already nerfed it, or possibly buffed it 18:39:58 PleasingFungus: oh, you nerfed Lightli already? 18:39:58 good 18:40:06 someone had to. 18:40:43 PleasingFungus: its not really good that those stay useful forever imo 18:40:58 or well, thats not actually the problem 18:41:01 nerf md 18:41:12 what I don't like about them is that they become free later in the game 18:41:13 doctors are too powerful 18:41:21 and are still very useful 18:41:36 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 18:42:22 tourists are too powerful. the shirt and the camera 18:42:35 those are both problem spells in their own ways, yes 18:42:50 I think spectral weapon is not a problem spell 18:43:14 yeah, spectral weapon is fine 18:43:25 probably better than many other buff type spells 18:43:43 not necessarily great though 18:45:11 what I don't like is how ozo's not only is strong but also distorts what equipment you want to use 18:45:29 that is exactly what I like about it 18:45:53 I think it's an oldcharm and bad for the usual reasons that they're bad 18:46:01 but the equipment restriction is good, and cool. 18:46:27 I mean it's nice not having to worry about AC in robes, but it feels kind of unfair when fire magic doesn't get anything like that 18:46:46 fire magic gets fireball and bolt of fire 18:46:58 -!- st_ has quit [Read error: Connection reset by peer] 18:47:03 ice magic gets freezing cloud and bolt of ice :v 18:47:06 fr wall of fire 18:47:07 -!- st_ has joined ##crawl-dev 18:47:17 !send Lightli ring of flames 18:47:17 it's called Ring of Flames 18:47:17 Sending ring of flames to Lightli. 18:47:20 PleasingFungus: hi... 18:47:21 Grunt: o/ 18:47:25 duh 18:47:30 rip 18:47:38 more seriously, fire magic gets sticky flame and delayed fireball and 18:47:38 yeah rip 18:47:41 conjured flame and 18:47:44 FIRE STORM 18:47:45 <_< 18:47:47 pfft 18:47:51 level 9 spells don't exist 18:47:54 everyone knows that! 18:47:56 fire magic has a lot of fun toys. 18:48:02 * Grunt gestures. ##crawl-dev rumbles around Grunt! 18:48:16 there are problems with ozo's, but the problem isn't "it's unfair that fire magic doesn't get the same toys!" 18:48:37 !send PleasingFungus toys 18:48:37 Sending toys to PleasingFungus. 18:49:08 -!- edlothiol has quit [Ping timeout: 260 seconds] 18:49:19 btw, I just crashed again after levelup, and again it was after picking a stat 18:49:37 not a mid-cleave levelup though 18:50:20 nice 18:50:51 still not exactly what I would call reproducible :( 18:50:55 rip 18:52:55 -!- debo has quit [Ping timeout: 255 seconds] 18:53:16 -!- Behavioral has quit [Ping timeout: 246 seconds] 18:55:32 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.90.1 [Firefox 32.0a1/20140529030207]] 18:55:37 did pretty much the same things, no crash this time 18:55:40 I was even poisoned again 18:58:35 -!- Keanan has joined ##crawl-dev 19:01:25 -!- Moonsilence has quit [Ping timeout: 272 seconds] 19:02:31 -!- Kramin has joined ##crawl-dev 19:06:53 <|amethyst> do we have any traces of that? 19:07:15 sounds like this bug is 19:07:17 !glasses 19:07:17 ( •_•)    ( •_•)>⌐■-■    (⌐■_■) 19:07:20 disappearing without a trace 19:07:23 !!! 19:07:25 <|amethyst> Local tiles? 19:09:17 [28 18:10] Crash on levelup https://crawl.develz.org/mantis/view.php?id=8835 by Galefury 19:09:36 |amethyst: yes, on windows 19:09:37 I have updated my local tiles build, btw, and will see if I can reproduce 19:10:14 seems kind of random to me, but at least it actually seems to have something to do with leveling up 19:20:23 -!- DarkEternal has quit [Quit: Page closed] 19:27:22 -!- scummos^ has quit [Ping timeout: 245 seconds] 19:34:53 -!- markgo has quit [Ping timeout: 240 seconds] 19:38:31 -!- eb_mobile has joined ##crawl-dev 19:40:06 -!- elliptic has quit [Read error: Connection reset by peer] 19:44:39 -!- elliptic has joined ##crawl-dev 19:47:06 -!- Keanan has quit [Quit: Leaving.] 19:53:40 -!- ToastyP has quit [Remote host closed the connection] 19:55:55 -!- salsa has quit [Ping timeout: 246 seconds] 19:58:05 -!- Zermako has quit [] 19:58:47 -!- debo has joined ##crawl-dev 19:59:32 -!- Keanan has joined ##crawl-dev 20:02:02 -!- category has quit [Quit: Page closed] 20:06:49 -!- debo has quit [Ping timeout: 272 seconds] 20:07:56 -!- rast has quit [Read error: Connection reset by peer] 20:08:19 -!- rast has joined ##crawl-dev 20:09:07 -!- magicpoints has quit [Quit: Page closed] 20:11:49 -!- alefury has quit [] 20:18:30 -!- MrPeeps has quit [Ping timeout: 250 seconds] 20:21:26 -!- debo has joined ##crawl-dev 20:25:40 -!- puissantveil has quit [Ping timeout: 246 seconds] 20:28:53 -!- AtomikKrab has quit [Ping timeout: 240 seconds] 20:32:28 -!- rossi has quit [Ping timeout: 250 seconds] 20:40:30 -!- SeianVerian has quit [Ping timeout: 240 seconds] 20:44:00 -!- debo has quit [Ping timeout: 240 seconds] 20:53:04 -!- Wolfechu has quit [Ping timeout: 255 seconds] 20:53:09 -!- Daekdroom has quit [Quit: Saindo] 20:55:09 -!- debo has joined ##crawl-dev 20:55:36 -!- Lasty1 has quit [Quit: Leaving.] 20:56:03 -!- Lasty1 has joined ##crawl-dev 20:59:38 -!- reaverb has joined ##crawl-dev 21:03:08 -!- HellTiger has quit [Ping timeout: 250 seconds] 21:03:32 -!- debo has quit [Ping timeout: 245 seconds] 21:05:26 -!- LordSloth has quit [Quit: this sleep thing] 21:05:32 -!- tsohg has quit [Remote host closed the connection] 21:08:11 -!- debo has joined ##crawl-dev 21:10:30 -!- tsohg has quit [Ping timeout: 250 seconds] 21:11:40 -!- tcjsavannah has quit [Quit: tcjsavannah] 21:12:30 -!- grit has quit [Ping timeout: 240 seconds] 21:12:56 -!- CKyle has joined ##crawl-dev 21:13:52 -!- CKyle has quit [Client Quit] 21:14:30 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 21:15:17 -!- Lumpydoo has quit [Quit: Page closed] 21:19:22 03reaverb02 07* 0.15-a0-2309-g0534ad8: Remove meaningless comments from handle_god_time() 10(18 hours ago, 1 file, 9+ 17-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=0534ad870240 21:19:22 03reaverb02 07* 0.15-a0-2310-g4dd2246: Sort god piety decay by rate 10(18 hours ago, 1 file, 19+ 23-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=4dd224673350 21:19:22 03reaverb02 07* 0.15-a0-2311-gc41cc3f: Remove an ancient comment 10(20 hours ago, 1 file, 0+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=c41cc3f4d6c1 21:19:22 03reaverb02 07* 0.15-a0-2312-gdff9442: Remove another ancient comment 10(18 hours ago, 1 file, 0+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=dff94423a83e 21:19:22 03reaverb02 07* 0.15-a0-2313-gf214915: Combine two conditionals with identical conditions 10(25 hours ago, 1 file, 0+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f21491568017 21:19:31 -!- MgDark_HuIE has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446]] 21:20:47 -!- Dingo_ has quit [Quit: Leaving] 21:20:58 -!- excalibur03 has quit [Ping timeout: 264 seconds] 21:21:01 -!- ProzacElf_ is now known as ProzacElf 21:22:28 !tell PleasingFungus it looks like 47e5704136 added some odd line endings (^M) to the MSVC project. 21:22:28 reaverb: OK, I'll let pleasingfungus know. 21:24:14 <|amethyst> reaverb: it needed it, though probably that should have been a separate commit 21:24:23 <|amethyst> reaverb: it was a mix of LF and CRLF before 21:24:26 -!- Kramin has quit [Quit: This computer has gone to sleep] 21:24:53 <|amethyst> (needed something I should say) 21:25:40 |amethyst: So the MSVC project only use CRLF after that commits? 21:25:45 s/commits/commit/ 21:26:25 <|amethyst> yes 21:26:28 <|amethyst> $ grep -cv $'\r$' MSVC/crawl.vcxproj 21:26:28 <|amethyst> 0 21:26:35 -!- Sovek has quit [Quit: Page closed] 21:27:07 <|amethyst> $ grep -cv $'\r$' <(git show 47e5704136^:./MSVC/crawl.vcxproj) 21:27:07 <|amethyst> 38 21:27:35 <|amethyst> I guess I could have used a pipe in that second command :P 21:27:46 Ok. 21:27:58 <|amethyst> probably no CRs would be fine too 21:28:11 !tell PleasingFungus Sorry, |amethyst tells me this is a purposeful change, Thanks1 21:28:11 reaverb: OK, I'll let pleasingfungus know. 21:28:18 "Thanks1" 21:28:40 <|amethyst> I don't know if it's intentional, but I guess "purposeful" doesn't necessarily mean intentional 21:28:52 reaverb: I think that's probably normal for MSVC projects 21:29:08 CRLF is the DOS-native convention, after all 21:29:23 <|amethyst> CRLF is the internet convention too 21:29:34 <|amethyst> Unix (and C) is the weird one 21:29:34 -!- dtsund has quit [Read error: Connection reset by peer] 21:29:36 supposedly! 21:30:12 SamB: Yes, it makes sense ot use windows line endings on the windows tool chain files. 21:31:39 -!- dtsund has joined ##crawl-dev 21:31:59 -!- Fusha has quit [Ping timeout: 260 seconds] 21:35:17 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 21:40:35 -!- Watball has quit [Quit: Leaving] 21:49:44 -!- Poncheis has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]] 21:58:22 -!- bh has quit [Quit: Page closed] 22:02:00 -!- Fhqwhgads_ has quit [Remote host closed the connection] 22:02:02 development feels a bit slow lately 22:02:11 ??tournament 22:02:11 tournament[1/4]: The 0.14 tournament ran from 20:00 UTC Apr 11 to 20:00 UTC Apr 27. Rules: http://dobrazupa.org/tournament/0.14/ Leaderboard (with nchoice list): http://dobrazupa.org/tournament/0.14/overview.html 22:05:45 Lightli: Start submitting patches if you want to speed it up :D 22:06:13 the problem is I don't know what's left to do until .15 is finished 22:06:21 ??0.15 plan 22:06:21 0.15 plan[1/1]: https://crawl.develz.org/wiki/doku.php?id=dcss:planning:0.15_plan 22:06:27 yeah 22:06:39 according to that all that's left is figuring out what to do with gozag wrath 22:06:55 -!- FushaII has quit [Ping timeout: 250 seconds] 22:07:22 -!- somebody1 has joined ##crawl-dev 22:10:10 03reaverb02 07* 0.15-a0-2314-ge05c1ae: Remove an unused function (misc.cc) 10(4 minutes ago, 2 files, 0+ 19-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=e05c1ae0a574 22:10:12 -!- causative has quit [Ping timeout: 260 seconds] 22:13:07 -!- fearitself has quit [Ping timeout: 246 seconds] 22:19:59 -!- demiskeleton has quit [Quit: Leaving] 22:20:20 -!- MaxFrost has quit [Ping timeout: 245 seconds] 22:25:29 -!- roctavian has joined ##crawl-dev 22:27:36 -!- mamgar has quit [Read error: Connection reset by peer] 22:27:42 -!- CKyle_ has joined ##crawl-dev 22:27:54 -!- CKyle_ has left ##crawl-dev 22:28:38 -!- rast- has joined ##crawl-dev 22:30:35 -!- rast has quit [Ping timeout: 272 seconds] 22:30:42 -!- rast- is now known as rast 22:34:04 -!- CKyle has joined ##crawl-dev 22:36:07 -!- ystael has quit [Ping timeout: 245 seconds] 22:36:56 -!- ZRN has quit [Read error: Connection reset by peer] 22:37:17 -!- roctavian has quit [Quit: Page closed] 22:37:45 -!- PolkaDot has quit [Quit: Lost terminal] 22:38:22 -!- Krakhan has quit [Ping timeout: 264 seconds] 22:38:45 cerealjynx (L27 GrGl) (Abyss:3) 22:38:49 -!- tensorpudding has quit [Ping timeout: 272 seconds] 22:49:43 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 22:54:13 -!- PleasingFungus has joined ##crawl-dev 22:58:26 reaverb, |amethyst: it was unintentional, though I did notice the line-ending change in the commit diffs; I just couldn't be bothered to try to do anything about it. And it turned out it was correct: bonus! 22:58:27 PleasingFungus: You have 3 messages. Use !messages to read them. 22:58:39 Hehe. 22:59:14 !tell Patashu imho file a bug about it if you want it to be fixed!!!! 22:59:15 PleasingFungus: OK, I'll let patashu know. 23:00:50 03reaverb02 07* 0.15-a0-2315-g71fb006: Move a function (tobool, 2 args) from stuff.cc -> clua.cc 10(19 minutes ago, 3 files, 15+ 16-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=71fb0069df3c 23:00:50 03reaverb02 07* 0.15-a0-2316-ga501512: Move a function (tobool, 1 args) from stuff.cc -> directn.cc 10(18 minutes ago, 3 files, 9+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=a50151252405 23:00:50 03reaverb02 07* 0.15-a0-2317-g9784212: Move frombool() from stuff.cc -> clua.cc 10(15 minutes ago, 3 files, 6+ 10-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=9784212c2318 23:01:09 oh, nice! 23:01:31 mm. I really need to play a crossbow game 23:01:44 to see how hand crossbows & arbalests play 23:01:55 need to do that before 0.15 comes out 23:03:24 there's that, there's... probably moving gozag into trunk-only, probably... :( and some very minor stuff. updating the manual, maybe. 23:03:36 -!- ussdefiant has joined ##crawl-dev 23:03:43 in terms of things that I personally feel have to be done before 0.15. 23:04:16 PleasingFungus: crossbow 23:04:19 PleasingFungus: imo do a KoHu 23:04:35 !hs . kohu 23:04:36 1. PleasingFungus the Kobold Arbalest (L27 KoHu of Fedhas), blasted by Vytatidu the pandemonium lord (blast of hellfire) on D:16 on 2014-02-21 21:06:37, with 705540 points after 120508 turns and 11:41:55. 23:04:49 try two!!! 23:04:59 dang 23:05:00 rip 23:05:02 yeah I know other people were talking about kohu 23:05:08 !lg . kohu 23:05:09 2. SGrunt the Kobold Arbalest (L27 KoHu of Dithmenos), escaped with the Orb and 3 runes on 2014-01-19 04:59:31, with 1354010 points after 121177 turns and 6:20:51. 23:05:14 seen a lot of people playing cehu which is hilariously strong, but, I mean 23:05:14 cerealjynx (L27 GrGl) (Abyss:5) 23:05:14 second time's the charm, see! 23:05:16 that's nothing new 23:05:17 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:05:21 similarly grbe with xbows 23:05:39 !lg eb kohu 23:05:39 No games for eb (kohu). 23:05:44 Meg 23:05:46 eb: get to work 23:05:47 eb_mobile: imho get on it!! 23:05:49 meh 23:05:50 Grunt: o/ 23:05:51 PleasingFungus: hi... 23:06:09 autocorrect likes Meg 23:06:42 kohu is solid tourney points so yeah 23:10:46 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:12:06 -!- ystael has quit [Ping timeout: 260 seconds] 23:14:17 well, I mean 23:14:23 !lg . kohu / orb 23:14:23 No keyword 'orb' 23:14:25 hey Grunt, is the shadowmimic still good with the ranged overhaul? 23:14:25 hm 23:14:36 TS__: dunno; haven't tried it since 23:14:38 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:14:39 Dang 23:14:46 PleasingFungus: imo KoHu of Dith so you can answer TS__'s question 23:14:50 Yea 23:14:51 do it 23:14:52 -!- CSDCS has quit [Read error: Connection reset by peer] 23:14:53 hm 23:14:56 !hs . dith 23:14:56 well 23:14:56 9. PleasingFungus the Eviscerator (L27 FeAr of Dithmenos), escaped with the Orb and 5 runes on 2014-04-16 17:59:48, with 2556112 points after 97530 turns and 10:31:17. 23:14:59 o 23:15:01 I forgot about that guy 23:15:04 PF knows I want him to make generic ammo infinite 23:15:04 !hs . dith -2 23:15:05 8/9. PleasingFungus the Imperceptible (L27 FoHu of Dithmenos), mangled by Qerory the pandemonium lord on D:16 (grunt_enter_depths_snipers) on 2014-02-11 03:46:18, with 705803 points after 94261 turns and 7:46:28. 23:15:14 so I can play a stealth archer 23:15:17 ha 23:15:26 hm 23:15:31 dang is that on the orbrun 23:15:34 :( 23:15:35 yep 23:15:41 those two were practically in a row, iirc 23:15:45 that guy and the kohu 23:15:48 need lantern of shadows for Fo orbrun 23:15:48 it was a bad time for me and orbruns 23:15:49 :) 23:15:51 ha 23:16:00 it turns out pain-branded pan lords can fuck you up!!! 23:16:05 too bad you cant cast passage of golubria 23:16:07 on the orb run 23:16:30 How long do those take to deteriorate, btw? 23:17:11 haha wait what 23:17:15 !lg * map~~pf_ !boring 23:17:16 6. tcjsavannah the Ruffian (L4 DrTm), splashed with acid in the Temple (pf_slimified_temple) on 2014-07-19 00:44:45, with 135 points after 2439 turns and 0:15:10. 23:17:21 !gamesby tcjsavannah 23:17:21 tcjsavannah has played 1165 games, between 2011-05-03 01:51:04 and 2014-07-28 18:05:24, won 63 (5.4%), high score 16837397, total score 238158474, total turns 15979923, play-time/day 1:47:14, total time 88d+2:25:02. 23:17:27 ..... 23:17:34 !tv * map~~pf_ !boring 23:17:35 6. tcjsavannah, XL4 DrTm, T:2439 requested for FooTV (telnet://termcast.develz.org or http://termcast.develz.org). 23:18:29 ...? 23:20:09 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:25:19 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:25:46 -!- Kramin42 has quit [Ping timeout: 264 seconds] 23:27:20 -!- somebody1 has quit [Quit: Leaving.] 23:27:56 03reaverb02 07* 0.15-a0-2318-g4fff2f9: Make pan lord speed more readable 10(13 minutes ago, 1 file, 7+ 4-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=4fff2f958890 23:27:56 03reaverb02 07* 0.15-a0-2319-g2a2eb70: Refactor some pan lord spell selection code 10(12 minutes ago, 1 file, 14+ 16-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=2a2eb70bb336 23:27:56 03reaverb02 07* 0.15-a0-2320-g4060839: Rearrange some pan lord generation code 10(8 minutes ago, 1 file, 19+ 19-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=40608398c769 23:27:56 03reaverb02 07* 0.15-a0-2321-g19443a2: Clarify a comment 10(21 hours ago, 1 file, 1+ 1-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=19443a22571c 23:27:56 03reaverb02 07* 0.15-a0-2322-gd02a517: Pull possible pan lord attack brands into a helper function 10(21 hours ago, 1 file, 30+ 22-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=d02a517ca8e4 23:29:00 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:29:26 -!- Kramin42 has joined ##crawl-dev 23:29:39 -!- CSDCS has quit [Read error: Connection reset by peer] 23:32:55 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:33:06 -!- Brannock_ has joined ##crawl-dev 23:34:22 -!- Kramin42 has quit [Ping timeout: 240 seconds] 23:34:48 -!- Kramin_ has joined ##crawl-dev 23:35:24 -!- Kramin has quit [Ping timeout: 255 seconds] 23:36:11 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:36:50 -!- Brannock has quit [Ping timeout: 260 seconds] 23:38:22 -!- Kramin_ has quit [Client Quit] 23:40:16 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:43:10 Some inconsistencies in corrosion display 13https://crawl.develz.org/mantis/view.php?id=8836 by Patashu 23:43:31 -!- CSDCS has quit [Read error: Connection reset by peer] 23:44:29 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:45:01 -!- Kramin has joined ##crawl-dev 23:48:16 03PleasingFungus02 07* 0.15-a0-2323-gbbdfe80: Changelog through 0.15-a0-2304-g0cf3be7 10(24 minutes ago, 1 file, 11+ 0-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=bbdfe8021718 23:48:16 03PleasingFungus02 07* 0.15-a0-2324-gf0d8333: Revert "Remove pan lords from randbook author names." 10(23 minutes ago, 1 file, 114+ 3-) 13http://s-z.org/neil/git/?p=crawl.git;a=commitdiff;h=f0d83335393a 23:48:38 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:50:53 -!- iFurril has quit [Ping timeout: 256 seconds] 23:52:11 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:52:29 -!- wat has quit [Ping timeout: 255 seconds] 23:53:50 -!- bonghitz has quit [Quit: Leaving...] 23:55:44 Sovek (L23 MiBe) (Abyss:3) 23:56:11 Sovek (L23 MiBe) ASSERT(!in_bounds(you.pos()) || !cell_is_solid(you.pos()) || you.wizmode_teleported_into_rock) in 'main.cc' at line 3090 failed. (Abyss:3) 23:56:23 Sovek (L23 MiBe) ASSERT(!in_bounds(you.pos()) || !cell_is_solid(you.pos()) || you.wizmode_teleported_into_rock) in 'main.cc' at line 3090 failed. (Abyss:3) 23:56:29 -!- CSDCMS has quit [Read error: Connection reset by peer] 23:56:59 -!- CSDCS has quit [Read error: Connection reset by peer] 23:57:00 Sovek (L23 MiBe) ASSERT(!in_bounds(you.pos()) || !cell_is_solid(you.pos()) || you.wizmode_teleported_into_rock) in 'main.cc' at line 3090 failed. (Abyss:3) 23:57:18 !crashlog Sovek 23:57:18 3. Sovek, XL23 MiBe, T:56992 (milestone): http://crawl.berotato.org/crawl/morgue/Sovek/crash-Sovek-20140729-045607.txt 23:58:45 Sovek (L23 MiBe) ASSERT(!in_bounds(you.pos()) || !cell_is_solid(you.pos()) || you.wizmode_teleported_into_rock) in 'main.cc' at line 3090 failed. (Abyss:3) 23:58:47 -!- Brannock_ has quit [Quit: Leaving] 23:59:35 reaverb: maybe related to https://crawl.develz.org/mantis/view.php?id=8261