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.
Ryan Fleury
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 …
»
NelsonMandella
On the order of around 10,000 entities each with their own tables with full high-res updates bein…
»
Simon Anciaux
DelixMy thoughts took me to the realization that I had an API problem; what is an API that could …
»
Ryan Fleury
I'd say that it depends on what your game is spending most of its time doing. Are you updating a …
»
Ryan Fleury
OliverMarshNice! You mentioned other game developers working on it, are there more than you progr…
»
NelsonMandella
Is the idea of using a hash-table for each entity to achieve polymorphism reasonable (haven't fou…
»
Oliver Marsh
Nice! You mentioned other game developers working on it, are there more than you programming and …
»
Simon Anciaux
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…
»
Finalspace
The transition from Ansi/Wide strings to UTF-8 only is now complete. All strings in the api uses …
»
Ryan Fleury
GunthaHello, I just stumbled upon this bug: The block is properly filled when we go in the bl…
»
John Cleary
I find using the ability in Github to view differences and history along with the tags helpful. A…
»
Seth Archambault
K first time using WeeChat, I dig it, but I registered a username, and somehow the password is wr…
»
ratchetfreak
A general GC does not make any assumptions about your allocations which means it must be backed b…
»
yumisen-yamasen
Might be useful for yourself or others. I haven't used it myself, but this site (https://tripleb…
»
Henry Kloren
understood. thanks very much for your help.
»
Mārtiņš Možeiko
Almost right. Third one is not really an issue. I was just explaining how memory allocation can b…
»
SIMPalaxy
Getting to the function declaration is really easy in 4coder, ctrl + t or ctrl + shift + t (to li…
»
Henry Kloren
i see, so just to summarize and see if i fully understand. GC itself has 3 primary issues. 1. …
»
Mārtiņš Možeiko
In languages like C# or Java there is no way. If language is designed with this type of allocatio…
»
Henry Kloren
so in a GC language, is there really no way to do a Memory Arena type of set up, where you alloca…
»
Mārtiņš Možeiko
The second is that GC is non-deterministic and can happen at any time, causing potential stalls w…
»
Henry Kloren
Hey guys! Previously, I only learned Java in school, so this is absolutely not a argument; just a…
»
Nikita Smith
seventh-chordIm very excited about this. It seems like at least two of the common crashes I was e…
»
Gus Waldo
that makes sense and I guess Casey will continue to tune the memory allocations. In my own code I…
»
Christopher McLaughlin
I would like to share my job hunt frustration here. I learned C from Handmade Hero and it's my …
»
Mārtiņš Možeiko
I cannot talk about 4coder as I don't use it, but for emacs/vim you typically configure ctags or …
»