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.
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…
»
Simon Anciaux
I've modified the NppExec plugin so that you can bind keys to go to the next or previous error (b…
»
Dylan Courville
When I open up the downloaded source code, everything compiles fine except the line 1*NewKeyboard…
»
Fred
Right, Casey talks about this in the context of HMH in stream #30 or #31 I think. It's true that…
»
Juliano
Whenever I hear you talking about block puzzles, Goof Troop from the SNES immediately come to min…
»
Lachlan Easton
Have a quaint little shop in a town where you can't buy anything because the receptionist has bre…
»
Juliano
Very interesting discussion here. I'd like to take the opportunity to ask you Casey: Why worry so…
»
Dejan
I've just wasted a bunch of time trying to fix that stupid windows spinning cursor on startup in …
»
Krzysiek
If I remember correctly it was discussed on the stream and we will be using integer world positio…
»
drjeats
Zed also made this awesome website: http://programming-motherfucker.com/ (spoiler because URL c…
»
theinternetftw
Updated for January. 50% increase in users-with-locations. One person from Skyrim, which I unfo…
»
Frank Polster
I don't know if you would reference a position in such a global manner. I think most games of suc…
»
Fred
About float/real32 being good enough compared to double/real64, I think it really depends on the …
»
David Owens II
If you are interested, I've started to port over Handmade Hero to Rust (using SDL for now). I wil…
»
Mārtiņš Možeiko
@owensd - that is also a good reason. Windows is not the only one that will have different entry …
»
Andre Bauland
For me it's around 16%-18% 8 cores for me [quote=Kladdehelvete]The way I understand it all the c…
»
Randy Gaul
If he goes and defines object orientation as a grouping of stateless functions then sure it's goi…
»
Patrick Lahey
This is a bit off topic for HMH, but I found this article interesting and thought others here mig…
»
siska
Oh ! Interesting ! Thank you both very much. I'll go watch Day2 now ... :)
»
David Owens II
siska * why did you not start the program with something like int main() { // }; (Why does it ha…
»