Thaddeus Crews

Results 265 comments of Thaddeus Crews

Okay, so that is indeed somewhat related. It seems like the workaround it's implementing is generally working, as when `WM_ENTERSIZEMOVE` is properly called it goes into the fallback timer as...

Looks like I spoke too soon with the maximizing/minimizing working as expected, as their buttons share the same bug as the close button https://user-images.githubusercontent.com/17489292/223510310-cdd5050a-3ab3-4d86-b95d-6c614969fdcf.mp4

@Calinou Yep; identical symptoms https://user-images.githubusercontent.com/17489292/224191046-cb63c713-1950-4ad1-8cc5-35f46ca8bba4.mp4 ​ [BugReportBackport.zip](https://github.com/godotengine/godot/files/10937360/BugReportBackport.zip)

Just created #91324 as a minimal implementation of constexpr templates as math functions. It doesn't actually change any existing uses of the macros to the new implementations, so it should...

D'oh! I'm so used to a width of 4 that I made that the default without even thinking lmao. Easy fix though!

Now that #17428 has been merged, I've rebased the repo so it can be tested as-is

That should still be fine in this context; `allocates extra memory` only comments on the times when it will exceed 24/40 bytes in size, not when allocation occurs period.

Ahhh, now I see what you mean. No harm in making that a footnote as well.

Hot damn, you're on a roll with these insights! Went ahead and expanded the logic to incorporate those points & a few other improvements: - Changed the output check to...