00:04:29 <|amethyst> Bcadren: fight.cc #includes , but mon-poly.cc does not 00:04:54 Yea I figured it out at about the same time you got back to me...thanks though 00:05:30 <|amethyst> Bcadren: probably you got this error instead of it being undefined because coord-circle.h forward-declares the class, and is I guess included indirectly somewhere 00:06:05 Yea I would have gotten it immediately if it was undefined. 00:06:05 <|amethyst> oh, mapdef.h also forward-declares class rectangle_iterator 00:06:47 <|amethyst> and mapdef.h is included by dungeon.h, which is included by mon-poly.cc 00:32:53 Whelp I finished what I was up to with no problems. that's still super weird. Thanks |amethyst. 03:23:39 Unstable branch on crawl.beRotato.org updated to: 0.25-a0-388-g41a7e55 (34) 03:56:49 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.22.1-1941-gfe0decf112 04:28:13 -!- amalloy is now known as amalloy_ 07:33:03 !messages 07:33:56 (1/2) gammafunk said (1d 6h 38m 59s ago): I have a new implementation of acquirement in the branch 'newacquire'; I adopted the shop menu code since I like the interface, but it could probably be done better 07:34:40 !messages 07:40:08 rip 07:40:51 90s limit exceeded: killed !messages 07:40:51 !messages 07:42:11 No messages for aidanh. 07:44:30 hrmmmmm 09:25:28 !tell gammafunk looks awesome; unfortunately the $ key doesn't work on local tiles 09:25:40 aidanh: OK, I'll let gammafunk know. 09:28:16 !tell gammafunk minor nits: i usually print "\n" when not showing the "acquire this?" prompt, so the UI doesn't jump on tiles; and i think the current keybind help text style is yellow key in grey brackets? 09:28:40 aidanh: OK, I'll let gammafunk know. 10:17:44 acquire.cc:1536:18: warning: private field 'menu' is not used [-Wunused-private-field] 10:17:44 AcquireMenu& menu; 10:17:54 * geekosaur wonders if clang is really that much better at warnings 10:18:44 (and if so, do we no longer have a Mac builder? then again, I don't want to have to fight with Apple's signing crap again either) 11:23:39 Stable (0.23) branch on underhound.eu updated to: 0.23.1-91-gf373564dc4 12:45:07 !tell araganzar see my changes here for adding a fork to dgl: https://git.io/Jvemh 12:45:08 floraline: OK, I'll let araganzar know. 12:45:42 !tell araganzar you can just use `bin/dgl update-stable gooncrawl` to update, just use the name of your fork 12:45:46 floraline: OK, I'll let araganzar know. 14:35:19 03ebering02 07* 0.25-a0-389-gbb9abfc: Buff Leda's Liquefication 10(3 hours ago, 4 files, 9+ 9-) 13https://github.com/crawl/crawl/commit/bb9abfce8d09 14:35:19 03ebering02 07* 0.25-a0-390-g67d9bde: Remove the range-dependence from Dazzling Flash 10(2 hours ago, 2 files, 2+ 5-) 13https://github.com/crawl/crawl/commit/67d9bde936dc 14:35:19 03ebering02 07* 0.25-a0-391-gc98b7b2: Return Dispel Undead to level 4 10(2 hours ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/c98b7b2d62df 14:35:19 03ebering02 07* 0.25-a0-392-g61946d8: Raise Confusing Touch to level 3, Remove Confuse 10(71 minutes ago, 3 files, 8+ 5-) 13https://github.com/crawl/crawl/commit/61946d84f9a7 14:35:19 03ebering02 07* 0.25-a0-393-g28aa74e: Have Confusing Touch check MR instead of HD 10(24 minutes ago, 5 files, 29+ 14-) 13https://github.com/crawl/crawl/commit/28aa74ec57fc 15:16:29 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-393-g28aa74ec57 (34) 15:42:30 hmm, liquefaction should probably lose all its weird interactions with flight if it no longer affects the caster 15:46:26 likewise with how it just gets cancelled if you step in shallow water, UI-wise it seems like it should just keep radiating out from wherever you are 15:47:19 (although it's probably very powerful now) 15:47:32 I think I removed its interactions with player flight? 15:48:09 it still can't be cast if you're flying (and cancels if you start flight) 15:48:24 oh gross 15:50:53 03kate-02 07* 0.25-a0-394-g97f579c: Make a local function static 10(15 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/97f579c7b8c6 16:03:16 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-394-g97f579c7b8 (34) 16:06:30 ah, i guess the current check does also prevent it from being recast while it's active, which i think is a desirable thing to keep? 16:09:04 kate-: you can do pretty funny things with tornado and ledas, too; if you cast tornado and quaff cancel, the flight is dispelled but apparently tornado doesn't dispell 16:09:12 so you still cause tornado but you can also cast ledas 16:09:45 I guess that will no longer be relevant if you remove the flight restriction 16:14:36 we might want to change the status light to something other than "SlowM" as well 16:15:15 currently you get "Liquid" when you're casting it, SlowM only shows up if you're actively being slowed by it (so i guess never in practice since no monsters cast it) 16:17:37 oh, that's good 16:37:12 03kate-02 07* 0.25-a0-395-g3fbb973: Rename a function for clarity 10(37 minutes ago, 1 file, 11+ 10-) 13https://github.com/crawl/crawl/commit/3fbb973fcc5c 16:37:12 03kate-02 07* 0.25-a0-396-g9cef9eb: Allow Leda's to persist while flying 10(37 minutes ago, 2 files, 2+ 9-) 13https://github.com/crawl/crawl/commit/9cef9ebf1155 16:42:50 still getting that unused private field warning, fwiw 16:43:12 acquire.cc:1536:18: warning: private field 'menu' is not used [-Wunused-private-field] 16:46:18 geekosaur: yeah, looks like copy and paste from shopping menu code; will remove that 16:46:45 running out of time here so aborted the rebuild, will check again tomorrow morning 16:48:12 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-396-g9cef9ebf11 (34) 16:51:08 03ebering02 07* 0.25-a0-397-gfa5a36f: Allow monsters to cast Leda's while flying and remove dead code 10(73 seconds ago, 3 files, 1+ 8-) 13https://github.com/crawl/crawl/commit/fa5a36fad760 17:23:18 03gammafunk02 07* 0.25-a0-398-g1920f1a: Remove an unused private field (geekosaur) 10(55 seconds ago, 1 file, 2+ 6-) 13https://github.com/crawl/crawl/commit/1920f1ac21d7 17:28:50 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-397-gfa5a36fad7 (34) 17:33:04 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-398-g1920f1ac21 (34) 17:48:14 !messages 17:49:28 (1/2) floraline said (5h 4m 19s ago): see my changes here for adding a fork to dgl: https://git.io/Jvemh 18:22:24 Unstable branch on underhound.eu updated to: 0.25-a0-398-g1920f1ac21 (34) 18:36:51 !tell aidanh Will look into the highlight and the newline issue; think you're mistaken about the shopping list, did you have anything on it when you tested? 18:37:00 gammafunk: OK, I'll let aidanh know. 18:37:13 !tell aidanh It works fine as long as I have something on the list; if you have nothing, they key does nothing 18:37:43 gammafunk: OK, I'll let aidanh know. 18:58:10 Hey thanks for the link to that repo, gammafunk, I was able to modify the scripts to get it working and floraline sent me a modified version that works with forks 18:58:28 I think the only thing slowing me down now is lack of competencey 19:03:15 -!- jfcaron_ is now known as jfcaron 19:12:58 no problem, never let lack of understanding get in the way of dangerously forging ahead and potentially ruining video games for all time, imo 21:20:10 -!- amalloy_ is now known as amalloy 22:32:26 the reddit questions & events thread really needs a refresh 22:35:56 -!- amalloy is now known as amalloy_ 23:03:31 03gammafunk02 07* 0.25-a0-399-gcf1075a: Remove an unused Lab timer effect 10(61 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/cf1075a8b3df 23:20:13 -!- Araganzar is now known as goonbeam 23:21:02 -!- goonbeam is now known as araganzar 23:31:41 quit 23:42:48 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-399-gcf1075a8b3 (34) 23:53:37 -!- araganzar is now known as goonbeam 23:59:54 -!- goonbeam is now known as araganzar