Is it because the vtable is a compiler implementation detail and you can't access it? So if you t…
Not serializable means you cannot memcpy it to byte buffer for saving/restoring later, or for sav…
Hi,
Recently I tried to use the "GAN Theft Auto" sample dataset from YouTuber Sentdex to make my…
I heard Casey said in one of his clip is that he hate virtual function because it's not serializa…
I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate tab cal…
Hello again, everyone! Just in time for July, we have a project update for the month of June.
If…
A year ago I tried to understand the System V ABI for passing arguments when I was doing some ass…
DD-DianaWhen debugging small programs, I find it more useful/faster to watch `__params` and `__lo…
The major item this month for me was the feature between Windows and Linux JIT implementations. G…
Sorry you had to go through that but glad you're okay.
Glad you're OK. Stay safe.
Hi there,
i normally dont post personal stuff, but this is really important for everyone in this…
When debugging small programs, I find it more useful/faster to watch `__params` and `__locals` th…
Thanks for the writeup, it did clarify things for me.
In Sir Happenlance, our entities have a un…
I have published the Dev Update #17, with the progress from the second half of November 2020 to t…
An updated patch release, 0.3.5.4, is now available for download from itch.io with the following …
https://remedybg.itch.io/remedybg
Hello,
While watching handmadehero series I see Casey uses remedy, please can you help in unders…
I'm not sure I understand what data is combined in the trigger example. It looks like you've a "t…
mrmixerCould you provide a (if possible) real example of "using the same data to encode a variety…
I've never done a complex entity system, so I'm trying to understand your points. I'm not trying …
You're totally right that you still have to check the discriminator often, particularly because--…
Ryan, I'm not sure I understand what you mean about reducing code by not using unions. If the dat…
Thanks for the update, Macoy! Hope the move went well.
A big drawback I've found with the discriminated union approach in the past is that it requires a…
For C3 I wanted to address the problem of commenting out code using block comments.
In a good ov…
It has been already ten years since the first commit!
I have written a retrospective article abo…
I moved from the West Coast to the East Coast. It was a busy time and I still don't have a desk o…
Additional bug fixes and improvements now available as 0.3.5.3. I appreciate the feedback as alwa…
In the getting started article it's recommended to create a build.bat file in the root directory …