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…
Mevius —
From time to time I will be working on a single plain text file to write articles or essays. I re…
I probably could have been more clear in my qualification. If your game has 20 NPCs (not includi…
Are you using Visual Studio project to compile not build.bat? If so then go to project settings a…
Whenever I try to use the following line from Casey's code I get multiple compile errors:
1WNDCLA…
Do you ever look around at points strewn about the place and think to yourself, "who put these he…
Mór I get why the workflow of 3D engines is helpful, where you can drag and drop things visually,…