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.
mindspyke
Hello I've decided to structure my game the same way as Casey did in (at least) the earlier episo…
»
Mārtiņš Možeiko
Not sure why you talk about registry. To figure out environment variables you need, you can simpl…
»
Peter
That would be great Gonna try it when I get home Thanks
»
Simon Anciaux
I think that if you open a prompt, call vcvarsall.bat and launch Visual Studio from there (devenv…
»
Peter
Anyway to make this a permanent change when you run this, so you dont need to run it everytime yo…
»
erpeo93
Figured it out! I have to grab the W coordinate from the "forward" projection as well as the Z c…
»
Simon Anciaux
When I did some research on 2d physics a year ago it seems to be a common way of doing update in …
»
Guntha
Hello, Sorry for the lack of updates, I was recently busy with updating other parts of my engine…
»
erpeo93
Hi, today I was trying to unproject my mouse position to see where it is in world space. Here it…
»
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…
»