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.
Abner Coimbre
I haven't followed your game design ideas too closely, but it seems you want to investigate the na…
»
ratchetfreak
Simple use of templates like you would have with std::array barely affect compile times in any mea…
»
Mārtiņš Možeiko
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…
»
pragmatic_hero
What do you mean?
»
Mārtiņš Možeiko
Macros? Or C99 functions with static size arguments if arrays are fixed size.
»
Mevius
thanks. It works :-)
»
pragmatic_hero
Do you use hardware PCF for shadowmaps? In earlier screenshots it looked like you don't. Why is th…
»
pragmatic_hero
So there's no way to have a fixed-size bounds-checked arrays in C as far as I know. The standard w…
»
Gus Waldo
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…
»
Oliver Marsh
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…
»
»
Jason
So I'm following along with Casey on Day 022 where we are trying to get our game dll modifications…
»
Mārtiņš Možeiko
How does "d:\CTest" get into PATH? Its not there by default. And I don't think vsvarsall.bat is se…
»
Oliver Marsh
Thanks so much for these type of blog posts, they are very interesting. Game is looking great!
»
Bjarke Elias
Here is how it looks before running vcvarsall: I could try and uninstall everything again, and se…
»
NelsonMandella
} }[/code] Then it's just a matter of choosing the right state in every moment. And that can be …
»
Allen Webster
Also note that this fix assumes you are using the default bindings. If you are maintaining your o…
»
Allen Webster
This is the best route. Treating .txt as code will lead to problems, but you can just bind word …
»
Timothy Barnes
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…
»
Tristan Dannenberg
I can't speak to whether or not this is something that be on the wiki; the handmade.net staff sho…
»
erpeo93
And so the drive to store Plan is just a linked list of action or subplans: getkeys->checkpocket…
»
Oliver Marsh
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…
»
Lokathor
Hi, I'm doing Handmade Hero in Rust, and I've got a mostly working day 44 version going. The one p…
»