00:43:16 Unstable branch on cbro.berotato.org updated to: 0.30-a0-475-g03497ec522 (34) 00:58:19 New branch created: pull/2884 (1 commit) 13https://github.com/crawl/crawl/pull/2884 00:58:19 03Zhang Kai02 {GitHub} 07https://github.com/crawl/crawl/pull/2884 * 0.30-a0-476-g4d13d39afb: Create help.txt 10(13 seconds ago, 1 file, 564+ 0-) 13https://github.com/crawl/crawl/commit/4d13d39afb1d 01:37:41 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4850-gd9e8576752 02:20:03 New branch created: pull/2885 (1 commit) 13https://github.com/crawl/crawl/pull/2885 02:20:03 03Zhang Kai02 {GitHub} 07https://github.com/crawl/crawl/pull/2885 * 0.30-a0-476-gb76564338f: Create monflee.txt 10(2 minutes ago, 1 file, 20+ 0-) 13https://github.com/crawl/crawl/commit/b76564338fe1 04:23:10 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4850-gd9e8576752 04:44:32 -!- allbery_b is now known as geekosaur 04:49:45 Does anyone know why there are parallel SPELL and ZAP enums? 05:13:05 <05k​ate> Not all spells are zaps - zaps are a special system for spells that just fire a beam of some sort (eg many conjurations and hexes), and the zap struct is a unified way of setting up those beams 05:19:12 <05k​ate> so spl-data contains the spell-specific details (level, noise, range, school etc), and zap-data contains beam-specific details (damage, accuracy, whether it explodes/is a hex etc) 05:25:01 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-475-g03497ec (34) 05:28:58 right, and there's no complete mapping in either direction. makes sense 05:28:59 thanks! 07:14:35 <06a​dvil> I don't suppose anyone here knows if there's a way to get gradle-called c++ to use ccache 07:15:29 <06a​dvil> I think they want you to just use gradle's own caching, but its caching does not look great for CI to me (unless it's the only thing being stored maybe) 07:16:26 <06a​dvil> I suppose I might just have to try to figure out this build system locally 🙃 07:42:01 03advil02 07* 0.30-a0-476-g330ca2eb8e: fix: maybe fix console build 10(78 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/330ca2eb8ea2 07:49:06 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-476-g330ca2eb8e (34) 09:02:56 <06a​dvil> accidentally closed? 09:11:53 I realised that I needed to rebase against a version which actually works, and I though I'd tidy things up a bit as I go. This shouldn't take too long. 10:41:04 -!- bgiannan1 is now known as bgiannan 11:57:01 <06a​dvil> kinda wishing I'd tried to install this android stuff in an image 12:47:10 <03w​heals> have you been testing it on a real phone? 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-477-g08c0e3e1d7: Create a GUI to set GameOption options. 10(4 hours ago, 11 files, 338+ 114-) 13https://github.com/crawl/crawl/commit/08c0e3e1d788 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-478-g49b086441a: Only set a few special menu colours when a keyword is a complete word. 10(4 hours ago, 1 file, 22+ 22-) 13https://github.com/crawl/crawl/commit/49b086441aff 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-479-g0db8a29bac: Display the first name in the GameOption::names list. 10(4 hours ago, 2 files, 15+ 19-) 13https://github.com/crawl/crawl/commit/0db8a29bacb1 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-480-ge40efadb18: Set Options.prefs_dirty when relevant options are set in the GUI. 10(4 hours ago, 3 files, 57+ 33-) 13https://github.com/crawl/crawl/commit/e40efadb18e5 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-481-gd97fe9d493: Add a search command, which filters the displayed list of options. 10(4 hours ago, 1 file, 108+ 6-) 13https://github.com/crawl/crawl/commit/d97fe9d49366 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-482-gf6e2ac6ace: Add help feature to the options menu and some submenus. 10(4 hours ago, 6 files, 151+ 47-) 13https://github.com/crawl/crawl/commit/f6e2ac6ace64 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-483-gb99af31465: Arrange the options according to the help files. 10(3 hours ago, 4 files, 107+ 27-) 13https://github.com/crawl/crawl/commit/b99af314659a 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-484-g18a373a6b0: Allow GameOption options to be saved to disk. 10(3 hours ago, 1 file, 37+ 3-) 13https://github.com/crawl/crawl/commit/18a373a6b04c 13:57:33 03Aliscans02 07https://github.com/crawl/crawl/pull/2873 * 0.30-a0-485-g70ecf412b3: Clear the "undocumented option" list for console. 10(35 minutes ago, 3 files, 35+ 12-) 13https://github.com/crawl/crawl/commit/70ecf412b3a7 15:02:37 -!- elliptic_ is now known as elliptic 15:24:54 <06a​dvil> I'm just trying to get it to build on mac, don't have an android device 15:25:13 <06a​dvil> I think this PR targets tablets, at least going by the ui changes 16:23:43 Unstable branch on underhound.eu updated to: 0.30-a0-476-g330ca2eb8e (34) 19:47:49 -!- Flun is now known as flun 20:00:14 New branch created: pull/2886 (1 commit) 13https://github.com/crawl/crawl/pull/2886 20:00:14 03Zhang Kai02 {GitHub} 07https://github.com/crawl/crawl/pull/2886 * 0.30-a0-477-g8158f3ca31: Create montitle.txt 10(22 seconds ago, 1 file, 325+ 0-) 13https://github.com/crawl/crawl/commit/8158f3ca311b 23:34:55 Unstable branch on crawl.develz.org updated to: 0.30-a0-476-g330ca2eb8e (34)