Hi,
It looks like the Mediterranean Inn will be a popular choice for this second HandmadeCon.…
Mike T —
I don't think I'm relying on anything that I'd expect to differ between distros. I think there ma…
Jesse —
Most excellent! I look forward to demonstration. :) Which distributions are you planning to suppo…
Jesse —
Please delete. Somehow this double posted and I can't seem to figure out how to delete it myself!
Mike T —
Ho there folks. As some of you may already be aware, I have been working for some time on a debug…
Jesse —
Procedural generation is generally meaningful to games when it can communicate an idea about how …
At what point does shuffling around content like a deck of cards and throwing dice becomes "proce…
Yes, I just didn't make the connection between that and the error message.
C89 has a strict requirement where variable definitions need to be first statements in a scope.
…
Okay thanks for the update, I think I have enough information to investigate now. Also, just to …
TM —
"Modern" C++ way :D
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19template< class T …
So it would seem that the problem shows up on newer Nvidia cards only. GTX660 had no problems at …
So that's what that error means. Now I feel stupid. Thanks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17#define PLZ_GIMME_ARROW_FOR_STRUCT(S) S* operat…
Yes, it can be confusing but it is an array of one element so it is too much confusing.
Also it's…
This evening @StrangeZak heroically booked a double room with two "full beds" (i.e. regular doubl…
Yeah, I guess C99 is required. Upgrade compiler to VS2013 or VS2015.
Or either rename file to .cp…
When I try to compile mmozeiko's ctime.c with VS2012 I get an error:
1
2
3
4
5
6
7cl ctime.c
Micr…
Dan —
Hi Oswald! I'm very interested in your offer, and sent you a e-mail about it.
You can still do this:
1
2
3
4
5
6
7// This no longer works:
// bar Bar[1] = InitializeBar(5);
/…
There is no official place for the code. It's released into the public domain and so if someone …
Mark —
Sorry to bump an old thread, But I just started using 4coder and I have the exact same problem. L…
So, what do you think procedural generation means?
Procedural generation is a method of creatin…
Definitely! http://git.handmadedev.org/Annota...ushers/Annotation-System/issues/8
Current status…
"Procedural generation" is not what makes diablo 2 a great hack-n-slash loot game.
In fact, almos…
Jason —
Just sent an e-mail. I'm trying to make a decision by tomorrow if I will be able to attend. This…
Anybody have some 4coder bindings they wrote that are similar to the emacs defaults? I don't know…
nikki —
Ah thanks for that!
It clears it up, got it know
This is a trick so you can always use -> instead of . to access struct members.
The trick is t…
graeme —
That would work, but giving each type its own arena has advantages, for example you can instantly…