Round to even is a biased round but that is not what I am talking about. In Casey's round function…
I use nppexec in notepad++. You can install it via the Plugin manager. Once it's installed you can…
You will most likely have to call the shell.bat inside build.bat because it is resetting the effec…
We could have tile side = 2.0f and boy height =1.4f so that he is smaller than the tiles.
I found another plugin: Which is a lot more up to date. It also allows you to set a startup scrip…
Todor —
In episode 31 you created the world units to tilemap mapping. But you used 1.4f as a tile heights.…
When the world tilemaps are not the same size as the tilemaps isn't creating levels harder when yo…
In the shell.bat Casey provides, he runs vcvarsall.bat with the argument x64. This tells vcvarsall…
That is not what Alan Kay had in mind when he coined the term. The picture that he had in mind wa…
OOP is merely a pattern. You can roll your own in pure C. There are more other approaches. Par ex…
The flag is for the compiler. I just made a typo with the flag name: copypasted from google. I am …
OOP is simply structures + functions where one of the parameters for the functions are not there a…
Just for the record (it's a TODO in the source code), C99 has the rint family of functions, such a…
I think this is one of the few cases in video game programming where unit tests would actually mak…
Are those linker warnings or compiler warnings? C2220 - C4018 - C4244 - All of these are compil…
Casey, since you are using -WX flag (Treat Linker Warnings as Errors), it's impossible to compile …
I have seen all the episodes. And I look forward to each. I feel I have been preparing for this in…
Another option (what I do) is to install this plugin: . This gives you a command line that can be…
Just wanted to point out that on yesterday's stream Casey started calculating the world units base…
Solution to this might be using: instead of the original function
I went quite some time not coding (not even loading the distributed source files), but over the la…
When I run the handmade intrinsic functions, I get wrong output for negative numbers. Example outp…
I have followed along with the code Casey wrote but skipped all the sound stuff(except for the dll…
Wooo! Sounds fixed to me :) Thanks for giving that a shot.
That's fair thanks for the answer! ( Time to catch up on those pre streams I guess : - )
I'm working on an Xlib/Alsa port of everything in Common Lisp. I'm all the way back at day like 7-…
I'd also like to see if I can get an Android layer going before Casey gets to it (given that's on…
Casey[/quote] Given your comment elsewhere about scrolling being essentially disabled by a boolea…
I'm as caught up as I can be, for now. I've been coding along though I'm essentially doing it word…
How many days have you "completed" of Handmade Hero? Do you simply watch? Download the nightly sou…