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.
Iker Murga
Casey, on day 40's "post-stream" in reponse to modding support you mentioned you wanted "people t…
»
Marco
Hi everyone, Casey mentions meta-programming on the stream quite often and although I know there…
»
Livet Ersomen Strøm
Bigpet Going down? Are you using dwm or the classic compositor? dwm.exe Bigpet Also, does it …
»
sinsizer
There are only two mails "From: Handmade Hero <[email protected]>" One is the receipt for…
»
Bigpet
Going down? Are you using dwm or the classic compositor? Also, does it just crash or is it doing …
»
Casey Muratori
shared_prophet In the StretchDIBits call that puts the game on the screen, when you changed it to…
»
Mārtiņš Možeiko
StretchDIBits function expects width and height of target rectangle, not offset of bottom right c…
»
Elias
I'm two weeks behind since I stopped watching over the holidays, but Google searching the forums …
»
Patrick Lahey
As long as we stick to aggregates (basically C structs), the new C++ list initializer stuff will …
»
Livet Ersomen Strøm
mmozeiko Visual Studio allows to do inline assembly only for 32-bit code. Here are examples how t…
»
Livet Ersomen Strøm
mmozeiko So what CPU you have? If it is SandyBridge, Ivy Bridge or Haswell, then I believe you h…
»
Mārtiņš Možeiko
Of course I'm not blaming Intel for that. I'm simply stating that those numbers are not what you …
»
Mārtiņš Možeiko
Visual Studio allows to do inline assembly only for 32-bit code. Here are examples how to use it:…
»
Livet Ersomen Strøm
Right, so I have finally installed this marvelous piece of software, just so I can properly follo…
»
Livet Ersomen Strøm
mmozeiko Ah, I see what you meant. That benchmark was not to get expected memcpy numbers on user …
»
Livet Ersomen Strøm
Yesterday I made this little app that copies the bitmap form GetDC(0) (Desktop) in a gameloop, 30…
»
Mārtiņš Možeiko
Ah, I see what you meant. That benchmark was not to get expected memcpy numbers on user machine. …
»
Livet Ersomen Strøm
mmozeiko Are you talking about code I posted here? I was running that on machine with 16GB and w…
»
Mārtiņš Možeiko
Kladdehelvete When some person posted here timings for a Copy, these are very unrealistic, since …
»
Livet Ersomen Strøm
cmuratori Hard to say without looking into it more, but keep in mind that there are many things …
»
Mārtiņš Možeiko
Hm, that should not be the problem. Express edition, Community Edition, Professional, Ultimate - …
»
Dylan Courville
Updated the OP with the fix--turns out I just had to switch to Community Edition from Express (be…
»
Fred
In video #32, even though floats are used to just track the position within a tile, Casey is runn…
»
Casey Muratori
Yes, if you ask me the whole situation is rather sad because there should just be an f'ing in-lan…
»
Patrick Lahey
Yeah, this is really sad. Valid C99 (or later) // right hand side is a "compound literal" (anon…
»
samrat
I re-watched the video and found out what my mistake was. I'd just forgotten to replace the call …
»
Mārtiņš Možeiko
This specific syntax requires C++11 support. VS2012 is not good with C++11. Alternatively you can…
»
Simon Anciaux
I may be wrong: we want the game world to wraps around, meaning if you go to -1 you are in fact a…
»
Simon Anciaux
I've got the same thing compiling casey's code with Visual Studio 2012. There are a few things th…
»
samrat
Hi, In day 33, at the end of the stream Casey does the following to compute `row` and `column` in…
»