Well, I'd rather think it through a bit more, because I'm not sure exactly what we want to do here…
Cort —
I'm bringing my PS4 Handmade Hero port up to speed with the last few weeks' changes, and ran into …
That is what I hypothesized at the end of that stream, in fact :( That's too bad. But I suppose …
My guess is that all inline functions called from DrawBitmap also needs to be compiled with optimi…
Probably some artifact left from older Windows or Visual Studio versions. As Casey told on stream …
Yeah, so we did exactly what OP is suggesting, and it didn't work. So what gives?Casey
I was pretty surprised by the "only in kernel mode" part myself, because it seemed very clear from…
Actually, WM_PAINT is called any time Windows thinks it wants you to repaint your window. So, for…
R —
Hi, I just discovered Handmade Hero and watched the first 6 episodes. Not sure if this question ha…
Oops; change the 'checkout' line to:
Hi all, Below is a script that checks out the commit for a given day of HMH and then invokes vim w…
Just finished watching episode 182. I was surprised when the code worked after Casey added __readg…
That diff looks like exactly what we already tried on stream, and it didn't work? I'm not sure wh…
Yes, that would be fine... although this is, of course, going to be deleted tomorrow so it won't r…
Oh, right. That makes sense.
You're right. The #pragma optimize lines should be wrapped in a #ifdef HANDMADE_CONTROLLED_OPTIMIZ…
We don't want to do that always. Sometimes we want to see how fast game runs with everything optim…
Yes, it does. That's the point. We only want the contents of handmade_optimized.cpp to be optimize…
Doesn't this prevent building optimized build because pragma optimize off always turns off optimiz…
Like I said in the Q&A, you can use #pragma optimize so that only one translation unit is needed. …
Long time Youtube lurker here, so firstly, thanks for the great series, keep 'em coming. Since the…
Dejan —
FYI: I've set this up with VS2015 and it looks like memset() doesn't need to be defined anymore. T…
Hehe... [/quote] You know, just install some dependencies, no big deal... oh, of course, they wil…
I like that it depends on something called "ass imp".Casey
From the description (emphasis mine) : If all the dependencies were factored in, then suddenly "s…
Hi all Would somebody bring one or more of these issues to Casey's attention during the stream ton…