01:28:14 Unstable branch on crawl.develz.org updated to: 0.23-a0-629-gae4348f (34) 01:59:00 Windows builds of master branch on crawl.develz.org updated to: 0.23-a0-629-gae4348f 02:59:46 Monster database of master branch on crawl.develz.org updated to: 0.23-a0-629-gae4348f 03:30:46 Experimental (bcrawl) branch on crawl.kelbi.org updated to: 0.23-a0-1234-ge847612f33 03:48:35 Crawl manual says "15 runes" in linesprint, but there are 17. 13https://crawl.develz.org/mantis/view.php?id=11804 by damerell 06:11:37 03NormalPerson702 07https://github.com/crawl/crawl/pull/928 * 0.23-a0-629-gdff65b8: Add three tile colour options to the options guide (11802) 10(14 hours ago, 1 file, 75+ 68-) 13https://github.com/crawl/crawl/commit/dff65b8be743 07:43:15 -!- kkratz is now known as Ozaq 10:27:17 03ebering02 07* 0.23-a0-630-g9e4c4e9: Correct a manual typo (11804) 10(23 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/9e4c4e90a0cc 10:32:01 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-630-g9e4c4e90a0 (34) 11:34:08 The build has errored. (master - 9e4c4e9 #10756 : Edgar A. Bering IV): https://travis-ci.org/crawl/crawl/builds/472369264 11:58:16 ??bugrobin 11:58:16 BugRobin[1/1]: Account for filing bugs in Mantis without registering. Password is the same as username. 12:05:09 Unstable branch on crawl.akrasiac.org updated to: 0.23-a0-630-g9e4c4e9 (34) 12:50:18 %git 43d87f4c55 12:50:18 07gammafunk02 * 0.23-a0-336-g43d87f4: Mark test statues as harmless monsters and clean up spacing 10(2 months ago, 1 file, 2+ 4-) 13https://github.com/crawl/crawl/commit/43d87f4c5502 12:50:32 gammafunk: do you remember why you marked those as no threat? 12:50:46 I mean, obviously they are, but I usually use them in situations where I want to pretend they're a threat 12:50:53 that commit disabled tabbing them for example 12:51:01 advil: we actually had a discussion about that in irc at the time 12:51:07 sounds plausible 12:51:08 and I think you said it was ok 12:51:19 but I can't remember the reason I wanted them no threat 12:51:33 maybe I'll just set them as non-firewood by exception 12:51:34 I can go back and check the irc logs later 12:51:39 I'll take a look 12:52:39 advil: idea, test statues are non-harmful so that &G harmful doesn't dismiss them 12:52:43 which does seem like a good idea 12:53:49 ah, yeah 12:54:05 not being able to tab them is definitely bad, though 12:54:49 I think harmless but not firewood might work for most purposes 13:03:23 03advil02 07* 0.23-a0-631-g5586149: Mark test statues as non-firewood 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/55861494d793 13:17:17 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-631-g55861494d7 (34) 14:04:12 03advil02 07* 0.23-a0-632-gb80182b: Improve behavior of drain life in wizmode (11801) 10(10 minutes ago, 3 files, 10+ 1-) 13https://github.com/crawl/crawl/commit/b80182b6c87c 14:17:13 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-632-gb80182b6c8 (34) 15:37:29 hi there, i could use some tips on lua, is anyone there? 15:42:23 best practice on IRC is to just as a question instead of asking if it's okay to ask a question 15:43:02 ok, so here it goes 15:44:52 i need to import python to lua, using lunatic python, it's all working and in the lua interpreter it runs nice, but i cant get it to work on my bot, any advices? i'm using a require("python") on the ready() function 15:54:30 is your code public? it might be easier just to post the github link 15:55:33 it is not, im using qw as base for my code, i have commented the content of the ready function and writen something like this to test 15:58:15 https://ibb.co/gdJk6bW 16:01:49 * geekosaur kinda wonders whathapesn if crawl data is passed throught hat. 16:02:41 the wraping code I recall is fairly thin and assumes it is, might not survvie going through another ffi gateway (e.g. some may be copied, then changes fail to udpate crawl state) 16:04:17 but how can i import python (call a require) on other place that is not the ready function? 16:16:45 I like the new skin of Zhor idea 16:17:05 but I was wondering if the "Hibernate" label might cause confusion 16:17:48 the skin casts Metabolic Englaciation passively, and there's also Ensorcelled Hibernation 16:18:18 "Hibernate" implies the latter is being cast; maybe "Englaciate" or something else would be less confusing? 16:32:47 simbs38 there have been some issues getting require to work, because crawl shadows it 16:33:19 03advil02 07[require_rename] * 0.23-a0-633-g8735bf6: Rename crawl's custom `require` 10(4 months ago, 66 files, 144+ 151-) 13https://github.com/crawl/crawl/commit/8735bf6294f3 16:33:19 03advil02 07[require_rename] * 0.23-a0-634-g1d98191: Rename `require` in tests 10(4 months ago, 4 files, 6+ 6-) 13https://github.com/crawl/crawl/commit/1d9819160e70 16:33:21 I have a branch that fixes that 16:35:54 simbs38 if you build that branch with CLUA_UNRESTRICTED_LIBS defined, lua require should work (but it's not well-tested) 16:36:15 actually, I will merge the branch if tests pass, I meant to do that a while ago and forgot 16:38:01 crawl on normal builds doesn't load `package`, so lua's require won't work at all 16:38:52 i have to build from witch link? 16:38:56 @advil 16:39:10 advil 16:39:54 it's on the `require_rename` branch, but I'll just merge it into master in a couple minutes (once travis CI finishes), then you can build master to do this 16:40:47 ok, please ping me when it's done, and thanks for the help 16:49:56 03advil02 07[require_rename] * 0.23-a0-635-g88ca12a: Rename some more `require` calls 10(40 seconds ago, 3 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/88ca12a7dedc 17:46:53 advil how is that going? 17:47:28 oh, travis is basically done 17:48:14 03advil02 07* 0.23-a0-633-g8735bf6: Rename crawl's custom `require` 10(4 months ago, 66 files, 144+ 151-) 13https://github.com/crawl/crawl/commit/8735bf6294f3 17:48:14 03advil02 07* 0.23-a0-634-g1d98191: Rename `require` in tests 10(4 months ago, 4 files, 6+ 6-) 13https://github.com/crawl/crawl/commit/1d9819160e70 17:48:14 03advil02 07* 0.23-a0-635-g88ca12a: Rename some more `require` calls 10(59 minutes ago, 3 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/88ca12a7dedc 17:50:05 if you `#define CLUA_UNRESTRICTED_LIBS` in clua.cc (or change the Makefile to define it) crawl will build with `package` available, and in principle `require` should work. But it's not very tested... 17:52:28 ok, i will give it a shot, thanks mate :) 18:01:57 Unstable branch on crawl.kelbi.org updated to: 0.23-a0-635-g88ca12a7de (34) 18:22:08 Unstable branch on underhound.eu updated to: 0.23-a0-635-g88ca12a7de (34) 18:44:27 advil 18:44:34 i still can't use require 18:44:37 https://ibb.co/0VPn5Tp 19:28:13 advil ? 20:23:25 simbs38, it's probably around dinner time for him 20:23:36 he'll probably reply within a few hours 20:24:12 he'll get back to you, don't worry ^_^ 20:25:29 fair enougth xD 20:26:14 i haven't been following along, but was it crashing with a segfault before? 20:28:11 dumb question, but did you try using require normally, instead of crawl_require? 20:30:07 at a glance, that's my guess. those crash logs may have more info. alternatively, i'm sure the person you actually worked on this with will have the correct answer when he gets back ^_^ 20:34:47 can u tell me whats the difference between require and crawl_require? 21:14:21 New branch created: pull/929 (1 commit) 13https://github.com/crawl/crawl/pull/929 21:14:21 03Umer Shaikh02 07https://github.com/crawl/crawl/pull/929 * 0.23-a0-609-g0fc35ea: Make cloud duration more apparent to console players 10(37 minutes ago, 7 files, 188+ 19-) 13https://github.com/crawl/crawl/commit/0fc35ea3a43d