00:40:59 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.24-a0-462-ge24419a6ad (34) 00:42:28 Stable (0.23) branch on CRAWL.XTAHUA.COM updated to: 0.23.1-82-g5129a83184 01:38:23 Unstable branch on crawl.develz.org updated to: 0.24-a0-462-ge24419a (34) 02:09:32 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-462-ge24419a 02:58:34 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-443-g80245de 03:20:21 !tell gammafunk i updated https://github.com/crawl/crawl/pull/1090/files as discussed 03:20:21 alexjurkiewicz: OK, I'll let gammafunk know. 03:23:57 Unstable branch on crawl.beRotato.org updated to: 0.24-a0-462-ge24419a (34) 04:27:16 -!- amalloy is now known as amalloy_ 11:22:59 Stable (0.23) branch on underhound.eu updated to: 0.23.1-82-g5129a83184 11:34:12 New branch created: pull/1094 (20 commits) 13https://github.com/crawl/crawl/pull/1094 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-463-g0a07c66: Initial implementation for incremental pregeneration 10(2 months ago, 3 files, 143+ 87-) 13https://github.com/crawl/crawl/commit/0a07c6645a27 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-464-g1bb9b8a: Add an option to disable incremental pregen, use it for fireworks 10(10 weeks ago, 5 files, 33+ 3-) 13https://github.com/crawl/crawl/commit/1bb9b8a8e85a 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-465-gef0eff8: Cosmetic refactoring of the rng interface 10(9 weeks ago, 21 files, 257+ 235-) 13https://github.com/crawl/crawl/commit/ef0eff866268 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-466-g1164db7: Change PCG initialization to something more standard 10(9 weeks ago, 6 files, 65+ 45-) 13https://github.com/crawl/crawl/commit/1164db74ffda 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-467-gf77f0e8: Update the bounded random implementation 10(9 weeks ago, 5 files, 88+ 25-) 13https://github.com/crawl/crawl/commit/f77f0e854aa5 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-468-g981e6c6: Improve the rng subgenerator API 10(9 weeks ago, 7 files, 89+ 44-) 13https://github.com/crawl/crawl/commit/981e6c62259f 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-469-gcf95d65: Remove almost all instances of you.unrands 10(9 weeks ago, 18 files, 284+ 170-) 13https://github.com/crawl/crawl/commit/cf95d658b8ca 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-470-g90eee90: Add back ident:type for some cases 10(9 weeks ago, 2 files, 10+ 10-) 13https://github.com/crawl/crawl/commit/90eee905bbd5 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-471-gddc7b93: Re-place robe of folly 10(9 weeks ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/ddc7b93dc908 11:34:13 03advil02 07https://github.com/crawl/crawl/pull/1094 * 0.24-a0-472-g42ba07d: Update seed menu for incremental pregen 10(8 weeks ago, 4 files, 56+ 40-) 13https://github.com/crawl/crawl/commit/42ba07dfff71 11:34:13 ... and 10 more commits 12:04:39 advil: question, is... 12:04:51 !source bailey.des:132 12:04:53 https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/portals/bailey.des#L132 12:05:13 that saving of the rng result to a local variable somehow necessary for seed stability? 12:08:20 doing it that way will result in the same number of rng draws no matter what happens, which is usually better (minimizes the impact of rng variation outside the local context), but I don't see a problem with that case either way 12:09:19 though you could use coinflip there if I'm reading it right? 12:12:27 since there are only two cases 12:13:50 yeah 12:16:21 using `if coinflip() then .. else .. end` there should be fine, it still has the same number of rng calls regardless of the outcome 12:16:58 crawl.coinflip() 12:17:03 right, thanks 12:17:14 but even different number of rng calls in a case like that is ok 13:28:46 Unstable branch on crawl.akrasiac.org updated to: 0.24-a0-462-ge24419a (34) 17:07:16 -!- muffindrake1 is now known as muffindrake 19:39:23 03reaverb02 07* 0.24-a0-463-g3510def: Fix a text bug. (#11665) 10(5 days ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/3510def36b31 19:47:30 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-463-g3510def36b (34) 20:17:51 -!- amalloy_ is now known as amalloy 21:40:50 aidanh: advil: I'm looking to add another screen to the newgame process where you can pick some boolean options (for bloatcrawl2). Any advice on how to implement this? I've read newgame.cc briefly but I'm not sure where to start in terms of using the new UI code 21:53:37 what's in trunk is kind of hard to modify 21:53:52 as the seed selection menu the same kind of thing? 21:53:58 you could look at the commit for that 23:25:57 yeah that's a good idea 23:41:48 -!- isha is now known as misha 23:44:53 -!- misha is now known as misha_ 23:45:28 -!- misha_ is now known as misha 23:55:13 exit