Bigpet —
I hate this "codergears" website. Their "articles" are mostly devoid of content and only used to a…
I want more rather than less. It should be 8 hours a day or we will never finish this game! I bet …
Ziad —
I think it's nice to work on "fun stuff". Optimization is an important skill to pick up!
You are archiving the whole thing and you did say you'll answer questions from previous streams, s…
royh —
For Thanksgiving I could only watch 2 of the streams and had a daunting backlog to catch up with a…
Note that it slightly misunderstands John Carmack's role in all this (he sets it right in the com…
Oni —
The regular schedule seems fine, I'm really curious about how you intend to architecture HH. Thank…
I say continue on as normal. People (including myself) will probably miss a couple streams due to …
Fun sounds good to me. I like fun. I can safely say I am a fan of fun in all its various forms.
Hey guys! I am trying to figure out what would work best for everyone in terms of the Handmade Her…
We'll definitely be hitting this stuff much harder when we try to do the shipping Win32 layer.Cas…
That is always going to be true, though, since we always write from the last place we stopped writ…
Here is frame rate data for a case with popping. It from the day 25 code. My previous output had…
This may be going down the wrong path, and I apologize if so, but are you setting TSine = 0 in Han…
Something very weird is going on. I recorded all of the samples that we place into the sound buff…
Erlend —
Just watched a couple of video talks about c++ game development and thought it was very interestin…
Filip —
Thanks, I actually tried that but it doesn't make any difference as far as I can tell. Might be wo…
I think on Linux you could use fallocate function to allocate space in file. On OSX fallocate does…
Filip —
Another approach is to seek to the end of the file descriptor and then write a single byte to real…
Yes, as you suspected, I will be showing how to do this when we get to hardware acceleration later…
(also, are you running vcvarsall.bat?)Casey
Sorry, I don't have Windows on same hardware as Linux. And I think its pointless to do that, beca…
Nice and interesting post. Can you test the Linux build against the Win build on the same hardware…
Filip —
Ok, I switched to mmap mostly since Casey started to map files on the windows side. It works fine …
The way casey architected the game layer gives a lot of power. Because it only uses the passed in …
Holy mother of God! 30 minutes? OMG. It's even worse than I thought then. My pet solution compile…
Thank you for confirming this. :) I think there is an API to help with this. SetProcessWorkingse…
Then you should be fine. Have you run shell.bat file? Can you show output of following command: "e…
Are you using Visual Studio 2013 Community Edition to compile, or something else?