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.
Andrew Reece
I built myself a little utility 'function' for locally browsing Casey's code changes with git that…
»
ratchetfreak
you shouldn't have to increment a float per timer at all. Instead use uint64 as a current time fro…
»
Mārtiņš Možeiko
I pretty much use same system as Casey. Integer/float for time left for event to be active. I feel…
»
HawYeah
Hey guys, So I've been working on my game for quite a while and there are many instances where we …
»
Mārtiņš Možeiko
He had pretty good GDC talk where he showed bunch of stuff needed to achieve the results he talks …
»
iradicator
Great link, thanks. I'm also interested with hands-on type of demonstration.
»
Mārtiņš Možeiko
Not a video series, but still a ton of useful blog posts:
»
Mārtiņš Možeiko
Here's a smaller video file, I reencoded original recording with lower quality settings: (271MB)…
»
iradicator
Looking for a video series like Handmade Hero focused on building either a network based game or a…
»
ratchetfreak
he uses 2 examples of math in graphics (matrix transforms and normal mapping) to show that black b…
»
Mór
Thanks for putting it up. Can someone say what it covers roughly? Its a big download and my Inter…
»
ratchetfreak
laments that a good talk he gave wasn't recorded then doesn't upload retry to youtube...
»
Finalspace
I finally finished the basic documentation, fixed some bugs and solidified the api a little bit. …
»
Lokathor
Got around to fixing this. I'll give the explanation in case anyone else hits this some day. In so…
»
Mevius
Thank you.
»
Mārtiņš Možeiko
Here you go:Twitch recorded stream: (2.4GB)Reencoded to smaller size: (271MB).
»
Matt Mascarenhas
Yeah, on the 3rd Casey redelivered a lecture called 'How to Open a Black Box' originally given to …
»
Mevius
I missed both stream last weekend. I checked, there are two scheduled streams for Feb 3 and Feb 4.…
»
Matt Mascarenhas
Incidentally, there were four more out-of-order annotations (in days 020, 128, 184 and 187), all n…
»
Matt Mascarenhas
Cheers, Tim. It's fixed (and I've made a note to make Cinera verify the chronology of annotations)…
»
Tim Kane
Day 384 episode guide annotations are a little confused The following entries occur out of sequen…
»
Timothy Barnes
In this post I will give an overview of how I arrived at the current movement system for Seabird …
»
Mārtiņš Možeiko
At the point of mapping - nothing. Memory contents does not matter at the point of calling "map" …
»
Jason
Okay so a page of a file, whether that be an exe or whatever, can be 'mapped' into physical RAM w…
»
ratchetfreak
Memory mapping a file means that from the point of view of the program a region of memory contains…
»
Mārtiņš Možeiko
When new process is started then special data structure is created by operating system which conta…
»
Jason
So I've just got done with some of Casey's videos explaining some of the in's and out's of windows…
»
Finalspace
I updated the documentations a lot, with tutorials, examples, faq and all that stuff. Also there …
»
David
Cool.
»
Andrew Chronister
This isn't a bug but a limitation of markdown's URL format. There are a few ways around it, most o…
»