00:00:43 -!- TGWi has quit [Read error: Connection reset by peer] 00:01:41 -!- OG17 has quit [] 00:07:26 -!- upsy has joined ##crawl-dev 00:19:11 -!- valrus has quit [Remote host closed the connection] 00:21:31 -!- OG17 has joined ##crawl-dev 00:22:34 -!- valrus has joined ##crawl-dev 00:53:33 -!- Pialein has joined ##crawl-dev 00:54:10 -!- Lollipop has quit [Ping timeout: 265 seconds] 00:54:43 -!- TGWi1 is now known as TGWi 00:54:59 -!- Textmode has quit [Ping timeout: 240 seconds] 01:06:01 Malign gateway takes too long to become recastable (https://crawl.develz.org/mantis/view.php?id=2991) by OG17 01:12:34 -!- elliptic has quit [Ping timeout: 260 seconds] 01:22:41 -!- TGWi has left ##crawl-dev 01:50:27 not nice, casmith789 01:51:17 I would blame network - because CPU was probably idle... 01:51:49 !tell casmith789 "cdo has been slow and/or unable to connect to" website only or ssh/telnet too? 01:51:49 Napkin: OK, I'll let casmith789 know. 01:51:54 und moin! 02:39:24 -!- galehar has joined ##crawl-dev 02:40:29 morning 02:40:37 hi rahelag 02:48:25 does anyone know how I can tell git to ignore submodules when I git pull? 02:49:35 Why are you trying to ignore submodules? 02:49:39 Just do git submodule update. 02:50:20 well, I'm at work and don't have access to the main rep 02:50:35 I've made a clone on a usb disk 02:50:35 Hm. 02:50:58 and I'd like to update from it without to reclone each time 02:51:18 Pull locally and then push to the USB disk? 02:51:35 How are you trying to update from it and what is the issue you're having with submodules? 02:51:48 pushing to the usb disk doesn't work well, but that's ok, I make patches 02:52:00 Why doesn't it work? 02:52:13 I've made git clone path/to/usb yesterday 02:52:21 git add remote disk file:///media/Disk/repository.git 02:52:25 git push disk master 02:52:53 ok, I'll try that 02:53:02 Oh 02:53:04 git remote add, sorry 02:54:25 Just tested it, mkdir ~/test && cd ~/test && git init --bare, cd ~/, git remote add disk file:///home/persson/test, git push disk master--worked like a charm. 02:54:49 Once you've set it up like that too--you can pull from it into your work repository with "git pull disk master". 02:55:05 And you don't have to do a --bare init. 02:55:20 I don't have a repository.git. I just made a local clone on the usb disk, not a real repository 02:55:30 so I'll try making one like you explained 02:55:32 A local clone *is* a real repository. 02:55:56 When you clone a repository you get the whole thing. 02:56:10 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:56:19 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:56:29 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:56:36 Ouch. 02:57:12 Yes, I know you get everything. But when you try to push to it, git complains. 02:57:12 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:15 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:18 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:20 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:22 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:24 What the hell. 02:57:24 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:26 Mychaelh (L5 HuFi) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:4) 02:57:41 (Temporary, of course.) 02:58:26 what version is CDO? 02:58:40 that might be my mess 02:58:43 I'm not entirely sure, I haven't played in ages 02:58:48 It's... 02:59:04 09dc7e2 03:00:28 !lm * crash -log 03:00:29 316. Mychaelh, XL5 HuFi, T:3422 (milestone): http://crawl.develz.org/morgues/trunk/Mychaelh/crash-Mychaelh-20101216-085751.txt 03:00:52 Yeah, skill_menu crash 03:00:56 Your upside down pointy witc'h's hat fell off. 03:00:57 indeed 03:08:26 can I have more info on this crash? Like save file and/or terminal size? 03:09:00 It shoul dbe in the crash file 03:09:24 Or not. 03:09:59 greensnark: Can we put screen size in crashlog? 03:10:18 Yes, why not 03:10:47 A lot of crashes were caused by tiny terms 03:10:57 <80x24 03:12:04 doesn't the game refuse to start if you've got a term <80x24? 03:12:15 -!- syllogism has joined ##crawl-dev 03:12:22 my code kinda assume this minimal size :( 03:15:31 Locally: Terminal too small (80,23); need at least (80,24) 03:15:40 Doesn't CDO tell the same? 03:15:54 -!- Kurper has quit [Remote host closed the connection] 03:16:16 I've seen some termsizes under 80,24, at least on cao 03:17:00 perhaps you have to edit your rcfile to get it to cooperate? 03:17:18 reducing message/monster list length or something like that 03:19:55 You can resize your terminal after starting the game 03:21:13 so, what's the proper way to deal with it? Should I put an in-game error message and refuse to bring the menu if size is too small? 03:25:51 galehar: Just bail out of the skill menu if the size is too small 03:26:04 ok 03:26:05 galehar makes arbitrary size assumptions. bad galehar! 03:26:15 Yes, you can show an error message 03:27:35 Did I unquiet gretell? 03:27:45 looks like. 03:27:48 !lg 03:27:48 1351. bookofjude the Grave Robber (L1 FeNe), slain by a giant bat on D:1 on 2010-12-14, with 52 points after 251 turns and 0:00:43. 03:27:57 @whereis bookofjude 03:27:57 bookofjude the Grave Robber (L1 FeNe) dead on D:1 on 2010-12-14 after 251 turns. 03:50:41 galehar: wasn't the minimal supported size 60x24? or perhaps 60x22? 03:50:42 kilobyte: You have 2 messages. Use !messages to read them. 03:50:48 * kilobyte doesn't remember exactly. 03:51:21 if there's no easy way to do this, I'd just bump the minimal size 03:52:19 !messages 03:52:19 (1/2) gamefreak264 said (1d 7h 56m 21s ago): gamefreak264 wants to know if you still are playing KoL. 03:52:22 !messages 03:52:23 (1/1) Napkin said (2h 34s ago): "cdo has been slow and/or unable to connect to" website only or ssh/telnet too? 03:52:24 I thought we forced a minimal size of 80, so I used the extra space 03:52:54 to display aptitudes, and also to make the menu to much squeezed 03:52:56 Napkin: I only tried telnet, but it didn't happen all the time, only rarely. Just randomly cut out. 03:53:03 *not too much 03:53:50 casmith789: next time that happens.. could you please also check the websites responsiveness? 03:53:56 okay 03:54:09 I dare to blame US prime time, but will keep an eye on it 03:55:45 Also, as I said above, we already refuse to start crawl if terminal is smaller than 80x24, so if some smart guy reduce the window after, I will try to not crash in his face but won't get out of my way to provide every features. 03:58:08 no, the minimum is 61x24 03:58:26 not sure why 61 not 60, but I just checked 03:59:25 60x30 refuses to run, 80x23 refuses, 61x24 runs happily 04:00:13 the viewport is pretty squeezed and the old skill menu in debug mode doesn't show the numbers for the right column, but I guess it might work in non-debug 04:00:37 does 80x23 run if you change the message pane size or is that capped too 04:00:54 no, there's a strict minimum of 24 lines 04:02:20 which sucks on smartphones as they tend to have even worse than wide screen proportions 04:02:57 * kilobyte doesn't get how people actually fall into that "wide screen" scam for normal monitors 04:03:51 if you get those wide pixels additionally, that's ok.. but 1024x600 and the like sucks... 04:04:03 I've always found 16/10 to be a much more comfortable ratio than 4/3 or 5/4. I've bought one as soon as I could (when they were damn expensive) 04:04:54 well, what do you use that monitor for... watching Hollywood movies? 04:05:01 I enjoy my widescreen mostly because it fits nicely with tiling; it's like I have a monitor on the left and irc for free all the time on the right 04:05:09 I'd wish for a decent square or portrait screen 04:05:27 for everything 04:05:31 sadly, pivots tend to suck to the point of uselessness 04:05:41 I find the horizontal space useful 04:06:48 things I do: reading and programming. For the former, long lines are hard to read. For the latter, most coding styles (including Crawl's!) mandate 80 column max. 04:08:16 if you have to turn your head to read a line of code, that line of code is too long :) 04:08:52 yeah... there's a reason books use portrait mode 04:09:12 most books are printed in virtual 2up though 04:09:28 2col 04:10:05 that's only an implementation detail due to the cost of paper 04:11:14 you don't ever look at both sides at once... one in a hundred books has an inset -- but even then, typically just one 04:14:41 The new skill menu uses the full 80 col 04:14:54 I can squeeze it down to 66 04:15:21 if it'd be hard, we can just up the requirement 04:16:25 well, it's not too hard to do, but it will look really packed 04:16:58 I don't think it's good to make it ugly just for the few guys who have a smaller than 80 term 04:18:33 I can make it automatically adapt, but I'm not sure it's worth it to make the code more complex to support 66 wide terminals 04:18:46 so I'd say up the requirement 04:20:13 note that historically, Crawl required an 80x25 term minimum 04:20:39 the minimum has been reduced in the past and we can reduce it in the future 04:21:53 the old Unix standard is 80x24 and some terminals default to it rather than the PC 80x25 (from original IBM PC hardware text mode) 04:23:10 well, Crawl started out as a DOS game 04:23:13 not a Unix one 04:31:35 of course... what I mean is, requiring 25 lines is a no-no, but 80x24 would be fine 04:32:05 +1 for 80x24 requirement 04:39:58 the only standard I know of narrower than 80x24 is CGA color text mode (40x25), and we don't support that 04:43:49 -!- Mu_ has joined ##crawl-dev 04:58:29 hi mu ,3 05:02:10 hello 05:09:13 -!- casmith_789 has joined ##crawl-dev 05:09:31 -!- casmith789 has quit [Ping timeout: 240 seconds] 05:11:01 -!- monky has quit [Quit: hello] 05:11:11 -!- casmith_789 is now known as casmith789 05:17:43 moin 05:17:45 -!- enne has quit [Ping timeout: 245 seconds] 05:28:04 Two New Entries (https://crawl.develz.org/mantis/view.php?id=2992) by Saegor 05:47:08 -!- enne has joined ##crawl-dev 06:18:30 -!- enne has quit [Ping timeout: 265 seconds] 06:30:34 -!- enne has joined ##crawl-dev 06:44:55 03Keskitalo * r767876b734eb 10/crawl-ref/source/dat/des/variable/large.des: Fix some floor tiles in lemuel_castle (#2989). 07:01:24 -!- enne has quit [Ping timeout: 260 seconds] 07:24:33 -!- enne has joined ##crawl-dev 07:36:43 -!- elliptic has joined ##crawl-dev 07:46:02 -!- Fangorn_ has quit [Quit: Fangorn_] 08:07:13 I wonder, is there's a point in supporting Windows-style BOMmed text files on sane platforms? 08:08:01 for not: slightly smaller code, for yes: that code path has to be written anyway 08:20:28 what's a BOMmed text file? Is it "\r\n" line ending? 08:21:03 -!- enne has quit [Ping timeout: 260 seconds] 08:35:26 galehar: http://en.wikipedia.org/wiki/Byte-order_mark 08:36:32 thanks 08:47:18 oh man, I'm so trigger happy for links. i KNOW what it is, nevertheless i clicked it 08:50:02 -!- enne has joined ##crawl-dev 08:51:56 -!- Fangorn_ has joined ##crawl-dev 08:53:50 does any of you use Windows often enough to know whether most file viewers do support these? 08:54:22 I know that at least basically all programs from Microsoft itself do, and so does notepad++ 08:59:43 -!- Cryp71c has joined ##crawl-dev 09:00:10 Morning 09:02:01 ... and so does Crawl now for config files now, but not included lua 09:02:04 Cryp71c: meow! 09:02:25 when a lua file recursively includes another one, will it go through clua::loadfile()? 09:04:39 found it: yay, it does 09:08:42 "The spiny frog resists with some effort" <3 09:10:03 -!- galehar has quit [Ping timeout: 265 seconds] 09:17:33 -!- valrus has quit [Remote host closed the connection] 09:23:33 -!- valrus has joined ##crawl-dev 09:24:16 -!- valrus has quit [Remote host closed the connection] 09:26:14 -!- enne has quit [Ping timeout: 276 seconds] 09:26:39 Sigh, I fucking hate my job at times...this shit's retarded. 10:09:14 -!- valrus has joined ##crawl-dev 10:13:18 uh oh 10:23:30 -!- enne has joined ##crawl-dev 11:31:05 -!- eith has joined ##crawl-dev 11:51:46 hmm. 11:54:52 _make_room and _box_room might seem to have a lot in common at first, but the truth is that they are almost completely different 11:55:05 oh well. 11:55:57 -!- Kurper has joined ##crawl-dev 11:56:23 both draw rooms, that's the beginning and the end of the similarities. 11:56:29 they don't even share the idea of what a room is 12:10:38 Mychaelh (L1 MiHu) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:1) 12:11:54 Mychaelh (L1 MiHu) ASSERT(x >= 1 && x <= sz.x) in 'libutil.cc' at line 782 failed. (D:1) 12:13:50 -!- Pialein has quit [Remote host closed the connection] 12:22:00 * Zaba idly wonders whether some headdesking will help him understand why _builder_normal uses exactly those depths and probabilities to determine the layout to use. 12:40:53 -!- Textmode has joined ##crawl-dev 12:47:52 03zaba * r763ee6df702f 10/crawl-ref/source/maps.cc: Remove a vault placement dprf from vault_main. 12:47:54 03zaba * r478a3e55e665 10/crawl-ref/source/ (dat/des/variable/mini_monsters.des dungeon.cc): Turn the curse skull placement special case of Crypt into minivaults. 12:47:58 03zaba * r40f7ddd3022f 10/crawl-ref/source/dungeon.cc: Simplify _builder_normal somewhat. 12:48:00 03zaba * r3c106f3fe706 10/crawl-ref/source/dungeon.cc: Use random_choose_weighted in _box_room. 12:48:01 03zaba * r001b08e3452a 10/crawl-ref/source/dungeon.cc: Simplify odds for roguey_level/city_level/plan_4 in _builder_normal. 12:50:40 Plan 4 from Deeper Dungeon 12:51:15 moin Keskitalo 12:51:36 greensnark, some better mechanism is needed for deciding what builder to use after placing a primary vault 12:51:42 Good evening 12:51:57 greensnark, at the moment, if vault has tag 'dis', plan_4 is used, if it's in swamp, then dgn_build_swamp_level is used, and otherwise it's _build_rooms 12:52:08 I wonder what a better mechanism could be like... 12:52:37 I tried to make a gnoll camp serial vault, but the results look very unexciting.. 12:52:52 and it's kind of compliated by the fact those three functions have completely different interfaces 12:57:38 -!- llahwehttam has joined ##crawl-dev 12:58:03 Zaba: Change _plan_4 to check map mask instead of a list of forbidden regions 12:58:24 greensnark, likewise for _build_rooms? 12:58:35 but, build_rooms also takes a list of connection points 12:58:49 how should one deal with that properly? 12:59:56 I'd suggest building rooms and hooking them up to the connection points in a separate step 13:00:17 So that _build_rooms doesn't have to care about connections to the vault 13:00:28 hrm 13:00:33 Keskitalo: The vault pieces too far away from each other? 13:00:47 greensnark, where would that separate step be? 13:01:13 postvault_level :P 13:01:15 greensnark: More like the vaults suck and gnolls are boring anyway :P 13:01:29 Well, I shouldn't blame the gnolls, I need to play with equipment. 13:01:30 Keskitalo: gnoll shamans! 13:01:37 Yeah, and do that stuff too. 13:01:46 And kobold assassins 13:01:47 greensnark, okay, I'll look into it tomorrow or on the weekend, I guess. 13:02:08 Should implement monster stealth 13:02:09 I wonder if I could rename the better armed gnolls in my existing gnoll camp maps into gnoll seargeants (like is implied in the des), maybe also additional HD.. 13:02:25 Keskitalo: Go for it 13:02:35 I mean I could of course, perhaps I should too 13:02:57 greensnark: But sure, controlling distance would give lots of possibilities 13:07:05 -!- Kurper has quit [Remote host closed the connection] 13:11:25 greensnark: we need kobold snipers, with crossbows 13:15:56 Skills stay gray (instead of turning yellow) if they are turned off at the time they reach 27. (https://crawl.develz.org/mantis/view.php?id=2993) by elliptic 13:16:14 @?? gnoll 13:16:14 gnoll (08g) | Speed: 10 | HD: 2 | Health: 8-18 | AC/EV: 2/9 | Damage: 9 | Res: 06magic(8) | Chunks: 07contaminated | XP: 14. 13:18:18 -!- llahwehttam has left ##crawl-dev 13:20:35 -!- Textmode has quit [Ping timeout: 272 seconds] 13:24:12 -!- MarvinPA has quit [Ping timeout: 240 seconds] 13:26:40 -!- MarvinPA has joined ##crawl-dev 13:30:17 done! https://crawl.develz.org/tavern/ 13:30:48 session is not yet kept intact when switching over from mantis, but login data is shared. 13:31:43 Ooh, nice! 13:32:14 Tavern :) 13:32:21 Can we have a Crawl schutzenfest 13:32:25 Or however it's spelled 13:32:30 !coffee 13:32:33 * Henzell hands greensnark a cup of caffè macchiato, brewed by Mnoleg. 13:33:48 gnoll_medium_camp is garbage, if I may say so myself 13:34:23 Two screenfulls of hard to parse substs, then this tiny tiny tiny vault that's even ORIENT: north 13:34:35 I really need to learn to paint with a larger brush 13:34:38 hey, I didn't make that decision :-P http://dungeoncrawlstonesoup.freeforums.org/post999.html&f=2#p999 13:40:53 please try login with the data from mantis 13:42:44 -!- Zaba has quit [Ping timeout: 260 seconds] 13:43:58 Napkin: done so, works 13:44:43 great, thanks 13:45:04 and now it knows my birthday 13:45:12 hehe 13:46:37 -!- Zaba has joined ##crawl-dev 13:47:15 03Keskitalo * r3008ad596ca1 10/crawl-ref/source/dat/des/variable/mini_monsters.des: Clean up some notes left in a map. 13:47:17 03Keskitalo * r14faef600bae 10/crawl-ref/source/dat/des/variable/large.des: Remove eino_medium_gnoll_camp. 13:47:21 03Keskitalo * rc38382a74c0a 10/crawl-ref/source/dat/des/variable/mini_monsters.des: In the small gnoll camp vaults, make the gnoll "seargeants" actually called such with name_suffix. 14:08:03 03Keskitalo * r6e0a263a8f5c 10/crawl-ref/source/dat/des/variable/mini_monsters.des: Spell sergeant correctly. 14:11:25 -!- monky has joined ##crawl-dev 14:14:37 -!- Muu has joined ##crawl-dev 14:15:59 -!- Mu_ has quit [Ping timeout: 260 seconds] 14:24:04 -!- blabber has joined ##crawl-dev 14:28:44 -!- Kurper has joined ##crawl-dev 14:31:30 Branch mimics can appear outside that branch's range (https://crawl.develz.org/mantis/view.php?id=2994) by MarvintheParanoidAndroid 14:31:40 -!- Muu is now known as Mu_ 14:33:03 Keskitalo: typo in "sergeant" :P 14:33:19 Oh, you fixed it :P 14:34:50 -!- blabber has quit [Quit: leaving] 14:35:42 -!- galehar has joined ##crawl-dev 14:41:54 hey 14:43:03 meow? 14:43:57 -!- Twilight-1 has joined ##crawl-dev 14:44:11 -!- Guest19273 has quit [Read error: Connection reset by peer] 14:47:58 -!- TGWi has joined ##crawl-dev 14:48:16 03galehar * rcdf3c0bdbb72 10/crawl-ref/source/skills2.cc: Refuse to start skill menu if terminal is smaller than 80x24 14:48:21 03galehar * r863fc174ef48 10/crawl-ref/source/ (skills2.cc skills_menu.h): Skill menu: Add methods to manipulate flags and replace a boolean by a flag. 14:48:22 03galehar * r6fc83932d17c 10/crawl-ref/source/skills2.cc: Make the skill menu respect the tile_menu_icons option. 14:48:24 03galehar * r197407906401 10/crawl-ref/source/ (menu.cc menu.h skills2.cc): Add a find_item_by_hotkey() function to MenuObject. 14:48:26 03galehar * re49b7434472b 10/crawl-ref/source/skills2.cc: Skill menu: fix title line not updated on display change. 15:16:14 -!- galehar has quit [Remote host closed the connection] 15:24:54 -!- upsy has quit [Quit: Leaving] 15:49:20 -!- Jude_ has joined ##crawl-dev 15:50:38 -!- paxed has quit [*.net *.split] 15:50:39 -!- lorimer has quit [*.net *.split] 15:50:39 -!- st_ has quit [*.net *.split] 15:50:40 -!- jlewis has quit [*.net *.split] 15:50:41 -!- kilobyte has quit [*.net *.split] 15:50:42 -!- eith has quit [*.net *.split] 15:50:43 -!- elliptic has quit [*.net *.split] 15:50:44 -!- Zannick has quit [*.net *.split] 15:50:44 -!- Vandal has quit [*.net *.split] 15:50:44 -!- MakMorn has quit [*.net *.split] 15:50:45 -!- Sequell has quit [*.net *.split] 15:50:46 -!- varmin has quit [*.net *.split] 15:50:49 -!- CIA-12 has quit [*.net *.split] 15:50:49 -!- due has quit [*.net *.split] 15:50:50 -!- Eronarn has quit [*.net *.split] 15:50:51 -!- Fangorn_ has quit [*.net *.split] 15:50:51 -!- syllogism has quit [*.net *.split] 15:50:53 -!- Kurper has quit [*.net *.split] 15:50:57 -!- stabwound has quit [*.net *.split] 15:51:51 alright, configurative administration of the forum is passed on to danr 15:51:59 Reskilling out of fighting lets you get negative maxhp (https://crawl.develz.org/mantis/view.php?id=2995) by MarvintheParanoidAndroid 15:52:33 -!- Vandal has joined ##crawl-dev 15:53:13 -!- kilobyte has joined ##crawl-dev 15:55:18 -!- varmin has joined ##crawl-dev 15:55:18 -!- Sequell has joined ##crawl-dev 15:55:21 -!- OG17 has quit [] 15:56:49 -!- OG17 has joined ##crawl-dev 15:58:03 -!- Kurper has joined ##crawl-dev 15:58:03 -!- eith has joined ##crawl-dev 15:58:03 -!- Fangorn_ has joined ##crawl-dev 15:58:03 -!- elliptic has joined ##crawl-dev 15:58:03 -!- syllogism has joined ##crawl-dev 15:58:03 -!- paxed has joined ##crawl-dev 15:58:03 -!- lorimer has joined ##crawl-dev 15:58:03 -!- Zannick has joined ##crawl-dev 15:58:03 -!- st_ has joined ##crawl-dev 15:58:03 -!- MakMorn has joined ##crawl-dev 15:58:03 -!- stabwound has joined ##crawl-dev 15:58:03 -!- CIA-12 has joined ##crawl-dev 15:58:03 -!- jlewis has joined ##crawl-dev 15:58:03 -!- Eronarn has joined ##crawl-dev 15:58:56 -!- Pialein has joined ##crawl-dev 16:01:06 -!- Cryp71c has quit [Quit: Leaving] 16:02:03 Death's Door can reduce players to 0 hp (https://crawl.develz.org/mantis/view.php?id=2996) by MarvintheParanoidAndroid 16:04:07 -!- galehar has joined ##crawl-dev 16:10:24 -!- Pialein has quit [Remote host closed the connection] 16:13:10 -!- galehar has quit [Read error: Connection reset by peer] 16:17:08 reskilling Fighting away after using Bornjor's to waste all maxhp... what death type is that? 16:17:29 you don't actually die 16:17:32 (besides obvious, "stupidity") 16:17:34 what death type should it be, you mean? 16:17:38 yeah, but you should 16:17:38 oh or you mean it should kill you? 16:17:47 or at least reskilling should be aborted 16:17:48 it shouldn't be a death because you should prevent reskilling away hp to 0 16:17:49 surely it should just stop reskilling 16:18:01 i mean either way nobody's actually going to do that for real 16:18:04 but yeah 16:18:19 "nobody"??? 16:18:21 uhm... 16:18:42 so do you really want to kill people who accidentally reskill a bit too much 16:18:52 or am I misinterpreting 16:18:57 who cast borg too much 16:19:02 right that too 16:19:05 i.e. at all 16:19:10 borg should instantly kill you 16:19:12 among a group of people who practice being the first to get killed by a specific unique, or collecting deaths by throwing every possible thing at you -- including the Orb and all possible corpses 16:19:28 haha ok true, if it killed you then people would do it just to get the new death type 16:19:36 you couldn't really genuinely do it by accident i mean 16:19:49 at least you shouldn't 16:19:58 ??deadrobin 16:19:59 deadrobin[1/2]: Kill yourself with every corpse in the game. Also, be the second to kill yourself with Bone Shards (finally, the spell has a use) 16:20:22 killing yourself with a thrown object just always says bad targeting now, i think 16:20:23 except someone ruined the fun and all those death result in "killed by bad targeting" now 16:20:34 so deadrobin is entirely useless since bone shards is gone too :P 16:21:28 03kilobyte * r84acb90f2b92 10/crawl-ref/source/spl-selfench.cc: Ensure Death's Door leaves you at least 1 hp. 16:21:29 03kilobyte * r664bb47bc01a 10/crawl-ref/source/ouch.cc: Kill the player instantly if drained below 0 maxhp (possible with Borgnjor's). 16:26:21 03kilobyte * r4337bfb31ec4 10/crawl-ref/source/ouch.cc: Ignore DDoor if maxhp goes to 0 or below. 16:29:31 03kilobyte * r0347585d5372 10/crawl-ref/source/cloud.cc: Someone who's flying won't be "waist-deep" in water. 16:33:00 03j-p-e-g * r476a0770e8dd 10/crawl-ref/ (18 files in 3 dirs): Split icons out from main.png. Fixes #2981. 16:34:06 -!- galehar has joined ##crawl-dev 17:05:11 -!- ivan has quit [Quit: Coyote finally caught me] 17:05:23 -!- ivan has joined ##crawl-dev 17:07:43 -!- Jude_ is now known as due 17:08:15 -!- due has quit [Changing host] 17:08:15 -!- due has joined ##crawl-dev 17:12:50 -!- Pialein has joined ##crawl-dev 17:23:09 -!- galehar has quit [Quit: disconnect] 17:50:55 -!- Pialein has quit [Remote host closed the connection] 18:12:47 -!- nrook has joined ##crawl-dev 18:14:28 -!- pointless_ has joined ##crawl-dev 18:17:17 -!- syllogism has quit [] 18:25:18 -!- Eronarn_ has joined ##crawl-dev 18:25:23 -!- Eronarn_ has quit [Client Quit] 18:27:26 -!- nrook has quit [Quit: Lost terminal] 18:45:43 -!- eith has quit [Ping timeout: 265 seconds] 18:52:39 -!- pointless_ has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.7/20100713130626]] 19:20:23 Napkin: 'remember me' doesn't work for tavern 19:22:35 I had that problem too 20:09:40 -!- valrus has quit [Remote host closed the connection] 20:15:46 -!- Mu_ has quit [Quit: Defecator, may everything turn out okay so that you can leave this place.] 21:21:21 -!- danr_ has joined ##crawl-dev 21:21:41 Hallooo..... 21:27:11 hi? 21:30:31 :-? 21:32:43 -!- danr_ has quit [Quit: Page closed] 22:03:31 :-? 22:55:01 -!- Zaba has quit [Ping timeout: 276 seconds] 23:02:52 -!- Zaba has joined ##crawl-dev