We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
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.
»
Manuel Maier
You can still do this: 1 2 3 4 5 6 7// This no longer works: // bar Bar[1] = InitializeBar(5); /…
»
Casey Muratori
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…
»
Bill Strong
So, what do you think procedural generation means? Procedural generation is a method of creatin…
»
Matt Mascarenhas
Definitely! http://git.handmadedev.org/Annota...ushers/Annotation-System/issues/8 Current status…
»
pragmatic_hero
"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…
»
Steve Olsen
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
»
Ameen Sayegh
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…
»
Mikkel
Glad to know you are well!!!
»
Abner Coimbre
Fellow programmer, As you saw from my Monday tweet, we Floridians survived the hurricane. It was…
»
Mārtiņš Možeiko
Well if original crashes then this is expected in my version. Only thing I changed is code that g…
»
Ameen Sayegh
@hugo, the code that generates the graphs is the code that is crashing. I accidentally triggered …
»
Ameen Sayegh
The code I took from gist (I assume it is yours) was crashing when I ran it to see the stats (loc…
»
hugo
I just tried on Windows/cl.exe and got a "program stopped working" when the ctime file had a sing…
»
Mārtiņš Možeiko
What OS/compiler you are using? I have tried that on Windows+msvc2015 and on Linux+gcc/clang and …
»
ratchetfreak
that one is forked from: https://gist.github.com/cmuratori/8c909975de4bb071056b4ec1651077e8
»
Ameen Sayegh
I tried CTime and it is a very cool tool. I found a bug when trying to display the stats on a fi…
»
nikki
Maybe i was a bit unclear, or i dont fully understand your answer ;). But i meant: I have an arr…
»
ratchetfreak
nikki I was thinking some more about this, I eventually intend to have more lists of nodes that o…
»
nikki
I was thinking some more about this, I eventually intend to have more lists of nodes that ought t…
»
nikki
@ratchetfreak @dfrunza, thanks guys, I didnt think of the freelist at all, a combination of a ded…
»
Dumitru Frunza
Maybe create a new sub-arena dedicated to path nodes?
»
Asaf Gartner
I'm arriving on the 11th and leaving on the 25th.
»
ratchetfreak
free list doesn't work? For freeing a linked list you'll want to have a tail pointer (either in …
»
nikki
Hiya, I've been using the Memory Arena stuff in a project of my own, now I ran into something wh…
»