Alfredo Tupone

Results 13 comments of Alfredo Tupone

The issue still exist on the last version (16 jul) just add -flto to the compiler command line (if using gcc)

As for the new commit about gluProject moved to glm:project, I hope you can remove from README.macos the warning about HUDRenderer.cxx

who fixed all the glu warnings? I fixed only the gluProject

I think you should leave opened. This should be applied on master together with another commit that make tcp read non blocking. Both affect the same piece of code.

It seems that, in certain circumstances, AddShot is called after the Msg Kill. My guess is that, especially with Laser, the MsgKill is detected locally (by solo bot) and sent...

Have you identified if the slowness is on reading file or sorting? If it is while reading each file we could try to read each file only once, to match...

Some suggestion that I found is to use openat instead of open and pread instead of fseek and fread

tcltk team (me) is ok (and deleted) regarding to dev-util/tkdiff

I have not tested it, and cannot, but maybe this is faster: ```cpp #include #include #include #include typedef uint32_t u32; int main() { std::string RecordDir = "recordings/"; DIR* dir =...