joe513 —
Thanks for the quick reply. I updated my original post with exact replication steps. "Windows > Re…
spx —
@joe513 thanks for the report. On Linux the easiest way to report crashes is to simply run the pro…
joe513 —
Congrats on the release, I have been following the bug tracker for a while now and have been looki…
spx —
well there were a few last-minute issues on Linux that I didn't notice before (ptrace is a bit of…
Thank you, I found that very helpful. I really shouldn't try to preempt issues before I actually e…
Jens —
Version 0.0.2 released! There are many practices on how to develop software; OOP, reactive, the "m…
Jens —
This is part 2 of specifying HHA file format in BEdit layout language. To recap, we left off havin…
Jens —
Sometimes you have a very good idea of what's in a binary file, you might even have the source cod…
@twelvefifteen The answer to your question is most likely highly depending on what you are actuall…
Any book about tables and normal forms in databases will also be a useful source of learning for t…
Thank you for the reply! I'll be honest and say that it mostly went over my head, but that is okay…
If two types have little overlap in variables and don't need to be in the same list, you can have…
Awesome, more codeclap is coming :D
Hi! I have a nooby question about entity systems. Let's say I have a common entity struct to repre…
This has been fixed, thanks.
Thanks again. For anyone who's reading this thread, the and "keywords" specify if you need to pu…
spx —
0.9.5 is now available for Windows and Linux. macOS is missing for now which wasn't really intende…
Yes, you can use intel syntax in gcc inline asm like this: );[/code]
Thanks. I just didn't thought about using a "global" asm block in C file, but now it seems obvious…
spx —
Good to hear that you found a way to work around this. I think 0.9.1 should have the necessary cap…
Yeah, don't do that in C. It will break depending on optimization levels. Have small assembly star…
[EDIT] Please read the rest of the posts before using any of this post code as there are errors in…
SAL annotations are defined in sal.h file. windows.h includes it, that's why it works with clang. …
X11 will usually flicker if doing CPU drawing while resizing the window. Not sure how this works w…
Sorry it took me a few days, but I came back to it and found it complies just fine with the build …
Wow! Just saw that you talked about the same thing , mmozeiko. What a coincidence!
Ohh that's right. I missed this part. Thanks again! Now everything is working fine. Oh I'm not edi…
Thanks, it's a good idea but I haven't really found a way to do that. I added the trailer in the …
hb3p8 —
Hi everyone! Light Tracer Render is now part of Handmade network! Light Tracer is an interactive p…
You missed this part in my reply above: Either link to static lib where this GUID is (dxguid.lib)…