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.
sudo459
I see. Thanks. I do wonder, other than a safer environment, what does DOSBox offer as far as maki…
»
Tucker Kolpin
Noticed something interesting in 4coder 4.0.25, don't know if this stuff has already been fixed i…
»
ratchetfreak
it means calling glTexSubImage3D for just the layer of the evicted image with the new image data
»
Mārtiņš Možeiko
No, that means calling glTexImage2D (or similar function) with new data which will overwrite prev…
»
Mārtiņš Možeiko
Damaging computer - no, that won't happen. Data loss - yes, that could happen. For example, when …
»
sudo459
Hey everyone, I've decided to, purely as a hobby, start programming with (in?) MS-DOS. So far, i…
»
erpeo93
ratchetfreak "evicting" an image just means allowing it to be overwritten by a new texture when n…
»
ratchetfreak
"evicting" an image just means allowing it to be overwritten by a new texture when needed
»
erpeo93
Hi everyone, I'm at the point where I need to start putting on a production-like pipeline, as I …
»
Bill Strong
What you might find is that even as you get better at recognizing good api design, you start off …
»
NelsonMandella
You may be better off ignoring the idea of architecture altogether depending on where you are in …
»
Jason
Okay, thanks for your insights. It seems like if you already have an idea of what a good, simple …
»
Ben Visness
I find that writing usage code helps me see the big picture before I try to implement the details…
»
Simon Anciaux
I think you're talking about two different things: api design and general "code design". API on …
»
Jason
Okay. I guess the hardest part for me then to understand is if its best to write the simplest thi…
»
Bill Strong
You actually have the idea. Casey has said pretty much that in other answers. The hard part is le…
»
Jason
So I've been programming a side project (my own 2d fighter game) for a couple months now and thro…
»
OnQuestionForYou
This is great. As far as I'm concerned there are barely (if any) public domain audio libraries su…
»
Simon Anciaux
It will be more efficient, but since Casey doesn't have performance problems with the graphics it…
»
Allen Webster
Interesting... I'm not super sure why file dates would be related. I used to rely on them, but I…
»
Tucker Kolpin
For me something similar is happening except the exclamation mark appears for a panel whenever I …
»
Roderic Bos
In the last episodes casey transforms the spritesheets from the artist to contiguous bytes in the…
»
simonWasHere
Ok, so running: fsutil behavior set disablelastaccess 1 and rebooting fixes the problem complet…
»
simonWasHere
Yes, now pretty sure it is the file access time that is the problem, because updating it with thi…
»
simonWasHere
Have now seen it happen with a file on my main drive (not the subst created one) and that isn't u…
»
Ben Visness
This may be a bit of a tangent, but you may want to consider different downscaling algorithms. In…
»
simonWasHere
It isn't rebooting that resets it to happen again, although something did, maybe commit/pushing t…
»
simonWasHere
OS is Windows 10 Home, version 1803 build 17134.165 fully updated. Using git for source control, …
»
Mārtiņš Možeiko
Sure, I'm not saying you should use it. I'm just saying to check its features. To get users to us…
»
Allen Webster
I don't know, but that's a pretty serious problem. The ! indicates that the file was changed outs…
»