Handmade Network»Feed
Tim
Hello All, On Day 017 @ 1:34:00 we switch from: game_controller_input ZeroController = {}; …
»
Marius Adaškevičius
The only reason I brought that up is because I don't want to misrepresent their opinions since I'…
»
Jeroen van Rijn
Quite a few people are staying at the Green Tortoise.
»
Timothy McCarthy
Just to be clear and above board. I don't know either Jonathan or Casey (or anyone else in this …
»
Andrew Kelley
While we're on the topic of Handmade Con, any hotel recommendations? I tried AirBnB but the webs…
»
Marius Adaškevičius
RomulusTFM I haven't viewed any Jai streams so there is some speculation in this. What is meant b…
»
Mārtiņš Možeiko
Yes, only to larger sizes. But the cost is pretty much the same for signed and unsigned types. Ca…
»
Timothy McCarthy
I thought there was a cost to sign extension. Or is that only for larger size?
»
Mārtiņš Možeiko
RomulusTFM The advantage of such a natural value are that CPU can load and update the value quick…
»
Timothy McCarthy
I haven't viewed any Jai streams so there is some speculation in this. What is meant by "you don'…
»
Marius Adaškevičius
If I understand correctly the bigger problem here is the additional code since I doubt it would a…
»
Mārtiņš Možeiko
The difference is how many comparisons you need to do. For signed to you need to do: 1if (value &…
»
Marius Adaškevičius
If there is a bug in index calculation code is there a fundamental difference if that index is ne…
»
Andrew Chronister
In my own code, I use "unsigned" whenever I know for a fact that a negative number would be wrong…
»
Bryan Taylor
aameen951 I don't know anything about splines or rasterization, I didn't work with any of that be…
»
Marius Adaškevičius
There was a question in a recent Q&A about int vs s32 which got me wondering: why does Casey …
»
Abner Coimbre
I should have sent an e-mail to the developers still working on their projects. If I didn't it's …
»
Timothy McCarthy
The only thing I can think of is if the Virtual memory address space has been fragmented such tha…
»
Kim Jørgensen
All issues from my first post are still present so I'm still looking for somebody who can bring t…
»
Gregory
I had this same problem. I just read the *spoiler* about the %random% so I guess the point is moo…
»
Abner Coimbre
Your project is now updated. I've removed YouTube previews as there are reports of them not showi…
»
Mārtiņš Možeiko
My guess would be that Windows disables compositor in classic mode. And if compositor is disabled…
»
Connor
I was looking back at the win32 layer from the early days (ep 004) and I noticed something strang…
»
Mārtiņš Možeiko
Then there is no way VirtualAlloc will return 487 error. Something else is wrong with your code. …
»
The_8th_mage
Yes, on both accounts.
»
Mārtiņš Možeiko
Are you sure you are running code as 64-bit not 32-bit? Are you sure you are passing 0 in first a…
»
The_8th_mage
Hello, I can't understand why my virtual alloc fails when i want to allocate more than a GiB. I…
»
Timothy McCarthy
I know this issue irritates me so I won't belabor it. I'm talking about what is specified, not …
»
Mārtiņš Možeiko
Standard actually says that search order is implementation defined. Every compiler can do whateve…
»
Timothy McCarthy
d7samurai yes, they are both used. but "" is typically used for files local to your project, whil…
»