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
Thanks everyone for the debugging help. Mac debugging is pretty tough for me still. @Oliver If yo…
»
Abner Coimbre
As an aside, this thread is so exemplary of what the Handmade community is about. I've enjoyed rea…
»
Abner Coimbre
Hope to hear more! Always nice to hear how the community handles big frameworks.
»
Matthew Carr
I found this thread while thinking about Handmade Hero in the context of my current game developme…
»
David Butler
excerpt from man 5 core: [/code] In other words, you might want to try sudo launchctl limit core …
»
Matt Mascarenhas
Alright, thanks to @AsafG's suggestion in IRC, I think we have a workable single-device solution: …
»
Matt Mascarenhas
Oh interesting, @mmozeiko, I'll look into getting them tracked in the YouTube history as a partial…
»
Jeroen van Rijn
Cinera outputs a bunch of static HTML pages which we then integrate into the site template. It wou…
»
Nora Baldwin
Hm, I don't think a cookie would quite cut it since they will occasionally get cleared and don't p…
»
Matt Mascarenhas
Sorry to keep you waiting, folks! So, the project wikis can be enabled / disabled by their owner, …
»
Mārtiņš Možeiko
Not sure how this works, but on other sites when I watch youtube embedded videos they all show up …
»
Matt Mascarenhas
Yeah, this would be great. It's a while since I last (vaguely) thought about it, but I'm fairly su…
»
Oliver Marsh
Yes I thought this as well. Just a check box would be great.
»
Nora Baldwin
Sorry if this request is too specific to the Handmade Hero project but I couldn't find a better pl…
»
Oliver Marsh
THanks Martins for the reply, I change the ulimit to unlimited but nothing appeared in the /cores …
»
Dustin Specht
The other links in the original post don't seem to link properly either.
»
Andrew Reece
Ooh, that's pretty nice, I hadn't come across tig before, thanks mmozeiko!
»
nj
Added "desc" command to describe a given key binding command, using the new command metadata syste…
»
Oliver Marsh
At the end of december I decided to port the game to SDL so I could use my mac computer. I knew I…
»
Mārtiņš Možeiko
Typically on Linux/OSX, if you don't have source, the best way is to send core dump to author. The…
»
Oliver Marsh
Hi, I really like 4coder and I've been using it on my mac. However it crashes pretty regularly on …
»
HawYeah
I feel worrying about updating this variable is silly. I mean - you can as well forget to update …
»
Mārtiņš Možeiko
I simply use . This is how it typically looks like: Commits on left, diff on right. Up/down moves…
»
Mór
Here's a smaller video file, I reencoded original recording with lower quality settings: (271MB)…
»
Mattie
Black box talk was uploaded to Casey's channel:
»
Finalspace
I changed/moved the code a lot to make it more easier to add new platforms in the future. Also i …
»
Andrew Reece
I built myself a little utility 'function' for locally browsing Casey's code changes with git that…
»
ratchetfreak
you shouldn't have to increment a float per timer at all. Instead use uint64 as a current time fro…
»
Mārtiņš Možeiko
I pretty much use same system as Casey. Integer/float for time left for event to be active. I feel…
»
HawYeah
Hey guys, So I've been working on my game for quite a while and there are many instances where we …
»