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…
And so the drive to store Plan is just a linked list of action or subplans: getkeys->checkpocket…
Yep I meant "something" that allows the environment to communicates, I've not specified it well e…
Mór —
An Indie has about as much chance of making another Minecraft, as he has making a hundred million…
Your PATH seems to be broken. It normally should contain C:\Windows and C:\Windows\System32 folder…
Not necessarily, you could in theory rely solely on message passing. I wouldn't consider it an o…
You by no means need to use messages/stimuli, that was just one example. But this really depends …
Can you check registry for folliwing values in HKEY_LOCAL_MACHINE\Software\Wow6432Node\Micosoft\M…
You by no means need to use messages/stimuli, that was just one example. But this really depends …
EDIT: look at the reply below, what I said was wrong. I don't think there is a setting for that. I…
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 rea…
Obviously this also depends on the kind of game your doing. If your game is more like fable 2 tha…
Are you using Visual Studio project to compile not build.bat? If so then go to project settings an…
Whenever I try to use the following line from Casey's code I get multiple compile errors: When de…