00:00:02 -!- omarax has quit [Remote host closed the connection] 00:00:49 rchandra: why am I a monster? 00:01:31 many reasons! in particular, df19ebb361c5 00:01:34 I mean there are *several* reasons 00:01:43 %git df19ebb361c5 00:01:43 07gammafunk02 * 0.17-a0-1716-gdf19ebb: Some undead monster glyph changes 10(4 days ago, 2 files, 9+ 5-) 13https://github.com/crawl/crawl/commit/df19ebb361c5 00:01:46 haha 00:01:59 once I got the +1 from elliptic it was inevitable 00:02:27 I will have to get around to reglyphing cobs then 00:03:13 I think wheals has done so as well; I on the other hand just had to comment in my rc that my remapping would no longer be necessary in 0.17! 00:05:30 -!- tealeaves has quit [Quit: Bye] 00:09:01 -!- ussdefiant has joined ##crawl-dev 00:18:17 -!- Utrick has quit [Quit: Utrick] 00:18:45 -!- PsyMar has quit [Disconnected by services] 00:18:59 -!- PsyMar2 is now known as PsyMar 00:20:16 -!- mamgar has quit [Read error: Connection reset by peer] 00:25:11 -!- vale_ has quit [Remote host closed the connection] 00:25:23 -!- ProzacElf has quit [Ping timeout: 246 seconds] 00:27:22 -!- ProzacElf has joined ##crawl-dev 00:27:56 -!- Utrick has joined ##crawl-dev 00:28:24 -!- debo has quit [Ping timeout: 244 seconds] 00:31:25 -!- AlphaQ has quit [Remote host closed the connection] 00:41:02 -!- Kalir has quit [Changing host] 00:44:07 -!- radinms has quit [] 00:48:10 -!- amalloy_ is now known as amalloy 00:50:36 -!- st_ has joined ##crawl-dev 00:51:08 -!- predator117 has quit [Ping timeout: 250 seconds] 00:54:42 -!- WalkerBoh has quit [Remote host closed the connection] 00:58:17 -!- rchandra1 has joined ##crawl-dev 01:00:02 -!- omarax has quit [Remote host closed the connection] 01:00:40 -!- rchandra has quit [Ping timeout: 250 seconds] 01:01:13 -!- Utrick has quit [Quit: Utrick] 01:01:20 UI responses to invalid menu selections are a hot mess 13https://crawl.develz.org/mantis/view.php?id=9927 by tedric 01:01:26 -!- Smello has quit [Ping timeout: 246 seconds] 01:02:16 Unstable branch on crawl.s-z.org updated to: 0.17-a0-1719-g1afd5a1 (34) 01:02:29 -!- GauHelldragon has quit [Ping timeout: 246 seconds] 01:28:26 -!- MgDark has quit [Quit: ChatZilla 0.9.92 [Firefox 40.0.2/20150812163655]] 01:54:34 -!- Gorgo_ has quit [Quit: Leaving.] 02:00:03 -!- omarax has quit [Remote host closed the connection] 02:04:56 -!- Krakhan has quit [Ping timeout: 246 seconds] 02:13:46 -!- tcsc has quit [Quit: This computer has gone to sleep] 02:14:50 -!- GauHelldragon2 has quit [Ping timeout: 244 seconds] 02:16:40 -!- jspengler has quit [] 02:16:43 -!- Blazinghand has joined ##crawl-dev 02:18:47 -!- ystael has quit [Ping timeout: 250 seconds] 02:22:06 -!- rast has quit [Ping timeout: 244 seconds] 02:22:39 well that's an interesting bug report title 02:27:31 -!- ussdefiant has quit [Ping timeout: 245 seconds] 02:28:02 -!- Utrick has joined ##crawl-dev 02:28:34 -!- Utrick has quit [Client Quit] 02:35:18 fwiw that ticket doesN't even mention the behavior i find most upsetting, which is how (r)(x) behaves, where x is a readable item inscribed with !r 02:37:15 cancelling most other "really do this?" prompts returns you to the main level-map mode, but cancelling that goes back to prompting you for a thing to read 02:37:50 meaning i often hit like rm[esc]r : argh dangit i accidentally read (r) 02:42:41 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 02:44:42 -!- mibe has quit [Quit: Page closed] 02:58:16 -!- kecj_fefe_ has quit [Ping timeout: 244 seconds] 03:00:02 -!- omarax has quit [Remote host closed the connection] 03:11:20 -!- fbafelipe has quit [Quit: Leaving] 03:11:45 Unstable branch on crawl.beRotato.org updated to: 0.17-a0-1719-g1afd5a1 (34) 03:14:17 -!- simmarine_ has quit [Quit: Leaving] 03:23:51 -!- KurzedMetal has quit [Read error: Connection reset by peer] 03:32:02 -!- rchandra1 is now known as rchandra 03:37:44 -!- aarujn has joined ##crawl-dev 03:42:34 -!- infrasho1tfoo has joined ##crawl-dev 03:44:16 Hello, I was wondering which rendering method is used in webtiles. I recently bought a new computer which is a little bit low end and webtiles isn't really playable. I'm thinking about looking at the code, with the goal of trying to port it WebGL or something (or just see if I can improve performance on that side) 03:50:17 -!- tealeaves has quit [Quit: Bye] 03:57:29 infrasho1tfoo: it's based on javascript (mostly jquery) communicating using json over http websocket. Uses a set large tilesheet pngs to load the image data and just displays the relevant tile based on stored coordinates of where each image is in the tilesheet 03:57:50 -!- GauHelldragon2 has quit [Ping timeout: 246 seconds] 03:59:06 we're glad to consider patches improving webtiles, but moving to webgl might involve some significant changes to the crawl binary in terms of what it sends over the json 04:00:02 -!- omarax has quit [Remote host closed the connection] 04:00:40 see source/webserver/static/scripts for the "client" that sets up the connection and coordinates with the webtiles server (a python based http server) and source/webserver/game_data/static for most of the "app" code that renders the game in webtiles 04:05:21 -!- GauHelldragon2 is now known as GauHelldragon 04:08:33 I will look into it, but it should be possible to work only on the client side? Well I will give it a look at lunch time 04:08:37 Thanks for the pointers! 04:12:23 -!- Blazinghand has quit [Read error: Connection reset by peer] 04:14:53 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 04:15:34 infrasho1tfoo: the crawl binary itself sends json to the webtiles server, which in turn sends json to the webtiles player's browser as well as to the browsers of all spectators, so you might need to change some of what crawl itself sends out, data-wise 04:16:28 perhaps you wouldn't have to change anything in that regard, it depends on your implementation I'm sure, just someting to be aware of 04:17:50 any changes needed there would probably be pretty small, anyhow 04:18:11 -!- Lebbon has quit [Quit: Leaving] 04:21:47 Ok, I see that rendering seems to be specific files and uses the canvas API, it's probably a good idea to first get some some profiling done 04:24:53 the message printing code is an area that's reportedly problematic; the js is creating way too many objects and then trying (failing?) to delete them all, I've been told, but I haven't looked myself 04:26:06 additionally there are problems where spectators join a game and it causes the menus to remain popped open permanently for other spectators (and sometimes the player's menu also gets stuck open, but I'm not sure if this is related to spectators joining or is otherwise related) 04:26:35 -!- GauHelldragon has quit [Ping timeout: 244 seconds] 04:26:55 reaching attacks from polearms and launchers (which do a lot of animation) are things that seem to permanently create lag in a session when used a lot, forcing users who rely on these to refresh more 04:33:17 -!- Patashu has joined ##crawl-dev 04:36:41 !function _transformation_is_safe 04:36:42 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/transform.cc#l1526 04:40:36 -!- []J has quit [Read error: Connection reset by peer] 04:43:01 -!- muravey has quit [Ping timeout: 255 seconds] 04:43:58 -!- FiftyNine has quit [Ping timeout: 250 seconds] 04:45:00 -!- siepu has quit [Ping timeout: 256 seconds] 04:46:13 -!- ystael has quit [Ping timeout: 256 seconds] 04:46:22 -!- Tux[Qyou] has joined ##crawl-dev 04:51:35 -!- MakMorn has quit [Ping timeout: 272 seconds] 04:51:39 -!- pikaro has quit [Ping timeout: 250 seconds] 04:52:05 -!- TMTurtle_ has quit [Ping timeout: 246 seconds] 04:52:18 -!- MakMorn has joined ##crawl-dev 04:57:08 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 04:57:25 -!- Tux[Qyou] has joined ##crawl-dev 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:07:56 -!- Guest16013 has quit [Ping timeout: 244 seconds] 05:08:53 -!- rchandra has left ##crawl-dev 05:49:36 -!- ProzacElf has quit [Ping timeout: 256 seconds] 06:00:01 -!- omarax has quit [Remote host closed the connection] 06:19:22 -!- Tuxedo[Qyou] has joined ##crawl-dev 06:20:13 -!- Tuxedo[Qyou] has quit [Read error: Connection reset by peer] 06:20:25 -!- Tuxedo[Qyou] has joined ##crawl-dev 06:20:50 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 06:22:53 -!- Tuxedo[Qyou] has quit [Read error: Connection reset by peer] 06:23:23 -!- Tux[Qyou] has joined ##crawl-dev 06:25:36 -!- filthy has quit [Ping timeout: 265 seconds] 06:28:04 -!- Tuxedo[Qyou] has joined ##crawl-dev 06:28:13 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 06:41:27 -!- HellTiger has quit [Ping timeout: 244 seconds] 06:50:41 -!- Xenobreeder has quit [Ping timeout: 246 seconds] 07:00:01 -!- omarax has quit [Remote host closed the connection] 07:02:01 -!- amalloy is now known as amalloy_ 07:04:20 -!- teukkam has quit [Ping timeout: 246 seconds] 07:07:37 -!- stickup has quit [Read error: Connection reset by peer] 07:12:47 -!- Tux[Qyou] has joined ##crawl-dev 07:14:07 -!- Tuxedo[Qyou] has quit [Ping timeout: 252 seconds] 07:21:31 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 07:26:47 -!- gammafunk has quit [Ping timeout: 255 seconds] 07:36:42 -!- owl has quit [Ping timeout: 244 seconds] 07:37:36 -!- Lasty has quit [Quit: Leaving.] 07:39:21 -!- muravey has joined ##crawl-dev 07:42:05 -!- pikaro has quit [Ping timeout: 255 seconds] 07:48:58 -!- siepu has quit [Ping timeout: 246 seconds] 08:00:01 -!- omarax has quit [Remote host closed the connection] 08:07:42 -!- Shard1697 has quit [Ping timeout: 244 seconds] 08:10:12 -!- BlackGyver` has quit [Ping timeout: 250 seconds] 08:10:27 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 08:13:35 -!- filthy has quit [Ping timeout: 255 seconds] 08:13:37 -!- staplegun has quit [Ping timeout: 260 seconds] 08:16:28 -!- muravey has quit [Ping timeout: 246 seconds] 08:24:49 -!- pikaro has quit [Ping timeout: 260 seconds] 08:40:05 -!- tealeaves has quit [Quit: Bye] 08:50:43 -!- elliptic has quit [Quit: Leaving] 08:51:31 -!- ololoev has quit [Quit: Page closed] 08:51:35 -!- xcourier has quit [Quit: || ~~ ||] 08:53:32 -!- elliptic has joined ##crawl-dev 09:00:01 -!- omarax has quit [Remote host closed the connection] 09:02:20 -!- tealeaves has quit [Quit: Bye] 09:07:31 -!- joke_LA has quit [Ping timeout: 265 seconds] 09:11:12 -!- vale_ has quit [Remote host closed the connection] 09:11:28 -!- []J has quit [Remote host closed the connection] 09:11:34 -!- Patashu has quit [Ping timeout: 246 seconds] 09:18:40 -!- tealeaves has quit [Ping timeout: 256 seconds] 09:20:22 -!- HellTiger_NB has quit [Ping timeout: 256 seconds] 09:36:06 -!- Tuxedo[Qyou] has joined ##crawl-dev 09:36:10 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 09:36:48 -!- siepu has quit [Ping timeout: 256 seconds] 09:38:21 -!- teukkam has quit [Ping timeout: 246 seconds] 09:53:49 -!- sanka has quit [Quit: Page closed] 09:54:49 -!- Tuxedo[Qyou] has quit [Read error: Connection reset by peer] 09:55:35 -!- Tux[Qyou] has joined ##crawl-dev 10:00:01 -!- omarax has quit [Remote host closed the connection] 10:08:58 -!- Xenobreeder has joined ##crawl-dev 10:09:53 -!- mamgar has quit [Read error: Connection reset by peer] 10:15:12 -!- wheals_ is now known as wheals 10:17:35 -!- Athaboros has quit [Client Quit] 10:23:32 -!- Svalin has quit [Ping timeout: 246 seconds] 10:25:53 -!- ussdefiant has joined ##crawl-dev 10:26:59 -!- tealeaves has quit [Quit: Bye] 10:31:19 -!- tealeaves has quit [Client Quit] 10:33:18 -!- BanMido has quit [Ping timeout: 246 seconds] 10:34:05 -!- ololoev has quit [Client Quit] 10:37:47 -!- ololoev has quit [Client Quit] 10:40:09 -!- ololoev has quit [Client Quit] 10:49:04 -!- vale_ has quit [Ping timeout: 264 seconds] 10:58:27 -!- LexAckson has joined ##crawl-dev 11:00:01 -!- omarax has quit [Remote host closed the connection] 11:08:48 -!- Gorgo_ has quit [Quit: Leaving.] 11:17:23 -!- Kramin42 has quit [Quit: This computer has gone to sleep] 11:19:01 -!- Zekka has quit [Ping timeout: 250 seconds] 11:21:44 -!- tealeaves has quit [Quit: Bye] 11:26:40 -!- radinms has quit [] 11:29:42 -!- hyperbolic has joined ##crawl-dev 11:32:56 -!- stickup has quit [Read error: Connection reset by peer] 11:33:44 -!- elliptic has quit [Ping timeout: 272 seconds] 11:40:59 -!- hyperbolic has quit [Quit: Leaving] 11:46:20 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 11:50:45 -!- LexAckson has quit [Read error: Connection reset by peer] 11:51:23 -!- infrasho1tfoo has quit [Ping timeout: 264 seconds] 11:54:08 -!- LexAckson has joined ##crawl-dev 11:58:20 -!- siepu has quit [Quit: Leaving] 12:00:01 -!- omarax has quit [Remote host closed the connection] 12:00:07 -!- lemonpepper24 has quit [Ping timeout: 240 seconds] 12:00:40 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 12:15:07 -!- tealeaves has quit [Quit: Bye] 12:19:56 -!- tealeaves has quit [Client Quit] 12:21:10 -!- ussdefiant has quit [Ping timeout: 240 seconds] 12:24:55 -!- debo has joined ##crawl-dev 12:26:27 -!- agentgt has quit [Remote host closed the connection] 12:27:09 -!- tealeaves has quit [Quit: Bye] 12:30:51 -!- Tux[Qyou] has quit [Quit: Excess flood] 12:31:21 -!- Tux[Qyou] has joined ##crawl-dev 12:31:54 -!- agentgt has quit [Ping timeout: 256 seconds] 12:36:21 -!- tealeaves has quit [Quit: Bye] 12:46:47 -!- simmarine has joined ##crawl-dev 12:49:35 -!- vale_ has quit [Ping timeout: 245 seconds] 12:50:58 -!- athros has quit [Quit: Bye bye] 12:51:50 -!- LexAckson_ has joined ##crawl-dev 12:54:54 -!- LexAckson has quit [Ping timeout: 250 seconds] 12:57:26 -!- tealeaves has quit [Quit: Bye] 12:59:36 -!- tealeaves has quit [Client Quit] 13:00:02 -!- omarax has quit [Remote host closed the connection] 13:02:02 -!- Blazinghand has joined ##crawl-dev 13:03:37 -!- Kanbei has quit [Ping timeout: 246 seconds] 13:04:16 -!- omarax has quit [Remote host closed the connection] 13:04:35 -!- muravey has joined ##crawl-dev 13:05:30 Unstable branch on crawl.akrasiac.org updated to: 0.17-a0-1719-g1afd5a1 (34) 13:07:09 -!- PsyMar has quit [Ping timeout: 240 seconds] 13:13:22 -!- elliptic has joined ##crawl-dev 13:14:05 -!- MarvinPA has joined ##crawl-dev 13:15:13 -!- MarvinPA has quit [Client Quit] 13:22:28 -!- clouded_ has joined ##crawl-dev 13:22:31 -!- st_ has quit [Read error: Connection reset by peer] 13:22:44 -!- tealeaves has quit [Quit: Bye] 13:29:36 -!- pikaro has quit [Ping timeout: 244 seconds] 13:35:03 -!- UncertainKitten has joined ##crawl-dev 13:42:04 -!- muravey has quit [Ping timeout: 265 seconds] 13:48:09 -!- rkd has quit [Client Quit] 13:54:54 -!- BanMido has quit [Ping timeout: 246 seconds] 13:55:01 -!- clouded_ is now known as st_ 14:01:38 -!- elliptic has quit [Ping timeout: 260 seconds] 14:02:46 -!- CcS has quit [] 14:02:56 -!- CacoS is now known as CcS 14:08:32 -!- amalloy_ is now known as amalloy 14:09:42 -!- aarujn has quit [Ping timeout: 260 seconds] 14:10:27 -!- Kalir has quit [Changing host] 14:12:15 -!- GauHelldragon has quit [Ping timeout: 255 seconds] 14:16:18 -!- Blazinghand has quit [Read error: Connection reset by peer] 14:18:50 -!- elliptic has joined ##crawl-dev 14:20:30 -!- oho_hups has quit [Ping timeout: 240 seconds] 14:21:51 -!- kroki has quit [Ping timeout: 246 seconds] 14:24:45 -!- LexAckson_ has quit [Read error: Connection reset by peer] 14:25:04 -!- LexAckson has joined ##crawl-dev 14:28:19 -!- tealeaves has quit [Quit: Bye] 14:31:07 -!- ProzacElf has joined ##crawl-dev 14:35:14 -!- vale_ has quit [Ping timeout: 244 seconds] 14:38:50 -!- blabber has joined ##crawl-dev 14:40:52 -!- tealeaves has quit [Quit: Bye] 14:46:50 -!- gammafunk has joined ##crawl-dev 14:53:09 -!- amalloy is now known as amalloy_ 14:55:07 -!- Sonata has quit [Ping timeout: 246 seconds] 14:56:39 -!- Daekdroom has quit [Read error: Connection reset by peer] 15:01:12 -!- Earlo has quit [Remote host closed the connection] 15:02:32 -!- sage1234_ has quit [Quit: Page closed] 15:05:41 -!- LexAckson_ has joined ##crawl-dev 15:27:59 -!- ontoclasm has joined ##crawl-dev 15:30:16 -!- vfoley has quit [Ping timeout: 246 seconds] 15:31:51 is there a reason you can't back out of reading acq if you read a known acq scroll? you can back out of all the other scrolls 15:33:24 -!- tealeaves has quit [Quit: Bye] 15:35:35 -!- amalloy_ is now known as amalloy 15:37:36 -!- Shard1697 has joined ##crawl-dev 15:44:14 it's important you be unable to back out of reading unid acq scrolls, but it does seem like it would be reasonable to have it behave the same way ?ew/?ea/?recharge/?id do 15:45:22 perhaps the no-back-out code for acq was written earlier. i wouldn't be surprised to hear that ?ew and friends used to just allow aborting with no confirmation prompt 15:48:57 -!- Kramell has quit [Excess Flood] 15:49:57 -!- Kramell has quit [Excess Flood] 15:52:07 -!- NilsBloodaxe_ has quit [Client Quit] 15:54:36 -!- NilsBloodaxe has quit [Ping timeout: 246 seconds] 15:56:12 -!- blabber has quit [Quit: leaving] 15:56:39 it's difficult to implement with the saving system 16:02:22 -!- tealeaves has quit [Quit: Bye] 16:02:53 -!- amalloy is now known as amalloy_ 16:14:51 -!- lemonpepper24 has quit [Quit: Leaving] 16:16:32 -!- NilsBloodaxe_ has quit [Quit: Page closed] 16:16:39 -!- Valarioth has quit [Ping timeout: 246 seconds] 16:19:22 -!- urechis has quit [Remote host closed the connection] 16:19:40 -!- read has joined ##crawl-dev 16:27:15 -!- Tux[Qyou] has quit [Ping timeout: 250 seconds] 16:36:06 -!- vale_ has quit [Ping timeout: 260 seconds] 16:37:36 -!- Palyth has quit [Ping timeout: 264 seconds] 16:39:20 -!- ontoclasm has quit [Quit: Leaving.] 16:47:00 -!- muravey has joined ##crawl-dev 16:47:14 -!- fazisi has quit [Ping timeout: 272 seconds] 16:48:48 -!- Silas is now known as Guest45986 16:49:12 -!- tealeaves has quit [Quit: Bye] 16:49:27 DEFE (L18 VSEn) ASSERT(_valid()) in 'ray.cc' at line 226 failed. (Snake:4) 16:50:34 -!- amalloy_ is now known as amalloy 16:50:49 -!- ontoclasm has joined ##crawl-dev 16:51:38 hey, isn't that crash the same as the one with the confused minotaur zapping an iron rod? 16:53:56 DEFE (L18 VSEn) ASSERT(_valid()) in 'ray.cc' at line 226 failed. (Snake:4) 16:54:35 !crashlog DEFE 16:54:36 2. DEFE, XL18 VSEn, T:40871 (milestone): http://crawl.xtahua.com/crawl/morgue/DEFE/crash-DEFE-20150827-205338.txt 16:55:33 portal projectile 16:56:26 -!- Krakhan has quit [Changing host] 16:58:39 -!- UncertainKitten has quit [Ping timeout: 260 seconds] 17:01:11 can't tell for certain but maybe the naga sharpshooter tried to pp at the eldritch tentacle 17:01:28 there's a famouse ray.cc bug that has tormented |amethyst for...must be a couple years now 17:02:07 *famous 17:04:13 -!- Patashu has joined ##crawl-dev 17:05:33 -!- pikaro has quit [Ping timeout: 265 seconds] 17:06:00 -!- kroki has quit [Ping timeout: 246 seconds] 17:13:02 -!- Can-ned_Food has joined ##crawl-dev 17:16:50 anyone here want to throw around some ideas? 17:17:54 !send Can-ned_Food spam 17:17:54 Sending spam to Can-ned_Food. 17:18:53 unless that was it, it didn't go through. 17:19:19 -!- HUbgs has quit [Quit: Page closed] 17:21:08 that was it, something of a joke. (don't dcc.) 17:21:14 -!- agentgt has quit [] 17:26:49 it would probably be better if it said something like “Sending Can-ned_Food some spam, spam, spam, baked beans, eggs, and spam.“ 17:26:56 IMHO 17:33:01 ??gdd 17:33:01 gdd[1/1]: Game Design and Discussion forum on Tavern: https://crawl.develz.org/tavern/viewforum.php?f=8 17:33:42 Can-ned_Food: that's a place where you can post some ideas, but read the posting guidelines; if you want to just brainstorm with people, try cyc 17:33:45 ??cyc 17:33:45 cyc[1/1]: Crazy Yiuf's Corner, a Tavern forum for silly posts and ideas too silly even for {GDD}: https://crawl.develz.org/tavern/viewforum.php?f=17 17:35:44 gotcha, thanks. new here, so i didn't know if you guys preferred IRC for that stuff. 17:40:45 -!- amalloy is now known as amalloy_ 17:41:10 -!- amalloy_ is now known as amalloy 17:41:43 -!- CcS has quit [Read error: Connection reset by peer] 17:45:47 -!- Patashu has quit [Ping timeout: 260 seconds] 17:46:44 -!- wheals has quit [Read error: Connection reset by peer] 17:56:27 -!- elliptic has quit [Quit: Leaving] 17:59:48 -!- GauHelldragon has quit [Ping timeout: 264 seconds] 18:05:07 -!- tealeaves has quit [Quit: Bye] 18:06:22 -!- ystael has quit [Ping timeout: 246 seconds] 18:18:34 -!- siepu has quit [Read error: Connection reset by peer] 18:25:21 -!- Guest45986 is now known as fazisi 18:27:44 -!- Zekka has quit [Ping timeout: 246 seconds] 18:31:06 -!- Voker57 has quit [Remote host closed the connection] 18:31:30 -!- Fhqwhgads_ has quit [Ping timeout: 240 seconds] 18:32:31 -!- amalloy is now known as amalloy_ 18:33:09 -!- rj54x has quit [Ping timeout: 246 seconds] 18:33:22 -!- amalloy_ is now known as amalloy 18:36:21 -!- Ragdoll has quit [Read error: Connection reset by peer] 18:37:00 -!- vale_ has quit [Ping timeout: 264 seconds] 18:39:35 -!- tcsc has quit [Quit: This computer has gone to sleep] 18:39:47 -!- Kramin42 has quit [Quit: This computer has gone to sleep] 18:39:56 -!- Fhqwhgads_ has quit [Read error: Connection reset by peer] 18:46:14 -!- agentgt has quit [Remote host closed the connection] 18:46:37 -!- Earlo has quit [Remote host closed the connection] 18:51:06 -!- tealeaves has quit [Quit: Bye] 18:52:00 -!- agentgt has quit [Ping timeout: 272 seconds] 18:59:00 -!- Pacra has joined ##crawl-dev 18:59:42 |amethyst: do you happen to know how to contact the person running Buzzell in ##crawl? It's responding to & when it shouldn't 19:00:02 ??buzzell 19:00:02 Buzzell[1/1]: Bot for CBZZ - http://crawl.buzz - NJ, USA 19:00:04 ??cbzz 19:00:04 CBZZ[1/1]: http://crawl.buzz - NJ, USA. Run by syndicus. 19:00:11 !seen syndicus 19:00:11 I last saw Syndicus at Fri Jul 10 19:48:30 2015 UTC (6w 6d 3h 11m 41s ago) quitting, saying 'Ping timeout: 248 seconds'. 19:04:23 -!- Karasu has quit [Quit: Page closed] 19:11:46 -!- chance672 has quit [Quit: Leaving my desktop..... laptop possibly?] 19:15:53 -!- Pacra has quit [Read error: Connection reset by peer] 19:16:08 -!- Pacra has joined ##crawl-dev 19:17:45 -!- elliptic has joined ##crawl-dev 19:23:30 -!- tealeaves has quit [Client Quit] 19:23:39 -!- Can-ned_Food has quit [Quit: Konversation terminated!] 19:25:16 -!- BOTBrad has quit [Ping timeout: 252 seconds] 19:30:02 -!- LexAckson_ has quit [Ping timeout: 246 seconds] 19:31:00 -!- predator117 has quit [Ping timeout: 264 seconds] 19:31:18 -!- LexAckson has quit [Ping timeout: 244 seconds] 19:43:10 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 19:51:46 -!- Evablue has quit [Quit: Evablue] 19:52:36 -!- Zekka has quit [Ping timeout: 264 seconds] 19:54:33 -!- dreamwalker has quit [Remote host closed the connection] 19:57:14 -!- HellTiger has quit [Ping timeout: 272 seconds] 20:01:56 -!- bonghitz has quit [Quit: Leaving...] 20:12:12 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 20:22:35 -!- st_ has quit [Ping timeout: 260 seconds] 20:32:02 -!- serq has quit [Quit: leaving] 20:33:46 -!- serq has quit [Changing host] 20:37:36 -!- joke_LA has quit [Ping timeout: 250 seconds] 20:37:43 -!- vale_ has quit [Ping timeout: 250 seconds] 20:42:39 -!- Sharkman1231_ has quit [Ping timeout: 246 seconds] 20:47:44 -!- muravey has quit [Ping timeout: 244 seconds] 20:48:32 -!- muravey has joined ##crawl-dev 20:53:16 -!- Pacra has quit [Read error: No route to host] 20:53:28 -!- Pacra has joined ##crawl-dev 20:57:02 -!- muravey has quit [Ping timeout: 244 seconds] 20:57:04 -!- calmurloc has quit [Quit: Leaving] 20:59:48 -!- agentgt has quit [Ping timeout: 264 seconds] 21:02:57 -!- Foamed has quit [Quit: RIP] 21:02:59 -!- aimrie has quit [Quit: Leaving.] 21:06:42 -!- Zekka has quit [Ping timeout: 255 seconds] 21:07:24 -!- ystael has quit [Ping timeout: 244 seconds] 21:10:47 -!- Evablue has quit [Quit: Evablue] 21:20:26 -!- Pacra has quit [Ping timeout: 240 seconds] 21:20:33 -!- Lasty has joined ##crawl-dev 21:24:10 -!- agentgt has quit [Remote host closed the connection] 21:26:33 -!- Pacra has joined ##crawl-dev 21:38:34 -!- vale_ has quit [Ping timeout: 272 seconds] 21:50:46 -!- Pacra_ has joined ##crawl-dev 21:51:34 -!- Pacra has quit [Ping timeout: 252 seconds] 21:53:17 -!- tupper has quit [Quit: ZNC - http://znc.in] 21:55:04 -!- debo has quit [Ping timeout: 265 seconds] 21:55:54 -!- rast has joined ##crawl-dev 21:58:56 -!- serq has quit [Quit: leaving] 21:59:23 -!- tealeaves has quit [Quit: Bye] 21:59:43 -!- tealeaves has quit [Client Quit] 22:06:03 -!- OCTOTROG has quit [Ping timeout: 260 seconds] 22:09:42 -!- GauHelldragon has quit [Ping timeout: 255 seconds] 22:19:05 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 22:20:31 -!- Lasty has quit [Quit: Leaving.] 22:21:42 -!- tcsc has quit [Quit: Leaving] 22:23:48 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 22:23:52 -!- Cacophony has quit [Quit: oh no am scare] 22:38:33 -!- UncertainKitten has joined ##crawl-dev 22:39:14 -!- mamgar has quit [Read error: Connection reset by peer] 22:50:57 -!- KurzedMetal has quit [Read error: Connection reset by peer] 22:59:06 -!- amalloy is now known as amalloy_ 22:59:18 -!- Daekdroom has quit [Remote host closed the connection] 23:09:10 -!- Idolo has quit [Read error: No route to host] 23:09:46 -!- xtcvoodoo is now known as wxtv 23:12:55 -!- Pacra_ has quit [Ping timeout: 244 seconds] 23:19:54 -!- ystael has quit [Ping timeout: 272 seconds] 23:20:50 -!- Fhqwhgads_ has quit [Remote host closed the connection] 23:25:34 -!- Cacophony has quit [Read error: Connection reset by peer] 23:25:57 -!- Cacophony has quit [Changing host] 23:28:14 -!- roxton has quit [Ping timeout: 246 seconds] 23:28:17 -!- serq has quit [Changing host] 23:28:35 -!- Kramin- has quit [Ping timeout: 246 seconds] 23:28:56 -!- Siveran has quit [Ping timeout: 246 seconds] 23:32:09 -!- Evablue has quit [Quit: Evablue] 23:34:06 ...i'm implementing some tiles but i have forgotten who made them :[ 23:39:35 i thiiiink it was roctavian 23:51:55 Thinking of tiles, ontoclasm forgets everything else. 23:52:23 git commit -m "Tiles (maud, 9237)" 23:56:55 -!- NilsBloodaxe has quit [Ping timeout: 246 seconds]