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
OK, that makes sense - you just want to be able to use the utility functions. I think we can solv…
»
Casey Muratori
Dude this was the funniest thing I read all day :lol: Awesome!Casey
»
Ruy Calderon
Disclaimer one: I'm sorry this doesn't relate directly to the game or to the code, really, I just …
»
Andrew Chronister
A good way to optimize between organization (based on current topics of discussion) and having a r…
»
Casey Muratori
Just make a simple descriptor that the OS layer can use to enumerate its options to the game. Tha…
»
Patrick Lahey
Depending on how much you already know this might be useful: It is not specifically about games, …
»
Jeff Buck
I include handmade.h in the platform layer in order to get the definitions for:internal, local_pe…
»
Andrew Chronister
I think there's something to be said for the Unity-style popup which doesn't interrupt the "flow" …
»
Randy Gaul
And C++ rules applying means the compiler will generate a constructor and initialize that value to…
»
Casey Muratori
Hmm - why is that not possible at the moment? The code to which you were referring is not in han…
»
Casey Muratori
I'm guessing that probably what we really want is just a way to gather all the relevant threads fo…
»
David Owens II
How many people would check the "day 5" forums? People coming late might not get help because no o…
»
Joel Davis
How about just an official (casey-spawned) thread per day?
»
Marcos Sueiro
Casey[/quote] I agree with that, maybe one per day would be too much, but maybe.. using forums per…
»
Casey Muratori
It's a difficult question. I think there are advantages and disadvantages to having lots of subfo…
»
Patrick Lahey
This is one of the downsides of using a C++ compiler but pretending it is C. As soon as you add a…
»
Marcos Sueiro
Hi, I've been following the videos at Youtube and I've been reading all the stuff at the forum dis…
»
Fred
A word of advice (took me a bit of time to figure what was going on). By accident I had defined a …
»
Johan Gustafsson
Even on larger projects, a lot of the time is spent on disk access, preprocessing and parsing the …
»
»
Ianuarius
Exactly. It just makes no sense. Also, Casey didn't differentiate between: "I do this because it'…
»
Johan Gustafsson
"But I would like an option, to not use WASD, if that's the "choice", because to me those are the …
»
Jeff Buck
Just a clarification: I'm not trying to compile the "game code" as separate units, only my platfor…
»
Sebastian
But won't part be basically the same whichever method you use? You're going to need to put all the…
»
Livet Ersomen Strøm
I download from YT using a FireFox extention, and Noscript and Adblock. No problemo.
»
Casey Muratori
That is the part that I am talking about being less efficient. As an example, what is the set of…
»
Jeff Buck
@Flederfalter, This probably isn't exactly what you're looking for, but there is an interesting op…
»
Sebastian
It's Ad hoc (or "custom" or whatever you want to call it - I mean no value judgement by this btw) …
»
Casey Muratori
No, it never works reliably to estimate based on the resolution, because monitors have different D…
»