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.
Leonid Kapitonov
The flag is for the compiler. I just made a typo with the flag name: copypasted from google. I am …
»
itsuart
OOP is simply structures + functions where one of the parameters for the functions are not there a…
»
Andrew Bromage
Just for the record (it's a TODO in the source code), C99 has the rint family of functions, such a…
»
Lachlan Easton
I think this is one of the few cases in video game programming where unit tests would actually mak…
»
Class GenericHuman
Are those linker warnings or compiler warnings? C2220 - C4018 - C4244 - All of these are compil…
»
Leonid Kapitonov
Casey, since you are using -WX flag (Treat Linker Warnings as Errors), it's impossible to compile …
»
Livet Ersomen Strøm
I have seen all the episodes. And I look forward to each. I feel I have been preparing for this in…
»
handmade_clutz
Another option (what I do) is to install this plugin: . This gives you a command line that can be…
»
Iker Murga
Just wanted to point out that on yesterday's stream Casey started calculating the world units base…
»
Class GenericHuman
Solution to this might be using: instead of the original function
»
Neil Blakey-Milner
I went quite some time not coding (not even loading the distributed source files), but over the la…
»
Class GenericHuman
When I run the handmade intrinsic functions, I get wrong output for negative numbers. Example outp…
»
Class GenericHuman
I have followed along with the code Casey wrote but skipped all the sound stuff(except for the dll…
»
Caleb Spare
Wooo! Sounds fixed to me :) Thanks for giving that a shot.
»
Brainversation
That's fair thanks for the answer! ( Time to catch up on those pre streams I guess : - )
»
Christopher
I'm working on an Xlib/Alsa port of everything in Common Lisp. I'm all the way back at day like 7-…
»
Troncoso
I'd also like to see if I can get an Android layer going before Casey gets to it (given that's on…
»
Andrew Chronister
Casey[/quote] Given your comment elsewhere about scrolling being essentially disabled by a boolea…
»
Andrew Chronister
I'm as caught up as I can be, for now. I've been coding along though I'm essentially doing it word…
»
Troncoso
How many days have you "completed" of Handmade Hero? Do you simply watch? Download the nightly sou…
»
Casey Borders
Ah, right, thanks!
»
Troncoso
Inside Notepad++ there is a run command. You have to run w:/handmade/code/build.bat when you wish…
»
Casey Muratori
So, I thought you were totally crazy for suggesting that somehow plugging it into a different anal…
»
»
Casey Muratori
I prefer instant switch, personally.Casey
»
John Meyer
Will we be imitating Mega Man or Zelda where when you reach the edge of a screen, it pauses the ac…
»
Casey Borders
In the Q&A for day 26 Jonathan Blow asked Casey to explain "the variable" and Casey said he's not …
»
Livet Ersomen Strøm
Oh and one more important thing. The reason for using virtual routines, or dynamic routines, insid…
»
Livet Ersomen Strøm
This! I find it funny people like this thread as it contains almost no real information. Just opi…
»
Johan Gustafsson
I've never been a strong advocate for any form of paradigms, if something feels right for the curr…
»