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.
Connor
I might've oversold how much I understand typedef. I believe I get how it works with allowing one…
»
Mārtiņš Možeiko
It is exactly same thing. It just get's replaced by preprocessor to: 1typedef void game_update_an…
»
Connor
Sorry if this question has been asked a bunch of times. I tried skimming through the forum and go…
»
Casey Muratori
That could well be... the Windows Font system is a bit of a mystery to me :) We'll try with a kn…
»
Harikrishnan Menon
Hi All I am a new found addict to the HMH series. Just started watching the same and found out …
»
Keith Watterson
Hi Using 'Character Map' the 'Arial Bold' font does not have seem to have the Japanese Glyphs in …
»
Simulated Systems
Handmade Music https://simulatedsystems.bandcamp.com/album/free-sound-association Hi. I'm not r…
»
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
»