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…
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…
How does "d:\CTest" get into PATH? Its not there by default. And I don't think vsvarsall.bat is s…
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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
1…
I remember reading some of the early posts here https://gafferongames.com/ and they looked really…
Hello !
Does anyone know good resources (books/parpers/posts/whatever) about optimizing networki…
erpeo93 I've been thinking about this during the morning, and I think that now I see what your po…
Also note that this fix assumes you are using the default bindings. If you are maintaining your …
nicoco Afaik the "problem" is that the command `word_complete` is not bound to a key when the fil…
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…
I can't speak to whether or not this is something that should be on the wiki; the handmade.net st…
NelsonMandella Sorry but I disagree.
I see it more like this:
1
2
3
4struct Plan
{
ACtion* …
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…
Hi, I'm doing Handmade Hero in Rust, and I've got a mostly working day 44 version going. The one …
Sorry but I disagree.
I see it more like this:
1
2
3
4struct Plan
{
ACtion* firstAction;
};…
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…
Your PATH seems to be broken. It normally should contain C:\Windows and C:\Windows\System32 folde…
erpeo93 Do we agree that whatever is the way you choose to "manage" the ai, you have to "poll" th…
NelsonMandella erpeo93 ok so the son is listening for a message, that means that the father has t…
mmozeiko Did you install everything in default locations? I believe VS doesn't like when it is in…
erpeo93 ok so the son is listening for a message, that means that the father has to send that mes…
EDIT: look at the reply below, what I said was wrong.
I don't think there is a setting for that.…
Looks interesting. How do you know which piece goes where ? Since you can't see both connected fa…