We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Jeff Buck
Filip, That's a good example of building and packaging a Mac app. Nice work! I don't go out of my …
»
Iker Murga
If you want to do nothing with the area, just whatever is necessary for Windows to not complain I …
»
Jeff Buck
@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…
»
Stefan Koch
It's great to see that handmade-hero is working as intended! You can be proud casey!
»
Kasper Sauramo
One downside is the erronous errors on syntax checking and lack of code completion. If some IDE's/…
»
Kasper Sauramo
I mean this. BeginPaint() and EndPaint() seem to be mandatory for the window to be usable (as you…
»
BlueWolf
Someone posted their Ludum Dare entry, that was kinda build on handmade hero code. So I would ass…
»
Allen Webster
This is not even a coding question. But how far off topic do we consider off topic? For example,…
»
Allen Webster
Oh I see. I agree that their system is silly. I personally would have flipped the 31st bit becau…
»
Iker Murga
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…
»
Matt
I'm actually really surprised I'm one of two people from Texas. I figured there would be a few mor…
»
Tod Hansmann
Ah, as I mentioned in another thread, I can help integrate the bot into a Flask or Pyramid app (I …
»
Tod Hansmann
I can help maintain the code. The bot answers are great, and we just need to do something about t…
»
Kasper Sauramo
I'll start. Will the world burn if I don't redraw in WM_PAINT? Does it have bigger ramifications t…
»
Filip
Great to see so many people contributing! I tried my hand at a "hybrid approach" where I set up t…
»
ThadeuMelo
Thank you Dghelneshi, so obvious copy and paste error!!! Well, I know how inconcsistent my code is…
»
Casey Muratori
I love the robot, but as I don't really see the stream chat since I have to concentrate on coding,…
»
Dghelneshi
This line is wrong. It should be: Also this: is supposed to be: and this should be obvious: I…
»
Johan Öfverstedt
Here is an interesting blog post by Bruce Dawson on .
»
ThadeuMelo
No changes, it still fails... :(
»
Mārtiņš Možeiko
Oh, sorry. My mistake. If you build with command line, then you need to add "/I%DXSDK_DIR%Include"…
»
Casey Muratori
Not isometric per se, but roughly top-down, yes.Casey
»
Jason
To use DirectX SDK headers you need to add include path to it for compiler. If you use IDE, then …
»
Mārtiņš Možeiko
For more information about Windows XP see here: For x86 console applications: set LINK=/SUBSYST…
»
Mārtiņš Možeiko
Oh, right Windows 7 SDK also includes older headers. To use DirectX SDK headers you need to add in…
»
Jason
I started to download that SDK, but then thought I'd go look. The Xinput file looks like it's bein…
»
Mārtiņš Možeiko
You are probably using xinput.h file from DirectX SDK, right? VS2013 includes header files and lib…
»