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.
Skytrias | Michael Kutowski
Hey everyone, i have 2 weeks of vacation so i plan to work more on Todool these weeks. I opened …
»
longtran2904
Ok, I understand it now. Thank you for answering!
»
Kristel Slagter
aolo2I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate ta…
»
Mārtiņš Možeiko
That is the point of this - to not create vtables to allow memcpy'ing around. Usually alternative…
»
longtran2904
But if I make my own vtable then it still not solve this. The next time I run the program, all th…
»
Mārtiņš Možeiko
Because when you run your exe next time, OS loads it into different location - so all your pointe…
»
longtran2904
There's something I still don't understand. When I make a virtual function, the compiler adds a f…
»
ratchetfreak
when you want to recycle an object's allocation but as a different subclass. That is technically…
»
longtran2904
Another disadvantage that Casey pointed out is that you can't change it at runtime. I can't reall…
»
Mārtiņš Možeiko
Yes, that is correct. Not only vtable pointer itself can change, but also all the methods it poin…
»
longtran2904
Is it because the vtable is a compiler implementation detail and you can't access it? So if you t…
»
Mārtiņš Možeiko
Not serializable means you cannot memcpy it to byte buffer for saving/restoring later, or for sav…
»
CireNeikual
Hi, Recently I tried to use the "GAN Theft Auto" sample dataset from YouTuber Sentdex to make my…
»
longtran2904
I heard Casey said in one of his clip is that he hate virtual function because it's not serializa…
»
Alexey
I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate tab cal…
»
Ben Visness
Hello again, everyone! Just in time for July, we have a project update for the month of June. If…
»
Simon Anciaux
A year ago I tried to understand the System V ABI for passing arguments when I was doing some ass…
»
x13pixels
DD-DianaWhen debugging small programs, I find it more useful/faster to watch `__params` and `__lo…
»
Dmitriy Kubyshkin
The major item this month for me was the feature between Windows and Linux JIT implementations. G…
»
Jason
Sorry you had to go through that but glad you're okay.
»
Simon Anciaux
Glad you're OK. Stay safe.
»
Finalspace
Hi there, i normally dont post personal stuff, but this is really important for everyone in this…
»
DD-Diana
When debugging small programs, I find it more useful/faster to watch `__params` and `__locals` th…
»
Miles
Thanks for the writeup, it did clarify things for me. In Sir Happenlance, our entities have a un…
»
Angelo Theodorou
I have published the Dev Update #17, with the progress from the second half of November 2020 to t…
»
x13pixels
An updated patch release, 0.3.5.4, is now available for download from itch.io with the following …
»
Binarium
https://remedybg.itch.io/remedybg
»
Rahul
Hello, While watching handmadehero series I see Casey uses remedy, please can you help in unders…
»
Simon Anciaux
I'm not sure I understand what data is combined in the trigger example. It looks like you've a "t…
»
Ryan Fleury
mrmixerCould you provide a (if possible) real example of "using the same data to encode a variety…
»