01:05:07 -!- amalloy is now known as amalloy_ 01:42:12 Windows builds of master branch on crawl.develz.org updated to: 0.26-a0-852-g6321bf7485 01:46:50 03Aidan Holm02 07[wip-nested-format] * 0.26-a0-853-g312db21: WIP: Add line-wrapping functions for formatted_string 10(6 days ago, 2 files, 155+ 0-) 13https://github.com/crawl/crawl/commit/312db213caba 01:46:50 03Aidan Holm02 07[wip-nested-format] * 0.26-a0-854-g9ec616f: Unify some text widget text wrapping code 10(6 days ago, 2 files, 21+ 35-) 13https://github.com/crawl/crawl/commit/9ec616fc0290 01:46:50 03Aidan Holm02 07[wip-nested-format] * 0.26-a0-855-g9d2767a: Encode nested colours in formatted_string 10(11 months ago, 5 files, 129+ 27-) 13https://github.com/crawl/crawl/commit/9d2767a026c2 01:46:50 03Aidan Holm02 07[wip-nested-format] * 0.26-a0-856-g2b89ccc: Push/pop colour when appending glyphs to formatted_string 10(4 days ago, 2 files, 27+ 2-) 13https://github.com/crawl/crawl/commit/2b89ccc3d97e 01:46:54 Branch pull/1249 updated to be equal with wip-nested-format: 13https://github.com/crawl/crawl/pull/1249 01:48:18 looks like GHA does two builds for branch pushes if there's a PR open for that branch 01:51:02 that's.. kinda dumb; it doesn't even look like there's a way for actions to differentiate between the two 02:15:13 Unstable branch on cbro.berotato.org updated to: 0.26-a0-852-g6321bf7485 (34) 02:45:55 Monster database of master branch on crawl.develz.org updated to: 0.26-a0-852-g6321bf7485 03:30:52 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-3681-ga1082b90cb 03:56:17 -!- krator44-- is now known as krator44 10:21:08 c++ question: if I have a function whose type signature returns a superclass type X& of the actual object, is there a way to prevent implicit copying to an object of the base type? (But still allow explicit copying) Do I just delete the default copy constructors? 10:22:22 e.g. in this case `auto a = fun()` is a huge pitfall, where at this point I know not to do this but I'm sure sooner or later if anyone else interacts with this code they will make this mistake 10:22:42 (needs to be `auto &a = fun()`) 11:10:20 well, maybe I'll just not work with references in absence of a way of preventing that 12:06:28 Unstable branch on crawl.akrasiac.org updated to: 0.26-a0-852-g6321bf7 (34) 14:08:00 03advil02 07[targeted-commands] * 0.26-a0-884-g3d1c348: Documentation, tutorial updates 10(2 days ago, 3 files, 69+ 49-) 13https://github.com/crawl/crawl/commit/3d1c348e0c7d 14:08:00 03advil02 07[targeted-commands] * 0.26-a0-885-gfcfb4f1: Change/improve some default quiver filling cases 10(2 days ago, 2 files, 16+ 13-) 13https://github.com/crawl/crawl/commit/fcfb4f1f8bc1 14:08:00 03advil02 07[targeted-commands] * 0.26-a0-886-g754bd7b: Refactor and consolidate melee attacks 10(15 hours ago, 13 files, 403+ 264-) 13https://github.com/crawl/crawl/commit/754bd7b5fad4 14:08:00 03advil02 07[targeted-commands] * 0.26-a0-887-g51b8abf: Name some special numbers in autofight (PleasingFungus) 10(14 hours ago, 1 file, 23+ 20-) 13https://github.com/crawl/crawl/commit/51b8abf1ba15 14:08:00 03advil02 07[targeted-commands] * 0.26-a0-888-g35bcb2e: Simplify and document the actions/quiver API somewhat 10(20 minutes ago, 12 files, 250+ 94-) 13https://github.com/crawl/crawl/commit/35bcb2eb1a28 14:08:00 03advil02 07[targeted-commands] * 0.26-a0-889-g3ba93e4: Lua api for targeted fire of spells, items, abilities 10(3 minutes ago, 3 files, 94+ 0-) 13https://github.com/crawl/crawl/commit/3ba93e429ccd 14:08:09 Branch pull/1581 updated to be equal with targeted-commands: 13https://github.com/crawl/crawl/pull/1581 14:08:51 finally committed the thing that this branch was originally supposed to be 14:28:09 <10P​leasingFungus> lol 14:28:12 <10P​leasingFungus> nice 14:28:46 58 commits later 14:29:27 I'm afraid to look at top-commits 14:29:41 pf and advil so far ahead this version 15:02:16 -!- amalloy_ is now known as amalloy 15:05:38 -!- amalloy is now known as amalloy_ 15:08:03 -!- amalloy_ is now known as amalloy 15:11:12 <10P​leasingFungus> is it a race? 15:29:45 if I win, it was a race, and if I lose, it was rigged 16:26:55 -!- Psymania__ is now known as Psymania 16:50:13 -!- MakMorn_ is now known as MakMorn 16:52:14 03PleasingFungus02 07* 0.26-a0-853-ge5b14bf: Make lighting affects beams more like attacks 10(28 minutes ago, 2 files, 20+ 25-) 13https://github.com/crawl/crawl/commit/e5b14bf77e87 16:52:14 03PleasingFungus02 07* 0.26-a0-854-gdc81c2f: Show spell to-hit % in the targeter 10(11 minutes ago, 4 files, 74+ 2-) 13https://github.com/crawl/crawl/commit/dc81c2f471d6 17:17:58 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-854-gdc81c2f471 (34) 18:24:46 Unstable branch on underhound.eu updated to: 0.26-a0-854-gdc81c2f471 (34) 19:36:05 making me some merge conflicts 19:41:47 <10P​leasingFungus> oop 19:41:48 <10P​leasingFungus> sry 20:27:56 <10P​leasingFungus> honestly that commit might be a mistake... my confidence in those acc numbers are low 20:28:03 <10P​leasingFungus> maybe they’re right tho 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-855-gf62663d: Rudimentary API for programmatic targeting 10(4 months ago, 10 files, 81+ 23-) 13https://github.com/crawl/crawl/commit/f62663d05ca3 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-856-g3a6e9d3: Rename a quiver enum 10(3 months ago, 3 files, 71+ 66-) 13https://github.com/crawl/crawl/commit/3a6e9d349427 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-857-g83a0287: Refactor and generalize quivering 10(3 months ago, 27 files, 661+ 592-) 13https://github.com/crawl/crawl/commit/83a02876c59d 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-858-g50f4b72: Don't let browser eat shift-tab in webtiles 10(2 months ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/50f4b725b1aa 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-859-g326f2b8: Let beam spells target test statues without Z 10(2 months ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/326f2b89fbdb 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-860-g329d26c: Implement quivering spells 10(2 months ago, 19 files, 541+ 209-) 13https://github.com/crawl/crawl/commit/329d26c3b7ec 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-861-g8630b52: Don't quiver dangerous spells by default 10(2 months ago, 4 files, 6+ 2-) 13https://github.com/crawl/crawl/commit/8630b52cbb75 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-862-gf8ef35f: Update docs for quiver miscast severity option 10(2 months ago, 1 file, 5+ 0-) 13https://github.com/crawl/crawl/commit/f8ef35f0e652 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-863-ga9b350f: Allow quivering wands 10(2 months ago, 5 files, 155+ 10-) 13https://github.com/crawl/crawl/commit/a9b350f93afd 22:27:07 03advil02 07[targeted-commands] * 0.26-a0-864-g9debe1a: Simplify default shift-tab behavior 10(2 months ago, 4 files, 32+ 5-) 13https://github.com/crawl/crawl/commit/9debe1a0b55c 22:27:07 ... and 49 more commits 22:27:17 Branch pull/1581 updated to be equal with targeted-commands: 13https://github.com/crawl/crawl/pull/1581 22:27:28 they do look like magical numbers 22:27:28 which doesn't entail wrongness though 22:28:39 mole (L12 GnHu) ERROR in 'tags.cc' at line 4590: Invalid item: (quantity: 0) gold piece (D:11) 23:43:02 hm, webtiles seems broken on tornado 6.0.4 23:45:29 the only relevant change from 6.0.3 appears to be some super murky stuff to do with read timing