As the title says, When I close the 'Win32Handmade.exe' application window, it disappears, but the…
Thanks for letting me know, Abner.
Thanks for clarifying this again, Casey.
Thank you. Its working now.
So it looks like you're building with the -W4 (warning level 4) and -WX (treat warnings as errors)…
It's on our , so it will be looked at and implemented. Please file any new bug or feature request…
Please be sure to watch the Handmade Hero episodes that deal with premultiplied vs. nonpremultipli…
I have been trying to use stb_image.h but I am running into some errors that I don't understand. C…
I was playing around with alpha blending textures and I am not quite sure what's going wrong. I cr…
It doesn't matter for software rendering, All that it will be doing is pushing a bitmap, that you…
At the start of Handmade Hero I followed along very closely (also on a Mac), and this is how I se…
Hi folks. A while a go I partially saved one of Pseudonym73's OS streams. It's only 28 minutes, a …
According to the Android documentation TLS 1.1 is supported on API level 16+ (4.1–4.3.1) but not…
Wow thats awesome! Will definitely go through!
Here's a pretty cool tutorial/guide how to create software renderer in C++ completely from scratch…
The current game has some rasterization functions in it, such as the box drawing code that draws a…
It looks like Android 4.x is OK as a minimum platform, perhaps: But testing via BrowserStack, whe…
I'm new to programming and have work that have nothing to do with programming. It just my newly fo…
Thanks I will take a look into that. Is there even rasterization and stuff like that implemented i…
Finally decided to get around to making an account here and apparently I already had one (from han…
I might see if, with the current API, if I can get a smarter, albeit very hacky, autocomplete work…
Yep. As Mārtiņš has pointed out - the only currently secure versions are TLS 1.1 and above, so …
Yeah, I knew about it. Useful, for what it's worth. :)
Unfortunately there isn't any secure TLS configuration that would allow older Android's to connect…
I'm sorry I don't have a specific answer for you but between ssl config generator by mozilla and …
So, I have enabled https on all our sites at Molly Rocket. I hate the web and I hate Apache and I…
Thanks! I have logged this as a bug so we will look at it on-stream.Casey
I believe the PackEntityIntoChunk function has a bug in it. The code that creates the first Block …