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 to de…
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!!!
Fellow programmer, As you saw from my , we Floridians survived the hurricane. It was rough, but no…
Well if original crashes then this is expected in my version. Only thing I changed is code that ge…
@hugo, the code that generates the graphs is the code that is crashing. I accidentally triggered t…
The code I took from gist (I assume it is yours) was crashing when I ran it to see the stats (loca…
hugo —
I just tried on Windows/cl.exe and got a "program stopped working" when the ctime file had a and …
What OS/compiler you are using? I have tried that on Windows+msvc2015 and on Linux+gcc/clang and i…
I tried CTime and it is a very cool tool. I found a bug when trying to display the stats on a file…
nikki —
Maybe i was a bit unclear, or i dont fully understand your answer ;). But i meant: I have an array…
{ int somedata, moredata, andmore; Node* Next; Node* Prev; } Node; but instead have a void* Value…
nikki —
I was thinking some more about this, I eventually intend to have more lists of nodes that ought to…
nikki —
@ratchetfreak @dfrunza, thanks guys, I didnt think of the freelist at all, a combination of a dedi…
Maybe create a new sub-arena dedicated to path nodes?
I'm arriving on the 11th and leaving on the 25th.
free list doesn't work? For freeing a linked list you'll want to have a tail pointer (either in th…
nikki —
Hiya, I've been using the Memory Arena stuff in a project of my own, now I ran into something whic…
Jesse —
What sorts of stories did this system produce? It directed me to some, but it never manifested an…
You've got most of it. You just missed the bit where instead of destroying and recreating a subare…
So a book and a movie are games. While these are a little bit of a stretch, its not much of on…
Please elaborate. From my play through of Skyrim years ago, their 'randomly generated quest' syst…
This is very true, although perhaps more accurately, it's a whole spectrum of tools on its own, e…
graeme —
serialisation is just the process by which data in a program is saved externally in a format to b…
Luke —
Believe it or not, I am writing a book that the game is based off. Much of what happens in the bo…
Jesse —
Please elaborate. From my play through of Skyrim years ago, their 'randomly generated quest' syst…