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.
Mārtiņš Možeiko
Of course I'm not blaming Intel for that. I'm simply stating that those numbers are not what you s…
»
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 follow…
»
Livet Ersomen Strøm
Yes, but I would think it would be the memorychips, and not Intel to "blame" for that. Invariant…
»
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. I…
»
Livet Ersomen Strøm
That's exactly why I say it is unrealistic. As compared to the everyday life you expect on the av…
»
Mārtiņš Možeiko
Are you talking about code I posted ? I was running that on machine with 16GB and with page file …
»
Livet Ersomen Strøm
Yes, this is true. But let me give you my view on things, then you can correct my thinking if it …
»
Mārtiņš Možeiko
Hm, that should not be the problem. Express edition, Community Edition, Professional, Ultimate - t…
»
Dylan Courville
Updated the OP with the fix--turns out I just had to switch to Community Edition from Express (bec…
»
Fred
In video #32, even though floats are used to just track the position within a tile, Casey is runni…
»
Casey Muratori
Yes, if you ask me the whole situation is rather sad because there should just be an f'ing in-lang…
»
Patrick Lahey
Yeah, this is really sad. Valid C99 (or later) // right hand side is a "compound literal" (anonymo…
»
samrat
I re-watched the video and found out what my mistake was. I'd just forgotten to replace the call t…
»
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 at…
»
Simon Anciaux
I've got the same thing compiling casey's code with Visual Studio 2012. There are a few things tha…
»
samrat
Hi, In day 33, at the end of the stream Casey does the following to compute row and column in the …
»
Simon Anciaux
I've modified the NppExec plugin so that you can bind keys to go to the next or previous error (ba…
»
Dylan Courville
When I open up the downloaded source code, everything compiles fine except the line in win32_hand…
»
Fred
Right, Casey talks about this in the context of HMH in stream #30 or #31 I think. It's true that a…
»
Juliano
Whenever I hear you talking about block puzzles, Goof Troop from the SNES immediately come to mind…
»
Lachlan Easton
Have a quaint little shop in a town where you can't buy anything because the receptionist has brea…
»
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 H…
»
Krzysiek
If I remember correctly it was discussed on the stream and we will be using integer world position…
»
drjeats
Zed also made this awesome website: (spoiler because URL contains profanity, and since Casey has …
»
theinternetftw
Updated for January. 50% increase in users-with-locations. One person from Skyrim, which I unfortu…
»
Frank Polster
I don't know if you would reference a position in such a global manner. I think most games of such…
»