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.
ratchetfreak
that one is forked from:
»
Ameen Sayegh
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…
»
ratchetfreak
{ 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…
»
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 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…
»
Bill Strong
You've got most of it. You just missed the bit where instead of destroying and recreating a subare…
»
Bill Strong
So a book and a movie are games. While these are a little bit of a stretch, its not much of on…
»
Bill Strong
Please elaborate. From my play through of Skyrim years ago, their 'randomly generated quest' syst…
»
Michael Cameron
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…
»
Jesse
Be aware that transforming OOP code into something more machine centric is not a task for a beginn…
»
Juank Prada
I have a few questions about Arenas. First a big amount of memory is allocated using platform laye…
»
hugo
You could show us a project you have done that you want to improve the design. This playlist is al…
»
Shazan
I am a beginner in programming and when I look at code online like library code and github code.Th…
»
Bill Strong
One of the best reviewed games ever, Elder Scrolls V: Skyrim, used a randomly generated story tell…
»
Luke
I worded that wrong, but I think the point stands from a gamer's perspective, because the person …
»
AndrewJDR
Sometimes, I'm doing some pretty plain mathy stuff, maybe in a tight loop (total nonsense pseudoco…
»
AndrewJDR
On the topic of a hotkey/feature, I realized there are a bunch of different ways to granularize t…
»
AndrewJDR
Hi Allen, Some common commenting techniques used with manually managed code formatting (i.e. manua…
»
Norkish chal
I am in the process of migrating my existing MVC5 application to asp. net core hosted in asphostpo…
»
Michael Cameron
I consider this to be the biggest and most prolific misconception about procedural generation - n…
»
Bill Strong
So I think there might be a little confusion on my part, but I don't think procedurally generated …
»