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.
Oliver Marsh
Yes, maybe when the series is finished we will have a better idea of how everything played out an…
»
Jason
Unfortunately that doesn't seem to solve the issue. Now I get the error: "Fatal error: Cannot o…
»
Mārtiņš Možeiko
I believe this issue is fixed in Day 39 - https://hero.handmade.network/episode/code/day039/#3158
»
Jason
So I'm following along with Casey on Day 022 where we are trying to get our game dll modification…
»
Mārtiņš Možeiko
How does "d:\CTest" get into PATH? Its not there by default. And I don't think vsvarsall.bat is s…
»
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: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1…
»
Marc Costa
I remember reading some of the early posts here https://gafferongames.com/ and they looked really…
»
Martin Fouilleul
Hello ! Does anyone know good resources (books/parpers/posts/whatever) about optimizing networki…
»
NelsonMandella
erpeo93 I've been thinking about this during the morning, and I think that now I see what your po…
»
Allen Webster
Also note that this fix assumes you are using the default bindings. If you are maintaining your …
»
Allen Webster
nicoco Afaik the "problem" is that the command `word_complete` is not bound to a key when the fil…
»
Timothy Barnes
Introduction to Series This is the 3rd post on splines in a series I am writing primarily for gam…
»
Mevius
mrmixer EDIT: look at the reply below, what I said was wrong. I don't think there is a setting f…
»
Mevius
Which file do I look for the place that set the command "word_complete"? I found the code mentio…
»
Tristan Dannenberg
I can't speak to whether or not this is something that should be on the wiki; the handmade.net st…
»
erpeo93
NelsonMandella Sorry but I disagree. I see it more like this: 1 2 3 4struct Plan { ACtion* …
»
Oliver Marsh
Hi everyone, I was just looking at some old files on my computer and came across my notes for h…
»
nj
Afaik the "problem" is that the command `word_complete` is not bound to a key when the file opene…
»
Lokathor
Hi, I'm doing Handmade Hero in Rust, and I've got a mostly working day 44 version going. The one …
»
NelsonMandella
Sorry but I disagree. I see it more like this: 1 2 3 4struct Plan { ACtion* firstAction; };…
»
erpeo93
Not necessarily, you could in theory rely solely on message passing. Yep I meant "something" tha…
»
Mór
Skinpop I disagree with the notion that 3d engines are a big waste of time for indies. Look at t…
»
Mārtiņš Možeiko
Your PATH seems to be broken. It normally should contain C:\Windows and C:\Windows\System32 folde…
»
NelsonMandella
erpeo93 Do we agree that whatever is the way you choose to "manage" the ai, you have to "poll" th…
»
erpeo93
NelsonMandella erpeo93 ok so the son is listening for a message, that means that the father has t…
»
Bjarke Elias
mmozeiko Did you install everything in default locations? I believe VS doesn't like when it is in…
»
NelsonMandella
erpeo93 ok so the son is listening for a message, that means that the father has to send that mes…
»
Simon Anciaux
EDIT: look at the reply below, what I said was wrong. I don't think there is a setting for that.…
»
Simon Anciaux
Looks interesting. How do you know which piece goes where ? Since you can't see both connected fa…
»