00:01:46 -!- clouded_ has quit [] 00:03:57 Unstable branch on crawl.develz.org updated to: 0.11-a0-3068-g7b42df6 (33) 00:06:06 -!- the_glow_m_ has quit [Ping timeout: 264 seconds] 00:07:08 -!- Stelpa has quit [Remote host closed the connection] 00:07:24 Item potion of curing buggily placed in feature some deep water at (40, 31). (abyss) 00:10:36 -!- bonghitz has quit [Quit: bonghitz] 00:15:06 -!- the_glow_m has quit [Ping timeout: 264 seconds] 00:15:53 -!- monqy has joined ##crawl-dev 00:20:11 Windows builds of master branch on crawl.develz.org updated to: 0.11-a0-3068-g7b42df6 00:24:39 -!- hoody has quit [Remote host closed the connection] 00:26:49 -!- Fear has quit [Quit: Leaving] 00:28:29 -!- neunon has quit [Quit: Leaving...] 00:32:35 -!- Stelpa has quit [Remote host closed the connection] 00:33:04 -!- Stelpa has quit [Changing host] 00:35:57 -!- DrCrypt has quit [Ping timeout: 240 seconds] 00:43:17 -!- MissPrince has quit [Quit: Page closed] 00:47:15 -!- rkd2 has quit [] 00:47:37 -!- andrewhl has quit [Remote host closed the connection] 00:48:58 -!- andrewhl has quit [Remote host closed the connection] 01:01:27 -!- neunon has joined ##crawl-dev 01:01:28 -!- neunon has quit [Changing host] 01:01:28 -!- neunon has joined ##crawl-dev 01:01:51 <|amethyst> johnny0: that's #5980... I have a fix on the way, just have to compile and do some testing first 01:02:25 -!- PollyEsther has quit [Remote host closed the connection] 01:03:09 ahh alright, i saw there was a "feature replacement issue" fix a few days ago, figured this might be a side-effect or something. Anyway, just wanted to let the devs know that it was seen 01:04:48 <|amethyst> this one's actually something else, caused by the fix for #5762 01:05:12 -!- Panfork has quit [Quit: Leaving] 01:05:12 -!- CryptoCactus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 01:05:30 <|amethyst> but thanks for pointing it out... I had forgotten about it despite the fact that the report on Mantis is less than a week old 01:16:07 -!- andrew___ has quit [Remote host closed the connection] 01:20:28 -!- kincht has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]] 01:23:44 -!- MincedSushi has joined ##crawl-dev 01:28:52 I have a quick question for you guys. Where might I start if I wanted to play with the source? Also what laungage? 01:29:15 -!- Dixie has joined ##crawl-dev 01:36:39 <|amethyst> ??source 01:36:39 source[1/5]: Browse the Git repository at http://gitorious.org/crawl/crawl 01:36:56 -!- DrCrypt has quit [Ping timeout: 252 seconds] 01:37:00 <|amethyst> it's mostly C++, though lots of things are scripted in Lua, too 01:38:37 I'm noticing a lot of Lua refrences in the docs and thanks so much! D 01:38:39 :D 01:38:46 <|amethyst> it's a pretty large codebase... about 300 kloc 01:39:07 <|amethyst> not counting maps and lua 01:39:21 And tbh, it's pretty confusing :) 01:39:41 I should probably make a pull and open some mantis tickets before my train ride tonight. 01:40:03 ^^ 01:40:08 I like just diving in 01:40:36 -!- pelotr0n has quit [Quit: ~Internet()] 01:40:50 It's the coding equivlent to bying pixie sticks from some guy in the ally behind the club. 01:48:33 hyperelliptic (L24 DDAM) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Vaults:7) 01:48:46 um 01:48:55 that just happened when I tried to transfer my save 01:49:04 hyperelliptic (L24 DDAM) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Vaults:7) 01:49:17 <|amethyst> kilobyte added a new check 01:50:43 !lm . crash -log 01:50:43 03|amethyst * re676bc4e923c 10/crawl-ref/source/dungeon.cc: Don't complain about items in Abyssal deep water. 01:50:43 17. hyperelliptic, XL24 DDAM, T:58950 (milestone): http://crawl.develz.org/morgues/trunk/hyperelliptic/crash-hyperelliptic-20120801-064904.txt 01:53:54 <|amethyst> player_quiver::save, weird 01:54:18 yes, I was being confused by that 01:54:32 why does it even call that when you load a game? 01:54:44 <|amethyst> it's in save_game_state() 01:55:03 !lm . crash -log -2 01:55:03 16. hyperelliptic, XL24 DDAM, T:58950 (milestone): http://crawl.develz.org/morgues/trunk/hyperelliptic/crash-hyperelliptic-20120801-064833.txt 01:55:21 okay, identical 01:55:38 @dump hyperelliptic 01:55:39 http://crawl.develz.org/morgues/trunk/hyperelliptic/hyperelliptic.txt 01:55:56 I have an empty quiver if that is relevant 01:56:47 <|amethyst> hrm... I'm guessing that unannotated frame between main and save_game_state is _launch_game 01:57:45 -!- Coweater has quit [Quit: Coweater] 02:03:54 -!- BanMido has quit [Quit: Page closed] 02:04:06 <|amethyst> hm 02:04:41 <|amethyst> it's actually not the quiver itself, but either m_last_weapon or m_last_used_of_type 02:08:33 -!- Pacra has quit [Quit: This computer has gone to sleep] 02:09:42 -!- Kalir has quit [Quit: YOU'LL NEVER TAKE ME ALIVE] 02:14:47 -!- ac13 has quit [Ping timeout: 246 seconds] 02:14:58 <|amethyst> can you do a save backup? 02:16:01 cptwinky (L20 HOPr) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Vaults:5) 02:16:03 cptwinky (L20 HOPr) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Vaults:5) 02:16:07 cptwinky (L20 HOPr) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Vaults:5) 02:17:29 |amethyst: yeah, I actually was just in the process of doing that and putting it on mantis :) 02:17:40 http://crawl.develz.org/saves/dumps/hyperelliptic-7b42df6-120801-0715.tar.bz2 02:20:54 <|amethyst> it's on m_last_used_of_type[0] 02:20:59 Crash on launch: ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (https://crawl.develz.org/mantis/view.php?id=6007) by elliptic 02:22:56 -!- absolutego has joined ##crawl-dev 02:23:09 Sabaki (L5 HEGl) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:4) 02:25:13 I *probably* didn't throw anything that game 02:25:46 yeah, action_counts confirms that 02:28:17 -!- JackRogers has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713224749]] 02:28:33 Sabaki (L5 HEGl) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:3) 02:28:34 <|amethyst> it's because that entry is a dart with quantity = 0 02:30:19 oh I guess I actually threw one stone on that character 02:30:50 -!- crate has quit [Quit: Leaving] 02:35:17 <|amethyst> hmm 02:35:40 <|amethyst> I can't seem to trigger the crash on my own save but I am seeing bad things 02:36:13 <|amethyst> oh, yes I can 02:36:46 <|amethyst> the corruption is set up when you quiver a dagger, then switch to it as your wielded weapon 02:36:47 ttf (L11 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 02:37:06 <|amethyst> (any throwing weapon would do, not just daggers) 02:37:53 -!- DrCrypt has quit [Ping timeout: 246 seconds] 02:39:13 <|amethyst> that leads to m_last_used_of_type[AMMO_THROW] having a real base type, but with quantity = 0 02:39:53 <|amethyst> which, since 485c763, means a crash on save 02:40:00 guizzmo (L11 NaTm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 02:40:36 ttf (L10 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 02:42:56 -!- Svankensen has quit [Quit: Page closed] 02:43:52 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:3) 02:44:14 <|amethyst> okay, got it 02:45:12 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 02:45:14 ttf (L10 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:2) 02:45:17 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 02:45:37 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 02:46:59 -!- Yen has quit [Ping timeout: 246 seconds] 02:50:53 <|amethyst> Napkin, kilobyte, due, galehar: any chance of doing a rebuild on CDO? 02:51:18 <|amethyst> (commit should show up momentarily) 02:51:34 -!- tensorpudding has quit [Ping timeout: 260 seconds] 02:51:56 guizzmo (L12 NaTm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 02:52:06 03|amethyst * r11b76d3407a6 10/crawl-ref/source/quiver.cc: Avoid a crash after wielding the quivered weapon. 02:53:34 -!- Sorbius has quit [Ping timeout: 252 seconds] 02:56:08 guizzmo (L12 NaTm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Temple) 02:57:46 guizzmo (L12 NaTm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Temple) 03:07:54 -!- vev_ has quit [Remote host closed the connection] 03:15:25 -!- BanMido has quit [Ping timeout: 245 seconds] 03:18:32 <|amethyst> hm... I keep a local mailmap that's much more detailed, and has more historical addresses, than the stuff in the CIA hooks... should I commit it? 03:20:32 <|amethyst> hrm 03:20:56 MetaJacky (L2 DEFE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:2) 03:23:10 <|amethyst> it's at http://s-z.org/crawl-dev/.mailmap if anyone is interested 03:24:51 <|amethyst> (this is what Chei uses to map author/committer emails to nicks) 03:31:35 Mandor (L17 MiFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Snake:2) 03:32:42 soul (L15 HEAE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Snake:4) 03:37:12 soul (L15 HEAE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Snake:4) 03:38:35 -!- DrCrypt has quit [Ping timeout: 250 seconds] 03:40:20 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 03:40:53 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 03:41:13 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 03:41:31 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 03:42:18 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 03:42:42 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 03:44:54 soul (L15 HEAE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 03:45:34 -!- FunnyMan3595 has quit [Ping timeout: 272 seconds] 03:48:53 -!- Xiberia has quit [Ping timeout: 255 seconds] 03:49:07 -!- MincedSushi has quit [] 03:49:11 soul (L15 HEAE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Snake:1) 03:51:31 -!- Xiberia has joined ##crawl-dev 03:51:51 morning 03:51:54 means 03:51:56 doters 03:52:55 -!- monqy has quit [Quit: hello] 03:54:05 -!- Xiberia has left ##crawl-dev 04:01:32 -!- dtsund has quit [Ping timeout: 244 seconds] 04:01:41 -!- ark____ has joined ##crawl-dev 04:04:02 -!- Pacra has joined ##crawl-dev 04:04:13 -!- syllogism has joined ##crawl-dev 04:10:10 soul (L16 HEAE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Shoals:5) 04:10:18 -!- evilmike has quit [] 04:15:37 -!- snoonan has joined ##crawl-dev 04:16:14 -!- edlothiol has joined ##crawl-dev 04:18:06 -!- bonghitz has quit [Quit: bonghitz] 04:19:04 -!- neunon has quit [Ping timeout: 260 seconds] 04:21:57 -!- mikee_ has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Nine out of ten l33t h4x0rz prefer it] 04:22:54 Unstable branch on crawl.develz.org updated to: 0.11-a0-3070-g11b76d3 (33) 04:32:56 -!- belasarius has quit [Ping timeout: 245 seconds] 04:38:24 -!- inde has quit [Ping timeout: 255 seconds] 04:39:16 -!- Grildrak has quit [Quit: Page closed] 04:39:29 -!- DrCrypt has quit [Ping timeout: 260 seconds] 04:40:49 -!- alefury has joined ##crawl-dev 04:45:36 -!- inde2 has quit [Ping timeout: 255 seconds] 04:49:34 -!- wasd22 has quit [Read error: Connection reset by peer] 04:59:00 -!- Sprort has quit [Ping timeout: 276 seconds] 05:00:02 OSX builds of master branch on crawl.develz.org updated to: 0.11-a0-3070-g11b76d3 05:00:52 -!- edlothiol has quit [Ping timeout: 248 seconds] 05:02:52 -!- clouded_ has joined ##crawl-dev 05:03:01 -!- shrot has quit [Quit: shrot] 05:06:11 -!- edlothiol has joined ##crawl-dev 05:08:03 -!- Pingas has joined ##crawl-dev 05:10:26 -!- ohhaycutie has quit [Ping timeout: 250 seconds] 05:12:58 -!- absolutego has quit [Ping timeout: 272 seconds] 05:18:39 -!- ainsophyao has quit [Remote host closed the connection] 05:39:36 -!- DrCrypt has quit [Ping timeout: 240 seconds] 05:43:48 magistern (L9 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:8) 05:45:33 -!- Vizer_ has quit [Quit: nipaa~] 05:48:38 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 05:49:18 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 05:49:23 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 05:49:27 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 05:49:34 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 05:49:47 Kogan (L18 OgFi) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Swamp:1) 05:54:36 -!- SurpriseTRex_ has quit [Ping timeout: 240 seconds] 05:55:03 -!- SurpriseTRex has quit [Client Quit] 05:55:24 magistern (L9 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 05:55:54 -!- magistern has joined ##crawl-dev 05:55:57 !lm . crash 05:55:57 14. [2012-08-01] magistern the Basher (L9 HOMo) ASSERT(item.is valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 9046. (D:6) 05:56:12 any idea what might be causing this? 05:56:15 !lm . crash -2 05:56:15 13/14. [2012-08-01] magistern the Basher (L9 HOMo) ASSERT(item.is valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 9655. (D:8) 05:57:14 !lm magistern crash -log 05:57:14 14. magistern, XL9 HOMo, T:9046 (milestone): http://crawl.develz.org/morgues/trunk/magistern/crash-magistern-20120801-105524.txt 05:58:09 magistern: can you backup your save? 05:58:13 k 05:58:18 magistern (L9 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 05:58:23 welp 05:59:01 http://crawl.develz.org/saves/dumps/magistern-11b76d3-120801-1058.tar.bz2 06:03:30 -!- Adeon has quit [Read error: Connection reset by peer] 06:03:39 magistern: does the crash occur immediately on load? or when you use the stairs? 06:03:51 when i use stairs 06:04:14 doesn't crash for me :( 06:04:48 ttf (L10 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:4) 06:04:48 it's only after playing a few minutes 06:04:50 -!- monqy has joined ##crawl-dev 06:05:00 maybe after picking up a certain item? 06:05:33 magistern (L9 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 06:05:37 hm 06:05:42 i picked up a potion of might there 06:05:59 tried it again and no crash 06:06:09 magistern (L9 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 06:06:34 oh, now I saw it too 06:06:34 magistern (L9 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:6) 06:06:42 seems to happen after i see the nemelex altar? 06:06:52 yeah, that might be it 06:07:02 looks like it 06:07:07 or rather (if that's the case) seeing the deck on the nemelex altar 06:07:20 is this the same crash that got fixed but cdo hasn't been updated 06:07:37 picking it up and using it seems to solve it 06:08:17 !lm magistern crash -log 06:08:18 18. magistern, XL9 HOMo, T:9159 (milestone): http://crawl.develz.org/morgues/trunk/magistern/crash-magistern-20120801-110634.txt 06:08:32 yeah, picking the deck up solved the crash 06:08:37 no, cdo has been updated 06:08:51 and the crash was under the newest version 06:09:19 looks like a different crash yeah 06:11:43 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 06:14:08 it's fixed 06:14:20 03edlothiol * r19ca5000204d 10/crawl-ref/source/items.cc: Fix a crash after seeing an unidentified deck. 06:15:24 Unstable branch on crawl.develz.org updated to: 0.11-a0-3071-g19ca500 (33) 06:15:32 nice, thanks 06:16:29 ttf (L3 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:3) 06:16:42 -!- snoonan has quit [Quit: Leaving...] 06:16:47 !lm ttf crash -log 06:16:48 5. ttf, XL3 MiDK, T:1840 (milestone): http://crawl.develz.org/morgues/trunk/ttf/crash-ttf-20120801-111630.txt 06:17:27 unless that still occurs with the new version, I'll assume it's the same problem 06:18:19 yeah, he saw a deck of cards 06:20:20 -!- Wolpertinger has quit [Ping timeout: 248 seconds] 06:26:18 -!- mhss has quit [Quit: Page closed] 06:28:46 magistern (L12 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:5) 06:28:49 ugh 06:28:51 ok 06:28:57 something else is going on 06:29:07 no deck there 06:29:12 !lm . crash -log 06:29:13 19. magistern, XL12 HOMo, T:18331 (milestone): http://crawl.develz.org/morgues/trunk/magistern/crash-magistern-20120801-112846.txt 06:31:01 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 06:31:10 ring of strength this time i think? 06:31:28 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 06:31:40 picking up a +2 ring of strength crashes the game apparently 06:31:49 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 06:32:17 maybe it's ash pre-IDing it that's causing problems 06:32:26 it's fine if i don't pick it up 06:33:45 -!- SurpriseTRex has quit [Ping timeout: 246 seconds] 06:37:01 -!- andrew___ has quit [Remote host closed the connection] 06:37:45 ttf (L6 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:5) 06:38:26 -!- andrew___ has quit [Remote host closed the connection] 06:39:59 -!- Adeon has joined ##crawl-dev 06:40:16 -!- DrCrypt has quit [Ping timeout: 240 seconds] 06:54:18 -!- Aryth has quit [Ping timeout: 272 seconds] 06:54:22 -!- HangedMan has joined ##crawl-dev 06:56:39 magistern: can you back up the savegame again? 06:58:30 just creating a ring of strength in wizmode and picking it up doesn't crash 07:00:25 (even when saving afterwards) 07:07:55 -!- Aryth1 has quit [Ping timeout: 252 seconds] 07:15:25 New skills can't be toggled on (https://crawl.develz.org/mantis/view.php?id=6008) by nvergara45 07:21:06 vogonpoet (L6 KoWz) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:4) 07:22:18 -!- Isvaffel has quit [Ping timeout: 264 seconds] 07:22:31 !lm vogonpoet crash -log 07:22:32 1. vogonpoet, XL6 KoWz, T:2597 (milestone): http://crawl.develz.org/morgues/trunk/vogonpoet/crash-vogonpoet-20120801-122106.txt 07:24:00 sorry, one sec 07:24:22 http://crawl.develz.org/saves/dumps/magistern-19ca500-120801-1224.tar.bz2 07:25:05 it's picking up the ring of strength a bit west of where I am then going up or down stairs that causes the crash 07:25:25 ah, yeah, I see the crash 07:25:48 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:5) 07:25:49 hm 07:25:57 i didn't pick it up this time but it still happened 07:26:00 -!- Zermako has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Like it? Visit #hydrairc on EFNet] 07:27:05 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 07:27:14 looks like just stepping in a square next to it causes it 07:27:34 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:5) 07:27:39 or not even 07:27:42 i dunno 07:28:03 huh, yeah, I think it's not the ring 07:28:10 -!- domi_ has quit [Quit: さようなら] 07:28:22 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 07:28:29 maybe stepping in the water? 07:28:40 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 07:28:48 yeah, looks like stepping in the water is doing it 07:28:57 but a detected item 07:29:09 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 07:29:16 at least that's what it crashes on, a detected item with quantity 0 07:29:21 hm 07:29:41 magistern (L11 HOMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 07:29:43 ah yes, from the location of the ring you can detect an item in the vault 07:29:47 aaah 07:29:50 ash 07:29:56 i see 07:30:14 actually seeing it solves the crash 07:30:38 -!- absolutego_ is now known as absolutego 07:35:10 -!- ainsophyao has joined ##crawl-dev 07:35:36 -!- edlothiol has quit [Ping timeout: 250 seconds] 07:37:38 -!- edlothiol has joined ##crawl-dev 07:38:18 03edlothiol * ra89e3ae53e79 10/crawl-ref/source/items.cc: Don't crash after detecting items. 07:40:21 Unstable branch on crawl.develz.org updated to: 0.11-a0-3072-ga89e3ae (33) 07:41:14 -!- DrCrypt has quit [Ping timeout: 250 seconds] 07:42:44 concerning #6008, in 0.9 you still had to victory-dance to gain skills, right? 07:45:52 -!- FunnyMan3595 has quit [Remote host closed the connection] 08:15:15 -!- kober has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]] 08:17:03 -!- Adeon has quit [Quit: resaapas] 08:19:29 to get to sklev 1, you had to iirc, yes 08:25:03 -!- Adeon has joined ##crawl-dev 08:35:09 -!- edlothiol has quit [Ping timeout: 260 seconds] 08:36:25 -!- koolguydude has quit [Quit: Page closed] 08:37:16 -!- Kalir has quit [Changing host] 08:37:29 -!- Nightbeer has quit [Ping timeout: 260 seconds] 08:41:36 -!- DrCrypt has quit [Ping timeout: 240 seconds] 08:46:15 -!- Ragdoll has joined ##crawl-dev 08:47:30 -!- deadrabbit has quit [Ping timeout: 264 seconds] 08:56:45 -!- Pacra has left ##crawl-dev 08:58:41 git says http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/rltiles/dngn/altars/lugonu.png but local tiles copies say http://i49.tinypic.com/27xnq0j_th.png 08:58:52 -!- Daekdroom has quit [Quit: Saindo] 08:59:00 did lucy's altar tile ever so suitingly get corrupted or what 08:59:31 -!- edlothiol has joined ##crawl-dev 08:59:57 or is the latter tile somewhere else besides rltiles/dngn/altars/ 09:00:13 HangedMan: did you compile this yourself? 09:00:26 it's just off http://crawl.develz.org/trunk/ 09:01:10 hm, you're right, it's corrupted somehow 09:03:21 I've seen something like this before, but I don't remember how I fixed it 09:04:18 -!- Adeon has quit [Quit: Lhdss] 09:05:34 saving it as RGB from gimp fixes it, somehow the rltiles tool has problems with the optimized version 09:08:44 -!- Adeon has joined ##crawl-dev 09:11:59 the image is 31x32, making it 32x32 fixes the problem 09:18:02 -!- voker57 has quit [Changing host] 09:26:26 -!- hoody has quit [Remote host closed the connection] 09:31:15 -!- smeea has quit [Read error: Connection reset by peer] 09:35:19 -!- Roarke has quit [Quit: ThrashIRC v2.6 sic populo comunicated] 09:38:32 03edlothiol * r806c746e6f3b 10/crawl-ref/source/rltiles/tool/tile.cc: Fix loading of some images in the rltiles tool. 09:39:06 -!- nooodl has joined ##crawl-dev 09:42:16 -!- DrCrypt has quit [Ping timeout: 240 seconds] 10:16:04 -!- Cheibriados has joined ##crawl-dev 10:16:04 -!- 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. 10:16:05 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 10:24:52 -!- ussdefiant has joined ##crawl-dev 10:29:44 -!- Keratin has quit [Remote host closed the connection] 10:29:56 -!- Pacra has quit [Ping timeout: 248 seconds] 10:34:35 Unstable branch on crawl.akrasiac.org updated to: 0.11-a0-3073-g806c746 (33) 10:36:05 -!- blabber has joined ##crawl-dev 10:47:30 -!- yogidabear has quit [Ping timeout: 245 seconds] 10:54:06 -!- Zephryn has quit [Ping timeout: 264 seconds] 11:02:32 -!- DrCrypt has quit [Remote host closed the connection] 11:09:24 -!- Tally has quit [Read error: Connection reset by peer] 11:09:34 -!- Tally_ is now known as Tally 11:12:48 nht (L14 FeBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:17) 11:13:15 -!- SkaryMonk has quit [Read error: Connection reset by peer] 11:13:30 -!- SkaryMonk has joined ##crawl-dev 11:19:17 -!- magistern has quit [Quit: This computer has gone to sleep] 11:28:10 -!- Sorbius has quit [Quit: There's nothing dirtier then a giant ball of oil] 11:29:07 -!- s951 has quit [Client Quit] 11:31:16 -!- ac13 has quit [Ping timeout: 240 seconds] 11:32:01 !lm nht crash -log 11:32:02 42. nht, XL14 FeBe, T:32128 (milestone): http://crawl.develz.org/morgues/trunk/nht/crash-nht-20120801-161249.txt 11:34:27 03Grunt * r8c41726d34c3 10/crawl-ref/source/spl-damage.cc: stop_attack_prompt() checks for Static Discharge. 11:39:35 -!- TussoWork has quit [Ping timeout: 245 seconds] 11:46:20 -!- erisdiscordia_ has quit [Quit: Leaving] 11:48:56 -!- ark____ has quit [Quit: Leaving] 11:50:33 -!- alefury has quit [Quit: ChatZilla 0.9.85 [Iceape 2.0.11/20120421074340]] 11:57:44 Crash on descending stairs to D:17 (possibly related to potions of blood) (https://crawl.develz.org/mantis/view.php?id=6009) by nht 11:59:35 -!- Lightli has quit [Ping timeout: 245 seconds] 12:06:06 -!- ohhaycutie has quit [Ping timeout: 264 seconds] 12:06:20 ttf (L14 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 12:07:00 ttf (L14 MiDK) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 12:07:56 -!- hoody has quit [Remote host closed the connection] 12:10:30 -!- residualshade has quit [Quit: Page closed] 12:12:57 Attempting to annotate the entry to Trove asks for a new annotation for Zig:1 (https://crawl.develz.org/mantis/view.php?id=6010) by nht 12:17:23 -!- DrCrypt has quit [Ping timeout: 252 seconds] 12:26:38 -!- magistern has joined ##crawl-dev 12:35:21 -!- Morphy has quit [Quit: Page closed] 12:37:49 -!- Nightbeer has quit [Ping timeout: 260 seconds] 12:39:33 -!- CryptoCactus has quit [Quit: Page closed] 12:41:53 -!- dtsund has joined ##crawl-dev 12:42:01 -!- Grildrak has quit [Quit: Page closed] 12:46:26 -!- Rewans has quit [] 13:10:15 -!- Nightbeer has quit [Ping timeout: 255 seconds] 13:17:03 -!- absolutego is now known as absolutego_ 13:18:58 -!- brownlee has quit [Read error: Connection reset by peer] 13:21:22 03Grunt * r2d19f3b05429 10/crawl-ref/source/travel.cc: get_next_level_id() now returns correct destination for enter_portal_vaults. 13:31:40 -!- wheals has quit [Ping timeout: 245 seconds] 13:33:06 -!- Pacra has quit [Quit: This computer has gone to sleep] 13:33:41 -!- magistern has quit [Quit: This computer has gone to sleep] 13:38:15 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 13:38:34 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 13:39:05 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 13:39:24 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 13:39:40 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 13:40:25 -!- Umbra has quit [Ping timeout: 245 seconds] 13:40:25 -!- Init--WithStyle- has quit [Ping timeout: 245 seconds] 13:40:26 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 13:40:37 -!- elliott has joined ##crawl-dev 13:41:15 -!- wheals_ has quit [Ping timeout: 245 seconds] 13:43:10 !lm Kellhus crash -log 13:43:10 6. Kellhus, XL27 OgBe, T:89802 (milestone): http://crawl.develz.org/morgues/trunk/Kellhus/crash-Kellhus-20120801-184027.txt 13:43:31 #6009 in action again. 13:43:32 Fortunately... 13:44:08 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (D:9) 13:44:24 03Grunt * r678fd6fb92b0 10/crawl-ref/source/misc.cc: Use dec_inv_item_quantity for in-inventory blood coagulation/rotting. 13:50:17 03|amethyst * r79757c02f486 10/crawl-ref/source/travel.cc: Style fix. 13:50:49 |amethyst: <_< 13:51:04 Thanks for that; I have a tendency to miss little things in simple fixes. 13:55:31 <|amethyst> someday I need to go through the code and fix everything like that 13:58:02 i know i've been programming python for too long when i see long conditionals like "if (a == A || a == B || a == C)" and i'm tempted to rewrite as "a in {A, B, C}" 13:58:11 :D 13:58:51 as opposed to rewriting them as case statements? 13:59:43 -!- dtsund has left ##crawl-dev 14:00:06 -!- dtsund has joined ##crawl-dev 14:00:26 yes. as opposed to case statements 14:02:37 <|amethyst> expressions are so much nicer than statements :) 14:03:42 Kellhus (L27 OgBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:2) 14:05:42 kellhus is good at this crash 14:05:50 -!- yogidabear has quit [Ping timeout: 245 seconds] 14:06:15 -!- Morphy has quit [Ping timeout: 245 seconds] 14:06:40 -!- wheals has quit [Ping timeout: 245 seconds] 14:08:13 -!- dingir has quit [Quit: leaving] 14:12:20 -!- Adeon has quit [Quit: Lhdss] 14:13:43 -!- Namey has quit [Quit: Leaving] 14:16:28 -!- Adeon has joined ##crawl-dev 14:22:13 -!- ontoclasm has joined ##crawl-dev 14:23:27 -!- wasd22 has quit [Read error: Connection reset by peer] 14:27:23 -!- faze has quit [Remote host closed the connection] 14:27:23 -!- faze_ has quit [Remote host closed the connection] 14:28:55 heteroy the Ruffian (L5 MiMo) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 3429. (D:4) 14:29:33 !lm heteory crash -log 14:29:34 No milestones for heteory (crash). 14:29:36 er 14:29:39 !lm heteroy crash -log 14:29:40 7. heteroy, XL5 MiMo, T:3429 (milestone): http://crawl.akrasiac.org/rawdata/heteroy/crash-heteroy-20120801-192854.txt 14:30:11 ...same bloody bug. 14:30:49 -!- Camicio1000 has quit [] 14:36:35 -!- dtsund has quit [Quit: dtsund] 14:38:23 -!- absolutego_ has quit [Remote host closed the connection] 14:38:32 -!- link_108 has quit [Quit: link_108] 14:45:21 -!- ainsophyao has quit [Remote host closed the connection] 14:46:30 -!- elliott has quit [Ping timeout: 246 seconds] 14:53:29 -!- elliott has joined ##crawl-dev 14:54:53 -!- tJener has quit [Ping timeout: 246 seconds] 14:56:09 -!- Kalir has quit [Quit: YOU'LL NEVER TAKE ME ALIVE] 14:56:43 -!- Serfuzz has quit [Remote host closed the connection] 14:58:17 -!- blabber has quit [Quit: leaving] 15:00:35 -!- Kalir has quit [Changing host] 15:09:58 -!- Fa has joined ##crawl-dev 15:10:25 -!- Eracar has quit [] 15:12:36 -!- Adeon has quit [Read error: Connection reset by peer] 15:13:42 -!- ontoclasm has quit [Quit: Leaving.] 15:15:04 -!- ark____ has joined ##crawl-dev 15:15:57 -!- Yen has quit [Ping timeout: 252 seconds] 15:16:33 <|amethyst> [indent-fixes 9a657c2] Massive style fix (braces, indentation, etc.) 85 files changed, 482 insertions(+), 156 deletions(-) 15:16:41 <|amethyst> not sure whether to commit this now 15:17:00 <|amethyst> since that will probably mean major issues with rebasing and cherry-picking 15:17:06 You're probably going to break a lot of pending merges if you do that. 15:17:07 ...yes. 15:17:38 <|amethyst> OTOH, waiting until after the branch might make it even worse, because of bugfix cherry-picks 15:17:40 -!- Deathmic has quit [Read error: Connection reset by peer] 15:19:24 -!- Pthing has quit [Remote host closed the connection] 15:19:26 -!- magistern has joined ##crawl-dev 15:20:29 -!- some_guy_ has quit [Quit: Leaving] 15:22:52 -!- Escalator has quit [Read error: Connection reset by peer] 15:23:09 cry havoc, and let slip the dogs of coding style 15:26:53 -!- dtsund has joined ##crawl-dev 15:29:11 -!- blabber has joined ##crawl-dev 15:29:21 from my experience, every day you let coding style commits rot makes the overall situation worse. :) 15:29:31 -!- Roarke has quit [Quit: ThrashIRC v2.6 sic populo comunicated] 15:30:51 03Grunt * ra0a9240421e8 10/crawl-ref/source/spl-util.cc: Check for helpful spells earlier in "no visible monsters" code. 15:32:36 Grunt: :| spells such as Haste // The healing spells. 15:32:48 ChrisOelmueller: I didn't touch the comment. :p 15:32:53 i am aware :) 15:33:07 else you'd probably earned ":(" for that 15:40:08 |amethyst: since at least in early 0.11 we'll cherry-pick a lot of stuff, even waiting until after the release won't cut it 15:40:31 I'd say, let's clean it up now 15:41:21 -!- frogbotherer has joined ##crawl-dev 15:41:33 also, sorry for the is_valid() assertion, from very limited testing it appeared to be safe. Should have reverted it in retrospect, but I've been busy all day and didn't notice the havoc I caused. 15:41:49 kilobyte, it's probably better that it's there; it helps us find bugs more easily. 15:42:17 ...and motivates us to fix them quickly :) 15:43:48 -!- andrew___ has quit [Remote host closed the connection] 15:43:53 -!- tJener has quit [Quit: leaving] 15:45:48 relevant stuff checked for item presence by is_valid(), so there's no outright gain 15:53:14 -!- heteroy has joined ##crawl-dev 15:53:23 ??manual 15:53:24 manual[1/4]: Manuals let you train a skill more efficiently. Read a manual to activate it. While you carry it you gain twice as many skill points as normal until the manual is used up. Dropping the manual or reading it again deactivates it. The amount of skill points you gain is fixed; you can not waste a manual's benefits. 15:53:35 doh 15:53:45 -!- Morphy_ has quit [Ping timeout: 245 seconds] 15:58:15 -!- Fa has quit [Ping timeout: 248 seconds] 16:03:41 <|amethyst> sorry I didn't respond; had to send a work email. I agree about committing it now; doing a recompile now 16:04:44 <|amethyst> there were a few cases where I rewrote the logic ever so slightly, usually by turning if(a) if(b) c; into if (a && b) c 16:05:44 <|amethyst> (or if (a && (b)) c when b had lower precedence than &&) 16:06:07 <|amethyst> I think I changed at least one sequence of ifs into a switch 16:06:13 <|amethyst> s/I think / 16:07:31 -!- Daekdroom has quit [Quit: Saindo] 16:07:41 -!- hoody has quit [Remote host closed the connection] 16:08:18 <|amethyst> and at one place I changed something to make_stringf rather than an ugly combination of cast and std::string::operator+ 16:09:33 <|amethyst> some of my changes might be somewhat controversial; I treated the following: 16:09:35 <|amethyst> if (foo) 16:09:38 <|amethyst> // blah 16:09:41 <|amethyst> something; 16:10:13 -!- ontoclasm has joined ##crawl-dev 16:10:14 <|amethyst> as needing braces (unless the comment could reasonably be moved to the end of the "something" line or before the if) 16:13:53 <|amethyst> I also un-broke some lines in order to avoid the need for braces; arguably these might make the code less readable than just using the braces 16:14:05 -!- Nightbeer has quit [Read error: Connection reset by peer] 16:14:46 <|amethyst> I am terrible at proofreading my own stuff, so someone should look over this to make sure I didn't screw anything up 16:15:30 -!- Ragdoll has quit [Read error: Connection reset by peer] 16:16:15 -!- Kellhus has quit [Ping timeout: 245 seconds] 16:16:28 03|amethyst * r1cc90225baf4 10/crawl-ref/source/ (85 files): Massive style fix (braces, indentation, etc.) 16:18:11 |amethyst: did you automate some of that style fixing or was it all done by hand? 16:18:31 <|amethyst> elliott: I automated the searching, but all the fixes I did by hand 16:18:50 ouch :) 16:18:56 <|amethyst> :vimgrep /^\( *\)\(if\|while\|for\) .*\n\1 \+\(|\|\&\|(\).*\n\1 \+[^ |&(].*\n\(\ 16:18:59 <|amethyst> 1[^ {]\|\n\)/ *.cc 16:19:04 1learn add black_magic 16:19:08 how beautiful 16:19:14 -!- atrodo has quit [Quit: ChatZilla 0.9.88.2-rdmsoft [XULRunner 12.0/20120420145725]] 16:19:50 <|amethyst> (it also caught for() if() and for() for() , which we permit, so I had to skip those by hand 16:20:10 <|amethyst> "by hand" meaning "press ctrl-down" 16:21:22 you permit omitting braces but only for certain combinations of control structures? 16:21:24 weird 16:22:31 \v 16:23:49 i.e. /\v^( *)(if|while|for) / 16:24:41 -!- wheals has quit [Quit: Page closed] 16:25:32 -!- magistern has quit [Ping timeout: 246 seconds] 16:26:44 <|amethyst> I also should have used [] for the \(|\|\&\|(\) bit 16:27:36 that break; in godwrath.cc was nice, good catch 16:28:04 haha yeah 16:28:13 that is quite a messy snippet 16:28:20 <|amethyst> another reason not to have automated the whole thing :) 16:29:14 * Grunt manages to rebase his to-merge branch relatively hassle-free. 16:29:51 ...now let's see if it compiles :p 16:30:15 astyle in ansi mode does almost what we want, except for insisting on completely different indentation of continued lines in if 16:31:18 <|amethyst> I am distrustful of automated reindentation... not that it will break anything (if it actually knows the language's syntax it should not), but that it will make things harder to read 16:32:06 <|amethyst> s/things/some rare things/ 16:32:27 -!- frogbotherer has quit [Remote host closed the connection] 16:34:26 is there any reason to keep around the PLANNING AREA section of /portals/wizlab.des? 16:34:39 * elliott asked about this one because 41qys-crawl needs a reformatting, preferably automated 16:34:48 astyle is pretty good 16:39:18 Roarke the Chucker (L4 HuAs) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 2606. (D:4) 16:42:42 -!- tensorpudding has quit [Ping timeout: 264 seconds] 16:43:49 -!- syllogism has quit [] 16:53:00 -!- ZRN has quit [] 16:59:29 -!- Kalir has quit [Quit: YOU'LL NEVER TAKE ME ALIVE] 17:04:02 -!- Kalir has quit [Changing host] 17:11:21 -!- blabber has quit [Quit: gn8] 17:11:33 -!- hoody has quit [Remote host closed the connection] 17:21:11 -!- MarvinPA has quit [Read error: Connection reset by peer] 17:21:21 -!- Wensley has joined ##crawl-dev 17:22:05 -!- ark____ has quit [Quit: Leaving] 17:28:13 03Grunt * r8865dc05d8b8 10/crawl-ref/source/dungeon.cc: Unify item spec tag application between floor and monster placements. 17:28:55 -!- LoknarGor has quit [Quit: leaving] 17:33:47 (Somewhat) More fitting Shadow Fiend tile (https://crawl.develz.org/mantis/view.php?id=6011) by Bloax 17:35:03 -!- orleans has joined ##crawl-dev 17:37:33 <|amethyst> Grunt: awesome! I was going to look into that, but assumed it would be tricky to do 17:37:56 I've been meaning to do that for a while now, actually. 17:38:13 I thought of doing it way back when I did the plus:/plus2: fix. 17:43:24 -!- Kalir has quit [Quit: YOU'LL NEVER TAKE ME ALIVE] 17:43:26 -!- HellTiger has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 17:43:56 Reverse brand displays incorrectly in PuTTY (https://crawl.develz.org/mantis/view.php?id=6012) by ontoclasm 17:45:16 <|amethyst> Grunt: btw, you are the number two committer since you joined 17:46:04 gruntcrawl 17:46:04 competition! 17:46:16 I'm going to bet #1 is kilobyte. :p 17:46:24 <|amethyst> the prolific 1KB, indeed 17:47:40 The 0.11 branch is just going to help me solidify my claim on the position, trunk-wise, then. :p 17:47:44 -!- Adeon has joined ##crawl-dev 17:47:45 -!- bonghitz has quit [Quit: bonghitz] 17:47:47 <|amethyst> heh 17:48:12 <|amethyst> dolorous is still #1 overall 17:48:19 25 commits in my local to-merge branch :p 17:48:53 quick, push them all right now before 0.11 17:49:19 If there were anything in those 25 commits that were obviously not features, then perhaps I would. 17:49:31 It's 100% monster spells and bugfixed related to those monster spells. 17:49:33 shhhh, it's just a feature chill 17:49:50 just get it in before it freezes over completely! 17:50:05 (Tornado, LRD, Shatter, and the spells from mons-gods (i.e. the active abilities). 17:50:25 code conditioning 17:51:34 -!- MarvinPA has joined ##crawl-dev 17:51:40 -!- orleans has quit [Ping timeout: 245 seconds] 17:55:01 -!- justduke has joined ##crawl-dev 17:55:30 is 0.11 coming out like RIGHT THIS MINUTE or what 17:55:42 -!- heteroy has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]] 17:55:47 Wensley in the wrong month or something? 17:55:52 I don't think so. 17:55:59 We haven't even branched 0.11 from trunk yet. 17:56:04 icic 17:56:15 I am antsy to get moths of suppression enabled 17:56:28 you missed it, they released it 4 seconds ago 17:56:31 because then maybe someone else will feel the urge to code exceptions for the rest of those unrands... 17:56:34 (Though I would be prepared to do that pretty much the moment that I feel there aren't any real objections to doing so.) 17:58:08 -!- Morphy has quit [Quit: Page closed] 17:59:11 -!- elliptic has quit [Read error: Connection reset by peer] 17:59:22 -!- TGWi has quit [Read error: Connection reset by peer] 18:08:09 edlothiol: wall tiles that spill over 32x32 are bad, right? 18:08:48 in local tiles they _seem_ to work, but I'm afraid about corner cases 18:09:05 and redraw (local tiles draw everything from scratch every frame) 18:10:17 yeah, that would be a bit problematic 18:14:52 what use would that have anyway? 18:19:37 currently, this adds a border to the top of the tile 18:20:33 -!- Stelpa has quit [Remote host closed the connection] 18:23:18 -!- Adeon has quit [Ping timeout: 244 seconds] 18:24:09 03kilobyte * r83c09dd2aed2 10/crawl-ref/source/rltiles/ (6 files in 2 dirs): Antialias rod tiles. 18:24:09 03kilobyte * r391f702bd530 10/crawl-ref/source/rltiles/ (14 files in 7 dirs): Make a bunch of tile images 32x32. 18:24:12 -!- ainsophyao has joined ##crawl-dev 18:24:22 03kilobyte * r8c8c72d4585f 10/crawl-ref/source/rltiles/dngn/wall/ (icy_stone0.png icy_stone1.png icy_stone2.png icy_stone3.png): Crop icy stone tiles to 32x32. 18:32:09 -!- nooodl_ has joined ##crawl-dev 18:34:46 -!- nooodl_ has quit [Read error: Connection reset by peer] 18:35:10 -!- nooodl_ has joined ##crawl-dev 18:35:24 -!- nooodl has quit [Ping timeout: 260 seconds] 18:36:49 -!- nooodl_ has quit [Read error: Connection reset by peer] 18:36:57 -!- Roarke has quit [Quit: ThrashIRC v2.6 sic populo comunicated] 18:37:16 -!- nooodl_ has joined ##crawl-dev 18:48:34 -!- DrCrypt has quit [Remote host closed the connection] 18:51:35 -!- elliptic has joined ##crawl-dev 18:52:30 -!- jackrogers has quit [Ping timeout: 245 seconds] 18:54:28 -!- eb_mobile has quit [Ping timeout: 248 seconds] 18:57:35 -!- ainsophyao has quit [Remote host closed the connection] 18:58:06 -!- ainsophyao has joined ##crawl-dev 19:00:30 -!- ainsophyao has quit [Remote host closed the connection] 19:02:28 -!- Nightbeer has quit [Ping timeout: 248 seconds] 19:04:40 -!- stabwound has quit [Read error: Operation timed out] 19:08:37 -!- Fhqwhgads has quit [Ping timeout: 240 seconds] 19:08:40 -!- Fhqwhgads_ is now known as Fhqwhgads 19:09:41 -!- rkd2 has quit [] 19:10:00 -!- stabwound has joined ##crawl-dev 19:10:00 -!- scummos has quit [Ping timeout: 246 seconds] 19:12:30 -!- justduke has quit [Ping timeout: 245 seconds] 19:12:34 -!- Sab0t has quit [Quit: Leaving] 19:14:39 -!- Aryth has quit [Read error: Connection reset by peer] 19:19:22 -!- Dingo has quit [Client Quit] 19:20:17 -!- MissPrince has quit [Quit: Page closed] 19:21:39 -!- jato_ has quit [Ping timeout: 272 seconds] 19:22:26 -!- jle has joined ##crawl-dev 19:27:35 -!- ebarrett has quit [Ping timeout: 240 seconds] 19:30:39 -!- Nightbeer has quit [Read error: Connection reset by peer] 19:34:30 -!- Fhqwhgads has quit [Ping timeout: 246 seconds] 19:34:41 -!- Fhqwhgads_ is now known as Fhqwhgads 19:36:52 Delcan the Changer (L7 SETm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 7117. (D:7) 19:36:55 Delcan the Changer (L7 SETm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 7117. (D:7) 19:37:04 !lm Delcan crash -log 19:37:05 No milestones for Delcan (crash). 19:37:06 Delcan the Changer (L7 SETm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 7117. (D:7) 19:37:09 !lm Delcan crash -log 19:37:09 2. Delcan, XL7 SETm, T:7117 (milestone): http://crawl.akrasiac.org/rawdata/Delcan/crash-Delcan-20120802-003655.txt 19:37:29 Delcan the Changer (L7 SETm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 7117. (D:7) 19:37:35 ...yup, it is the same bloody problem. 19:38:15 Delcan the Changer (L7 SETm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 7117. (D:7) 19:38:58 Delcan the Changer (L7 SETm) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 7117. (D:7) 19:39:20 -!- Bloax has quit [Quit: Doomseeker End Of Line] 19:41:18 -!- elliptic has quit [Read error: Connection reset by peer] 19:42:13 -!- remyroy has quit [Read error: Connection reset by peer] 19:44:30 -!- pelotron has quit [Ping timeout: 264 seconds] 19:48:37 -!- eb_mobile has quit [Ping timeout: 240 seconds] 19:49:08 -!- ontoclasm has quit [Quit: Leaving.] 19:50:28 -!- hoody has quit [Remote host closed the connection] 19:54:37 -!- ebarrett has quit [Ping timeout: 240 seconds] 19:57:18 * Grunt is up to 27 commits in to-merge <_< 19:58:47 -!- LoknarGor has quit [Quit: leaving] 20:02:30 -!- SurpriseTRex_ has quit [Ping timeout: 244 seconds] 20:03:54 -!- Serfuzz has quit [Ping timeout: 246 seconds] 20:04:34 -!- link_108 has quit [Quit: link_108] 20:04:54 -!- ajikeshi__ has quit [Ping timeout: 264 seconds] 20:09:55 -!- DrCrypt has quit [Ping timeout: 240 seconds] 20:11:10 perfect 20:11:10 push them all 20:14:47 -!- Eracar has quit [Ping timeout: 252 seconds] 20:15:05 -!- Jatoskep has joined ##crawl-dev 20:16:24 * Grunt pushes elliott. 20:16:59 * elliott cries 20:17:17 -!- evilmike has joined ##crawl-dev 20:23:07 -!- eb_mobile has quit [Ping timeout: 240 seconds] 20:23:19 -!- edlothiol has quit [Ping timeout: 260 seconds] 20:24:12 -!- scummos has quit [Ping timeout: 246 seconds] 20:26:38 -!- Buizel is now known as Guest89262 20:27:16 -!- Pingas has quit [Read error: Connection reset by peer] 20:27:37 -!- ebarrett has quit [Ping timeout: 240 seconds] 20:29:02 -!- Psyknux has quit [Ping timeout: 250 seconds] 20:31:54 <|amethyst> hm... when chopping up a poisonous corpse, the item somehow ends up with ISFLAG_DROPPED before autopickup() is fired 20:32:46 -!- bonghitz has quit [Quit: bonghitz] 20:33:43 Grunt: did you say you sent something to c-r-d? I don't see anything on there. Maybe something to do with the list being moderated 20:34:04 <|amethyst> oh, indeed 20:34:16 <|amethyst> turn_corpse_into_chunks does precisely that 20:35:17 evilmike: it looks like I got an autoreply indicating that it is awaiting moderation. 20:36:02 you shouldn't have to go through that... unfortunately I have no idea who controls this. Whoever that is should add you, though :P 20:37:00 -!- ajikeshi__ has quit [Read error: Operation timed out] 20:38:10 <|amethyst> I'm guessing that's separate from being subscribed? 20:38:23 Apparently so. 20:39:18 <|amethyst> It should also be added to docs/develop/new_dev_checklist.txt too 20:39:40 <|amethyst> not sure who has the admin password for the list 20:40:06 <|amethyst> I'd guess that due does, and maybe galehar too? not sure who else 20:40:50 the page on sourceforge says it's run by nlanza 20:41:32 could i get somebody to reproduce a Weird Thing? with note_items = of Zot (as per init.txt) try to navigate to zot via GZ and look at the notes in the ?: screen 20:41:45 for me it annotates What level of the Realm of Zot? (default 1, ? - help) 20:42:09 which is probably not what this note_items thing should do (perhaps it's a different setting too) 20:44:05 ChrisOelmueller: not reproducible here. 20:44:20 <|amethyst> nor here 20:47:32 -!- herself has quit [Ping timeout: 248 seconds] 20:49:02 also annotates Welcome to the Realm of Zot! and Pick up a silver rune of Zot? | ((y)es/(n)o/(a)ll/(m)enu/*?g,/q) 20:49:19 <|amethyst> are you sure you don't have another option set as well? 20:49:37 i'm sure i have but i haven't figured out what could possibly be related yet 20:49:45 <|amethyst> note_messages maybe? 20:50:38 only harmless stuff there 20:50:55 -!- eb_mobile has quit [Ping timeout: 240 seconds] 20:51:02 <|amethyst> what exactly? 20:51:28 http://bpaste.net/show/SNqwCFwalTDRqRwtG55a/ 20:51:52 hmm, I remember getting some odd annotations with "note_items = rod of" 20:52:07 -!- mikee_ has quit [Ping timeout: 255 seconds] 20:52:27 !log STAFFOFBUGGINESS 20:52:27 1. STAFFOFBUGGINESS, XL27 HEGl, T:159439: http://crawl.develz.org/morgues/trunk/STAFFOFBUGGINESS/morgue-STAFFOFBUGGINESS-20120722-231358.txt 20:53:15 -!- test_ is now known as mikee_ 20:53:53 (the robin ended up with people entering their .rcs every time they started playing, my rc ended up throwing out a lot of identified rod notes) 20:54:36 -!- ZombieChicken has quit [Ping timeout: 245 seconds] 20:54:38 -!- hoody has quit [Remote host closed the connection] 20:55:38 ...mmm, and my current just "rod" settings gives "Identified a long glowing rod" 20:56:19 <|amethyst> HangedMan: err? 20:56:31 <|amethyst> HangedMan: isn't that what it's supposed to do? 20:56:50 <|amethyst> oh 20:56:52 <|amethyst> it's using the unided name 20:56:55 yeah 20:58:06 <|amethyst> HangedMan: what are the strange entries in the STAFFOFBUGGINESS morgue? 20:58:32 search for "153724 | Crypt:3 |" 20:58:45 -!- yogidabear has quit [Ping timeout: 245 seconds] 20:59:22 -!- Guest89262 has quit [Ping timeout: 250 seconds] 21:00:02 did staffofbugginess die 21:00:10 no, the team won 21:00:13 ah 21:00:50 the reason I brought it up is because it identifies the same four rods five times when the rc changed 21:02:07 -!- clouded_ has quit [Ping timeout: 250 seconds] 21:03:15 -!- SteampunkDuck has quit [Quit: leaving] 21:04:13 <|amethyst> HangedMan: hm... and they were presumably already identified before that happened 21:04:23 yeah 21:06:05 <|amethyst> I think I see the issue 21:06:23 <|amethyst> compare set_ident_type() and set_ident_flags() 21:07:17 <|amethyst> the former has code to make sure you don't get the message multiple times about the same item; the latter does not 21:08:11 would that explain ChrisOelmueller's weirdness? 21:08:40 nothing can explain my weirdness, but this doesn't sound related to the zot thing 21:09:05 <|amethyst> yeah, that's an entirely different issue and I have no idea what's happening 21:10:35 -!- minqmay has quit [Quit: Leaving] 21:10:37 -!- Sorbius has quit [Quit: Give a man a fish and he will eat for a day. Teach him how to fish, and he will sit in a boat and drink beer all day] 21:13:37 -!- ohhaycutie has quit [Ping timeout: 240 seconds] 21:17:20 -!- elliptic has joined ##crawl-dev 21:17:58 -!- Psyknux has quit [Ping timeout: 244 seconds] 21:18:40 -!- mikee_ has quit [Ping timeout: 255 seconds] 21:29:55 -!- MarvinPA_ has joined ##crawl-dev 21:31:16 -!- _dd has quit [Ping timeout: 245 seconds] 21:31:28 -!- pelotr0n has quit [Quit: ~Internet()] 21:32:34 -!- MarvinPA has quit [Ping timeout: 252 seconds] 21:32:34 -!- MarvinPA_ is now known as MarvinPA 21:33:02 -!- ChanServ has quit [*.net *.split] 21:35:05 -!- sdurant has quit [Quit: sdurant] 21:35:42 -!- fungee has quit [] 21:37:45 -!- Nomi has quit [Client Quit] 21:39:48 -!- Oddtwang has quit [Ping timeout: 248 seconds] 21:42:50 -!- bonghitz has quit [Quit: bonghitz] 21:45:03 -!- hoody has quit [Remote host closed the connection] 21:45:14 chexuma the Chiller (L7 VpIE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 8919. (D:5) 21:45:24 !lm chexuma crash -log 21:45:25 3. chexuma, XL18 MfCr, T:76679 (milestone): http://crawl.akrasiac.org/rawdata/chexuma/crash-chexuma-20110420-210141.txt 21:45:35 * Grunt twiddles his thumbs for a moment... 21:45:38 !lm chexuma crash -log 21:45:39 4. chexuma, XL7 VpIE, T:8919 (milestone): http://crawl.akrasiac.org/rawdata/chexuma/crash-chexuma-20120802-024514.txt 21:46:03 ...yup, the bloody bug again <_< 21:50:20 -!- rossi has quit [Quit: WeeChat 0.3.7] 21:52:35 -!- MarvinPA_ has joined ##crawl-dev 21:55:35 -!- MarvinPA has quit [Ping timeout: 240 seconds] 21:55:36 -!- MarvinPA_ is now known as MarvinPA 21:56:15 03|amethyst * r9ebc597bda72 10/crawl-ref/source/misc.cc: Let force_autopickup work on bad butchered chunks. 21:56:16 03|amethyst * r7b358e689a90 10/crawl-ref/source/rltiles/tool/tile.cc: Remove an unused variable. 21:56:16 03|amethyst * r183de69bd03e 10/crawl-ref/source/itemname.cc: Don't display contaminated icon on chunks in autopickup menu. 21:56:16 03|amethyst * re37e90491089 10/crawl-ref/source/libutil.cc: Properly pluralise "marigold" -> "marigolds". 21:56:20 -!- R18 has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]] 21:56:23 03Thann * r43c9643ff835 10/crawl-ref/source/ (7 files): Add more item types to the AP menu. 22:00:12 !seen galehar 22:00:12 I last saw galehar at Sat Jul 28 00:03:49 2012 UTC (5d 2h 56m 23s ago) saying cant look into it now, have to sleep on ##crawl-dev. 22:00:30 -!- HangedMan has quit [Read error: Connection reset by peer] 22:00:45 I remember galehar saying he'd be gone for a couple of weeks 22:01:33 I see. 22:01:49 I was going to ask him about 0.11 branching, but if he's not around... 22:03:19 my memory is a bit hazy though 22:03:24 -!- neunon has joined ##crawl-dev 22:03:24 -!- neunon has quit [Changing host] 22:03:24 -!- neunon has joined ##crawl-dev 22:03:34 No, I'm fairly sure I remember hearing that too. 22:04:22 2012-07-27 17:39:44 I'm leaving tomorrow morning for 3 weeks 22:04:28 (so say Wensley's logs) 22:05:12 teehee 22:06:31 I like how people think they are my logs just because I wrote the four lines of javascript that lets you load the log in your browser :) 22:06:41 <_< 22:07:01 not even like any of that fancy regex stuff 22:07:27 my brand is very strong 22:07:40 our marketing department is top-notch 22:07:54 In any case. 22:08:19 I think we've dithered over this long enough, and I'm confident that everyone who's notably active at the moment is okay with making the branch. 22:09:23 -!- hart has quit [Read error: Connection reset by peer] 22:10:25 <|amethyst> steps 0 through 2? 22:10:33 ...? 22:10:42 <|amethyst> docs/develop/release.txt 22:11:02 Let's see. 22:11:04 chexuma the Chiller (L8 VpIE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 9401. (D:6) 22:11:20 "until all features are there" -> we are feature-frozen, so. 22:11:24 chexuma the Chiller (L8 VpIE) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 9426. (D:6) 22:11:31 feature-chilled 22:11:42 * Grunt drains the heat from trunk! trunk is frozen! 22:11:43 <_< 22:12:03 there's a question of what to do about 0.10... I assume we don't want to maintain 3 branches at once 22:13:27 The last time I remember this being discussed, the idea was raised to push out a 0.10.4 sometime between when 0.11 is branched and when 0.11.0 is released. 22:13:39 ...and then leave it alone. 22:14:00 a 0.10.4 release would make sense, that was basically done for 0.9 as well 22:14:12 quackv2 the Sneak (L4 VpSt) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 2596. (D:3) 22:14:15 <|amethyst> there are plenty of fixes that still need backported into 0.10 22:15:19 <|amethyst> and now you see my dialect :) 22:15:33 s/ported/porting/ :P 22:15:52 <|amethyst> I'd prefer s/backp/to be &/ 22:16:46 -!- snoonan has joined ##crawl-dev 22:16:53 -!- neunon has quit [Read error: Connection reset by peer] 22:17:04 -!- snoonan is now known as neunon 22:17:05 -!- neunon has quit [Changing host] 22:17:05 -!- neunon has joined ##crawl-dev 22:17:29 Well, that's something we can collectively figure out / work on as we wait for important bug reports for 0.11 to roll in. 22:17:47 -!- Fear has quit [Quit: Leaving] 22:18:09 <|amethyst> hm 22:18:16 <|amethyst> what about the servers? 22:19:18 <|amethyst> if we start adding features in trunk before 0.11 is on the servers, it means 0.11-as-it-is-meant-to-be-released won't really be tested 22:20:42 ...won't be tested prior to it appearing on the servers, that is. 22:21:01 What we would want to do, then, is minimise the amount of time between branching and when it can show up on the servers. 22:21:31 <|amethyst> so coordinate with Napkin and rax 22:22:05 <|amethyst> kilobyte knows more about how this was done last time than I do 22:22:16 <|amethyst> since I was busy with the dissertation then 22:22:47 iirc last time, 0.10 wasn't on the servers (or at least wasn't for quite some time)... just 0.9 and 0.11-a 22:23:00 -!- ainsophyao has joined ##crawl-dev 22:23:02 Well, let's see. 22:23:13 !lg * cv~~0.10 cv~=0.10-a 1 x=cv 22:23:15 I might be misremembering a few days as a few weeks though, I do that sometimes :P 22:23:20 er. 22:23:20 No games for * (cv~~0.10 cv~=0.10-a). 22:23:21 !lg * cv~~0.10 cv!=0.10-a 1 x=cv 22:23:25 1/208872. [cv=0.10] rax the Skirmisher (L3 OpFi), worshipper of Okawaru, slain by a centaur on D:6 (minmay temple entry statues pillars) on 2012-02-23, with 86 points after 705 turns and 0:03:04. 22:24:06 0.10 was branched on 2012-01-18. 22:24:07 -!- Eracar has quit [Ping timeout: 240 seconds] 22:24:50 Grunt: not sure what you wanted that query to check? 22:24:52 Sabaki (L12 VpBe) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed. (Lair:3) 22:25:07 elliptic: "the first 0.10 game that was not 0.10-a". 22:25:22 !lg * v~~0.10-b 1 x=cv 22:25:26 1/1086. [cv=0.10-a] HaraKiri the Warrior (L16 MiFi), worshipper of Okawaru, blasted by an orc priest (divine providence) on Orc:4 (st orc mages) on 2012-01-20, with 97659 points after 36996 turns and 2:12:17. 22:25:36 Aha, cv and v are not the same. 22:25:48 cv is always either 0.n or 0.n-a 22:26:05 !lg * v~~0.10-b 1 x=cv,v 22:26:09 1/1086. [cv=0.10-a;v=0.10-b1] HaraKiri the Warrior (L16 MiFi), worshipper of Okawaru, blasted by an orc priest (divine providence) on Orc:4 (st orc mages) on 2012-01-20, with 97659 points after 36996 turns and 2:12:17. 22:27:18 I don't know exactly what is involved in getting the branch on the servers in place of trunk, but Napkin and rax have handled that before -- shouldn't be a problem if they are around and have time 22:28:34 !lg * cv=0.11-a 1 22:28:36 1/60254. jeanjacques the Vexing (L2 DgAM), succumbed to a kobold's poison on D:1 on 2012-01-25, with 159 points after 591 turns and 0:01:56. 22:28:45 -!- Umbra has quit [Ping timeout: 245 seconds] 22:28:56 ...0.11-a didn't exist until then, so. 22:29:09 !lg * v~~0.10-b 1 src=cao 22:29:11 No games for * (v~~0.10-b src=cao). 22:29:18 o_O 22:29:32 !lg * v~~0.10-b 1 x=src 22:29:38 1/1086. [src=cdo] HaraKiri the Warrior (L16 MiFi), worshipper of Okawaru, blasted by an orc priest (divine providence) on Orc:4 (st orc mages) on 2012-01-20, with 97659 points after 36996 turns and 2:12:17. 22:29:38 er. 22:29:43 !lg * v~~0.10-b s=src 22:29:46 1086 games for * (v~~0.10-b): 1086x cdo 22:29:47 ...yeah, that. 22:30:40 yeah, I vaguely remember this... Napkin put the branch on CDO fairly quickly (or maybe kilobyte did if he has that power), but rax was busy at the time and it never got on cao 22:30:46 !lg * v~~0.9-b s=src 22:30:49 5666 games for * (v~~0.9-b): 5666x cdo 22:30:50 !lg * v~~0.8-b s=src 22:30:52 No games for * (v~~0.8-b) 22:30:54 hm 22:31:03 0.8 didn't have a -b, IIRC. 22:31:14 !lg * v~~0.8-rc s=src 22:31:16 No games for * (v~~0.8-rc) 22:31:26 Oh, hold on. 22:31:32 !lg * v=0.8.0-rc1 s=src 22:31:32 450 games for * (v=0.8.0-rc1): 450x cdo 22:31:33 -!- neunon has quit [Quit: Linkinus - http://linkinus.com] 22:31:35 That's the one. 22:31:38 oh, it was named something different, yes 22:31:41 This seems to be a trend <_< 22:31:53 -!- neunon_ has joined ##crawl-dev 22:31:53 well CAO didn't have trunk that far back I think 22:31:55 -!- neunon_ is now known as neunon 22:32:08 !lg * v~~0.9 s=v,src 22:32:12 238825 games for * (v~~0.9): 186210x 0.9.0 (117598x cdo, 68612x cao), 23462x 0.9-a1 (18984x cdo, 4478x cao), 20063x 0.9.0-a0 (16705x cao, 3358x cdo), 5666x 0.9-b1 (5666x cdo), 3268x 0.9.1 (3268x cdo), 156x 0.9-rc1 (156x cdo) 22:32:25 -!- neunon is now known as Guest65393 22:32:42 okay, maybe I'm wrong and CAO hasn't gotten the branch working before 22:33:29 Crash on going upstairs (https://crawl.develz.org/mantis/view.php?id=6013) by christhawk 22:36:47 -!- Guest65393 is now known as neunon 22:36:52 -!- neunon has quit [Changing host] 22:36:52 -!- neunon has joined ##crawl-dev 22:38:22 -!- Eracar has quit [] 22:38:43 -!- DracoOmega has joined ##crawl-dev 22:41:25 -!- monqy has quit [Quit: hello] 22:41:30 -!- Thann has joined ##crawl-dev 22:41:30 -!- nooodl_ has quit [Quit: hello] 22:44:53 -!- LoknarGor has quit [Quit: leaving] 22:49:02 |amethyst : Awesome, Thanks! 22:49:28 -!- Cheibriados has joined ##crawl-dev 22:49:28 -!- 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. 22:49:29 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 22:49:42 -!- Cheibriados has quit [Client Quit] 22:50:24 -!- Cheibriados has joined ##crawl-dev 22:50:24 -!- 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. 22:50:24 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 22:50:29 -!- _dd has joined ##crawl-dev 22:50:37 -!- Zeph has quit [Ping timeout: 240 seconds] 22:50:57 -!- Cheibriados has joined ##crawl-dev 22:50: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 chit-chat to ##crawl. | Dev wiki: http://crawl.develz.org/wiki | Long stuff to pastebin.ca please | Immortal Warwalrus and Crazy Yiuf forever. 22:50:57 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 22:51:58 <|amethyst> test 22:51:58 |amethyst: test failed! 22:52:12 Will do. 22:52:15 elliptic, it looks as though all of the 0.10-b1 games were played between when 0.10-b1 started to exist and when 0.11-a0 staretd to exist. 22:52:23 test 22:52:26 -!- Cheibriados has quit [Client Quit] 22:53:24 -!- Cheibriados has joined ##crawl-dev 22:53:24 -!- 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. 22:53:24 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 22:53:30 is having an existential crisis 22:53:47 testing again 22:53:49 anyway the bottom line is that coordinating with Napkin/rax about branching is probably a good idea 22:54:25 is a very testful bot 22:54:39 <|amethyst> okay, seems to work now 22:54:57 it works in channel too 22:54:57 <|amethyst> %pup it works in channel too 22:55:03 <|amethyst> oh, good 22:55:10 <|amethyst> someone else try---it shouldn't work 22:55:24 %pup test 22:55:30 %pup we should talk more 22:55:33 <|amethyst> yay 22:55:51 -!- Daekdroom has quit [Quit: Saindo] 22:55:52 %pup hi 22:55:56 help 22:55:58 %pup ... 22:56:11 %pup ??? mystery of %pup. the great %pup 22:56:27 |amethyst: clearly an important power for you to have 22:56:32 <|amethyst> heh 22:56:59 <|amethyst> I could be fixing bugs right now... 22:58:17 |amethyst: I assume the reason why you did this is so that you can read all of chei's fan mail with %pup !messages 22:58:52 <|amethyst> the immediate reason was so it could say: 22:59:32 haha 22:59:34 <|amethyst> anyway, pardon the distraction, back to release planning 22:59:52 Right now it isn't exactly release planning so much as branch planning. :p 23:00:24 That's a topic I'm quite interested in 23:00:29 hahaha 23:01:28 -!- Cheibriados has joined ##crawl-dev 23:01:28 -!- 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. 23:01:28 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 23:01:44 <|amethyst> doh 23:02:10 -!- Cheibriados has joined ##crawl-dev 23:02:10 -!- 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. 23:02:10 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 23:03:10 I don't think anything special has been done on rax's or Napkin's part up until the point of final 0.x.0 release, but it certainly couldn't hurt to find out if they want to do something after branching but before release. 23:03:55 * Grunt ponders the best way to phrase !tells :p 23:08:20 Debian builds of master branch on crawl.develz.org updated to: 0.11-a0-3088-ge37e904 23:08:35 "We're going to be branching 0.11 in the immediate future; if there's anything special you need to do in response that we can help with or anything special you think we should do as part of that process, let us know." 23:09:33 -!- PK has quit [Ping timeout: 244 seconds] 23:09:35 <|amethyst> sounds good 23:09:43 !tell Napkin We're going to be branching 0.11 in the immediate future; if there's anything special you need to do in response that we can help with or anything special you think we should do as part of that process, let us know. 23:09:44 Grunt: OK, I'll let Napkin know. 23:09:47 !tell rax We're going to be branching 0.11 in the immediate future; if there's anything special you need to do in response that we can help with or anything special you think we should do as part of that process, let us know. 23:09:48 Grunt: OK, I'll let rax know. 23:09:51 ...poof. 23:10:00 Now to wait a reasonable amount of time for feedback. :) 23:10:15 i wonder if Cheibriados has a suggestion as to how long to wait 23:10:23 would wait forever if necessary. 23:10:58 is incredibly faithful 23:12:50 quackv2 the Sneak (L4 VpSt) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 2629. (D:4) 23:12:55 -!- eb_mobile has quit [Ping timeout: 240 seconds] 23:12:57 I think we should branch before Tue Jan 19 03:14:07 UTC 2038 . 23:13:16 ...the end of the world! 23:13:16 :p 23:13:23 !lm quackv2 crash -log 23:13:24 1. quackv2, XL4 VpSt, T:2596 (milestone): http://crawl.akrasiac.org/rawdata/quackv2/crash-quackv2-20120802-031412.txt 23:13:43 ...yup, the bloody bug. 23:14:10 -!- Cheibriados has joined ##crawl-dev 23:14:10 -!- 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. 23:14:10 -!- The topic of ##crawl is: CAO likely to have significant August downtime, please stay tuned for details | Play Crawl online now: type ??cao, ??cdo or ??webtiles for instructions | http://crawl.develz.org | FooTV: termcast.develz.org | ##crawl-offtopic: You got your gender in my peanut butter! Xom thinks this is hilarious! 23:14:15 -!- |amethyst is now known as lamethyst 23:14:16 hshs 23:14:26 s/s/a 23:14:26 |amethyst: how lame. :P 23:14:29 -!- lamethyst is now known as |amethyst 23:15:27 quackv2 the Sneak (L4 VpSt) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 2556. (D:4) 23:18:08 quackv2 the Sneak (L4 VpSt) ASSERT(item.is_valid(iinfo)) in 'tags.cc' at line 2678 failed on turn 2568. (D:2) 23:21:37 -!- herself has quit [Ping timeout: 240 seconds] 23:21:56 -!- simmarine is now known as ellimarine 23:25:49 -!- Kalir has quit [Changing host] 23:26:20 -!- ellimarine is now known as simmarine 23:27:02 Grunt: I think it should be fine 23:27:02 rax: You have 7 messages. Use !messages to read them. 23:27:17 I will probably not update to 0.11 until after the hardware move, which is almost imminent 23:27:29 * Grunt nods. 23:27:31 I'm going to be rebuilding, which will be Fun Times 23:27:34 that makes sense, yeah 23:27:48 and moving to a colo facility 2500 miles away from the first one 23:28:26 <|amethyst> I was thinking about setting up a server for the tournament. 23:28:41 <|amethyst> s/ for the tournament// 23:28:49 |amethyst: do it! 23:28:56 <|amethyst> need to find a good host 23:29:00 <|amethyst> Also, where? 23:29:08 <|amethyst> rax: where will new CAO be? 23:29:40 <|amethyst> presumably not Colo rado 23:30:51 -!- zak2 has quit [Quit: WeeChat 0.3.8] 23:31:30 rax: do you know anything more about the timing for when CAO should safely be ready for a tournament? 23:31:58 elliptic: Safe bet is September :( 23:32:03 |amethyst: Phoenix, AZ, US 23:32:15 <|amethyst> so I should probably go for something east-coast I guess? 23:32:32 If your geographical location doesn't matter, yeah 23:32:56 <|amethyst> I'm not going to find a good one in Kentucky I think :) 23:33:52 i pledge allegiance to |amethyst's server iff it is not really laggy for me 23:34:21 |amethyst: Are you planning to host in colo? 23:34:21 -!- eb_mobile has quit [Quit: I quit] 23:37:33 <|amethyst> rax: no, that was just a bad pun 23:37:51 <|amethyst> I have no idea... advice on east-cost hosts would be appreciated 23:38:04 Do you intend to provide your own machine? 23:38:12 <|amethyst> not colo as I don't have a machine for it 23:38:13 Or would you be doing some kind of VPS? 23:38:28 <|amethyst> I'd prefer dedicated 23:38:30 NAO is on an Amazon instance and that seems to work for them 23:38:37 <|amethyst> hm 23:39:00 for what it's worth, I'm a fan of amazon 23:39:06 dedicated gets expensive! I haven't shopped much for stuff where you don't bring your own hardware 23:39:09 -!- Fhqwhgads has quit [Remote host closed the connection] 23:39:17 Does linode do dedicated? I know people have done well with them 23:40:21 linode only does VPSes, but they offer very big VPSes 23:40:23 <|amethyst> CDO is on a dedicated server at Hetzner, right? I figured it'd be cheaper in the US anyway 23:40:34 <|amethyst> I guess VPS isn't bad 23:40:42 <|amethyst> as long as it's big enough 23:40:54 I don't know where CDO is now, I think it used to be at Napkin's office. :) 23:41:10 CAO is technically on a VM 23:41:24 it's on a VM that gets 2G of RAM and its own CPU though :P 23:41:36 <|amethyst> 2G is enough? 23:41:39 no 23:41:46 in the new world it is going to get 8-12 23:41:51 <|amethyst> aha 23:42:10 Well, 2 is enough when there isn't a tournament ;) 23:42:31 current CAO, despite being a VM on 5-year-old hardware, is just fine when there is no tournament 23:43:01 crawl does not really seem to use that much cpu by itself so i'm not surprised two gigabytes suffices for moderate use 23:43:20 but newabyss 23:43:36 yeah a bunch of the load is server scripts, databases, stuff like that 23:43:47 although crawl is _way_ more resource hungry than it was in 0.2 ;) 23:44:06 ChrisOelmueller: 41qyscrawl_reasons 23:44:58 I think I have answered all questions here though so I am going to go to bed. Night all! 23:45:07 <|amethyst> night! 23:45:11 <|amethyst> and thanks 23:45:17 Thanks rax! 23:45:28 ...now to summon Napkin somehow <_< 23:45:53 <|amethyst> hm... high-RAM linode instances are expensive 23:46:46 the nice thing about amazon is you can scale easily for tournys 23:46:50 <|amethyst> compared to, say, a 24GB dedicated server with hetzner 23:48:37 <|amethyst> how is hetzner so cheap???? 23:49:54 -!- Rewans has quit [] 23:50:42 <|amethyst> 59€/month for i7-920, 24 GB RAM, 1.5 TB disk, 100 GB of backup space, and 10 TB/month of 100 Mbit bandwidth (counts outgoing only; if you go over you're permanently throttled, but not charged extra) 23:50:52 <|amethyst> if only it were in the US... 23:50:59 <|amethyst> or north america anyway