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.
Flyingsand
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…
»
Casey Muratori
Well, one way to make something secure is to make it not work :) There's nothing more secure tha…
»
Asaf Gartner
cmuratori I click the publish button, and it says, "invalid authentication". And that's that. T…
»
Jim R. Didriksen
aha okay, I see. I have a feeling this is something I'll need to learn from a personal f'up.
»
Mārtiņš Možeiko
C++ references doesn't help compiler in general case. Aliasing also applies to references. Becaus…
»
Michael
Google ain't slippin', Google slipped.
»
robby
everything is fine now!
»
Jim R. Didriksen
Why don't you (seem to) use references ever? Why not use references when the function can't funct…
»
Casey Muratori
Yeah so actually, Casey is not slippin', but in a turn of events that will surprise no one, the c…
»
Miguel Lechón
hendrix wtf? Use past broadcasts god damn it To annotate the episode?
»
hendrix
wtf? Use past broadcasts god damn it
»
Miguel Lechón
I was asking Casey the same thing via twitter just a minute ago. Using less characters, of course.
»
Michael
Casey, I don't want to be the downer here, but you're slippin'. Where's the Day 174 of Handmade H…
»
mojobojo
Well for anyone interested in an assembly example, here it is. I will take some time tomorrow to …
»
Mārtiņš Možeiko
Yeah, it's documented here: https://msdn.microsoft.com/en-US/library/ew5tede7.aspx The rsp % 16 …
»
mojobojo
mmozeiko Is your stack 16-bytes aligned when calling function (not counting pushed return address…
»
Kim Jørgensen
Any volunteers to remind Casey about this issue on the stream? /Kim
»
Mārtiņš Možeiko
Verify your suspicion - don't overlap headers. Does it crashes also then? If so, use the [strike]…
»
mojobojo
I am making an attempt to get this loader working in x64 assembly. I have it almost working howev…
»
Casey Muratori
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…
»
Casey Muratori
Thanks for the catch - fixed! - Casey
»
Casey Muratori
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.
»
Mārtiņš Možeiko
What if your game allows text chat between players online? You can not possible store every singl…
»
Andrew Bromage
mmozeiko But I don't think this can be solved on asset packer level. Strings are assets too.
»
Mārtiņš Možeiko
Or Uniscribe if we are using Windows API for rendering fonts. Here's a nice tutorial on it: http:…
»