Calluna Sans has kerning for 'pT' as well, and overall good kerning.
Calluna handles the 'pT' …
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 tha…
cmuratori I click the publish button, and it says, "invalid authentication". And that's that. T…
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. Becaus…
Google ain't slippin', Google slipped.
Why don't you (seem to) use references ever? Why not use references when the function can't funct…
Yeah so actually, Casey is not slippin', but in a turn of events that will surprise no one, the c…
hendrix wtf? Use past broadcasts god damn it
To annotate the episode?
wtf? Use past broadcasts god damn it
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 H…
Well for anyone interested in an assembly example, here it is. I will take some time tomorrow to …
Yeah, it's documented here: https://msdn.microsoft.com/en-US/library/ew5tede7.aspx
The rsp % 16 …
mmozeiko Is your stack 16-bytes aligned when calling function (not counting pushed return address…
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 [strike]…
I am making an attempt to get this loader working in x64 assembly. I have it almost working howev…
No, I don't think so - the fix is exactly what you wrote (modulo the fact that you have to add sp…
Mike T —
It was someone else, I was around but sadly I was working and only half there. I will watch the e…
Thanks for the catch - fixed!
- Casey
Thanks for the catch! We fixed it on day 174 when someone (you?) who had read this post mentione…
Mike T —
Somewhere around 35minutes in the width of spaces got changed to 0. You can see this most easily …
Mike T —
Why are the game developers still using C++ if it's so awful?
Because there's really nothing else…
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 singl…
mmozeiko But I don't think this can be solved on asset packer level.
Strings are assets too.
Or Uniscribe if we are using Windows API for rendering fonts. Here's a nice tutorial on it: http:…