you can supply your own allocator and if you can guarantee that there will always be memory to sat…
Thanks Martins. Yeah I didn't realize the allocator required exception handling. I handn't used th…
Woo hoo the first thing listed makes my 3 week old symlink workaround unnecessary. (multiple code …
Been going very slowly. Ended up sick with a cold. In the meantime I've been thinking of how to go…
define fplDebugBreak() __builtin_debugtrap()elif __has_builtin(__debugbreak)define fplDebugBreak()…
define fplDebugBreak() __builtin_debugtrap()elif __has_builtin(__debugbreak)define fplDebugBreak()…
Because in C++ operator new throws exception (std::bad_alloc) when it cannot allocate memory. Whic…
Good evening all, Getting an opportunity to get a bit of programming in again at night. Started ba…
Hi everyone, i have a important release for you all! In the last couple of days i was working a bi…
Heyo everyone! I've been a bit quiet on the blog here as my life has been in a state of constant c…
I'm sure most everyone is familiar with how these things go. I myself haven't been able to be act…
The notion that there is such a thing as, "the right thing to do", is 100% false. Two equally adv…
I believe "large" is a subjective thing. Everybody has their own feeling or definition what is lar…
This is not a very significant thing: The explanation Casey gave for factoring the code for execut…
I'm not sure I see benefit of wrapping every single primitive type into class. If you're using C++…
I really hate to do this, but its been over two months since I've been able to do any work on this…
From what I understand, there is no 'experience requirement' on being a part of Handmade Network. …
After many many months I have updated ZeroTypes to work with Visual Studio 2017. The project has i…
Sort of related, but I released ZeroTypes Library on Handmade and recently created a pseudo-SFL ve…
I just registered because I like what folks are doing here and I would love to be a part of this m…
I don't think I'm doing anything revolutionary with my undo system, but hopefully making the reaso…
How to add it to VSCode? I copied vscode/ion/* to .vscode/extensions/ion (and .vscode/ion) but it…
Awesome! Yes, FPGAs can easily run very hot. :) I'm assuming you already know this, but just to av…
Great. That is one less flag I have to worry about.Also fixed that formatting, didn't notice I did…
Hi All! Presenting "Peanut Butter Game Jam" in Brooklyn, NY on Friday June 29th! We are looking fo…
-S is gone in 4.0.25, -F is all you need for full screen.4coder expects the flag and it's parameter…
-S was required before to go fullscreen, but I believe it isn't used anymore.
Shouldn't this line on those lines u need to account for a local_player->collision.position.x that…
-f 12 -F -S works fine for me with 4.0.25 It seems that the order is important, the font size firs…
I YOLO'd and took both video and arty. Lessons learned: a) Chinese resellers don't like pmods fo…