00:12:01 ty 01:09:57 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.24-a0-341-g52ca42d3ec (34) 01:38:17 Unstable branch on crawl.develz.org updated to: 0.24-a0-341-g52ca42d (34) 02:09:23 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-341-g52ca42d 02:47:15 -!- lynn_ is now known as lynn 03:00:00 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-341-g52ca42d 05:00:35 -!- amalloy is now known as amalloy_ 09:22:14 Stable (0.22) branch on underhound.eu updated to: 0.22.1-59-ge965b3aba3 09:45:18 crash: ERROR in 'libutil.cc' at line 391: screen write out of bounds 13https://crawl.develz.org/mantis/view.php?id=11981 by crbu 09:55:33 03ebering02 07* 0.24-a0-342-gad4687c: Replace a missing word 10(39 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/ad4687c37dae 10:02:27 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-342-gad4687c37d (34) 11:21:48 Stable (0.23) branch on underhound.eu updated to: 0.23.1-50-ga50397a6bc 11:22:38 alexjurkiewicz ebering we have our own implementation of that that uses crawl's rng, `shuffle_array`, code is in random.h. definitely don't use std randomization stuff :-) 13:26:33 Unstable branch on crawl.akrasiac.org updated to: 0.24-a0-342-gad4687c (34) 13:35:24 -!- amalloy_ is now known as amalloy 14:31:38 could someone get in touch with hong 17:23:52 -!- amalloy is now known as amalloy_ 17:35:13 -!- amalloy_ is now known as amalloy 18:23:43 Unstable branch on underhound.eu updated to: 0.24-a0-342-gad4687c37d (34) 18:34:38 thanks advil , missed that 18:54:46 vector's API is so weird. Why does pop_back not return the item?? 18:57:11 also, is there documentation on the different text markup tags? 19:20:52 alexjurkiewicz: the item doesn't exist anymore after you call pop_back: its owner was the vector, and you said to destroy it. to return it, vector would have to create a copy of it first, which has all sorts of problems 19:21:42 in garbage-collected languages where everything's a pointer, a pop() method can return the deleted item, but when you're working with values that could be impossible 19:57:17 Changes to shafts necessitate a change to force_more_messages 13https://crawl.develz.org/mantis/view.php?id=11982 by kitchen_ace 20:04:03 advil: I'm trying to add a bit of state to faded altars. I can regenerate the state easily so I was thinking of some approach which would let me use an rng which always had the same initial state. Is there functionality for this available? 20:08:58 alexjurkiewicz: you mean you have like, some derived property you want all faded altars to be randomly assigned, and that property is cheap to compute but might be expensive to store, so you're thinking of just saving an rng seed instead of saving the property value itself? 20:10:25 yeah. Each faded altar is one of n gods 20:10:56 and I was thinking of making the rng seed something like branch+level+x+y so it doesn't even have to be stored 20:12:17 personally i'd just compute it once and store it. it avoids running into save-compat issues if any of the parameters, or behaviour of the rng, changes 20:12:27 like what if we add a god? 20:13:10 presumably there will be some "seed" which, before that change, didn't include Iashol, but after the addition that seed would now produce Iashol 20:17:26 that would work too. But there might be many faded altars. How could I save the data uniquely? 20:22:06 my first guess would be some kind of map marker, but i'm not sure 20:23:48 e.g. if you did this in lua, as transporters do, you could have the lua set a list of gods 20:28:11 -!- amalloy is now known as amalloy_ 20:49:01 -!- amalloy_ is now known as amalloy 20:56:24 Pandemonium rune unreachable due to trap 13https://crawl.develz.org/mantis/view.php?id=11983 by Airwolf 22:06:51 -!- EuphOria is now known as TabMasher 23:57:45 is there a kw that collects all the backgrounds not encompassed by warrior/warriormage/mage ? 23:58:29 oh Zealot covers the zealots. What about Wn/Ar?