Thanks, I added a note in the original post.
Relevant article by @inconvergent
Something that is important to note is that these people are not game designers and they are taki…
As someone said: procedural generation is not random generation. Saying that using procedural gene…
Did the new-post marker disappear because of this change?
Just pushed a pretty major change, including page layout changes and stylesheet changes, and the s…
It seems at the moment (or forever) the size of arrays only be determined at compile time? [/quote…
This is now fixed, thanks.
I've been trying to do a few code examples in Odin, just to see how I might code some things in th…
Ian —
My bad, I didn't disable libphysfs for my release script. Thanks for taking the time to play it!
Great post! You can actually generate the unicode codepoint inside of the rawinput (and therefor o…
It's just a shorthand for "the size that a pointer is". There's no rhyme or reason for it. The "…
It's probably an adaptation from the
Btw what does mm stand for?
I think this is relevant. In this thread it's explained how I store profiled sections with hot cod…
/Kim[/quote] Uh, I didn't notice it, my bad. @mmozeiko: I'd prefer to enforce equivalent literal …
We discussed it a while back in . /Kim
That's exactly what OP is saying on last line :) (edit)
Ahhh Allen this give me great pleasure to see that video. Know that your efforts are greatly appre…
You have a stray ; after the WinMain function signature:
The reasoning I've seen is that it's not a macro because the function name isn't known at pre-proc…
I don't remember where, but I have read that the reason is for func == func expression to be true.…
Next time when you post an error message, please post it fully - including line number which mache…
Adel —
Hi all, I am trying to start following the tutorials from the start, I installed visual studio com…
I've tried to find out why is defined as a variable and not as a literal. I've found out that it …
Put breakpoint at start of Win32InitDSound function and start stepping to see if all if conditions…
Using VirtualAlloc in 32-bit OS is perfectly fine. In fact on Windows that is pretty normal way ho…
I am 100% on board with that plan. And we're not the only ones ! In fact, one of my big plans for…
I think that in 32bit virtual allloc can only allocate maximum 2 GB of memory. And the base addres…