Wiki article worth reading:
My favorite link regarding all sorts of bit twiddling tricks: Among other things there's algorith…
From what I could tell, it's because they are smaller (meaning less memory needed to store them an…
what a mindfuck.. i need to see my therapist after that hour. I think I need to put a bullet to my…
KRB —
Also known as the "quick picture summary of day 41"
edward —
@mmozeiko thank you very much for your explanation! this is along the lines of my best possible gu…
You have a problem, so you find a skull, and give it to a smoker, and he gives you a solution.
Those are symbols from (most likely) Windows-1252 encoding of memory bytes. On the left side you c…
edward —
Hi there all, I apologize ahead of time if this question is misplaced here on the forum or downrig…
Casey[/quote] Join in the discussion you goofball!
An example of a garage that is not suitable for game development
my edit.bat file content looks like this now: IF /i %1==atom (atom %2) IF /i %1==emacs ("D:\Users…
I think you're right @midnight_mero. The suggests that .
I have an st.bat in my misc directory that looks like this: IIRC, the %* will forward any command…
So, the broadcast schedule is now available in machine-readable form for testing here: Please let…
I wrote an Automator workflow and bash script to download the source code and unpack it all. If yo…
I hate to bring this topic back up, but one of topic that came up in the Jeff and Casey show was G…
Elias —
More like SendOwl of Shame, amirite? : )
In theory, this should be fixed now. It was a SendOwl problem.Casey
I did think about the adding new parts, but hand't realized about the part of making it easier to …
I wouldn't call it copy pasta since it doesn't mess the code up in any way. As it is the increment…
At the beginning of GameUpdateAndRender, the Bitmap pointer is advanced after loading the head, ca…
If you check the Coding Resources link, Matthew VanDevander wrote a guide to use Sublime Text 3, y…
covers some of the new features in CPUs during the last few decades, including some things that C…
Thats amazing! Thanks I will have a look :)
Add quotation marks as parameter and it works without blocking. I've created a cmd shortcut with…
In my edit.bat I can run one of four editors atom emacs notepad++ sublimetext3 only notepad++ kee…
On POSIX platforms (Linux, OS X) the C standard library includes the ffs family of functions, e.g.…
I get about the same as @thrahistan....16%-18% But I'm running an implementation of Handmade Hero …
:cheer: that worked! thanks.