-
Content Count
243 -
Joined
-
Last visited
-
Days Won
11
Everything posted by AmanoJyaku
-
Rewriting the program again. But, this time.. wow.
-
Good wow. The old code wouldn't have passed a professional review, it had dangerous things like pointer arithmetic.
Which is fine since I'm not submitting this to an employer. But, the danger meant the program could and did develop bugs. These bugs might occur at an early phase in the reverse compilation process, but only present themselves later. This made it difficult to figure out what was wrong, and often meant fixing several layers of code.
The new code is 10% smaller, and 100% clearer. Here's an example:
Quoteint Val;
if (_at_least(CurPos, EndFile, sizeof(int)))
{
std::reverse_copy(CurPos, CurPos + sizeof(int), _to_byte_ptr(Val));return Val;
}
else { throw CurPos; }The contents of _at_least, std::reverse_copy, and _to_byte_ptr were all in one big function. Yuck.
Finally, I can get back to solving what appears to be the last two problems for the reverse compiler.
-
Where are the Kreia underwear mods??? 😭😡🤡
-
@DarthParametricIf you can just slice off her hand and add it as part of your Kreia Visible Body Models mod then we might finally be able to make the "Kreia dances for Vogga" mod.
-
It will need to wait until we get working deepfake VO generation. Then it can be part of the Kreia romance mod that @Snigaroo has been dreaming about for years.
- Show next comments 3 more
-
-
Seems someone at Disney realized The Bad Batch is at its best when it's telling the core story. The last two episodes were damn good.