Hmm. I think I misread the post. I thought the idea was to mimic a game loop that uses PeekMessage…
Why would you want non-empty event queue, if you are writing text editor? Empty queue makes proces…
OK so I thought that was this weekend. Turns out it's next weekend. Sorry for announcing it wron…
I'm sure this has been mentioned some place or forum but I've never found it. You can create your …
Yep, everything that @mmozeiko said. The only thing I'll add is the in the typically event-driven …
Yes, in current state all functions (except dll exported) can be static or inline. If some are not…
I see, thanks for that. Why are some functions non static though? Shouldn't every function in the …
If you don't mark function static then compiler needs to put it in special symbol table for linker…
Sorry if this has been asked before but I don't understand why some functions are marked as intern…
These are beautiful days.
All Hail the BlackMagic of WebDev!
Handmade Network is launching on Monday the 25th of April. The Handmade Hero forums and community …
Mikkel —
HANDMADE NETWORK HYPE \o/
Handmade Network is launching on Monday the 25th of April. The Handmade Hero forums and community …
In handmade hero you can watch the episodes about the asset file format it start at week 30 (episo…
This is a minor database problem What you can do is group the fixed size data (like the actual sta…
I'm new to handmade hero, been marathoning for 4 months and I'm at episode 130-ish, I could say th…
I actually thought about this exact thing when I was making a file synchronizer for my self and I …
That's exactly how you write GUI applications on most systems! is how you do GUI events for Win32…
Ah, I see. Thanks guys! /Robert
Hi! I was thinking about how one would implement a text editor for instance. With a game there is …
I thought that I could skip cleaning up if I knew the application was going to exit because of th…
Yes, that's exactly why you can skip cleaning up, because OS will deallocate all virtual memory fo…
Thanks for the answers. I thought that I could skip cleaning up if I knew the application was goin…
For example, I only use Arch Linux. And it doesn't have /etc/init.d or /etc/rcX.d or /etc/rc.loca…
Not sure in what context this is, but /etc/init.d won't work for everybody. Every Linux distributi…
Casey[/quote] Any idea why it doesn't work properly? Is it a problem specifically on Nvidia cards…
Casey, If you have any question re *nix systems let me know Been a *nix sysadmin for many many yea…
Yeah, I'm pretty sure we have to ditch multi-context downloading. nVidia's materials gave us the …