Handmade Network»Feed
sinsizer
Is it SDL.lib SDLmain.lib or SDL2.lib SDL2main.lib? Have you tried to set the /SUBSYSTEM for the …
»
Roni
I have become a huge fan of Casey's .bat-file building during this project and now I'm trying to …
»
Sebastian
Oh I'm not suggesting doing all the math in 64 bit! Once you have the offset for a player (or wha…
»
Roderic Bos
Every h file has this in it: #if not hfilename (Filecontent) #define hfilename #endif
»
Casey Muratori
64-bit integer is definitely not a good option, because we'd end up having to do a bunch of 64-bi…
»
Iker Murga
Well, some of ssylvan's concerns have already been answered through this week, but I believe Case…
»
Jeff Buck
If the implementation of PushSize_() is going to stay in handmade.h, it should be defined as inli…
»
Iker Murga
Casey, if you are thinking of adding more time at the end of the stream to review everything, I w…
»
Justin
Im wondering if anyone knows of some good books that'll help with learning the windows side of th…
»
Iker Murga
The main point to realize is that in isometric perspetive there is no foreshortening. What this m…
»
Jeff Buck
You can temporarily avoid editing the golden handmade_platform.h file by adding this to the compi…
»
Iker Murga
Since both "references" we are handling right now are The Binding of Isaac and the original Zelda…
»
Karl Kirch
Fixed a bug where low power graphics chip in the macbook air would cause initialization of OpenGL…
»
»
ryalla
Pseudonym73 Interestingly, just saw this piece on Slashdot today: http://loup-vaillant.fr/articl…
»
Andrew Bromage
Interestingly, just saw this piece on Slashdot today: http://loup-vaillant.fr/articles/anthropom…
»
Andrew Bromage
One thing while I think of it. A "handle" is, in data structure parlance, a doubly indirect refe…
»
Mārtiņš Možeiko
Using 64-bit types in 32-bit CPU/process is not so expensive as you might think. Definitely not a…
»
David Owens II
There's no need to add the files to the project; you can set breakpoints without it. Also, then y…
»
stefan
Plus you can add your source code files to Xcode so you can set breakpoints as in VS : in the Fil…
»
Lenny
I've attached a .zip as GoDaddy website builder seems down at the moment for me. Edit: Can't see…
»
Andrew Chronister
Yeah, this would be quite welcome, especially on the days when you're rushing to get in all the c…
»
Sebastian
Yeah the compiler has to emulate 64 bit operations on a 32 bit CPU, but *that's what it does now*…
»
Andrew Chronister
Not being very experienced on the topic, I think the reason we don't do this is that emulating 64…
»
David Owens II
Well, it ends up being the same as VS, but you need to manually do it. Step 1: Create a new Proj…
»
Dan
Sorry, what I meant by "doesn't support this mode", I was referring to a standalone debug mode, n…
»
David Owens II
Xcode 6 uses LLDB. In fact, it's the only debugger that Xcode supports out of the box.
»
Jonathan Loiterman
I tried adding the ellipse code to StretchDIBits too and got the same result. The nearest I can …
»
Dan
Would anyone know of any decent stand alone debuggers for OSX that can use LLDB? (I don't think …
»
Jonathan Loiterman
I'm trying to attach the code here using the Attachments tool. there is a line of code instere…
»