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.
Dawoodoz
Any book about tables and normal forms in databases will also be a useful source of learning for …
»
twelvefifteen
Thank you for the reply! I'll be honest and say that it mostly went over my head, but that is oka…
»
Dawoodoz
Multiple tables for multiple root types, then share variables If two types have little overlap in…
»
albatros
Awesome, more codeclap is coming :D
»
twelvefifteen
Hi! I have a nooby question about entity systems. Let's say I have a common entity struct to repr…
»
»
Simon Anciaux
Thanks again. For anyone who's reading this thread, the prefix and noprefix "keywords" specify i…
»
spx
0.9.5 is now available for Windows and Linux. macOS is missing for now which wasn't really inte…
»
Mārtiņš Možeiko
Yes, you can use intel syntax in gcc inline asm like this: 1 2 3 4 5 6 7 8 9 10 11 12 13…
»
Simon Anciaux
Thanks. I just didn't thought about using a "global" asm block in C file, but now it seems obviou…
»
spx
Good to hear that you found a way to work around this. I think 0.9.1 should have the necessary c…
»
Mārtiņš Možeiko
Yeah, don't do that in C. It will break depending on optimization levels. Have small assembly sta…
»
Simon Anciaux
[EDIT] Please read the rest of the posts before using any of this post code as there are errors i…
»
Mārtiņš Možeiko
SAL annotations are defined in sal.h file. windows.h includes it, that's why it works with clang.…
»
Dawoodoz
X11 will usually flicker if doing CPU drawing while resizing the window. Not sure how this works …
»
kurorah
Sorry it took me a few days, but I came back to it and found it complies just fine with the build…
»
Leonardo
Wow! Just saw that you talked about the same thing here, mmozeiko. What a coincidence!
»
Leonardo
Ohh that's right. I missed this part. Thanks again! Now everything is working fine. Oh I'm not e…
»
Riccardo Caprari
mrmixer You should add the steam video on the project page so that we can see what's the game abo…
»
hb3p8
Hi everyone! Light Tracer Render is now part of Handmade network! Light Tracer is an interactive…
»
Mārtiņš Možeiko
You missed this part in my reply above: Sometimes though the IID's are only declared, and do not…
»
Leonardo
Hey guys, I'm not able to use any IID_ID3D12***** GUID in any function that requires one. NOTE:…
»
BernFeth
I understand it's hard (maybe even impossible). But I can't agree more that it is something we de…
»
Dawoodoz
nuclearI gave up on hacking for smartphones a long time ago. It's clear that they don't like me, …
»
John Tsiombikas
The tragedy about mobile devices, is that they're very unfriendly towards hackers. Proprietary bo…
»
Dawoodoz
If I would make a mobile operating system, I would make development easier by having a desktop mo…
»
Mike Jackson
Hi everyone, This month's London meetup is going to be online. The details are as follows: When…
»
C_Worm
Allright, thanks for clearing that out for me! :)
»
Mārtiņš Možeiko
When you say "every Unit will have the move function", do you think Unit structure is different w…
»
C_Worm
let's say we have this struct: 1 2 3 4 5 6 7 8 9 10 11 12struct Unit { int x; i…
»