00:00:02 -!- omarax has quit [Remote host closed the connection] 00:24:31 -!- argent0 has quit [Ping timeout: 240 seconds] 00:27:16 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.17-a0-1625-g47e540b (34) 00:57:34 -!- lukano has quit [Ping timeout: 244 seconds] 00:58:46 -!- GauHelldragon2 is now known as GauHelldragon 00:59:11 -!- Pacra has quit [Ping timeout: 246 seconds] 01:00:02 -!- omarax has quit [Remote host closed the connection] 01:06:19 -!- Pacra has joined ##crawl-dev 01:10:35 -!- gammafunk has quit [Quit: leaving] 01:10:55 Unstable branch on crawl.s-z.org updated to: 0.17-a0-1625-g47e540b (34) 01:19:28 Unstable branch on crawl.develz.org updated to: 0.17-a0-1625-g47e540b (34) 01:19:28 -!- Mekanik has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 01:23:29 03|amethyst02 07* 0.17-a0-1626-g3031859: Allow SPTYP_RANDOM miscasts to pick Air. 10(2 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/303185954955 01:29:22 New branch created: enum_bitfield_ranges (2 commits) 13https://github.com/crawl/crawl/tree/enum_bitfield_ranges 01:29:22 03|amethyst02 07[enum_bitfield_ranges] * 0.17-a0-1627-gdc9b541: Add a helper for range-based for loops over enum_bitfield bits. 10(2 hours ago, 11 files, 59+ 45-) 13https://github.com/crawl/crawl/commit/dc9b541161eb 01:29:22 03|amethyst02 07[enum_bitfield_ranges] * 0.17-a0-1628-g8eb7582: Give enum_bitfield an optional last-exponent template parameter. 10(9 minutes ago, 15 files, 95+ 65-) 13https://github.com/crawl/crawl/commit/8eb7582a41e4 01:43:23 <|amethyst> that enum_bitfield_ranges branch didn't turn out quite as nice as I would like.. an extra several dozen lines in the header 01:43:38 <|amethyst> s/nice/nicely/ 01:44:12 03|amethyst02 07[enum_bitfield_ranges] * 0.17-a0-1629-g32e70c7: Make DEF_BITFIELD a variadic macro. 10(5 minutes ago, 4 files, 8+ 16-) 13https://github.com/crawl/crawl/commit/32e70c72f1f3 01:46:14 <|amethyst> !tell doy any thoughts on branch enum_bitfield_ranges? it feels like a lot of complexity in the definition to only slightly simplify the use 01:46:15 |amethyst: OK, I'll let doy know. 01:47:28 -!- AlphaQ has quit [Remote host closed the connection] 01:47:44 -!- Yllodra has quit [Ping timeout: 246 seconds] 01:52:55 -!- tabstorm has quit [Ping timeout: 255 seconds] 01:53:37 -!- ussdefiant has joined ##crawl-dev 01:53:43 Windows builds of master branch on crawl.develz.org updated to: 0.17-a0-1626-g3031859 01:54:54 -!- debo has joined ##crawl-dev 01:55:55 i'm pretty sure i like it, simplifying use is almost always worthwhile compared to simplifying implementation 01:56:28 i don't particularly understand the implementation though, my knowledge of c++ templates isn't all that strong 01:57:02 but the way it's used looks much less error-prone 01:59:34 -!- debo has quit [Ping timeout: 244 seconds] 02:00:02 -!- omarax has quit [Remote host closed the connection] 02:02:26 <|amethyst> the first commit is just a silly iterator wrapper around an int, where operator* shifts by that int 02:03:20 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 02:04:01 <|amethyst> the only really tricky part, and this is stuff I am only just learning myself, was making sure you can't default-construct bitfield::range if the template parameter is negative 02:07:22 <|amethyst> the idea there is that range's default constructor template will have a substitution failure if the bitfield's LastExponent parameter is negative 02:09:03 <|amethyst> making last_exponent drop out is comparatively easier because we can inherit from one of two template specializations 02:09:41 -!- GauHelldragon2 has joined ##crawl-dev 02:10:33 <|amethyst> but I wasn't thinking about inherited constructors... it might be possible to conditionalize that default constructor in the same way as last_exponent 02:12:35 -!- GauHelldragon has quit [Ping timeout: 246 seconds] 02:22:13 <|amethyst> hm, that works but seems more complicated (is longer at least) 02:26:40 <|amethyst> doing last_exponent in the same was as the default constructor might be simpler then, but unfortunately that only works in C++14, unless we make last_exponent a method rather than a data member 02:28:24 <|amethyst> [C++11 has only template classes and functions, while C++14 adds template variables] 02:28:28 -!- Gorgo_ has quit [Quit: Leaving.] 02:33:34 <|amethyst> hm... I think the only thing keeping us from using enum class in most cases is that we'd have to write something like spschool_flag_type::DEMONIC instead of SPTYP_DEMONIC 02:34:13 <|amethyst> it would be nice if you could do something like using spschool_flag_type; to just import them into the current namespace 02:34:41 <|amethyst> so you get the leaky namespaces of old enums with the type-safety of enum class 02:36:34 -!- airwave_ has quit [Quit: Page closed] 02:39:29 <|amethyst> but the standard explicitly says that that works differently (it imports just the enum type, not the enumerators) 02:41:21 <|amethyst> ...and you can't even import the enumerators one-by-one, because importing scoped enumerators is explicitly disallowed §7.3.3 ¶7 02:44:04 -!- ldierk has quit [Read error: Connection reset by peer] 02:45:27 -!- travis-ci has joined ##crawl-dev 02:45:28 The build passed. (enum_bitfield_ranges - 8eb7582 #3018 : Neil Moore): https://travis-ci.org/crawl/crawl/builds/73744754 02:45:28 -!- travis-ci has left ##crawl-dev 02:46:09 -!- ussdefiant has quit [Read error: Connection reset by peer] 02:50:54 Monster database of master branch on crawl.develz.org updated to: 0.17-a0-1626-g3031859 02:51:58 #define spschool_flag_type::DEMONIC SPTYP_DEMONIC 02:52:01 shrug 02:52:04 -!- BanMido has quit [Ping timeout: 246 seconds] 03:00:03 -!- omarax has quit [Remote host closed the connection] 03:00:21 -!- Naizen has quit [Quit: Page closed] 03:01:01 -!- ktgrey has quit [Ping timeout: 264 seconds] 03:05:05 -!- tcsc has quit [Quit: This computer has gone to sleep] 03:12:59 -!- Idolo has quit [] 03:16:06 -!- simmarine has quit [Quit: Leaving] 03:17:59 03|amethyst02 07* 0.17-a0-1627-gdc9b541: Add a helper for range-based for loops over enum_bitfield bits. 10(4 hours ago, 11 files, 59+ 45-) 13https://github.com/crawl/crawl/commit/dc9b541161eb 03:17:59 03|amethyst02 07* 0.17-a0-1628-g8eb7582: Give enum_bitfield an optional last-exponent template parameter. 10(2 hours ago, 15 files, 95+ 65-) 13https://github.com/crawl/crawl/commit/8eb7582a41e4 03:17:59 03|amethyst02 07* 0.17-a0-1629-g32e70c7: Make DEF_BITFIELD a variadic macro. 10(2 hours ago, 4 files, 8+ 16-) 13https://github.com/crawl/crawl/commit/32e70c72f1f3 03:21:51 -!- travis-ci has joined ##crawl-dev 03:21:52 The build passed. (enum_bitfield_ranges - 32e70c7 #3019 : Neil Moore): https://travis-ci.org/crawl/crawl/builds/73745352 03:21:52 -!- travis-ci has left ##crawl-dev 03:22:24 Unstable branch on crawl.beRotato.org updated to: 0.17-a0-1626-g3031859 (34) 03:28:03 <|amethyst> (just deleted the branch; maybe I should make chei detect when that happens) 03:32:29 -!- staplegun has quit [Ping timeout: 246 seconds] 03:32:36 -!- Zekka has quit [Ping timeout: 252 seconds] 03:32:45 i just encountered a bug by drawing Dowsing on Z:5. stuff is all revealed on my map as expected, but when i Xv the monsters out of LOS i get some bad descriptions. like the orb guardians are described as "A sensed removed MONS_GREY_RAT" 03:33:50 moths are described as killer bees, and dragons as hydras; i'm not sure that's a bug vs an intended "reveal glyph/genus but not species" thing 03:34:31 <|amethyst> hm 03:34:36 likewise aliches are called liches and elec golems are just called golems, but that seems like it's probably intended 03:34:48 (how does it look in tiles? is the exact monster type revealed?) 03:34:58 <|amethyst> because it only gives you the glyph 03:35:02 <|amethyst> hm, not sure about tiles, let's see 03:35:46 in tiles you don't even get the glyph, for some of them 03:36:01 just a ? 03:37:44 anyway the only obvious bug is the OGs, but it would be a nice feature addition to give a generic glyph description like "some kind of large reptile" for D, rather than choosing the description for some arbitrary instance of that glyph 03:37:54 <|amethyst> yeah, it's taking the name and tile of the first monster with that glyph in enum order 03:37:57 <|amethyst> yeah 03:38:08 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 03:38:16 <|amethyst> would also need generic tiles for the glyph 03:38:24 <|amethyst> mind reporting that on mantis? 03:38:31 okay 03:38:34 ??mantis 03:38:34 mantis[1/2]: To report bugs or submit new content like vaults, patches or tiles, go to: http://crawl.develz.org/mantis/main_page.php 03:42:01 Bad monster description/tile on Xv after using Dowsing 13https://crawl.develz.org/mantis/view.php?id=9887 by amalloy 03:43:11 hah, a sensed halfling 03:43:46 -!- Tux[Qyou] has joined ##crawl-dev 03:43:53 btw why do you get exact trap descriptions but only monster glyphs? 03:44:27 <|amethyst> no clue 03:44:50 <|amethyst> rather, I'm not sure if that's intentional 03:45:12 <|amethyst> and if it is, then I have no clue 03:45:37 heh 03:45:38 <|amethyst> (and if it isn't intentional, I have no clue but could probably figure it out with enough effort) 03:46:45 <|amethyst> I think it would be reasonable to use the genus instead of the glyph 03:47:10 <|amethyst> I guess the problem there is that if you base the glyph on the genus it might be wrong 03:47:14 <|amethyst> p vs @ 03:48:39 <|amethyst> but that's justifiable I think 03:49:12 <|amethyst> and the tile is going to change anyway, so insisting the glyph remain the same is kind of discriminatory :) 04:00:02 -!- omarax has quit [Remote host closed the connection] 04:08:31 -!- Pacra has quit [Ping timeout: 240 seconds] 04:12:31 -!- KurzedMetal has quit [Read error: Connection reset by peer] 04:20:38 -!- BlackGyver has quit [Quit: Bangarang, mothefuckers.] 04:27:24 -!- FourHTwoA has joined ##crawl-dev 04:42:19 -!- dtsund has quit [Quit: dtsund] 04:45:19 -!- lukano has quit [Ping timeout: 272 seconds] 04:56:00 -!- Zekka has quit [Ping timeout: 256 seconds] 04:59:13 -!- Shard1697 has quit [Ping timeout: 264 seconds] 05:00:02 -!- omarax has quit [Remote host closed the connection] 05:04:44 -!- Blazinghand has joined ##crawl-dev 05:21:13 -!- GauHelldragon2 is now known as GauHelldragon 05:36:38 -!- ProzacElf has quit [Ping timeout: 246 seconds] 05:51:36 -!- Basil has quit [Ping timeout: 260 seconds] 05:53:06 -!- GauHelldragon has quit [Ping timeout: 244 seconds] 06:00:02 -!- omarax has quit [Remote host closed the connection] 06:09:10 -!- rossi has quit [Quit: WeeChat 1.2] 06:10:02 -!- Ququman has joined ##crawl-dev 06:26:40 -!- L0ki3 has quit [Client Quit] 06:27:38 -!- L0ki3 has quit [Client Quit] 06:31:03 -!- foophykins has quit [Quit: Page closed] 06:33:43 -!- flowsnake has quit [Ping timeout: 265 seconds] 06:35:21 -!- Zooty has quit [Ping timeout: 246 seconds] 06:37:44 -!- yottam has quit [Ping timeout: 255 seconds] 06:37:53 -!- Blazinghand has quit [Read error: Connection reset by peer] 06:39:06 -!- HellTiger has quit [Ping timeout: 255 seconds] 07:00:02 -!- omarax has quit [Remote host closed the connection] 07:05:56 -!- Sonata has quit [Ping timeout: 244 seconds] 07:07:00 -!- ktgrey has quit [Ping timeout: 255 seconds] 07:12:24 -!- copt has quit [] 07:13:56 -!- FourHTwoA has quit [Ping timeout: 272 seconds] 07:16:57 -!- amalloy is now known as amalloy_ 07:26:31 -!- bonghitz has quit [Remote host closed the connection] 07:29:42 -!- bel has quit [Ping timeout: 244 seconds] 07:30:21 -!- st_ has joined ##crawl-dev 07:50:29 -!- bencryption has quit [Quit: WeeChat 1.0.1] 07:59:29 -!- Earlo has quit [Remote host closed the connection] 08:00:02 -!- omarax has quit [Remote host closed the connection] 08:00:43 uhh 08:00:57 is boris supposed to be vulnerable to silence and antimagic? 08:07:28 -!- rossi has quit [Ping timeout: 246 seconds] 08:32:02 -!- bonghitz has quit [Ping timeout: 272 seconds] 08:36:06 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 08:45:43 -!- Patashu has quit [Ping timeout: 252 seconds] 08:48:08 -!- Shard1697 has joined ##crawl-dev 08:50:07 -!- stickup has quit [Ping timeout: 252 seconds] 08:59:38 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 09:00:01 -!- omarax has quit [Remote host closed the connection] 09:07:46 -!- FourHTwoA has joined ##crawl-dev 09:17:48 -!- panicbit has quit [Ping timeout: 264 seconds] 09:22:23 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 09:25:52 -!- Shard1697 has quit [Ping timeout: 272 seconds] 09:25:54 -!- rossi has quit [Ping timeout: 250 seconds] 09:29:18 -!- debo has joined ##crawl-dev 09:32:31 !curing prints an inconsistent message with no device heal 3 13https://crawl.develz.org/mantis/view.php?id=9888 by Kvaak 09:37:50 -!- pikaro has quit [Ping timeout: 240 seconds] 09:46:58 -!- Foamed has quit [Quit: RIP] 10:00:02 -!- omarax has quit [Remote host closed the connection] 10:05:01 -!- CKyle has joined ##crawl-dev 10:06:09 -!- elliptic has quit [Quit: Leaving] 10:13:14 -!- elliptic has joined ##crawl-dev 10:17:57 -!- koolguydude has quit [Ping timeout: 246 seconds] 10:18:07 -!- Kramin has quit [Quit: YourBNC - (https://yourbnc.co.uk)] 10:19:42 -!- muravey has joined ##crawl-dev 10:23:19 -!- hyperbolic has joined ##crawl-dev 10:26:40 -!- elliptic has quit [Ping timeout: 272 seconds] 10:26:48 -!- muravey has quit [Ping timeout: 255 seconds] 10:32:25 -!- bonghitz has quit [Ping timeout: 240 seconds] 10:37:53 -!- muravey has joined ##crawl-dev 10:39:22 -!- Crehl has quit [Ping timeout: 246 seconds] 10:41:22 -!- mamgar has quit [Ping timeout: 260 seconds] 10:42:35 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 11:00:02 -!- omarax has quit [Remote host closed the connection] 11:03:50 -!- debo has quit [Ping timeout: 240 seconds] 11:06:59 -!- tabstorm has joined ##crawl-dev 11:16:31 -!- debo has joined ##crawl-dev 11:17:31 -!- CKyle has quit [Ping timeout: 252 seconds] 11:18:36 -!- Pacra has joined ##crawl-dev 11:27:22 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 11:28:55 -!- SPARKYFU has quit [Read error: Connection reset by peer] 11:32:59 -!- debo has quit [Ping timeout: 250 seconds] 11:33:24 -!- bonghitz has quit [Ping timeout: 264 seconds] 11:38:25 -!- HellTiger_NB has quit [Ping timeout: 252 seconds] 11:44:49 -!- Yllodra has quit [Ping timeout: 240 seconds] 11:45:07 -!- Kramell has quit [Excess Flood] 11:46:26 -!- Krakhan has quit [Ping timeout: 240 seconds] 11:46:46 -!- VoidFox has quit [Ping timeout: 240 seconds] 11:52:21 -!- pikaro has quit [Ping timeout: 252 seconds] 12:00:01 -!- omarax has quit [Remote host closed the connection] 12:08:26 -!- FourHTwoA has quit [Ping timeout: 272 seconds] 12:09:33 Cue is going down for a moment. I need to expand drive size. 12:09:46 Sapz (L1 NaAs) (D:1) 12:09:47 Webtiles server stopped. 12:09:47 kasmir (L5 FoAK) (D:3) 12:09:49 prikolics (L11 VpEn) (D:10) 12:09:50 tsouns (L16 DsCK) (Snake:3) 12:09:51 Gargoyl (L27 GrBe) (Zot:3) 12:09:53 eXcel (L22 GrEE) (Lair:1) 12:09:59 Geomchi (L15 MfTm) (Lair:8) 12:10:15 -!- Lantell has quit [Remote host closed the connection] 12:19:29 -!- hyperbolic has quit [Quit: Leaving] 12:20:48 -!- elliptic has joined ##crawl-dev 12:23:32 -!- yottam has quit [Quit: Lost terminal] 12:24:10 -!- simmarine has joined ##crawl-dev 12:34:09 -!- bonghitz has quit [Ping timeout: 255 seconds] 12:38:33 -!- Gorgo_ has quit [Quit: Leaving.] 12:47:41 -!- FourHTwoA has joined ##crawl-dev 12:52:43 -!- CacoS has quit [] 12:54:07 -!- Cacophony has quit [Ping timeout: 246 seconds] 12:55:36 -!- Nylidian has quit [Quit: Leaving] 13:00:02 -!- omarax has quit [Remote host closed the connection] 13:11:43 -!- bananaken has quit [Ping timeout: 246 seconds] 13:15:08 -!- UncertainKitten has joined ##crawl-dev 13:17:50 -!- mizu_no_oto has quit [Ping timeout: 240 seconds] 13:19:02 -!- Pacra has quit [Ping timeout: 250 seconds] 13:19:56 -!- Gorgo_ has quit [Quit: Leaving.] 13:20:54 -!- Pacra has joined ##crawl-dev 13:26:20 -!- Gorgo_ has quit [Client Quit] 13:27:38 Unstable branch on crawl.akrasiac.org updated to: 0.17-a0-1629-g32e70c7 (34) 13:30:10 -!- Cacophony has quit [Ping timeout: 246 seconds] 13:30:24 -!- Ladykiller69 has quit [Ping timeout: 264 seconds] 13:30:45 -!- Tux[Qyou] has joined ##crawl-dev 13:35:50 -!- Tux[Qyou] has quit [Ping timeout: 240 seconds] 13:36:13 -!- Tux[Qyou] has joined ##crawl-dev 13:41:40 -!- mopl has quit [Client Quit] 13:43:18 -!- Lantell has joined ##crawl-dev 13:44:03 And CUE is now back.. now with more storage space to fill with your deaths! 13:49:04 -!- captainkraft has quit [Ping timeout: 246 seconds] 13:50:07 -!- Cacophony has quit [Ping timeout: 246 seconds] 13:50:26 -!- Pacra has quit [Ping timeout: 240 seconds] 13:53:46 -!- ktgrey has quit [Ping timeout: 272 seconds] 13:55:59 -!- rossi has quit [Ping timeout: 250 seconds] 13:56:21 -!- Gmork has quit [Ping timeout: 246 seconds] 13:58:58 -!- tealeaves has quit [Quit: Bye] 14:00:02 -!- omarax has quit [Remote host closed the connection] 14:04:19 -!- Kalir has quit [Changing host] 14:04:44 -!- GauHelldragon has joined ##crawl-dev 14:10:25 -!- Cacophony has quit [Ping timeout: 246 seconds] 14:10:53 -!- tealeaves has quit [Quit: Bye] 14:17:47 -!- dtsund has joined ##crawl-dev 14:30:13 -!- mibe has quit [Quit: Page closed] 14:30:47 -!- Cacophony has quit [Ping timeout: 244 seconds] 14:34:21 -!- wheals has joined ##crawl-dev 14:36:09 -!- amalloy_ is now known as amalloy 14:37:55 Tux[Qyou]: of course. he's a lich 14:38:42 and he's undead 14:38:49 and undead are unnatural 14:38:58 aren't they supposed to be unaffected by silence as well 14:39:07 no 14:39:27 demons cast spells without speaking; liches don't 14:39:33 hm. okay 14:39:35 thanks 14:43:51 -!- Mekanik has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 14:51:01 -!- Cacophony has quit [Ping timeout: 246 seconds] 14:51:15 -!- us17 has quit [Quit: ZNC - http://znc.in] 14:53:45 -!- elliptic has quit [Quit: Leaving] 14:54:40 -!- Geomchi has quit [Quit: Page closed] 14:54:54 -!- elliptic has joined ##crawl-dev 14:56:19 -!- broquaint has quit [*.net *.split] 14:56:19 -!- Keskitalo has quit [*.net *.split] 14:56:20 -!- Sonderblade has quit [*.net *.split] 14:56:21 -!- cosh has quit [*.net *.split] 14:56:22 -!- Ipsum has quit [*.net *.split] 14:56:33 -!- Keskitalo has joined ##crawl-dev 14:56:35 -!- broquaint has joined ##crawl-dev 14:57:06 -!- Bcadren has quit [Ping timeout: 240 seconds] 14:58:35 -!- tealeaves has quit [Quit: Bye] 15:00:02 -!- omarax has quit [Remote host closed the connection] 15:08:02 -!- tealeaves has quit [Quit: Bye] 15:10:48 -!- Ragnor has quit [*.net *.split] 15:10:49 -!- OCTOTROG has quit [*.net *.split] 15:10:49 -!- robbje has quit [*.net *.split] 15:10:50 -!- Annabella has quit [*.net *.split] 15:10:50 -!- Finwe has quit [*.net *.split] 15:10:51 -!- Adeon has quit [*.net *.split] 15:10:51 -!- kryft has quit [*.net *.split] 15:10:52 -!- wmbt has quit [*.net *.split] 15:10:56 -!- Adeon has joined ##crawl-dev 15:23:01 -!- Kalma has quit [Ping timeout: 244 seconds] 15:25:45 -!- Foamed has quit [Quit: RIP] 15:25:54 |amethyst: do you know anything about the local tiles code? 15:26:54 i caused #9773 with 92e6b14 but i'm not sure what to change to fix it 15:28:16 -!- gammafunk has joined ##crawl-dev 15:29:24 -!- tealeaves has quit [Quit: Bye] 15:32:19 fixing local tiles?? 15:33:29 !bug 9773 15:33:29 https://crawl.develz.org/mantis/view.php?id=9773 15:34:21 specifically, i have no idea what code gets called when you hover over a thing in your inventory 15:35:33 yeah, let me track it down if I can 15:36:00 some called from one of the handle_mouse methods probably 15:36:21 here lies gammafunk, last seen entering local tiles code 15:36:27 -!- PaleImage has quit [Ping timeout: 246 seconds] 15:36:39 hey I've tweaked tiles code and lived! 15:36:51 rewrote that stupid sdl loop, what a pita 15:39:36 -!- us17 has quit [Quit: ZNC - http://znc.in] 15:40:26 -!- alvarops has quit [Quit: Leaving] 15:47:00 -!- Shard1697 has joined ##crawl-dev 15:49:51 -!- lemonpepper24 has quit [Quit: Konversation terminated!] 15:58:39 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 16:00:02 -!- omarax has quit [Remote host closed the connection] 16:00:36 -!- emikaela has quit [Ping timeout: 246 seconds] 16:07:42 -!- Krakhan|2 is now known as Krakhan 16:07:42 -!- Krakhan has quit [Changing host] 16:08:53 wheals: did you change tilereg-inv.cc? 16:09:20 no, but i changed get_item_description and i guess that indirectly calls that? 16:09:29 yes 16:10:10 !function InventoryRegion:get_alt_text 16:10:11 Can't find InventoryRegion:get_alt_text. 16:10:18 !function InventoryRegion:update_alt_text 16:10:19 Can't find InventoryRegion:update_alt_text. 16:10:21 er 16:10:31 !function InventoryRegion::update_alt_text 16:10:31 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/tilereg-inv.cc#l574 16:10:44 <|amethyst> wheals: get_item_desc calls get_item_description but the arguments weren't changed in that commit 16:11:16 yeah it's get_item_desc in particular 16:11:19 <|amethyst> I see you changed _describe_spell_item from: 16:11:23 <|amethyst> - const string desc = get_item_description(item, true, false, true); 16:11:23 <|amethyst> + const string desc = get_item_description(item, true); 16:11:35 <|amethyst> maybe the call in get_item_desc needs the same change? 16:11:41 -!- Pacra has joined ##crawl-dev 16:13:10 I'm guessing lookup needs to be true? 16:13:42 er false, sorry 16:14:06 that argument name is a bit confusing 16:14:28 I guess lookup means "you're doing some kind of lookup that doesn't need the name" 16:14:36 i'll see if that breaks anything else 16:14:58 lookup really means "i'm doing this during ?/ lookup" 16:15:44 maybe it should use a better name for ?/, if there is one 16:15:50 also, this is kind of funny: 16:15:51 -!- ProzacElf has joined ##crawl-dev 16:15:56 !function _get_item_desc 16:15:57 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/spl-summoning.cc#l714 16:16:19 , bool questionmarkslash) 16:16:35 <|amethyst> hm 16:17:04 wheals: helpdb ? 16:17:24 questionmarkslash is indeed the only name I know for it 16:17:58 -!- FourHTwoA has quit [Ping timeout: 272 seconds] 16:25:01 .gfmap 16:25:02 353. chequers the Severer (L16 MiAK of Lugonu), slain by a golden dragon zombie on D:15 (gammafunk_depths_entry_grave) on 2015-08-02 08:28:36, with 113980 points after 29400 turns and 1:05:35. 16:25:18 another victim of the zombie place problem 16:25:41 I guess golden dragon zombie isn't really all that bad 16:25:45 @??golden_dragon zombie 16:25:45 golden dragon zombie (07Z) | Spd: 8 | HD: 18 | HP: 133-171 | AC/EV: 13/2 | Dam: 36, 1609(claw), 16 | 07undead, evil, unbreathing | Res: 06magic(24), 02cold++, 09poison+++, 12drown, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 748 | Sz: Giant | Int: brainless. 16:25:55 @??fire_dragon 16:25:55 fire dragon (04D) | Spd: 10 | HD: 12 | HP: 78-104 | AC/EV: 10/8 | Dam: 20, 13, 1307(trample) | fly | Res: 06magic(60), 05fire++, 03poison, 12drown | Vul: 12cold | XP: 1068 | Sp: fire breath (3d24) [11!AM, 06!sil, 08breath] | Sz: Giant | Int: animal. 16:26:09 @??bone_dragon 16:26:09 bone dragon (15D) | Spd: 10 | HD: 20 | HP: 160-206 | AC/EV: 20/4 | Dam: 30, 2009(claw), 2007(trample) | 07undead, evil, see invisible, fly, unbreathing | Res: 06magic(100), 05fire, 02cold, 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy++ | XP: 3697 | Sz: Giant | Int: animal. 16:26:46 it's slow, melee and doesn't regenerate 16:27:10 and doesn't have ranged 16:27:17 oh you said that 16:27:19 -!- tealeaves has quit [Quit: Bye] 16:28:11 fr give them bone shards breath 16:35:08 -!- elliptic has quit [Quit: Leaving] 16:36:36 -!- elliptic has joined ##crawl-dev 16:38:25 -!- lemonpepper24 has quit [Ping timeout: 244 seconds] 16:39:50 03wheals02 07* 0.17-a0-1630-g74de702: Local tiles: let ctrl-click close doors again (#9541). 10(2 days ago, 3 files, 57+ 28-) 13https://github.com/crawl/crawl/commit/74de7021f729 16:39:50 03wheals02 07* 0.17-a0-1631-g77655e4: Local tiles: Fix a missing item name (#9773). 10(10 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/77655e490fdb 16:39:50 03wheals02 07* 0.17-a0-1632-g0af21bd: Tiles: Hells upstairs don't get the "unexplored" asterisk (Arrhythmia). 10(5 minutes ago, 1 file, 6+ 1-) 13https://github.com/crawl/crawl/commit/0af21bdc1d2e 16:41:28 -!- Blazinghand has joined ##crawl-dev 16:42:59 arrhy now knows i deliver on my promises, unlike SOME tileschatters i could name 16:43:50 -!- Pacra has quit [Ping timeout: 240 seconds] 16:44:52 (now I can cleanse my machine of this filth and never compile tiles again :P) 16:47:57 -!- ProzacElf has quit [Ping timeout: 255 seconds] 16:48:45 -!- Shard1697_ has joined ##crawl-dev 16:49:56 -!- Zekka has quit [Remote host closed the connection] 16:50:30 -!- Shard1697 has quit [Ping timeout: 250 seconds] 16:54:02 -!- beogh has quit [Quit: Page closed] 16:58:08 -!- Patashu has joined ##crawl-dev 16:58:26 -!- Shard1697_ has quit [Ping timeout: 240 seconds] 17:00:02 -!- omarax has quit [Remote host closed the connection] 17:02:03 -!- DrKe has quit [Ping timeout: 265 seconds] 17:02:31 -!- Shard1697 has joined ##crawl-dev 17:05:31 -!- William_ has quit [Quit: Page closed] 17:08:00 -!- DrKe has joined ##crawl-dev 17:09:47 sadly when wheals delivers on his promises, we get things like Natasha 17:09:51 -!- bonghitz has quit [Quit: Leaving...] 17:11:19 to say nothing on Eternal Torment and the ensuing tavern drama! On the other hand, it was a great way to increase my thanks count. 17:15:51 -!- bakman329 has quit [Quit: Page closed] 17:18:03 -!- SomeStupidGuy has quit [Ping timeout: 260 seconds] 17:20:15 -!- wheals has quit [Ping timeout: 244 seconds] 17:23:08 -!- Pacra has joined ##crawl-dev 17:26:14 -!- travis-ci has joined ##crawl-dev 17:26:15 The build was broken. (master - 0af21bd #3021 : Shmuale Mark): https://travis-ci.org/crawl/crawl/builds/73805578 17:26:15 -!- travis-ci has left ##crawl-dev 17:26:46 -!- us17 has quit [Ping timeout: 240 seconds] 17:27:48 -!- FourHTwoA has joined ##crawl-dev 17:28:14 -!- dustinm` has quit [Ping timeout: 252 seconds] 17:28:38 -!- djinni has quit [Ping timeout: 246 seconds] 17:32:16 -!- Patashu has quit [Ping timeout: 252 seconds] 17:32:57 -!- us17 has quit [Ping timeout: 255 seconds] 17:33:14 Airwolf (L27 DDNe) ASSERT(you.see_cell(p)) in 'directn.cc' at line 1243 failed. (Zig:24) 17:34:26 -!- dustinm` has joined ##crawl-dev 17:38:13 -!- djinni has joined ##crawl-dev 17:39:17 -!- FiftyNine has quit [Ping timeout: 256 seconds] 17:40:17 -!- us17 has quit [Quit: ZNC - http://znc.in] 17:40:38 -!- bakman329 has quit [Quit: Page closed] 17:43:18 -!- Sonderblade has quit [Ping timeout: 255 seconds] 17:53:01 -!- gammafunk has quit [Ping timeout: 250 seconds] 17:53:23 -!- ProzacElf has joined ##crawl-dev 18:00:02 -!- omarax has quit [Remote host closed the connection] 18:04:31 -!- UristMcMason has quit [Ping timeout: 246 seconds] 18:08:10 -!- tealeaves has quit [Quit: Bye] 18:10:11 Unstable branch on crawl.lantea.net updated to: 0.17-a0-1632-g0af21bd (34) 18:10:43 -!- FourHTwoA has quit [Ping timeout: 272 seconds] 18:12:08 -!- panicbit has quit [Ping timeout: 265 seconds] 18:12:10 -!- ktgrey has quit [Ping timeout: 260 seconds] 18:17:46 -!- ystael has quit [Ping timeout: 240 seconds] 18:19:25 -!- lemonpepper24 has quit [Remote host closed the connection] 18:20:09 -!- siepu has quit [Read error: Connection reset by peer] 18:26:43 -!- vale_ is now known as vale 18:33:15 -!- Gorgo_1 has quit [Quit: Leaving.] 18:37:44 -!- CKyle has joined ##crawl-dev 18:42:41 -!- tealeaves has quit [Quit: Bye] 18:43:11 -!- Pacra has quit [Ping timeout: 240 seconds] 18:47:10 -!- Pacra has joined ##crawl-dev 18:48:18 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 18:50:05 -!- HellTiger_NB has quit [Ping timeout: 246 seconds] 18:52:54 -!- gammafunk has joined ##crawl-dev 18:59:11 -!- captainkraft has quit [Ping timeout: 256 seconds] 19:00:03 -!- omarax has quit [Remote host closed the connection] 19:00:31 -!- GauHelldragon has left ##crawl-dev 19:01:38 i wish every skeleton monster had a unique tile 19:01:47 it always kills me assuming they're like, wyvern zombies 19:02:53 -!- Pacra has quit [Ping timeout: 265 seconds] 19:03:41 -!- debo has joined ##crawl-dev 19:05:09 -!- wheals has joined ##crawl-dev 19:05:50 -!- LexAckson has joined ##crawl-dev 19:11:24 -!- Daekdroom has quit [Quit: Leaving] 19:14:58 -!- mopl has quit [Client Quit] 19:17:46 -!- ProzacElf has quit [Remote host closed the connection] 19:18:07 -!- ProzacElf has joined ##crawl-dev 19:20:08 -!- Foamed has quit [Quit: RIP] 19:20:11 -!- Geomchi has quit [Quit: Page closed] 19:27:48 -!- Torax_ has quit [Quit: Page closed] 19:29:06 -!- LexAckson has quit [Ping timeout: 250 seconds] 19:32:37 -!- Yll has quit [Ping timeout: 256 seconds] 19:43:32 -!- Ladykiller70 has quit [Quit: Verlassend] 19:46:10 -!- tabstorm has quit [Ping timeout: 255 seconds] 19:46:14 .gfmap -6 19:46:15 348/353. Chiseanne the Champion of Chaos (L13 DsWn of Makhleb), slain by a caustic shrike zombie on D:15 (gammafunk_depths_entry_grave) on 2015-07-27 18:18:06, with 31811 points after 14036 turns and 1:01:25. 19:46:53 assume they're all caustic shrike zombies and you'll never die again! 19:47:30 I actually don't remember even adding that place depths:1, wonder if hangedman did that or something 19:49:04 -!- mibe has quit [Quit: Page closed] 19:50:45 %git 837ca826 19:50:45 07tenofswords02 {|amethyst} * 0.14-a0-1049-g837ca82: Edit Depths entries to connect better to Depths, add new ones 10(1 year, 8 months ago, 1 file, 127+ 111-) 13https://github.com/crawl/crawl/commit/837ca82679d9 19:50:49 I was right 19:50:59 when in doubt, blame [hangedman|grunt|dpeg] 19:51:22 !blame3 wheals 19:51:22 wheeeeeaaaaals 19:51:25 !blame2 wheals 19:51:26 wwwhhheeeaaalllsss 19:51:38 I do approve of that particular change, modulo the bad depth fuzzing behaviour though 19:55:19 -!- tabstorm has joined ##crawl-dev 20:00:02 -!- omarax has quit [Remote host closed the connection] 20:00:25 -!- predator117 has quit [Ping timeout: 265 seconds] 20:08:25 -!- Ryzor has quit [Ping timeout: 246 seconds] 20:09:36 -!- lukano has quit [Ping timeout: 265 seconds] 20:17:10 -!- WalkerBoh has quit [Remote host closed the connection] 20:19:54 -!- tabstorm has quit [Ping timeout: 255 seconds] 20:23:48 -!- Ququman has quit [Read error: Connection reset by peer] 20:28:18 -!- tabstorm has joined ##crawl-dev 20:29:51 -!- ystael has quit [Ping timeout: 240 seconds] 20:41:31 -!- wheals has quit [Ping timeout: 255 seconds] 20:45:30 -!- wheals has joined ##crawl-dev 21:00:02 -!- omarax has quit [Remote host closed the connection] 21:02:43 -!- Chance672 has quit [Quit: WeeChat 1.2] 21:04:53 -!- TR_Muscateer has joined ##crawl-dev 21:05:53 -!- aarujn has quit [Quit: aarujn] 21:06:54 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 21:07:18 -!- mizu_no_oto has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 21:08:07 -!- Cerpin has quit [Ping timeout: 244 seconds] 21:08:11 -!- Z_LAMP has quit [Ping timeout: 240 seconds] 21:10:31 -!- CKyle has joined ##crawl-dev 21:13:13 -!- tealeaves has quit [Quit: Bye] 21:22:15 -!- chance672 has quit [Quit: Leaving my desktop..... laptop possibly?] 21:25:58 -!- Tungsten has quit [Ping timeout: 265 seconds] 21:26:04 -!- wheals has quit [Ping timeout: 255 seconds] 21:30:19 -!- Danei has quit [Ping timeout: 265 seconds] 21:31:39 -!- wheals has joined ##crawl-dev 21:33:50 -!- tealeaves has quit [Quit: Bye] 21:34:24 ??is cszo down 21:34:27 2 minutes, 6 seconds since last activity (cszo) 21:34:59 "Uncaught TypeError: $ is not a function" in chat.js 21:36:01 -!- xtwvoodoo has quit [Quit: Leaving] 21:36:09 !seen |amethyst 21:36:10 I last saw |amethyst at Sun Aug 2 20:16:34 2015 UTC (5h 19m 35s ago) saying 'hm' on ##crawl-dev. 21:37:12 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 21:37:49 -!- lobf has joined ##crawl-dev 21:38:15 -!- Pacra has joined ##crawl-dev 21:39:46 -!- Ryzor has quit [Ping timeout: 246 seconds] 21:41:09 -!- Pacra has quit [Read error: Connection reset by peer] 21:43:16 -!- tealeaves has quit [Quit: Bye] 21:45:20 -!- lobf has quit [Quit: lobf] 21:45:26 -!- tealeaves has quit [Client Quit] 21:45:58 -!- eXcel has quit [Quit: Leaving] 21:52:22 -!- bonghitz has quit [Quit: Leaving...] 21:59:58 -!- mamgar has quit [Read error: Connection reset by peer] 22:00:02 -!- omarax has quit [Remote host closed the connection] 22:00:50 -!- UncertainKitten has joined ##crawl-dev 22:04:00 -!- Lasty has quit [Quit: Leaving.] 22:05:53 -!- pikaro has quit [Ping timeout: 272 seconds] 22:13:56 -!- Kramin has quit [Quit: This computer has gone to sleep] 22:21:40 -!- argent0 has quit [Quit: leaving] 22:22:04 -!- CKyle has joined ##crawl-dev 22:24:29 -!- chance672 has quit [Quit: Leaving my desktop..... laptop possibly?] 22:25:25 -!- tealeaves has quit [Quit: Bye] 22:25:43 -!- tealeaves has quit [Client Quit] 22:27:17 -!- tealeaves has quit [Client Quit] 22:29:31 -!- Poncheis has quit [Ping timeout: 255 seconds] 22:29:39 -!- Ladykiller69 has quit [Quit: Verlassend] 22:31:19 -!- mizu_no_oto has quit [Client Quit] 22:32:37 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 22:36:32 -!- st_ has quit [Ping timeout: 265 seconds] 22:42:35 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:45:35 -!- Beogh has quit [Quit: Page closed] 22:50:04 -!- CKyle has joined ##crawl-dev 22:50:23 !tell MarvinPA What do you think about the idea to have the gods granting one-time blessings/gift (TSO/Kiku/Lucy) simply have a one-time ability appear at 6* that does the branding/gifting (possibly accompanied by making an altar on the player's square)? Avoids the tedium of trekking back to an altar (possibly with an annoying piety loss to 5*). 22:50:23 gammafunk: OK, I'll let marvinpa know. 22:51:01 -!- Pacra has joined ##crawl-dev 22:51:51 are altars immune to primal wave 22:54:42 -!- dtsund has quit [Remote host closed the connection] 22:58:23 -!- mizu_no_oto has quit [Client Quit] 23:00:02 -!- omarax has quit [Remote host closed the connection] 23:04:22 -!- wheals has quit [Ping timeout: 244 seconds] 23:04:40 -!- ldierk has joined ##crawl-dev 23:07:20 -!- Yllodra has quit [Ping timeout: 246 seconds] 23:09:36 -!- emikaela has quit [Quit: Page closed] 23:09:56 -!- Fhqwhgads_ has quit [Remote host closed the connection] 23:13:16 -!- Mulzaro has quit [Quit: Page closed] 23:14:48 -!- rax_ is now known as rax 23:14:49 -!- rax is now known as 17WAACODS 23:15:00 -!- 17WAACODS is now known as rax 23:17:48 -!- FiftyNine has quit [Ping timeout: 244 seconds] 23:22:49 -!- BotbraD has quit [Quit: WeeChat 0.4.2] 23:23:14 -!- Basil__ has quit [Ping timeout: 250 seconds] 23:30:30 -!- ystael has quit [Ping timeout: 252 seconds] 23:33:20 -!- Cacophony has quit [Quit: oh no am scare] 23:34:46 -!- tealeaves has quit [Quit: Bye] 23:34:59 -!- CKyle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:50:28 -!- tcsc has quit [Quit: This computer has gone to sleep] 23:55:45 -!- Nylidian has quit [Quit: Leaving]