00:00:53 -!- MadCoyote is now known as FunkyBomb 00:28:22 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-346-ga714374 (34) 01:19:01 -!- amalloy is now known as amalloy_ 01:22:07 -!- amalloy_ is now known as amalloy 01:25:22 Unstable branch on crawl.develz.org updated to: 0.22-a0-346-ga714374 (34) 01:52:04 -!- amalloy is now known as amalloy_ 01:57:25 Windows builds of master branch on crawl.develz.org updated to: 0.22-a0-346-ga714374 02:39:36 -!- adibis is now known as aditya 02:54:49 Monster database of master branch on crawl.develz.org updated to: 0.22-a0-346-ga714374 03:22:03 Unstable branch on crawl.beRotato.org updated to: 0.22-a0-346-ga714374 (34) 03:50:48 Warning: CUE will be going down for system updates 03:52:48 mora (L14 DEFE) Crash caused by signal #13: Broken pipe (Lair:6) 03:52:48 Ivernyr (L9 OpTm) (D:6) 03:52:48 Webtiles server stopped. 03:52:49 Banto (L3 OpIE) Crash caused by signal #13: Broken pipe (D:2) 03:52:50 Thargor (L15 FoFi) (D:14) 03:52:52 Draugr (L4 DEIE) Crash caused by signal #13: Broken pipe (D:2) 05:04:50 -!- VjdfMQ is now known as V7 08:32:42 Need someone to pin this: https://crawl.develz.org/tavern/viewtopic.php?f=9&t=25283 08:32:52 And unpin this: https://crawl.develz.org/tavern/viewtopic.php?f=9&t=24450 08:34:35 TZer0: both done 08:35:08 hrm, server admins list is a bit out of date 08:35:17 TZer0 (CLN) 08:35:20 and Neil (CSZO) 08:35:33 not to mention sd1989 (CKR) 08:35:44 !seen hong 08:35:45 I last saw hong at Wed Jan 25 13:55:58 2017 UTC (about 1y 10w 1d 22h 39m 47s ago) quitting, saying 'Quit: Page closed'. 09:22:13 Haha 09:22:21 Thanks 09:22:30 I won't be able to deal with it properly for a few hours 09:22:33 As I'm still at work 09:22:44 I tried doing some quick maintenance while most people are at work 09:22:47 Didn't quite work out :v 09:50:57 !send TZer0 server imps 09:50:58 Sending server imps to TZer0. 11:09:12 03Aidan Holm02 07* 0.22-a0-347-gb46e3d7: Remove some unneeded drawing function calls 10(11 hours ago, 2 files, 0+ 5-) 13https://github.com/crawl/crawl/commit/b46e3d778be9 11:09:12 03Aidan Holm02 07* 0.22-a0-348-gd16d139: Remove a bunch of unused variables 10(28 minutes ago, 6 files, 1+ 10-) 13https://github.com/crawl/crawl/commit/d16d1391c7b2 12:09:56 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-348-gd16d1391c7 (34) 12:26:16 CUE is back up. 12:28:02 gammafunk: can you unpin this? https://crawl.develz.org/tavern/viewtopic.php?f=9&t=25283&p=327928#p327928 13:06:23 Unstable branch on crawl.akrasiac.org updated to: 0.22-a0-348-gd16d139 (34) 13:25:39 -!- amalloy_ is now known as amalloy 15:04:36 but uttons, don't 17:06:56 I've been looking for a few days now, and I can't seem to work this out. I added a species and a job following the instructions, yet when I compile it, I get an error saying : "couldn't parse mods for Heir at ./util/gen-apt.pl line 271, <$inf> line 1. make: *** [Makefile:1292: ../docs/aptitudes.txt] Error 255". I went and looked inside that file which sent me over to the skills.cc file. That's as far as I could get. 17:07:18 I'm on windows 18:18:29 Unstable branch on underhound.eu updated to: 0.22-a0-348-gd16d1391c7 (34) 18:23:39 <|amethyst> Jatzuli: "mods" here are xp, hp, mp, and mr modifiers from species-data.h 18:23:58 <|amethyst> Jatzuli: gen-apt.pl is picky about the formatting in that file 18:24:51 <|amethyst> Jatzuli: In particular, those numbers need to be on one line, separated by a comma followed by a single space, two lines after the species name 18:25:21 <|amethyst> so for example, the entry for centaurs: 18:25:21 <|amethyst> { SP_CENTAUR, { "Ce", "Centaur", nullptr, nullptr, SPF_SMALL_TORSO, -1, 1, 0, 3, 18:25:22 <|amethyst> err 18:25:27 <|amethyst> that didn't paste the way I wanted 18:25:32 <|amethyst> { SP_CENTAUR, { 18:25:35 <|amethyst> "Ce", 18:25:38 <|amethyst> "Centaur", nullptr, nullptr, 18:25:41 <|amethyst> SPF_SMALL_TORSO, 18:25:45 <|amethyst> -1, 1, 0, 3, 18:26:02 <|amethyst> that -1, 1, 0, 3, line is the one it's trying to parse 18:30:03 Are there any limits to the values? I had it like this : -2, 1, 0, 3 18:30:10 with a coma at the end 18:31:27 <|amethyst> that looks fine; needs to be one digit each, with an optional negative sign on the first three. Is your species called "Heir"? 18:31:53 Yes 18:33:18 <|amethyst> hm, and I don't see Heir anywhere else in the file, which could confuse the script 18:34:00 <|amethyst> Jatzuli: do you by any chance have a tab instead of spaces at the beginning of the line? 18:34:05 <|amethyst> Jatzuli: that would confuse the script 18:34:26 I will look it up, but I'm pretty sure it auto-formated or I copied it. 18:34:37 Yeah, it's a tab... 18:34:55 Gonna try to format it again 18:36:16 Wow, it worked 18:36:19 <|amethyst> the regexp it's looking for is /$sp*\n.*\n *(-?\d), (-?\d), (-?\d), (\d),/ where $sp is the species name 18:36:21 lol 18:36:22 <|amethyst> awesome! 18:36:30 Wow 18:36:34 Thaanks a bunch! 18:36:56 <|amethyst> no problem :) 18:38:26 While I'm at it. I wanted to add a bit of trivia like they do when you pick a species (describing it in a small text). Where's the file to add that? I followed the instruction from the .txt but it didn't seem to explain it 18:39:40 <|amethyst> Jatzuli: dat/descript/species.txt 18:40:54 <|amethyst> Jatzuli: %%%% separates entries, and an empty line (no spaces) separates the key from the text; technically things in that file can go in any order, but we prefer to keep them alphabetic, so you could put it between Halfling and Hill Orc 18:41:36 <|amethyst> Jatzuli: also, pull requests for changes to the instructions are welcome :) 18:42:28 Okay, thanks a lot! 19:19:00 Sorry to bother again, I don't know if this is appropriate to this channel but here it goes. Can I seperate the "compiled" files from the source code? They seem to be compiled in the same folder, and I would like to send a copy to a friend. I'm using msys2 for windows 19:23:47 Long lists cut off when spectating online 13https://crawl.develz.org/mantis/view.php?id=11441 by Leszczynek 22:08:31 -!- quickquestion is now known as quickquestion4u 23:09:11 -!- illusion is now known as Guest68962