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.
Casey Muratori
Yeah I don't really know why it's defined the way it's defined. We use a utility function for acc…
»
eteran
Ironically, looking back at episode #288, it used to be defined as "entity *Array[16]". Which is e…
»
eteran
Well, any deference of the Array member will result in garbage data. If you aren't actually doing …
»
Casey Muratori
I'm not sure what bug you're reporting here, though? Unless I'm mis-remembering, we do not use Ar…
»
eteran
As a proof of concept, I wrote this little test program: typedef int brain_id; enum brain_type { …
»
eteran
I believe that I have spotted a bug in the code. I'm not a paying member who can report on the git…
»
Mārtiņš Možeiko
Yes, it is other way around. Instead of compiler making unoptimized builds slow, it does really ha…
»
Bill Strong
How comfortable did you feel with writing the C# Unity game? Do you get programming? If the answer…
»
Bill Strong
So what Casey writes is code that fits his mental model of the CPU. Unless he is a super genius an…
»
Unlegushwanion
Casey has said that his code is more or less aligned to how the hardware works? So why is the un-o…
»
fredih
Hello! I just found this project and instantly fell in love with it. It was exactly what I was loo…
»
Allen Webster
Yeah this is a known issue in 4.0.11 that a few people have already reported. It is fixed in the …
»
NotAClue
I have these keys bound to the builtin command write_and_auto_tab, all with MDFR_NONE: Most of th…
»
Casey Muratori
Yes, that seems reasonable, if you don't hear any artifacts with that (sometimes you can hear peri…
»
Flyingsand
As you said in day 330, I agree that calculating sin/cos once per sample is too expensive. I actua…
»
ciprian
A way to select the audio device would be cool too. Something similar to
»
Laurie
Great talk! Also makes me very glad I'm not working in the web space; it sounds like total madness…
»
Jason
Added [code] and you sir are money! To force it to use unicode CRT entry point pass "/ENTRY:wWinM…
»
Mārtiņš Možeiko
Please put your code in [ code ] tags, otherwise your post is very hard to read. My guess it that …
»
Jason
Hi, I am trying to set up a situation like the SDLs SDLMain2.lib, where a user can link to a .lib …
»
Jesse
It's designed to be consumed at your own, individualized pace. I would guard against the "Catching…
»
ratchetfreak
Resonance frequency of a crystal depends on the geometry of the crystal as well. So it's been chos…
»
lujz
Probably the most stupid question: Quartz crystals oscillate at 32768 times a second. Short intege…
»
Connor
My advice is to stay at it and always practice. I view handmade hero as more of a real class than …
»
Benjamin Arnaud
Dear HMN member, is a big project and I currently focus on and video downloading. Maybe you've r…
»
Benjamin Arnaud
Dear HMN community, is a big project built for the community. It's dedicated to user freedom. It…
»
John Burton
yes. i just thought that was less direct and more error prone was all :)
»
Ginger Bill
Rachetfreak's approach is how it now works. _ is a special identifier called the blank identifier.…
»
ratchetfreak
your own syntax... Where the numbers indicate byte offset into the structure. Would allow explici…
»
John Burton
On structure layout perhaps you could allow explicit layout too... your own syntax... Where the nu…
»