I built myself a little utility 'function' for locally browsing Casey's code changes with git that…
you shouldn't have to increment a float per timer at all. Instead use uint64 as a current time fro…
I pretty much use same system as Casey. Integer/float for time left for event to be active. I feel…
Hey guys, So I've been working on my game for quite a while and there are many instances where we …
He had pretty good GDC talk where he showed bunch of stuff needed to achieve the results he talks …
Great link, thanks. I'm also interested with hands-on type of demonstration.
Not a video series, but still a ton of useful blog posts:
Here's a smaller video file, I reencoded original recording with lower quality settings: (271MB)…
Looking for a video series like Handmade Hero focused on building either a network based game or a…
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…
laments that a good talk he gave wasn't recorded then doesn't upload retry to youtube...
I finally finished the basic documentation, fixed some bugs and solidified the api a little bit. …
Got around to fixing this. I'll give the explanation in case anyone else hits this some day. In so…
Here you go:Twitch recorded stream: (2.4GB)Reencoded to smaller size: (271MB).
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.…
Incidentally, there were four more out-of-order annotations (in days 020, 128, 184 and 187), all n…
Cheers, Tim. It's fixed (and I've made a note to make Cinera verify the chronology of annotations)…
Day 384 episode guide annotations are a little confused The following entries occur out of sequen…
In this post I will give an overview of how I arrived at the current movement system for Seabird …
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…
Memory mapping a file means that from the point of view of the program a region of memory contains…
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…
I updated the documentations a lot, with tutorials, examples, faq and all that stuff. Also there …
This isn't a bug but a limitation of markdown's URL format. There are a few ways around it, most o…