skeeto —
I've been looking at different fonts to see if any of them having kerning information for the "pT"…
Well, one way to make something secure is to make it not work :) There's nothing more secure than…
Sounds like a CSRF-token error. It's pretty common these days. Basically, if you leave a page ope…
aha okay, I see. I have a feeling this is something I'll need to learn from a personal f'up.
C++ references doesn't help compiler in general case. Aliasing also applies to references. Because…
Google ain't slippin', Google slipped.
Why don't you (seem to) use references ever? Why not use references when the function can't functi…
Yeah so actually, Casey is not slippin', but in a turn of events that will surprise no one, the cr…
I was asking Casey the same thing via twitter just a minute ago. Using less characters, of course.
Casey, I don't want to be the downer here, but you're slippin'. Where's the Day 174 of Handmade He…
Well for anyone interested in an assembly example, here it is. I will take some time tomorrow to c…
Yeah, it's documented here: The rsp % 16 is always 8 at entry of function. The functions you are …
You got it, it was my stack alignment. I had NO IDEA that the stack needed to be 16 byte aligned.…
Any volunteers to remind Casey about this issue on the stream? /Kim
Verify your suspicion - don't overlap headers. Does it crashes also then? If so, use the debugger…
I am making an attempt to get this loader working in x64 assembly. I have it almost working howeve…
No, I don't think so - the fix is exactly what you wrote (modulo the fact that you have to add spa…
Mike T —
It was someone else, I was around but sadly I was working and only half there. I will watch the ep…
Thanks for the catch - fixed!Casey
Thanks for the catch! We fixed it on day 174 when someone (you?) who had read this post mentioned…
Mike T —
Somewhere around 35minutes in the width of spaces got changed to 0. You can see this most easily i…
Mike T —
Don't leave us hanging Casey! :)
Not every word, rather every special combination of characters that yield different glyphs.
What if your game allows text chat between players online? You can not possible store every single…
Or if we are using Windows API for rendering fonts. Here's a nice tutorial on it: But I don't th…
Even though it's not strictly Handmade, I wouldn't have a problem with Casey incorporating somethi…