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.
Handmade Network»Feed
Bigpet
I found the idea of "compression oriented programming" as Casey called it kind of interesting. …
»
Casey Muratori
We can certainly try this and just use 60 for "unknown" modes, although it would be nice to know …
»
Casey Muratori
We should probably assume it's whatever the last thing was... so maybe we should use OldControlle…
»
BlueWolf
According to MSDN: http://msdn.microsoft.com/en-us/library/tzkfha43.aspx , you can additionally "…
»
Dmitriy
Never saw that EnumDisplaySettings() return 0 or 1 in dmDisplayFrequency for "common" display mod…
»
Dejan
Yeah it looks like EnumDisplaySettings() is the call for getting the refresh rate. I get 60 Hz as…
»
Quaiton
I've tested the code in the first post of this page, and I do get the correct refresh rate of my …
»
Furkan
If i am not mistaken the /Oi flag signals the compiler to replace functions with intrinsic versio…
»
Kasper Sauramo
As far as I've read the main culprit is usually said to be file IO. In Unity you load each file o…
»
Marc Novakowski
I usually watch episodes on YouTube the day after the live broadcast because it fits better with …
»
Johan Öfverstedt
The linker probably is one of the culprits. Furthermore, think about what happens when you includ…
»
Allen Webster
The linker probably contributes a lot. I wouldn't be surprised if the entire process of starting…
»
Christopher
So is it the linker that is so slow? I can say for sure I'm switching to unity build (and avoidi…
»
iamdefinitelybatman
I'm happy to help, as soon as you post the .py
»
Andrew Chronister
nxsy The only dragons will be in the Dragon Punches! Shoryuken! Oh, say it ain't so! Eh, I don…
»
Andrew Bromage
"Also keep in mind that this is the first game to feature "meta-achievements", which are achievem…
»
Nines Baobaberson
(nasally voice) Ahem, yes, on the Handmade Hero CD-ROM, is there a waay to get out of the dungeon…
»
Nines Baobaberson
@schme I had the same question actually. I ended up just letting all WM_PAINT messages fall thro…
»
Nines Baobaberson
@Mr4thDimension I think you've asked an important question here... I wish I better understood th…
»
Christopher
The code looks a lot like Casey's and some of it is direct copy and paste, some of it comes from…
»
Christopher
Yes I second this. I've never made a bot before but I'm willing to put in manpower. and chonalro…
»
Ian
I've noticed that there is a path through the amended controller code that can leave NewControlle…
»
Jeff Buck
Filip, That's a good example of building and packaging a Mac app. Nice work! I don't go out of …
»
Iker Murga
If you want to do nothing with the area, just whatever is necessary for Windows to not complain I…
»
Jeff Buck
@visitect, Thanks for the head's up on __builtin_readcyclecounter() - I didn't know about that. …
»
Jason
mmozeiko Oh, sorry. My mistake. If you build with command line, then you need to add "/I%DXSDK_DI…
»
Stefan Koch
It's great to see that handmade-hero is working as intended! You can be proud casey!
»
Kasper Sauramo
One downside is the erronous errors on syntax checking and lack of code completion. If some IDE's…
»
Kasper Sauramo
ikerms If you mean do nothing about the WM_PAINT message Windows sends the program I mean this…
»
BlueWolf
Someone posted their Ludum Dare entry, that was kinda build on handmade hero code. https://forum…
»