00:00:04 -!- omarax has quit [Remote host closed the connection] 00:01:11 I believe you that it's better, but it was spooky. one mistaken keypress away from blowing something up, and a bit low on context (where am i? what am i overwriting?) 00:01:32 Shpingle: git status is your friend 00:01:42 shows you what git thinks is happening 00:02:25 -!- Insomniak` has quit [Quit: I like to rock] 00:04:16 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.20-a0-537-g052e6ba (34) 00:04:24 -!- GiantOwl is now known as Kalir 00:04:25 -!- Kalir has quit [Changing host] 00:06:32 Stable (0.19) branch on CRAWL.XTAHUA.COM updated to: 0.19.3-4-gbf9329e 00:08:29 so the usual course is git add -p, git add -p, git add -p, git commit, git status, and then if you like what you see, git push? 00:08:53 -!- bgiannan1 has joined ##crawl-dev 00:11:33 Shpingle: git add is sufficient if you know the changes in the file are what you want in the commit, but yeah that works 00:11:52 and git status is just a general thing to ensure you have checked out what you want and aren't in a subcommand state 00:12:01 it would be good to do git show 00:12:07 to look at the final commit you've made 00:12:10 before the push 00:12:14 shows you your message and the final diff 00:13:01 if your current branch is not tracking a remote branch you may need to specify the branch you're pushing to 00:13:16 git push is a more full version of the syntax 00:13:25 saying to push to a specific branch on a specific remote 00:13:30 am i gonna need one of those ugly super-narrow fonts, in order to fit diffs into terminal 00:13:36 -!- bgiannan1 has quit [Ping timeout: 240 seconds] 00:13:38 no 00:13:53 what I sometimes do is just make a patch and look at that 00:13:56 -!- Midn8 has quit [Quit: Page closed] 00:14:06 I think git has some tools to help visualize 00:14:22 but what about the diff isn't fitting? 00:14:22 it uses a pager 00:14:25 git show, that is 00:14:48 also the diff is a collection of before / after blocks not presented side by side but consecutively 00:14:57 well, when I committed that one, it had a lot of lines changed, so I just started hammering y 00:15:19 more reasonable commits will hopefully have less of that issue 00:16:23 I guess it's the same as a long webpage, but mashing Y instead of rolling the scroll wheel 00:16:44 not fixed width fonts are a good bit more compact tho 00:18:24 -!- bitcoinbastard has quit [Ping timeout: 255 seconds] 00:20:56 -!- exant has quit [Quit: Page closed] 00:21:27 -!- introsp3ctive has quit [Remote host closed the connection] 00:29:36 -!- ProzacElf has joined ##crawl-dev 00:31:05 -!- Guest58105 has quit [Ping timeout: 256 seconds] 00:34:47 I use a bash function that does something similar to git format-patch --stdout origin/branch > filename.patch 00:35:01 it makes a patch file from the commits 00:35:16 you could view that in any tool, or just a text editor 00:35:36 I'm sure there are a few ways people display them, but I think just git show is pretty popular 00:45:43 -!- Basil is now known as Guest38493 00:47:05 -!- bonghitz has quit [Ping timeout: 260 seconds] 01:00:03 -!- omarax has quit [Remote host closed the connection] 01:02:42 -!- Harudoku has quit [Ping timeout: 240 seconds] 01:03:04 thanks for all the info, funk 01:03:19 until next time! 01:03:30 -!- Shpingle has quit [Quit: Page closed] 01:10:13 Stable branch on crawl.develz.org updated to: 0.19.3-4-gbf9329e (34) 01:19:57 Unstable branch on crawl.develz.org updated to: 0.20-a0-537-g052e6ba (34) 01:28:30 -!- zhiyi has quit [Ping timeout: 260 seconds] 01:29:32 -!- zhiyi has joined ##crawl-dev 01:32:57 -!- TuxQmob has quit [Changing host] 01:32:58 -!- TuxQmoob has quit [Read error: Connection reset by peer] 01:34:27 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.92 [Firefox 3.6.28/20120306064154]] 01:38:54 ok i looked over all the super dangerous aux items my patch opens up 01:39:08 and just about all of them are already things you have to worry about or are redundant 01:39:17 i can see boots of running on random shit being bad 01:39:20 -!- Zeor has quit [Quit: Leaving.] 01:39:25 but maurice and many other things get cloaks already 01:39:33 the helmets don't do anything rings of see invis don't 01:39:45 gloves do pretty much nothing 01:40:14 randarts in monster hands could be scary but it's not like they don't already wear randart armor if they find it 01:41:38 i could actually see banning monsters from wearing boots of running because those are on another level 01:41:52 but i really feel the "monsters wearing stuff forces xv argument" is bullshit 01:41:52 -!- darkschneider has quit [Read error: Connection reset by peer] 01:42:03 -!- lobf has joined ##crawl-dev 01:42:14 -!- darkschneider has joined ##crawl-dev 01:43:05 because if that is such a problem worth rejecting the branch, monsters shouldn't be getting chain mail of X resistance 01:48:15 -!- simmarine has quit [Read error: Connection reset by peer] 01:50:27 -!- laj1 has joined ##crawl-dev 01:50:39 -!- Krakhan has quit [Ping timeout: 255 seconds] 01:53:25 -!- Patashu has joined ##crawl-dev 01:56:35 Windows builds of master branch on crawl.develz.org updated to: 0.20-a0-537-g052e6ba 01:56:39 -!- tksquared has quit [Ping timeout: 256 seconds] 02:00:04 -!- omarax has quit [Remote host closed the connection] 02:08:33 -!- tksquared has quit [Ping timeout: 256 seconds] 02:09:21 -!- bgiannan1 has joined ##crawl-dev 02:13:05 -!- Dixie has quit [Read error: Connection reset by peer] 02:14:33 -!- bgiannan1 has quit [Ping timeout: 276 seconds] 02:19:54 -!- nikheizen has quit [Ping timeout: 255 seconds] 02:25:01 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 02:26:30 -!- johlstei_ has quit [Ping timeout: 248 seconds] 02:29:47 -!- Ratatosk has joined ##crawl-dev 02:31:13 -!- PsyMar has quit [Ping timeout: 256 seconds] 02:36:22 -!- hellmonk has quit [Quit: Page closed] 02:43:10 -!- filthy has quit [Ping timeout: 240 seconds] 02:44:10 -!- DarkTechnomancer has quit [Quit: Page closed] 02:47:30 -!- lobf has quit [Quit: lobf] 02:48:13 -!- bonghitz has quit [Ping timeout: 256 seconds] 02:54:27 -!- tksquared has quit [Ping timeout: 256 seconds] 02:54:53 Monster database of master branch on crawl.develz.org updated to: 0.20-a0-537-g052e6ba 02:56:07 -!- mibert has joined ##crawl-dev 03:00:04 -!- omarax has quit [Remote host closed the connection] 03:03:45 -!- TuxQmoob has quit [Changing host] 03:04:04 -!- SteelNeuron has joined ##crawl-dev 03:04:54 -!- jbenedetto has quit [Ping timeout: 248 seconds] 03:06:48 -!- mibert has quit [Quit: Lost terminal] 03:06:50 -!- TuxQmob has quit [Ping timeout: 240 seconds] 03:09:24 -!- TuxQmob has quit [Changing host] 03:10:16 -!- casmith789 has quit [Ping timeout: 260 seconds] 03:12:22 -!- GauHelldragon has quit [Ping timeout: 245 seconds] 03:12:44 -!- TuxQmoob has quit [Ping timeout: 240 seconds] 03:19:04 -!- amalloy_ is now known as amalloy 03:19:24 -!- laj1 has quit [Ping timeout: 240 seconds] 03:21:34 -!- laj1 has joined ##crawl-dev 03:22:57 Stable (0.19) branch on crawl.beRotato.org updated to: 0.19.3-4-gbf9329e 03:23:11 -!- Nerem has quit [Ping timeout: 264 seconds] 03:29:26 -!- TuxQmoob has quit [Changing host] 03:30:33 -!- laj1 has quit [Ping timeout: 255 seconds] 03:31:07 -!- TuxQmob has quit [Ping timeout: 255 seconds] 03:32:18 -!- laj1 has joined ##crawl-dev 03:33:05 -!- Dixie has quit [Read error: Connection reset by peer] 03:34:36 Unstable branch on crawl.beRotato.org updated to: 0.20-a0-537-g052e6ba (34) 03:34:47 -!- jbenedetto has quit [Ping timeout: 240 seconds] 03:47:15 -!- amalloy is now known as amalloy_ 03:53:37 -!- laj1 has quit [Ping timeout: 240 seconds] 03:54:08 -!- laj1 has joined ##crawl-dev 04:00:04 -!- omarax has quit [Remote host closed the connection] 04:02:50 -!- rossi has quit [Ping timeout: 240 seconds] 04:04:38 -!- epsik has quit [Quit: Page closed] 04:09:01 -!- Pacra_ has quit [Read error: Connection reset by peer] 04:09:28 -!- Pacra has joined ##crawl-dev 04:40:48 -!- matp has quit [Remote host closed the connection] 04:41:22 -!- Pacra has quit [Read error: Connection reset by peer] 04:41:45 -!- Pacra has joined ##crawl-dev 04:42:46 -!- Dixie has quit [Read error: Connection reset by peer] 04:45:32 -!- bgiannan1 has joined ##crawl-dev 04:50:11 -!- bonghitz has quit [Ping timeout: 264 seconds] 04:54:49 -!- bgiannan1 has quit [Ping timeout: 255 seconds] 04:57:41 -!- laj1 has quit [Ping timeout: 258 seconds] 04:58:33 -!- aditya has quit [Ping timeout: 256 seconds] 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:05:52 -!- laj1 has joined ##crawl-dev 05:08:45 -!- Jetnerd has quit [Quit: Page closed] 05:10:24 -!- laj1 has quit [Ping timeout: 240 seconds] 05:10:35 -!- Pacra has quit [Read error: Connection reset by peer] 05:11:00 -!- Pacra has joined ##crawl-dev 05:12:39 -!- laj1 has joined ##crawl-dev 05:18:47 -!- waat has quit [Ping timeout: 240 seconds] 05:20:42 -!- iFurril has quit [Ping timeout: 245 seconds] 05:23:07 -!- laj1 has quit [Ping timeout: 240 seconds] 05:24:29 -!- laj1 has joined ##crawl-dev 05:33:30 -!- epsilonhalbe has quit [Ping timeout: 260 seconds] 05:47:21 -!- ProzacElf has quit [Ping timeout: 255 seconds] 05:47:37 -!- introsp3ctive has quit [Ping timeout: 240 seconds] 05:50:28 -!- ontoclasm has quit [Quit: Leaving.] 05:51:00 -!- bonghitz has quit [Ping timeout: 260 seconds] 06:00:02 -!- omarax has quit [Remote host closed the connection] 06:00:17 -!- Pacra has quit [Read error: Connection reset by peer] 06:00:30 -!- Pacra has joined ##crawl-dev 06:02:54 -!- rossi has quit [Quit: WeeChat 1.6] 06:10:15 -!- M-bbigras has quit [Write error: Connection reset by peer] 06:12:32 -!- jeefus has joined ##crawl-dev 06:16:20 -!- jefus- has quit [Ping timeout: 248 seconds] 06:21:43 -!- laj1 has quit [Ping timeout: 240 seconds] 06:29:23 -!- laj1 has joined ##crawl-dev 06:31:26 -!- Fixer has joined ##crawl-dev 06:34:36 -!- Pacra has quit [Read error: Connection reset by peer] 06:35:00 -!- Pacra has joined ##crawl-dev 06:44:09 -!- laj1 has quit [Ping timeout: 255 seconds] 06:46:21 -!- laj1 has joined ##crawl-dev 06:54:50 -!- amalloy_ is now known as amalloy 06:57:46 -!- Lasty has quit [Quit: Leaving.] 06:58:57 -!- Killazer has quit [Quit: Page closed] 07:00:02 -!- omarax has quit [Remote host closed the connection] 07:03:15 -!- neunon has quit [Quit: ZNC - http://znc.in] 07:04:19 -!- neunon has joined ##crawl-dev 07:17:05 -!- laj1 has quit [Ping timeout: 240 seconds] 07:19:21 -!- laj1 has joined ##crawl-dev 07:25:03 -!- bitcoinbastard_ has quit [Ping timeout: 240 seconds] 07:28:21 -!- laj1 has quit [Ping timeout: 248 seconds] 07:29:49 -!- Bloax has joined ##crawl-dev 07:30:22 -!- Patashu has quit [Ping timeout: 255 seconds] 07:31:03 -!- bgiannan1 has joined ##crawl-dev 07:35:37 -!- laj1 has joined ##crawl-dev 07:46:23 -!- bonghitz has quit [Remote host closed the connection] 07:48:32 -!- Furril has quit [Ping timeout: 256 seconds] 07:56:30 -!- TuxQmoob has quit [Read error: Connection reset by peer] 07:58:55 -!- TuxQmoob has quit [Changing host] 08:00:02 -!- omarax has quit [Remote host closed the connection] 08:00:53 -!- TuxQmob has quit [Ping timeout: 248 seconds] 08:05:54 -!- debo has joined ##crawl-dev 08:09:40 Devs I summon thee 08:09:55 I'm considering removing slow from IJC altogether, and have both whirlwind and wall jump impart distraction 08:10:18 whirlwind has a higher chance, but wall jump distracts all onlookers and not just adjacent enemies 08:10:24 Is this a worthwhile simplification? 08:11:52 -!- Lasty has joined ##crawl-dev 08:15:09 -!- debo has quit [Ping timeout: 240 seconds] 08:15:40 -!- TuxQmoob has quit [Ping timeout: 240 seconds] 08:20:36 -!- Ratatosk has quit [Quit: Ratatosk] 08:34:27 -!- Lasty has quit [Quit: Leaving.] 08:44:38 -!- AreBrandon has joined ##crawl-dev 08:44:45 -!- Voker57|2 has quit [] 08:51:02 -!- iFurril has quit [Ping timeout: 276 seconds] 08:53:33 -!- bencryption has quit [Quit: WeeChat 1.0.1] 08:56:44 -!- Tux[Qyou] has joined ##crawl-dev 08:59:12 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 08:59:28 -!- Tux[Qyou] has joined ##crawl-dev 09:00:03 -!- omarax has quit [Remote host closed the connection] 09:10:02 -!- yeeve has quit [Quit: Leaving] 09:16:25 -!- bannakaffalatta has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 09:22:45 -!- Mindiell has quit [Ping timeout: 240 seconds] 09:22:47 -!- wheals has quit [Remote host closed the connection] 09:25:50 -!- Mindiell has joined ##crawl-dev 09:28:43 -!- rumflump has quit [Ping timeout: 240 seconds] 09:29:05 -!- wheals has joined ##crawl-dev 09:32:38 -!- laj1 has quit [Ping timeout: 276 seconds] 09:34:08 -!- laj1 has joined ##crawl-dev 09:40:13 -!- InsideTheVoid has quit [Ping timeout: 260 seconds] 09:44:18 -!- Guest38493 has quit [Ping timeout: 260 seconds] 09:45:16 -!- laj1 has quit [Ping timeout: 256 seconds] 09:58:53 -!- scummos__ has quit [Ping timeout: 255 seconds] 10:00:02 -!- omarax has quit [Remote host closed the connection] 10:02:22 -!- bgiannan1 has quit [Ping timeout: 252 seconds] 10:03:37 -!- simmarine has joined ##crawl-dev 10:06:44 -!- bonghitz has quit [Remote host closed the connection] 10:15:11 -!- Elsi has quit [Ping timeout: 240 seconds] 10:21:55 -!- laj1 has joined ##crawl-dev 10:25:05 -!- adelrune has joined ##crawl-dev 10:30:34 -!- Voker57|2 has quit [] 10:39:16 -!- elliptic has quit [Quit: Leaving] 10:41:22 -!- elliptic has joined ##crawl-dev 10:42:39 -!- twelwe has joined ##crawl-dev 10:47:57 -!- adelrune has quit [Quit: Leaving] 11:00:02 -!- omarax has quit [Remote host closed the connection] 11:05:41 -!- Lightli has joined ##crawl-dev 11:20:04 -!- rumflump has quit [Quit: rumflump] 11:23:29 i`m not afraid to begin the chat vibes today 11:24:45 -!- LexAckson has joined ##crawl-dev 11:30:16 SteelNeuron: my off-the-cuff response is that i think it's simpler to have a different mechanic for each martial attack than to have a mechanic that's shared between them but behaves subtly differently 11:34:25 amalloy: just to clarify, the different part is already there 11:34:34 in the sense that slow only triggers against adjacent enemies 11:34:39 while wall jump can distract any onlooker 11:35:13 the difference would be to change slow for distract 11:35:19 -!- amalloy has left ##crawl-dev 11:35:25 -!- amalloy has joined ##crawl-dev 11:36:06 right, but there it's three different things that are different. A, B, and C, rather than A, B1, and B2 11:36:41 it's easier to understand that whirlwind is a different thing from wall jump (or whatever) if it does a different thing, than if it does the same thing but differently 11:36:53 fair enough 11:36:57 that's a good counter point 11:37:11 i don't feel super strongly about it and i'm not much of a game designer, so maybe lasty or whoever will disagree 11:38:23 Well, I had only seen it as a strict simplification 11:38:31 you have a point in that it simplifies as well as complicates 11:38:51 whether or not is worth it then is down to interpretation (and balance as well, I'm concerned that slow may be a bit too strong) 11:43:50 -!- laj1 has quit [Ping timeout: 255 seconds] 11:44:45 -!- Lasty has joined ##crawl-dev 11:45:59 -!- laj1 has joined ##crawl-dev 11:46:06 -!- Pleasingfungus has joined ##crawl-dev 11:46:30 -!- sanka has quit [Ping timeout: 260 seconds] 11:50:46 -!- laj1 has quit [Ping timeout: 264 seconds] 11:59:35 -!- Pleasingfungus has quit [Ping timeout: 256 seconds] 11:59:37 -!- simmarine_ has joined ##crawl-dev 12:00:02 -!- omarax has quit [Remote host closed the connection] 12:02:44 -!- GauHelldragon has quit [Ping timeout: 255 seconds] 12:03:05 -!- simmarine has quit [Ping timeout: 255 seconds] 12:07:48 -!- dondy has quit [Quit: WeeChat 1.5] 12:12:31 Unstable branch on crawl.akrasiac.org updated to: 0.20-a0-537-g052e6ba (34) 12:31:02 -!- maldini has quit [Quit: Page closed] 12:33:35 -!- Pacra has quit [Ping timeout: 256 seconds] 12:36:05 -!- HellTiger_NB has quit [Ping timeout: 248 seconds] 12:48:59 -!- laj1 has joined ##crawl-dev 12:53:40 Ashenzari doesn't id axe in shallow water. 13https://crawl.develz.org/mantis/view.php?id=10919 by nubinia 12:53:44 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 12:56:19 -!- nikheizen has joined ##crawl-dev 13:00:01 -!- omarax has quit [Remote host closed the connection] 13:00:35 -!- Yxhuvud has quit [Remote host closed the connection] 13:04:53 -!- paxed has quit [Ping timeout: 248 seconds] 13:05:15 -!- Harudoku has quit [Quit: ChatZilla 0.9.93 [Firefox 50.1.0/20161208153507]] 13:09:08 Player ghost animate dead 13https://crawl.develz.org/mantis/view.php?id=10920 by Midn8 13:12:33 -!- Dixie has quit [Read error: Connection reset by peer] 13:16:30 -!- amalloy is now known as amalloy_ 13:25:41 -!- Insomniak` has quit [Quit: I like to rock] 13:27:04 -!- exant has quit [Quit: Page closed] 13:28:35 -!- SteelNeuron has quit [Ping timeout: 260 seconds] 13:32:24 -!- Tuxedo[Qyou] has joined ##crawl-dev 13:32:31 -!- rossi has quit [Ping timeout: 256 seconds] 13:32:56 -!- MarvinPA_ has joined ##crawl-dev 13:32:56 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 13:42:29 -!- rumflump has quit [Quit: rumflump] 13:44:15 -!- bannakaffalatta has quit [Ping timeout: 240 seconds] 13:46:07 -!- filthy has quit [Ping timeout: 256 seconds] 13:47:27 -!- Blazinghand has joined ##crawl-dev 13:52:13 -!- eb has quit [Ping timeout: 260 seconds] 13:54:02 -!- ProzacElf has joined ##crawl-dev 14:00:03 -!- omarax has quit [Remote host closed the connection] 14:05:25 -!- Dark-Jedi has quit [Ping timeout: 258 seconds] 14:11:58 -!- Shpingle has joined ##crawl-dev 14:12:11 -!- eb_mobile has quit [Ping timeout: 256 seconds] 14:13:46 -!- elliptic has quit [Quit: Leaving] 14:14:10 does anyone know which git command(s) makes a summary view like this view on the web interface? https://github.com/crawl/crawl/commit/1a30b92d9c8e80d4b27917dea059dba4ae6ece30 14:14:32 -!- Dixie has quit [Read error: Connection reset by peer] 14:14:59 -!- elliptic has joined ##crawl-dev 14:15:45 -!- exant has quit [Quit: Page closed] 14:17:46 -!- zxc has quit [Read error: Connection reset by peer] 14:18:49 https://github.com/crawl/crawl/blob/523475b1b9f3f5e11d85772e932ccf549147efd3/crawl-ref/source/art-func.h#L133 14:18:59 the sword of cerebov should probably not check damnation resistance 14:19:06 since all it does is fire damage and fire resistance damage 14:19:21 and damnation resistance is no longer equivalent to rF++++ 14:19:37 if the intent here was to make the sword's effect not strip fire immunity 14:20:41 -!- eb has quit [Ping timeout: 256 seconds] 14:21:58 -!- eb_mobile has quit [Ping timeout: 264 seconds] 14:24:51 -!- Shpingle has quit [Quit: Page closed] 14:29:49 -!- laj1 has quit [Ping timeout: 240 seconds] 14:30:00 -!- MInd8 is now known as Midn8 14:31:48 -!- Lasty has quit [Ping timeout: 252 seconds] 14:32:07 -!- laj1 has joined ##crawl-dev 14:36:34 -!- Lasty has joined ##crawl-dev 14:38:53 -!- laj1 has quit [Ping timeout: 260 seconds] 14:39:45 -!- twelwe has quit [Ping timeout: 260 seconds] 14:40:50 -!- laj1 has joined ##crawl-dev 14:43:30 -!- eb__ has quit [Quit: I quit] 14:44:43 -!- Ge0ff has quit [Quit: Leaving] 14:45:00 -!- Jetnerd has quit [Ping timeout: 260 seconds] 14:47:37 -!- Doesnty has left ##crawl-dev 14:50:39 -!- eb has quit [Ping timeout: 258 seconds] 15:00:03 -!- omarax has quit [Remote host closed the connection] 15:02:39 -!- vermi is now known as vermifax 15:04:39 -!- bonghitz has quit [Remote host closed the connection] 15:07:32 -!- mibert has joined ##crawl-dev 15:07:52 -!- bgiannan_ has joined ##crawl-dev 15:08:26 -!- Kalir has quit [Changing host] 15:09:21 -!- bgiannan1 has quit [Ping timeout: 276 seconds] 15:09:53 -!- Krakhan has quit [Changing host] 15:12:22 -!- miek_ has quit [Ping timeout: 264 seconds] 15:16:11 -!- eb_mobile has quit [Ping timeout: 240 seconds] 15:19:24 -!- flappity has quit [Ping timeout: 240 seconds] 15:22:26 -!- eb has quit [Ping timeout: 255 seconds] 15:27:02 -!- Harudoku has quit [Ping timeout: 255 seconds] 15:29:55 -!- Jetnerd_ has quit [Ping timeout: 260 seconds] 15:32:30 -!- Dixie has quit [Read error: Connection reset by peer] 15:32:54 -!- CanOfWorms has joined ##crawl-dev 15:39:31 -!- Basil is now known as Guest10899 15:46:09 -!- AngelaSmythe has quit [Read error: Connection reset by peer] 15:50:11 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.92 [Firefox 3.6.28/20120306064154]] 15:52:38 -!- AngelaSmythe has quit [Read error: Connection reset by peer] 15:53:10 -!- Shpingle has joined ##crawl-dev 15:53:50 hello again folks, PF told me this ancient temple is the best way to reach marvin :) 15:54:19 -!- wHATEver is now known as Guest80359 15:54:34 !tell MarvinPA am thinking about starting on a patch for the Vp race. https://gist.github.com/jiocy/ab23418cc8322ef10833ff881e8c7a51 15:54:35 Shpingle: OK, I'll let marvinpa know. 15:54:40 -!- mibert has quit [Ping timeout: 258 seconds] 15:55:00 -!- myp has quit [Ping timeout: 272 seconds] 16:00:02 -!- omarax has quit [Remote host closed the connection] 16:09:14 -!- HellTiger has quit [Ping timeout: 258 seconds] 16:17:31 -!- Midn8 has quit [Quit: Page closed] 16:19:48 -!- ProzacElf has quit [Ping timeout: 260 seconds] 16:22:48 -!- Guest10899 has quit [Ping timeout: 276 seconds] 16:24:16 -!- twelwe has joined ##crawl-dev 16:25:59 -!- Ququman has joined ##crawl-dev 16:27:19 -!- ProzacElf has joined ##crawl-dev 16:27:28 -!- bannakaf_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 16:29:36 -!- DevlanMud has quit [Ping timeout: 240 seconds] 16:30:45 -!- Tuxedo[Qyou] has quit [Read error: Connection reset by peer] 16:32:10 -!- whig has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in] 16:34:26 -!- laj1 has quit [Ping timeout: 245 seconds] 16:36:17 -!- laj1 has joined ##crawl-dev 16:39:26 -!- acalycine has quit [Excess Flood] 16:42:19 -!- Menche has quit [Quit: Leaving] 16:43:10 -!- Shpingle has quit [Quit: Page closed] 16:50:04 -!- bgiannan_ has quit [Ping timeout: 240 seconds] 16:52:33 -!- snapek has quit [Ping timeout: 256 seconds] 16:56:51 -!- Fixer has quit [Remote host closed the connection] 16:57:50 -!- Fixer has joined ##crawl-dev 17:00:03 -!- omarax has quit [Remote host closed the connection] 17:01:41 -!- LexAckson has quit [Ping timeout: 240 seconds] 17:03:09 -!- laj1 has quit [Ping timeout: 240 seconds] 17:03:24 -!- Patashu has joined ##crawl-dev 17:05:22 -!- laj1 has joined ##crawl-dev 17:09:44 -!- Fixer has quit [Ping timeout: 240 seconds] 17:12:46 -!- laj1 has quit [Ping timeout: 240 seconds] 17:14:06 -!- laj1 has joined ##crawl-dev 17:16:21 -!- wheals has quit [Ping timeout: 256 seconds] 17:16:23 -!- eb has quit [Ping timeout: 260 seconds] 17:29:12 -!- scummos__ has quit [Remote host closed the connection] 17:31:06 -!- snapek has quit [Ping timeout: 240 seconds] 17:33:18 -!- Ragnor has quit [Remote host closed the connection] 17:34:51 -!- laj1 has quit [Ping timeout: 245 seconds] 17:45:43 -!- Ququman has quit [Remote host closed the connection] 17:54:35 -!- Tiltorax has quit [Ping timeout: 260 seconds] 17:57:09 -!- SteelNeuron has joined ##crawl-dev 17:57:42 !messages 17:57:42 No messages for SteelNeuron. 18:00:03 -!- omarax has quit [Remote host closed the connection] 18:04:55 Unstable branch on underhound.eu updated to: 0.20-a0-537-g052e6ba (34) 18:05:07 -!- Kellhus has quit [Quit: Page closed] 18:07:01 -!- Fixer has joined ##crawl-dev 18:08:01 -!- Fixer has quit [Remote host closed the connection] 18:08:41 -!- Fixer has joined ##crawl-dev 18:12:32 -!- jefus- has joined ##crawl-dev 18:16:21 -!- jeefus has quit [Ping timeout: 248 seconds] 18:18:37 -!- Krakhan has quit [Ping timeout: 255 seconds] 18:22:35 -!- Barfbag has quit [Ping timeout: 260 seconds] 18:23:46 -!- amalloy_ is now known as amalloy 18:32:24 -!- introsp3ctive has quit [Quit: Probably restarting if not leaving] 18:46:18 -!- bonghitz has quit [Remote host closed the connection] 18:50:42 -!- Cotton has quit [Quit: Page closed] 19:00:02 -!- omarax has quit [Remote host closed the connection] 19:08:43 -!- hellmonk has joined ##crawl-dev 19:16:42 -!- simmarine_ has quit [Read error: Connection reset by peer] 19:17:08 -!- simmarine_ has joined ##crawl-dev 19:17:46 -!- CanOfWorms has joined ##crawl-dev 19:21:11 -!- amalloy is now known as amalloy_ 19:33:10 -!- twelwe has quit [Ping timeout: 260 seconds] 19:34:20 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 19:36:30 -!- rossi has quit [Ping timeout: 252 seconds] 19:47:10 -!- SteelNeuron has quit [Ping timeout: 260 seconds] 20:03:42 -!- Basil is now known as Guest32439 20:03:46 -!- twelwe has joined ##crawl-dev 20:05:09 i`m never here when the chat vibes are strong 20:06:36 -!- Fixer has quit [Remote host closed the connection] 20:08:39 -!- simmarine__ has joined ##crawl-dev 20:08:39 -!- simmarine_ has quit [Read error: Connection reset by peer] 20:09:01 I'm into chat 20:09:28 also like baking and hacking indie games 20:09:54 -!- ontoclasm has joined ##crawl-dev 20:10:09 i watched a vid you made. you talk alot 20:12:06 you were saying how important it i for gameplay to be emergent. i had to look it up, never heard of it. you know, that word emergent looks tough, but all you gotta do is remember the vowels are the same 20:14:00 explore the design space 20:14:05 let the design emerge 20:14:49 don't let the flavor drones get to you, twelwe 20:15:28 -!- GauHelldragon has quit [Ping timeout: 260 seconds] 20:16:34 -!- scummos__ has quit [Remote host closed the connection] 20:22:15 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 20:22:25 gammafunk i`m gonna make my acccount for twitch and lick like and link a click to your page on my yahoo 20:23:36 someone already misspelled twelve on twitch god damn it.... 20:25:11 hell yeah sub 435, prime number 20:27:50 if a number is only divisible by one or more lower numbers that are hard to factor 20:27:58 we call it a perfect golden triangular number 20:29:47 if two primes differ by 6, they're called sexy 20:29:59 -!- Blazinghand has quit [Quit: Leaving] 20:30:13 stream idea: math crawl 20:30:18 don't know what it would mean 20:33:09 you give acquirement rights to whoever solves a problem of your choosing the fastest 20:33:30 "alright, a scroll of acquirement. first person to solve the riemann hypothesis gets to pick what we acquire!" 20:33:35 "we can wait." 20:35:19 -!- nicolae- has joined ##crawl-dev 20:38:18 they'd get a free song request 20:38:38 when do yall stream next? 20:39:02 I'm probably going to stream cogmind tomorrow, but I stream dcss about once a week 20:39:13 but there are others who stream dcss somewhat regularly 20:39:18 can follow the game on twitch 20:39:32 sadly no one stream DC:PT 20:39:59 dc: pt? 20:39:59 nicolae-: You have 1 message. Use !messages to read it. 20:40:02 !messages 20:40:02 (1/1) gammafunk said (4d 22h 5m 58s ago): Congrats on your abyssal supremacy: !abyssrunevaultkills recentish 20:40:08 !abyssrunevaultkills recentish 20:40:09 Abyss rune vault kills (recentish): 86x nicolae_abyss_rune_star_stuff (11.56%), 80x nicolae_abyss_rune_left_handed (10.75%), 54x grunt_abyss_rune_wretched_hive (7.26%), 47x hangedman_abyss_rune_macabre_mess (6.32%), 46x evilmike_abyss_rune_tso_outpost (6.18%), 38x grunt_abyss_rune_forest_and_sorcery (5.11%), 34x grunt_abyss_rune_twisted_forest (4.57%), 29x evilmike_abyss_rune_elephants_shrine (3.9... 20:40:18 too many copyright violations in dc:pt for it to be streamable 20:40:22 booyah *blows smoke off finger guns* 20:41:14 its kinda cool how you can type like *this* and do anything in the world whole 20:41:38 *kisses hidi klum* 20:42:38 i know right? 20:42:42 *high fives twelwe 20:47:10 -!- bgiannan_ has joined ##crawl-dev 20:47:15 nicolae- quick no one bagged the judge spot yet https://crawl.develz.org/tavern/viewtopic.php?f=17&t=22958 20:49:18 -!- Lasty has quit [Ping timeout: 260 seconds] 20:49:33 -!- Lasty has joined ##crawl-dev 20:51:50 -!- scummos__ has quit [Ping timeout: 255 seconds] 20:51:56 -!- bgiannan_ has quit [Ping timeout: 255 seconds] 21:21:40 -!- Krakhan|2 is now known as Krakhan 21:21:41 -!- Krakhan has quit [Changing host] 21:22:53 -!- omniscient has quit [Ping timeout: 255 seconds] 21:30:58 -!- ontoclasm has quit [Quit: Leaving.] 21:35:56 -!- yesno has quit [Ping timeout: 255 seconds] 21:40:44 -!- nicolae- has left ##crawl-dev 21:42:43 -!- Jetnerd has quit [Quit: Page closed] 21:49:49 -!- Boatshow has quit [Quit: Leaving] 21:59:49 -!- koboldina has quit [Quit: Page closed] 22:03:31 -!- debo has joined ##crawl-dev 22:06:00 -!- Amnesiac has quit [Ping timeout: 260 seconds] 22:19:01 -!- whig has joined ##crawl-dev 22:20:26 -!- zxc has joined ##crawl-dev 22:27:22 -!- ontoclasm has joined ##crawl-dev 22:29:25 -!- Lasty has quit [Quit: Leaving.] 22:46:18 -!- ishanyx has left ##crawl-dev 22:47:15 -!- bonghitz has quit [Remote host closed the connection] 22:48:02 -!- bgiannan_ has joined ##crawl-dev 22:49:34 -!- aditya has quit [Ping timeout: 256 seconds] 22:50:05 -!- twelwe has quit [Quit: Page closed] 22:52:01 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:52:24 -!- bgiannan_ has quit [Ping timeout: 240 seconds] 22:54:27 -!- Kranix has quit [Quit: Konversation terminated!] 23:01:05 -!- bannakaffalatta has quit [Ping timeout: 255 seconds] 23:07:16 -!- Daekdroom has quit [Quit: Leaving] 23:08:44 -!- debo has quit [Ping timeout: 240 seconds] 23:12:51 -!- feksclaus has quit [Quit: WeeChat 1.7] 23:26:40 -!- Kalir has quit [Changing host] 23:29:24 -!- bonghitz has quit [Remote host closed the connection] 23:35:36 -!- exant has quit [Quit: Page closed] 23:36:41 -!- bitcoinbastard_ has quit [Ping timeout: 240 seconds] 23:40:00 -!- bitcoinbastard has quit [Ping timeout: 256 seconds] 23:42:56 -!- bitcoinbastard__ has quit [Ping timeout: 255 seconds] 23:50:08 -!- ProzacElf has quit [Ping timeout: 260 seconds] 23:52:12 -!- AreBrandon has quit [Read error: Connection reset by peer]