Nice! You mentioned other game developers working on it, are there more than you programming and h…
When I switched to notepad++ and than 4coder I was missing the "goto definition" and the refactor …
Daniel —
Hey Martins, Although HH supports PNGs, the Renderer Test application only reads BMPs. That's what…
Neo Ar —
It should be noted that GCs do not have to be non-deterministic in this way, in D there are well …
Neo Ar —
Yeah, of course situations are no replacement for propogating errors up the stack, same can be sai…
The transition from Ansi/Wide strings to UTF-8 only is now complete. All strings in the api uses a…
I just stumbled upon this bug: The block is properly filled when we go in the blog post to read …
I find using the ability in Github to view differences and history along with the tags helpful. Al…
K first time using WeeChat, I dig it, but I registered a username, and somehow the password is wro…
A general GC does not make any assumptions about your allocations which means it must be backed by…
Might be useful for yourself or others. I haven't used it myself, but this site () will try to mat…
understood. thanks very much for your help.
Almost right. Third one is not really an issue. I was just explaining how memory allocation can be…
Getting to the function declaration is really easy in 4coder, ctrl + t or ctrl + shift + t (to lis…
i see, so just to summarize and see if i fully understand. GC itself has 3 primary issues. it is o…
In languages like C# or Java there is no way. If language is designed with this type of allocation…
so in a GC language, is there really no way to do a Memory Arena type of set up, where you allocat…
Because you have control when and what to do. Even if you need to deallocate something, you contr…
Hey guys! Previously, I only learned Java in school, so this is absolutely not a argument; just a …
One thing I was wondering about: Are you planning on supporting debugging of executables without …
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 dre…
I cannot talk about 4coder as I don't use it, but for emacs/vim you typically configure ctags or m…
The frame arena only uses a few blocks of memory (6 allocations on my quick test). So it's not rea…
khofez —
Hi! This is more of a "i want to know your opinion" question rather than a technical one, I've bee…
In addition to this, is it intended that the front page doesn't show a preview of the content of m…
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 example…
Im very excited about this. It seems like at least two of the common crashes I was experiencing ar…
Guntha —
Hello, I just stumbled upon this bug: The block is properly filled when we go in the blog post to…