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