Dejan —
Yeah it looks like EnumDisplaySettings() is the call for getting the refresh rate. I get 60 Hz as …
I've tested the code in the first post of this page, and I do get the correct refresh rate of my m…
Furkan —
If i am not mistaken the /Oi flag signals the compiler to replace functions with intrinsic version…
As far as I've read the main culprit is usually said to be file IO. In Unity you load each file on…
I usually watch episodes on YouTube the day after the live broadcast because it fits better with m…
The linker probably is one of the culprits. Furthermore, think about what happens when you include…
The linker probably contributes a lot. I wouldn't be surprised if the entire process of starting …
So is it the linker that is so slow? I can say for sure I'm switching to unity build (and avoiding…
I'm happy to help, as soon as you post the .py
Oh, say it ain't so! Eh, I don't care that much. I'm coding along and doing all my own art and po…
"Also keep in mind that this is the first game to feature "meta-achievements", which are achieveme…
(nasally voice) Ahem, yes, on the Handmade Hero , is there a to get out of the without using the…
@schme I had the same question actually. I ended up just letting all WM_PAINT messages fall throug…
@Mr4thDimension I think you've asked an important question here... I wish I better understood the …
I'm sure he wouldn't mind if you use the win32 platform code or whatnot for whatever project you …
Yes I second this. I've never made a bot before but I'm willing to put in manpower. and chonalrobo…
Ian —
I've noticed that there is a path through the amended controller code that can leave NewController…
Filip, That's a good example of building and packaging a Mac app. Nice work! I don't go out of my …
If you want to do nothing with the area, just whatever is necessary for Windows to not complain I …
@visitect, Thanks for the head's up on __builtin_readcyclecounter() - I didn't know about that. Th…
Jason —
Gah. I feel like an idiot for not seeing that myself. It's working. Thanks so much for taking the…
It's great to see that handmade-hero is working as intended! You can be proud casey!
One downside is the erronous errors on syntax checking and lack of code completion. If some IDE's/…
I mean this. BeginPaint() and EndPaint() seem to be mandatory for the window to be usable (as you…
Someone posted their Ludum Dare entry, that was kinda build on handmade hero code. So I would ass…
This is not even a coding question. But how far off topic do we consider off topic? For example,…
Oh I see. I agree that their system is silly. I personally would have flipped the 31st bit becau…
It depends on what exactly you mean with not redrawing on WM_PAINT. If you mean do nothing about t…
Zach —
@Treechoper if often cited as being good - but I have never read it. is often used in the introd…
Matt —
I know it's not used as much, but how about probability? I would really like to understand more ab…