Kevin Hake
Kevin Hake
> Upvote. An option to automatically open new windows in the "next zone" (with an exclude list) would be amazing. Something similar is in #5226, without an exclude list
@MHeasell curious your thoughts on what RWE should do here. Do we need/want to keep the same menu structure and behavior? I'm thinking in any case, it's probably decent to...
All the appveyor errors were for spdlog. I don't think this commit touched anything in libs at all, let alone spdlog so I'm not sure what's going on. Everything built...
Hi! It's still going here and there :) I've recently been digging around the codebase and doing some stuff, and tho @MHeasell has been quite busy with other things, he's...
I did some very cursory profiling (so, take w/ grain of salt) looking into these further, and my intuition is that a large portion of time is spent fetching database...
oof, that is unfortunate. I guess I'm on the side of "don't fix this" then? The 2 arguments: a) original game doesn't care, so we shouldn't either b) the issue...
Notes on OTA behavior that may or may not be important: - holding shift while selecting squads does _not_ add to the current selection, probably because Shift+[1-9] are actually symbols,...
I'm curious how much faster it goes in other builds, like can we quantify it? Mine was parsing for minutes with MSVC debug... I'm going to see if there's something...
While debugging I measured the time between hitting "Select Map" and when the view changes (UI frozen during the wait): Debug build,: 4min58s Release w/debug info: ~5s Even in release...
So I think I know what's going on: The slow part is in the utf8 library - the TLDR; after we run utf8::is_valid on our input text and have verified...