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.
Simon Anciaux
Thanks, I added a note in the original post.
»
Gianluca Alloisio
Relevant article by @inconvergent
»
Jeremiah Goerdt
Something that is important to note is that these people are not game designers and they are taki…
»
Gianluca Alloisio
As someone said: procedural generation is not random generation. Saying that using procedural gene…
»
ratchetfreak
Did the new-post marker disappear because of this change?
»
Andrew Chronister
Just pushed a pretty major change, including page layout changes and stylesheet changes, and the s…
»
Mikkel
It seems at the moment (or forever) the size of arrays only be determined at compile time? [/quote…
»
Andrew Chronister
This is now fixed, thanks.
»
FalconJon
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!
»
Daniel Hesslow
Great post! You can actually generate the unicode codepoint inside of the rawinput (and therefor o…
»
Casey Muratori
It's just a shorthand for "the size that a pointer is". There's no rhyme or reason for it. The "…
»
ratchetfreak
It's probably an adaptation from the
»
Mārtiņš Možeiko
memory mapped?
»
bimbinel
Btw what does mm stand for?
»
Gianluca Alloisio
I think this is relevant. In this thread it's explained how I store profiled sections with hot cod…
»
Gianluca Alloisio
/Kim[/quote] Uh, I didn't notice it, my bad. @mmozeiko: I'd prefer to enforce equivalent literal …
»
Kim Jørgensen
We discussed it a while back in . /Kim
»
Mārtiņš Možeiko
That's exactly what OP is saying on last line :) (edit)
»
Raytio
Ahhh Allen this give me great pleasure to see that video. Know that your efforts are greatly appre…
»
GeorgeKT
You have a stray ; after the WinMain function signature:
»
Mattie
The reasoning I've seen is that it's not a macro because the function name isn't known at pre-proc…
»
Mārtiņš Možeiko
I don't remember where, but I have read that the reason is for func == func expression to be true.…
»
Mārtiņš Možeiko
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…
»
Gianluca Alloisio
I've tried to find out why is defined as a variable and not as a literal. I've found out that it …
»
Mārtiņš Možeiko
Put breakpoint at start of Win32InitDSound function and start stepping to see if all if conditions…
»
Mārtiņš Možeiko
Using VirtualAlloc in 32-bit OS is perfectly fine. In fact on Windows that is pretty normal way ho…
»
Allen Webster
I am 100% on board with that plan. And we're not the only ones ! In fact, one of my big plans for…
»
Shazan
I think that in 32bit virtual allloc can only allocate maximum 2 GB of memory. And the base addres…
»