I haven't followed your game design ideas too closely, but it seems you want to investigate the na…
Simple use of templates like you would have with std::array barely affect compile times in any mea…
Something like this: As for C99, it actually seems static array sizes in arguments work only for o…
Mór —
Yes, I am talking about selling copies. Reliably getting more out of it than what you put in. I'v…
Macros? Or C99 functions with static size arguments if arrays are fixed size.
Do you use hardware PCF for shadowmaps? In earlier screenshots it looked like you don't. Why is th…
So there's no way to have a fixed-size bounds-checked arrays in C as far as I know. The standard w…
I don't think this is true at all, if anything the prevalence of successful 2D indies with very b…
Chen —
You are welcome. Thank you for the kind compliments Oliver :)
Jason —
So far it seems removing the linker option "debug:full" helps get things to where I only have to d…
Yes, maybe when the series is finished we will have a better idea of how everything played out and…
Jason —
Unfortunately that doesn't seem to solve the issue. Now I get the error: "Fatal error: Cannot open…
I believe this issue is fixed in Day 39 -
Jason —
So I'm following along with Casey on Day 022 where we are trying to get our game dll modifications…
How does "d:\CTest" get into PATH? Its not there by default. And I don't think vsvarsall.bat is se…
Thanks so much for these type of blog posts, they are very interesting. Game is looking great!
Here is how it looks before running vcvarsall: I could try and uninstall everything again, and se…
} }[/code] Then it's just a matter of choosing the right state in every moment. And that can be …
Also note that this fix assumes you are using the default bindings. If you are maintaining your o…
This is the best route. Treating .txt as code will lead to problems, but you can just bind word …
This is the 3rd post on splines in a series I am writing primarily for game programmers and other…
Mevius —
I don't think there is a setting for that. I believe that the thing that populate the autocomplet…
Mevius —
Which file do I look for the place that set the command "word_complete"? I found the code mentione…
I can't speak to whether or not this is something that be on the wiki; the handmade.net staff sho…
And so the drive to store Plan is just a linked list of action or subplans: getkeys->checkpocket…
Hi everyone, I was just looking at some old files on my computer and came across my notes for hand…
nj —
Afaik the "problem" is that the command word_complete is not bound to a key when the file opened i…
Hi, I'm doing Handmade Hero in Rust, and I've got a mostly working day 44 version going. The one p…