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.
SpicyLemon
k2t0f12d My advice. Don't. As someone who works as a web developer I would say listen to this ad…
»
Mārtiņš Možeiko
1. Don't use double where using just integers is enough. _da_raw(*array)[1] += _da_raw(*arra…
»
Ryan Fleury
Hey everyone! As a start to my journey in programming in a more handmade fashion, I decided to t…
»
k2t0f12d
My advice. Don't. The "web" as perceived with a browser was invented by a computer scientist as a…
»
Simon Anciaux
@Ben J Anderson : you're correct. To summarize: - In a single run of the program you never want …
»
k2t0f12d
https://bugs.gentoo.org/show_bug.cgi?id=610326
»
Mārtiņš Možeiko
(╯°□°)╯︵ ┻━┻
»
ratchetfreak
Ben J Anderson I would have thought only doing a new non-fixed VirtualAlloc after doing the dump…
»
Ben Anderson
Thank you! That's what I thought could happen. However correct me if I'm wrong, but since the B…
»
Simon Anciaux
It's also because the looped live code, writes the memory to disk (the first frame of the recordi…
»
ratchetfreak
Ben J Anderson Thanks for the reply! I understand that this is a good reason to use the fixed …
»
Ben Anderson
Thanks for the reply! I understand that this is a good reason to use the fixed base and that t…
»
ratchetfreak
The real reason is to get consistent pointer values each time the game is restarted. This helps…
»
Ben Anderson
Hi All, I'm new to HH and the forum (and to C!). This may have previously been answered but I ca…
»
david009
Thanks a lot :)
»
Alex Baines
This was probably my fault, sorry! I submitted a few patches to SDL in 2.0.4 to correct a couple…
»
k2t0f12d
I've been getting stuck and confused, or confusing myself a couple times over the last eight week…
»
Mārtiņš Možeiko
Day 43 covers this: https://asafgartner.github.io/annotations_player/hmh.html#day043#833 In simp…
»
david009
How do you get gravity to work with frame independence? I multiply both gravity and jump speed wi…
»
graeme
timothy.wright What most of the web development is doing is using node.js for both the client and…
»
ratchetfreak
I found slides for a talk where they try to get max perf out of an OOO machine: https://deplineno…
»
people
Can confirm that maxima works for this, even though it's lispy it was the lightest weight program…
»
Mārtiņš Možeiko
I watching this episode now and want to address Casey's complaints about math solving software. I…
»
Flo Pat
For all people, that want to learn Game Programming (or C++) from "scratch", please look at Chili…
»
@Mattias_G
Next up, managing strings. Now, strings is something I have mixed feelings about. I've worked on…
»
SpicyLemon
Thanks for all of the replies everyone. So it sounds like the platform layer not being "shippabl…
»
k2t0f12d
Has there been any regular testing of the game across different hardware, besides the people foll…
»
Mārtiņš Možeiko
Thanks, but no :) I have better things to do than learn how to compile to crappy languages.
»
Mārtiņš Možeiko
I think what Casey means by "shippable" platform layer here is that he wants to put a lot more st…
»
Mārtiņš Možeiko
I think zstd compression library should have this. Not simd though. Author had multiple articles …
»