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,…
Italo —
I understand it more now, thank you for the help.
Yes, that is exactly right.
For nvidia, the OpenGL code is in nvoglv64.dll file (it is in C:\Win…
Italo —
Thanks for the reply, you seem very knowledgeable about this, so may I try to clear up some thing…
cewxel —
First dev update, with a few videos showing the game running!
From last month the main updates h…
Yes, technically it could work. But only if opengl32.lib file would actually contain definitions …
Hey, everyone. This is almost a bit of a rant post; I have a few thoughts I'd like to share regar…
Italo —
So, I was rewatching a couple handmade heroes episodes, and a something that I would like to unde…
Did you install everything in default locations? I believe VS doesn't like when it is installed i…
Tried, That gave me:
1
2
3
4
5
6
7**************************************************************…
Try installing "Windows 8.1 SDK" and then running
1call "C:\Program Files (x86)\Microsoft Visual…
No luck :/ Same error. It did get another default set INLCUDE - after running the vcvarsall x64 w…
I finished the step-over and step-into functionality today. Next up is set-next-statement and run…
erpeo93
Sorry but I can't really see why having stimuli "suggesting" my entities what they shou…
mmozeiko I suspect OP simply doesn't have correct Windows SDK installed. There is no need to rein…