Yes, it should be WindowWidth/Height. We found this here:
I believe there is a bug in OpenGLRenderCommands in the latest code. If I'm not mistaken, the glVi…
I believe this is the Unproject() calculation, if you enable the debugCamera at a different Distan…
This is actually true in Fullscreen as well on my machine, where I have the desktop height set to …
Mouse clicks on the debug menu are offset incorrectly while in windowed mode. It see for yourself …
Yes, Windows API doesn't support UTF-8. You'll need to convert it to wide char for every call. It'…
Here are some issues that I observed when compiling with GCC and Clang. In order to keep Handmade …
OK Martins, so I've been trying to beef up my knowledge of character encodings with regard to your…
Fantastic information mmozeiko. Thanks much.
Holy shit dude - look at that, the revocation stuff is right there in the diagram! So my hypothet…
Thanks. Good info. Sounds like it will depend on whether the COM dll makes calls on the C runtim…
Cool, I'm glad you got it working! Using COM will work fine. The COM objects are implemented in di…
That fixed it! I guess ‘close’ does only count in horseshoes and hand grenades! :) Maybe n…
Oops, I gave you wrong instruction. _mm_cvtsd_si32 instruction rounds to nearest integer instead o…
And here's a zip file with all the lib code if the site will take it....
By #including I was able to get this idea/suggestion of yours working Mmozeiko… …
Ah, right, got it. I pass computer science and fail reading comprehension.
New whitepaper from Intel describing infrastructure, key provisioning and attestation services:
On Linux and OSX an int will be 32-bit only and a long will be 64-bit. (LP64 model) while Windows…
Even if you're only focusing on Intel CPUs, the assumption that and are one and the same fails …
If you watch the videos on Twitch you can see the chat replay on the right. I believe its a new th…
This recomendation maybe is not on topic. I'm no computer science guy so I don't know what I don't…
Thanks for taking the time to share, mmozeiko. You're one of the pillars of this community.
Formal Education is always a bit different. Back in the time, before VideoStreaming/youtube etc. s…
Croteam released Serious Sam under GNU GPLv2. Reference: Source:
No? But azmr was asking what non-CS students would miss, and I've yet to see Data Structures and…
That's because Casey is using VS2013. Microsoft improved VS2015 compiler and added more warnings t…
Really? Is the whole topic of data structures and algorithms of modern CS courses? If so, what i…
Yeeess!!! Thaanks! I was missing a pixel! The problem was the checkbox. But there is still somethi…