OliverMarshNice! You mentioned other game developers working on it, are there more than you progr…
Is the idea of using a hash-table for each entity to achieve polymorphism reasonable (haven't fou…
Nice! You mentioned other game developers working on it, are there more than you programming and …
When I switched to notepad++ and than 4coder I was missing the "goto definition" and the refactor…
Hey Martins,
Although HH supports PNGs, the Renderer Test application only reads BMPs. That's wh…
HFKlorenThe second is that GC is non-deterministic and can happen at any time, causing potential …
Yeah, of course situations are no replacement for propogating errors up the stack, same can be sa…
The transition from Ansi/Wide strings to UTF-8 only is now complete. All strings in the api uses …
GunthaHello,
I just stumbled upon this bug:
The block is properly filled when we go in the bl…
I find using the ability in Github to view differences and history along with the tags helpful. A…
K first time using WeeChat, I dig it, but I registered a username, and somehow the password is wr…
A general GC does not make any assumptions about your allocations which means it must be backed b…
Might be useful for yourself or others.
I haven't used it myself, but this site (https://tripleb…
understood. thanks very much for your help.
Almost right. Third one is not really an issue. I was just explaining how memory allocation can b…
Getting to the function declaration is really easy in 4coder, ctrl + t or ctrl + shift + t (to li…
i see, so just to summarize and see if i fully understand.
GC itself has 3 primary issues.
1. …
In languages like C# or Java there is no way. If language is designed with this type of allocatio…
so in a GC language, is there really no way to do a Memory Arena type of set up, where you alloca…
The second is that GC is non-deterministic and can happen at any time, causing potential stalls w…
Hey guys! Previously, I only learned Java in school, so this is absolutely not a argument; just a…
seventh-chordIm very excited about this. It seems like at least two of the common crashes I was e…
that makes sense and I guess Casey will continue to tune the memory allocations. In my own code I…
I would like to share my job hunt frustration here.
I learned C from Handmade Hero and it's my …
I cannot talk about 4coder as I don't use it, but for emacs/vim you typically configure ctags or …
The frame arena only uses a few blocks of memory (6 allocations on my quick test). So it's not re…
Hi! This is more of a "i want to know your opinion" question rather than a technical one, I've be…
In addition to this, is it intended that the front page doesn't show a preview of the content of …
It looks like you either are missing the assets (.hha files in the data directory) or you haven't…
Thanks. I didn't get that you tried to mimic the "exception syntax".
In your C++ exception exampl…