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.
ratchetfreak
Tazmain Thanks for the insight. I do feel that a lot of programmers lose touch with how the hardw…
»
erpeo93
Last month has been totally dedicated to cleaning the network code and writing down the render. L…
»
Abner Coimbre
Tazmain I do feel that a lot of programmers lose touch with how the hardware works. Or they simpl…
»
Abner Coimbre
Play - https://soundcloud.com/user-63451...ation-ep-1-handmade-dev-show-2017 Description - On Fe…
»
Taz
Thanks for the insight. I do feel that a lot of programmers lose touch with how the hardware work…
»
Shazan
Anyways fixed it ,Guess is was a typo. Can someone help me on a formula on bouncing the ball whe…
»
Mārtiņš Možeiko
I don't think you can limit message broadcasting to subset of windows. But yeah, instead of enume…
»
Adam Byrd
Hmm, I thought about SendMessage briefly, but I had forgotten about HWND_BROADCAST. I could broad…
»
Mārtiņš Možeiko
Instead of events you could use windows message. SendMessage(HWND_BROADCAST, ...) will end your s…
»
Adam Byrd
I'm looking for a bit of Win32 help here. I have a small program that runs in the background, li…
»
Anthony Smith
Thanks for the info. Hopefully it will be working in the next build!
»
Allen Webster
I don't think it's getting called at all right now because it was causing bugs a few versions bac…
»
Shazan
I need help detecting sides for my pong clone. And left collsion not working. I have Wall enities…
»
Andrew Chronister
mmozeiko ChronalDragon Amount of RAM is increasing, but the cost of accessing RAM is increasing r…
»
Jeremiah Goerdt
Tazmain Well yes I can agree for developers it makes sense. But you get game makers or app builde…
»
Anthony Smith
At what point does the new file hook get called in 4.0.16? I've set a custom hook for it, and it…
»
Asaf Gartner
k2t0f12d Then everyone took that very ill-fitting mold, corrupted the browser, and turned it into…
»
Mārtiņš Možeiko
ChronalDragon Amount of RAM is increasing, but the cost of accessing RAM is increasing relative t…
»
Andrew Chronister
There's a couple ways to approach counterarguments for this. One which might resonate well with p…
»
Taz
Well yes I can agree for developers it makes sense. But you get game makers or app builders these…
»
Mārtiņš Možeiko
I strongly disagree. C# is much much more sane. Just don't use ASP.net. Use something sane, like …
»
Mārtiņš Možeiko
I think for developers this is true. If something runs slowly (compiler, not enough memory, out o…
»
Taz
Hello all, I have heard from colleagues and others that today we don't care about writing clean…
»
Jack Mott
why you gotta toss C# under the bus there!
»
SpicyLemon
Thanks for the reply Casey. I completely understand why you left the platform layer how it is fo…
»
Casey Muratori
This is really interesting Martins... I will check it out! Maybe we can use it on stream... Tha…
»
Casey Muratori
Yes, in this case by "shippable" I just mean that we have not focused on things that the end user…
»
Mārtiņš Možeiko
memcpy could be faster because it supports only non-overlapping regions. memmove needs to test if…
»
Neo Ar
yeah Delix pointed that out to me on IRC earlier, not a good day for me with math ;) edit: oh al…
»
Mārtiņš Možeiko
@miotatsu: x/1.5 = x/(3/2) = x*2/3 = x*3/3-x/3 = x-x/3
»