samp-incognito

Results 38 comments of samp-incognito

This is a good point, and quadtrees could certainly offer some performance improvements over the current system. Boost.Geometry also has a nice [R-tree library](http://www.boost.org/doc/libs/1_66_0/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html) now, which I think would be...

Every other material native has the material index as the second parameter, so it was just done this way to be consistent. I did always try to make most of...

I don't think I ever really tested compatibility with NPCs. Did it work in v2.8.2?

I guess that makes sense. It might be a good idea for someone to open an issue there (https://github.com/Zeex/sampgdk) if sampgdk is really at fault. I'm not sure why this...

What I'd probably just do is store the tags in the item structs where all of the other data is. Strings could definitely be useful here (assuming they're just stored...

I'm pretty sure this is the case for most (if not all?) callbacks.

As with #194, it might help if you compile the plugin with debug symbols (`make config=debug`) and run the server in GDB to produce more meaningful backtraces. It looks like...

The debug version is here: https://github.com/samp-incognito/samp-streamer-plugin/releases/download/v2.9.1/streamer-debug.so

>How can I see the log of the debug version of the plug-in? Run the server in GDB (`gdb samp03svr`). Keep in mind that some amount of processing is done...

To anyone having issues: try the version linked above.