00:46:41 The mummy is destroyed! 00:46:41 A malignant aura surrounds the long sword of freezing. 00:46:41 _Your long sword of freezing shivers with cold. 00:50:40 has smoeone filed a bug for agrid not being initialised when restoring a game? 00:54:22 most noticeable: get a monster with a halo onscreen, save, realod. 02:07:32 -!- eith has joined ##crawl-dev 02:31:14 -!- eith has quit [Ping timeout: 272 seconds] 02:37:11 -!- Pseudonut has joined ##crawl-dev 02:50:36 03dolorous * r5c062a1c50e2 10/crawl-ref/source/mon-data.h: Fix a few more instances of uniques' having the wrong species type. 03:02:12 Lernaean hydra zombie naming off (https://crawl.develz.org/mantis/view.php?id=2596) by dolorous 03:02:50 due: I added caching of the fact that "agrid doesn't need to be updated" as one of pre-0.7 speed optimizations, but it seemed to work correctly. Do you have restart_after_game, per chance? 03:03:30 kilobyte: Nope, juts default. 03:05:13 likely related to the map knowledge changes 03:06:16 Posibly, yeah. 03:31:29 -!- Fangorn_ has joined ##crawl-dev 03:33:48 -!- monky has quit [Quit: GOODBYE] 03:42:51 -!- Pseudonut has quit [Remote host closed the connection] 03:47:35 -!- evilmike has quit [] 04:01:48 -!- casmith789 has quit [Remote host closed the connection] 04:26:56 can someone reopen this? https://crawl.develz.org/mantis/view.php?id=2284 - I want to point out the snake end is lacking is difficulty 04:33:18 st_: done 04:33:39 cheers 04:39:56 -!- Mu_ has joined ##crawl-dev 05:19:30 -!- ortoslon has joined ##crawl-dev 05:24:15 please add spoilers on the anti-magic brand to learndb 05:25:05 that's ##crawl's job, usually 05:25:21 ??anti-magic 05:25:22 antimagic[1/2]: A weapon brand added in 0.8 trunk, found on randarts and Trog gifts. Dealing damage with it sometimes makes monsters lose a turn when they try to cast spells. Wielding it reduces max mp by around 2/3, getting hit by it depletes mp. Works on everything that uses magic, including demons. 05:25:36 oh 05:25:53 maybe the web page hasn't been updated? 05:26:16 seems so 05:26:54 http://crawl.develz.org/learndb/index.html last updated on aug 29 05:28:55 looks like I can't run the update script -- Napkin? 05:29:46 I may even have broken that page entirely by aborting update-learndb.sh 05:30:22 yes, it can't run anymore with forwarding agent disabled 05:43:13 fixed, by 05:43:16 thanks 05:43:37 I'll try to make some squarelos windows builds, ok? think I can do it without breaking anything 05:44:14 create a backup of the branch, please - otherwise it will be very difficult to go back to master later 05:44:43 a separate branch in the mingw repository, right? 05:45:09 I'll delete it again after they're done 05:45:12 or that, yes 05:45:27 but it'll be 3 branches, to be precise 05:45:49 yes, one each for installer, tiles, non-tiles? 05:45:51 update.conf and update.sh is pretty straight forward 05:45:57 exactly 05:46:06 yes, they look very nice 05:46:16 oh, thanks :) 05:50:23 I don't know if I've said this, but I'd suggest turning the blue elf walls lightgrey - it's a little overbearing as-is 05:51:23 though ascii walls don't help any 06:04:12 -!- valrus has joined ##crawl-dev 06:14:33 ??square los 06:14:33 square los[1/1]: On cdo for testing. Feedback welcome at https://crawl.develz.org/wiki/doku.php?id=dcss:brainstorm:square_los 06:14:44 ^ that wiki page now has links to windows square los builds 06:15:02 if someone wanted to do a blog post I guess that would also be nice 06:20:42 -!- syllogism has joined ##crawl-dev 06:24:41 -!- elliptic has quit [Ping timeout: 240 seconds] 06:26:19 mmm... string.push_back(char) has a better than O(n^2) time, unlike I thought. 06:27:05 it's still worse than linear, but vector.push_back and then std::string(&v[0], v.size()) overtakes it only at 80KB long strings 06:47:01 -!- valrus has quit [Remote host closed the connection] 06:47:52 -!- bmh has joined ##crawl-dev 06:47:55 -!- bmh has quit [Changing host] 06:47:55 -!- bmh has joined ##crawl-dev 06:48:00 neat, square LOS 07:17:18 -!- MarvinPA has joined ##crawl-dev 07:19:11 -!- bmh has quit [Quit: bmh] 07:20:15 -!- eith has joined ##crawl-dev 07:23:32 -!- Zaba has quit [Ping timeout: 276 seconds] 07:31:28 -!- ortoslon has quit [Ping timeout: 265 seconds] 07:31:39 -!- Zaba has joined ##crawl-dev 07:36:18 -!- Zaba has quit [Ping timeout: 240 seconds] 07:45:40 -!- upsy has joined ##crawl-dev 07:46:59 -!- Zaba has joined ##crawl-dev 07:52:56 -!- Vandal has quit [] 07:56:43 -!- Vandal has joined ##crawl-dev 08:14:07 Hm, should spirits open doos? 08:38:17 -!- Cryp71c has joined ##crawl-dev 08:51:30 -!- eith has quit [] 09:20:27 an aesthethic question: what naming scheme for Unicode wrappers for syscalls would look the best? 09:32:09 -!- MarvinPA has quit [Remote host closed the connection] 09:34:03 what are the options 09:44:42 doy: fopen_whatever, fopenU, ... 09:45:25 fopen_whatever is what pretty much the entire rest of the source uses 09:45:38 so i'd prefer that 09:45:53 it's basically Windows vs the rest of the world, since you need to use OpenFileW and such, while all other systems can pass all characters they support via fopen 09:46:13 fopen_u? fopen_utf? fopen_meow? 09:46:44 fopen_u, probably 09:46:56 m'kay, thanks! 09:47:14 easy enough to change later, in any case 09:55:07 -!- bmh has joined ##crawl-dev 09:55:07 -!- bmh has quit [Changing host] 09:55:07 -!- bmh has joined ##crawl-dev 10:29:07 -!- MarvinPA has joined ##crawl-dev 10:39:59 -!- bmh has quit [Quit: bmh] 10:52:46 -!- Ashenzari has joined ##crawl-dev 10:52:46 -!- The topic of ##crawl-dev is: DCSS development channel! | Logs: http://tozt.net/crawl | People with +v have commit access. | Please keep general crawl-related chit-chat to ##crawl. | Dev wiki: http://crawl.develz.org/wiki | Ashenzari source: http://github.com/doy/crawlbot | Long stuff to pastebin.ca please. 10:53:51 -!- Henzell has joined ##crawl-dev 10:54:20 -!- violetj has quit [Ping timeout: 276 seconds] 10:54:24 -!- violetj has joined ##crawl-dev 11:04:19 -!- ortoslon has joined ##crawl-dev 11:04:23 !seen rax 11:04:24 I last saw rax at Sat Sep 11 03:40:55 2010 UTC (5d 12h 23m 29s ago) joining the channel. 11:06:02 Hi, what's up? 11:10:19 Oh hi 11:12:30 The henzell LearnDB is great, and my bot for rl.heh.fi has been scraping it straight from http://crawl.akrasiac.org/henzell 11:12:54 But it's not a very good solution 11:13:35 There was talk about the possibility of having rsync access to the DB, so I could have a local copy 11:19:40 rsync daemon that doesn't require authentication would be the simplest way 11:19:49 No need for ssh access etc 11:19:50 -!- ortoslon has quit [Ping timeout: 265 seconds] 11:21:04 -!- ortoslon has joined ##crawl-dev 11:30:29 -!- Iainuki has joined ##crawl-dev 11:31:19 -!- elliptic has joined ##crawl-dev 11:33:16 03dolorous * r0870cb38606b 10/crawl-ref/source/mon-data.h: Fix one more instance of a unique's having the wrong species type. 11:35:45 -!- casmith789 has joined ##crawl-dev 11:42:18 -!- gamefreak264 has joined ##crawl-dev 11:47:33 -!- blabber has joined ##crawl-dev 11:48:14 -!- blabber has quit [Client Quit] 11:49:17 -!- blabber has joined ##crawl-dev 11:55:56 -!- gamefreak264 has quit [Ping timeout: 276 seconds] 12:00:30 -!- blabber has quit [Remote host closed the connection] 12:05:52 -!- blabber has joined ##crawl-dev 12:23:05 -!- gamefreak264 has joined ##crawl-dev 12:49:48 -!- ortoslon has quit [Ping timeout: 240 seconds] 13:18:02 -!- gamefreak264 has quit [Ping timeout: 264 seconds] 13:18:43 -!- gamefreak264 has joined ##crawl-dev 13:47:20 -!- gamefreak264 has quit [Ping timeout: 255 seconds] 13:48:44 Xom animate weapon causes the wrong weapon type to appear (https://crawl.develz.org/mantis/view.php?id=2597) by MarvintheParanoidAndroid 13:54:55 -!- blabber has quit [Quit: leaving] 14:07:06 -!- monky has joined ##crawl-dev 14:42:14 -!- Vandal has quit [Ping timeout: 240 seconds] 14:46:22 -!- Vandal has joined ##crawl-dev 14:50:45 -!- Vandal has quit [Ping timeout: 252 seconds] 14:54:53 -!- Vandal has joined ##crawl-dev 15:34:21 !lg * win sk=bows sklev=27 s=title 15:34:21 28 games for * (win sk=bows sklev=27): 7x Merry Centaur, 4x Merry Elf, 3x Master Archer, 3x Merry Human, 3x Merry Demigod, 2x Merry Minotaur, 2x Merry Demonspawn, 1x Merry Vampire, 1x Merry Spriggan, 1x Merry Ghoul, 1x Merry Naga 15:44:47 merry? 15:53:12 -!- valrus has joined ##crawl-dev 15:58:09 -!- Cryp71c has quit [Quit: Leaving] 16:02:44 -!- MarvinPA has quit [Ping timeout: 252 seconds] 16:15:08 -!- Textmode has quit [Quit: Over the ages, man has been certain of a great many things. some of these things were even true.] 17:11:50 -!- Danei has joined ##crawl-dev 18:09:59 -!- syllogism has quit [] 18:40:14 Confusing touch shows RoF message in @ (https://crawl.develz.org/mantis/view.php?id=2598) by Sticking 18:48:28 -!- valrus has quit [Ping timeout: 272 seconds] 19:06:30 "Oops". 20:03:13 -!- Mu_ has quit [Quit: Defecator, may everything turn out okay so that you can leave this place.] 20:04:14 -!- valrus has joined ##crawl-dev 20:14:56 -!- upsy has quit [Remote host closed the connection] 20:22:11 -!- MarvinPA has joined ##crawl-dev 21:22:48 -!- gamefreak264 has joined ##crawl-dev 21:51:14 -!- gamefreak264 has quit [Ping timeout: 240 seconds] 21:52:34 -!- gamefreak264 has joined ##crawl-dev 22:00:19 -!- MarvinPA has quit [Remote host closed the connection] 22:16:21 Vehumet MP cost reduction not working (https://crawl.develz.org/mantis/view.php?id=2599) by MooseHowl 22:50:38 -!- gamefreak264 has quit [Ping timeout: 276 seconds] 23:40:58 -!- Siber2 has joined ##crawl-dev 23:44:26 -!- Siber has quit [Ping timeout: 264 seconds] 23:45:23 -!- valrus has quit [Remote host closed the connection] 23:53:06 -!- dpeg has joined ##crawl-dev 23:53:12 Cheers 23:53:12 dpeg: You have 2 messages. Use !messages to read them. 23:53:17 !messages 23:53:17 (1/2) Cryp71c said (1d 11h 10m 45s ago): somehow I've missed your message for quite some time, not sure how. No, spiny monsters do not have the spiny effect presently. 23:54:01 !tell Cryp71c No problem, I'll add it to the monsters list. But wait, would it be hard to add that to spiny monsters? 23:54:01 dpeg: OK, I'll let Cryp71c know. 23:54:04 !messages 23:54:04 (1/1) kilobyte said (1d 7h 44m ago): hunger rates: Sp 1, Ha 2, Ko/*/Na 3, Ce/Og 4, Tr 9