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.
Casey Muratori
Man, I'm getting old. I honestly remember it as being the other way 'round... I suppose it was t…
»
Carlos Gabriel Hasbun Comandari
He used Sarcasm. Yes, AdBlock plus is an excellent extension for Mozilla FireFox and Google Chro…
»
Zyconite
@den_v Ah I see, I think Yosemite is Poo But its all good now . I am back to windows with my su…
»
Den V
I had unpleasant experience with OSX + Parallels. Until recently, I was running older version of…
»
Den V
Hey All, I was watching Day 079 episode where Casey talks about difference in how Quake and Unre…
»
Livet Ersomen Strøm
mmozeiko Long story short, don't take this the wrong way but you should really focus one specifi…
»
Mārtiņš Možeiko
In short. You just have to take my word for it. If I had penny every time people say this about t…
»
Livet Ersomen Strøm
mmozeiko That could mean your other threads were waiting on some resource (mutex, critical secti…
»
Ben
It's supposed to make things faster. Although, C++ compilers take significantly longer than C com…
»
Ben
Some people avoid typedef struct in C because it pollutes the namespace. OP: by 'modern' ANSI C d…
»
Ben
LCTHW is supposedly full of bugs. I recommend C Programming: A Modern Approach.
»
Ben
BTW, xcb is autogenerated from protocol definitions. Also, it only applies to X. If you use wayl…
»
Casey Muratori
In games it's pretty typical for nearly all strings to fall into two broad categories, both of wh…
»
Casey Muratori
Unfortunately I do not actually have a copy of Photoshop so I don't know. I use GIMP to load the…
»
Ameen Sayegh
what ?! Is Ads Considered a good thing ? I see of ads company as the most greedy annoying irrit…
»
Ameen Sayegh
I'm trying to get Photoshop to output 32-bit A8R8G8B8 bitmaps with no success basically I have an…
»
popcorn
Thanks, I have learned how to do it the C++ and not the C way. I didn't know this.
»
Mārtiņš Možeiko
You can write such code ONLY if Sprite is C struct, not C++ class (or more accurately - plain old…
»
popcorn
So I guess I can't mix them? I don't even know if I am... chunkOfMemory = new char[1024*9000];…
»
Mārtiņš Možeiko
What? new and malloc doesn't create any smart pointer. Just a regular C++ or C pointer which you …
»
popcorn
Grr so when I do a new or alloc or malloc or whatever, it marks it as a "smart" pointer. So someh…
»
Christian Jacob
I don't know if this has been covered yet. Since I am only at episode 10 it could most probably h…
»
Mārtiņš Možeiko
Send an e-mail to Casey (casey (at) mollyrocket.com), he'll help you get your download link.
»
Edu Tarascon
Hi guys, I purchased the game several months ago and I wanted to download the recent code again b…
»
Mārtiņš Možeiko
But the effect I saw, was that during I/O all other threads was simply almost dead. That could me…
»
Jan-Erik Platte
Hi, I just watched epsiode 80 and wanted to outline my assumption of the "sword collision bug". …
»
Livet Ersomen Strøm
mmozeiko The number is correct. Your code uses 50% of logical CPU cores. Yes. That is correct. h…
»
lakmeer
Hi, I've knocked up a quick interactive thingie to demonstrate my proposal for a visual effect f…
»
Mārtiņš Možeiko
The number is correct. Your code uses 50% of logical CPU cores. Using 8 cores still makes sense …
»
Livet Ersomen Strøm
Thanks. But are you saying that the 50% reported is thus wrong? (That they really utilize 100%)…
»