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.
Miguel Lechón
I've extracted the audio from yesterday's (day 149) archived episode on youtube and loaded it on …
»
Mārtiņš Možeiko
It would be strange if audio volume issue is on Casey side. Because I am watching videos on two d…
»
Benjamin Bumblebee
Any news on the matter? I'm certainly no audiophile or picky about sound at all, but I always wat…
»
Andrew Bromage
MaximB 3. Why don't you develop the game on all 3 platforms simultaneously? the code will be bett…
»
Miguel Lechón
Oh, and the override stuff is explained in day 145's Q&A (1h10m45s).
»
theo
Thanks :P I really have to catch up sometime
»
Miguel Lechón
I believe that audio bug was corrected during the first fifteen minutes of episode 148.
»
theo
Everything works fine, but for some reason i get an error when the debugger runs this line of cod…
»
Mārtiņš Možeiko
Try /Oi (Optimization -> Enable Intrinsic Functions) and /fp:fast (Code Generation -> Float…
»
Jay
So I am only on episode 50 - way way before Casey addresses optimisation. However since Casey ad…
»
Casey Muratori
That is what I typically do in my normal codebase - it's a bright pink texture thing :) But I do…
»
Miguel Lechón
While annotating the last episode, I've noticed that this question from the Q&A: Should there…
»
MaixmB
Thanks for the haste replies, I love the idea of creating a game from scratch and documenting the…
»
Mārtiņš Možeiko
1. C++ but in C style. Only few selected features of C++ is used. 2. Handmade engine. This serie…
»
Miguel Lechón
Hi and welcome! 1 The game is programmed in C++, although it's mainly plain C. 2 Handmade Hero i…
»
MaixmB
Hello, Some basic questions I didn't see answers too, I can't watch the videos right now because …
»
Mārtiņš Možeiko
Your main function cannot be arbitrary called "Win32WinMain". It must be called WinMain or main d…
»
Bill
I've started from the beginning in VS, and have hit a wall in day 4 at around 27 minutes, just be…
»
Casey Muratori
No, that is not normal... you should be able to use space bar to create a hero and WASD to move h…
»
Andrew Bromage
Obligatory link: https://github.com/gpc/searchable/pull/3 At the time of posting, the last comme…
»
dy
Wow thanks guys for the quick responses! That really helped!
»
theo
one more thing (also stupid) is it normal that hero cant move in the day 147 code?
»
theo
it worked :D i really am stupid though.
»
theo
In fact, i did not! i will try it out now, will post again if it doesnt work. Thanks in advance, …
»
Mārtiņš Možeiko
Did you do what Casey did on day 1 at ~48:40? Setting working directory in solution settings.
»
theo
So, after downloading the source for day 37, along with the test assests which i put in my data f…
»
Mārtiņš Možeiko
As mattc already said - "32-bit Operating System, x64-based processor" means that you are running…
»
Johnathan
Thanks for the update Casey. -redwindmill
»
Matt Campbell
32-bit operating system means you can only run 32-bit programs, sorry. You should be able to com…
»
dy
Hi guys, I'm kind of late to the party, but hopefully you guys wouldn't mind helping me out. I u…
»