mrmixerI think you inverted "release mode" and "developer mode" in this paragraph.
Sure enough, …
Jason —
I watched Jon Blow's video today on framerate independence. In it he states there isn't really a …
On the order of around 10,000 entities each with their own tables with full high-res updates bein…
DelixMy thoughts took me to the realization that I had an API problem; what is an API that could …
I'd say that it depends on what your game is spending most of its time doing. Are you updating a …
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…
Daniel —
Hey Martins,
Although HH supports PNGs, the Renderer Test application only reads BMPs. That's wh…
Neo Ar —
HFKlorenThe second is that GC is non-deterministic and can happen at any time, causing potential …
Neo Ar —
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 …