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.
Christopher McLaughlin
/useenv has been working really well for me but I can't believe that there isn't a better way to …
»
ratchetfreak
you can supply your own allocator and if you can guarantee that there will always be memory to sa…
»
Scott Hunt
Thanks Martins. Yeah I didn't realize the allocator required exception handling. I handn't used t…
»
Jim R. Didriksen
Woo hoo the first thing listed makes my 3 week old symlink workaround unnecessary. (multiple code…
»
Randy Gaul
Been going very slowly. Ended up sick with a cold. In the meantime I've been thinking of how to g…
»
Finalspace
mmozeiko 1 2 3 4 5 6 7# if __has_builtin(__builtin_debugtrap) //! Stop on a line in the debugge…
»
Mārtiņš Možeiko
1 2 3 4 5 6 7# if __has_builtin(__builtin_debugtrap) //! Stop on a line in the debugger (Trap) …
»
Mārtiņš Možeiko
Because in C++ operator new throws exception (std::bad_alloc) when it cannot allocate memory. Whi…
»
Scott Hunt
Good evening all, Getting an opportunity to get a bit of programming in again at night. Started …
»
Finalspace
Hi everyone, i have a important release for you all! In the last couple of days i was working a…
»
Allen Webster
Heyo everyone! I've been a bit quiet on the blog here as my life has been in a state of constant…
»
Allen Webster
I'm sure most everyone is familiar with how these things go. I myself haven't been able to be ac…
»
NelsonMandella
Benjipede Can anyone explain to me, why this factoring was the right thing to do? The notion tha…
»
Mārtiņš Možeiko
I believe "large" is a subjective thing. Everybody has their own feeling or definition what is la…
»
Benjamin Pedersen
This is not a very significant thing: The explanation Casey gave for factoring the code for execu…
»
Mārtiņš Možeiko
I'm not sure I see benefit of wrapping every single primitive type into class. If you're using C…
»
David Butler
I really hate to do this, but its been over two months since I've been able to do any work on thi…
»
Ryan Fleury
From what I understand, there is no 'experience requirement' on being a part of Handmade Network.…
»
Lost Astronaut Studios
After many many months I have updated ZeroTypes to work with Visual Studio 2017. The project has…
»
Lost Astronaut Studios
Sort of related, but I released ZeroTypes Library on Handmade and recently created a pseudo-SFL v…
»
Alexander Obi Davids
I just registered because I like what folks are doing here and I would love to be a part of this …
»
Andrew Reece
I don't think I'm doing anything revolutionary with my undo system, but hopefully making the reas…
»
Maykeye
Platin21 So many people do a .tmLanguage but i did already make one it works for sublime/vscode/…
»
Per Vognsen
Awesome! Yes, FPGAs can easily run very hot. :) I'm assuming you already know this, but just to…
»
David Madrigal-Hernandez
Mr4thDimention 1. -S is gone in 4.0.25, -F is all you need for full screen. 2. 4coder expects the…
»
Dan
Hi All! Presenting "Peanut Butter Game Jam" in Brooklyn, NY on Friday June 29th! We are looki…
»
Allen Webster
1. -S is gone in 4.0.25, -F is all you need for full screen. 2. 4coder expects the flag and it's …
»
Simon Anciaux
-S was required before to go fullscreen, but I believe it isn't used anymore.
»
Simon Anciaux
Shouldn't this line 1 2 3if (player_moved_down) { final_position.y = ent_rect_pos.y + local_p…
»
simon sutherington
-f 12 -F -S works fine for me with 4.0.25 It seems that the order is important, the font size fi…
»