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.
Allen Webster
Hmm weird. Windows also had the CPU bug so I assumed it was just a bug in the core, but it sounds…
»
Dan Zaidan
Hi all. I'm trying to make a program that launches the compiler and present its information (and l…
»
EverCursed
This seems to still be an issue in the recent build. Was the fix accidentally left out? O.o Edit: …
»
Adin W-T
As the title states I recently ran into a bug where the editor crashes when I disable virtual whit…
»
spx
quick note: 0.7.2 had a few minor last-minute regressions in it. The most annoying being that "jum…
»
GameMader
got it. thanks guys. looking forward to continuing HMH!
»
Simon Anciaux
is the process of combining several audio source. In handmade hero we mix to a single track with…
»
Mārtiņš Možeiko
Mixing here refers to process which takes multiple buffers as input and turns that into one output…
»
GameMader
awesome. so i have 1 more thing if you've got the time to answer. i was reading over the flags in …
»
Simon Anciaux
That's correct. The latency issue is discussed in , and there are other threads in the forums tha…
»
GameMader
Hi, so I am watching Day 7, and I'm confused by what exactly Casey is referring to when he says la…
»
Simon Anciaux
If you want the set the default theme you should set it in the config.4coder file. If you want to …
»
Adrien
Thank you !!! But I have a last question if I want to use . App doesn't exist ?
»
Simon Anciaux
I have no experience in those things, but you can have a look at chapter 5.7 in this intel documen…
»
Mārtiņš Možeiko
It is common to do one of two things - one is to set GL/D3D API requirements to minimum you want t…
»
Oliver Marsh
Hi, I was wanting to release my game soon, and want to support as many computers as possible. The …
»
Miles
Reading a whole pixel as a single 32-bit word and doing bit operations on it (shifts, masks, etc.)…
»
programmingjay
I've only recently discovered the handmade hero series and it's helped me build some motivation fo…
»
Simon Anciaux
I think you can call "default_keys(context);" before "custom_keys(context);" to have the default b…
»
x13pixels
The last couple of days I've been working on RemedyBG's call-stack display and realized that the a…
»
Adrien
Hello, I'm beginner and a create a and I call void custom_keys(Bind_Helper *context) { } extern…
»
spx
Thank you for the quick report. During transit to msvc I replaced usage of bsr with lzcnt without…
»
braksten
Hi Guys, I am on Episode 3 of Handmade Hero, but I'm embarrassed to say that I have already encoun…
»
spx
That's still a bit of a puzzler. At this point I suspect that it may not be caused by the argumen…
»
Mārtiņš Možeiko
Yes. Officially you can build macOS binaries (and iOS) only on macOS. Unofficially, if you get the…
»
Robert Hickman
@Marcc I am aware of that. I disagree, the basic mechanics of the two are pretty different, with …
»
AlexKindel
I've finished separating the back end code into a static library. Do I understand correctly that i…
»
Andrew Reece
One additional thing that may be helpful, what CPU are you using?[/quote] No worries, glad to hea…
»
Mārtiņš Možeiko
For that you typically build with "/PDBSTRIPED:second_file.pdb" argument. This will contain only …
»
Mārtiņš Možeiko
Yeah, by default clang uses ld.exe which is linker from binutils. And that one knows only dwarf, n…
»