rybakatchya
rybakatchya
Building with -C64 compiler flag and still doesn't run scripts. I get memory errors. Willing to pay $100 to anyone who can get this working on 64 bit windows/linux.
when you build a pawn script with -C64 and set PAWN_CELL_SIZE to 64 the program crashes. This worked fine before the most recent patch.
Not really sure where to even start with it. Most of the built libs are generating way too much garbage to be used to encrypt packets.
Would be awesome to be able to install this via the package manager.
Right now if you have peer in a list and call List.Contains(Peer) it will cause GC allocations. Implementing IEquatable on the Peer struct will resolve this issue. See https://medium.com/@semuserable/c-journey-into-struct-equality-comparison-deep-dive-9693f74562f1