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.
Jason
Damn, that sucks. Would you know if any good resources on how to properly light a 2d game? Or the …
»
AntonHakansson
mmozeiko thank you! The alignment turned out to be the problem as you suggested. I've never had a…
»
Simon Anciaux
I don't think Casey's gone back to that. At the moment, handmade hero uses a mix of 3d graphics (w…
»
Mārtiņš Možeiko
Not sure about 0xFFFFFFFFFFFFFFFF (is your rect pointer valid?). Are you sure it happens at this p…
»
AntonHakansson
Hi! I have a a backbuffer rendering approach that fills a buffer with rendering primitives for the…
»
Jason
I've recently finished watching up to day 104 which seems to finish up the 2d lighting stuff. At t…
»
Mandelmus
Is this final VS2019 version? If you had preview versions installed before it may messed up somet…
»
Mandelmus
No that's correct. I don't have a w:\handmade\ folder, my build folder is right there in w: and t…
»
Ryan Fleury
If a path you specify has a at the beginning of it, that signifies that the path starts in the d…
»
Mārtiņš Možeiko
Does "W:\build\win32_handmade.exe" file actually exists? Is this final VS2019 version? If you had …
»
Mandelmus
Hey everyone. I just started the journey of trying to follow along with Casey's series and I'm stu…
»
Chen
Alright sounds good. Thanks for helping me out with this issue.
»
x13pixels
In that case I'm not sure what is going on. It might be worth adding some diagnostics to the Outpu…
»
Chen
I do have /Z7 flag enabled instead of /Zi. This is my build.bat: IF NOT EXIST ..\build mkdir ..\b…
»
x13pixels
Chen, RemedyBG currently only supports PDBs with full debug information. The first thing to try i…
»
Chen
Hi. When I try stepping into the code with RemedyBG, it steps into the disassembly instead of step…
»
thorduragust
I made a command that preserves indentation of the line you came from when you input a newline. Wh…
»
x13pixels
Not currently, no. I'll see what I can do to get this moved up the list. -- George
»
x13pixels
You're welcome. That is great to hear. -- George
»
x13pixels
I'm unable to download the latest version. When I attempt to do so Chrome says "Failed - Virus de…
»
serolod
I tested this again with 4.0.30 and the crash is gone, but tabbing into folders mounted with sshfs…
»
Oliver Marsh
Thanks for the reply Simon, yes investing in a better computer is top priority for me. Since the m…
»
Tim Green
Thanks for the fix! Finally got around to checking it out, and I can run my stuff! Gonna take some…
»
edrickhong
I use cmake for my build system and I'm trying to hack in a cmake formatter into 4coder. Currently…
»
mamoniot
The message does have the configuration in it, and those configuration do match what I write in th…
»
Simon Anciaux
I think worrying about different platforms at this stage of the development is counter productive.…
»
Blake Martin
I found this documentation by coincidence on MSDN, and that's why I asked the question. It doesn't…
»
Blake Martin
So far, Inno Setup is looking okay. I'm not too impressed by their choice of scripting language, b…
»
Allen Webster
To double check, on startup I believe 4coder should be printing your configuration out to the mess…
»
Mārtiņš Možeiko
What happens if you use curl or wget?
»