NotAFile
NotAFile
The .76 world update is much more compact than the .75 world update. It might be worthwhile backporting it to .75 OS under a new packet ID
The original link went down. It should be simple to extract the relevant parts out of the slab6 readme again Edit: waybackmachine capture: https://web.archive.org/web/20100102023608/http://mystaddict.tlayeh.com/Computer%20Camp/Slab6/slab6.txt
It would be great to have some way to show votes client side. This will probably increase participation as well as generally feel better. It might be an option to...
https://github.com/yvt/openspades/wiki/Network-Protocols These should be added
The current packet for getting the keys of a user's space is exhausted, so no further keys can be added. However, many scripts would benefit from being able to bind...
OpenSpades currently shows hitmarkers, however those are detected by the client, which can lead to confusion when those hits don't actually count. Adding server-side hit confirmation would remove this ambiguity.
As it currently is everything and everybody just dumps their stuff into stdout and stderr without any indication of what the message is, what it means, where it came from...
The current readme is old and outdated and does not really represent the current state of the project. We should rewrite it.
- remove obsolete manylinux wheels - replace deprecated uses of setup.py - correct whatever other misinfo I found
We currently have no robust hooks for games starting and ending. We'd want something like: ``` on_game_start (first map loaded) on_game_end (first game ends) on_game_start (second game starts) on_game_end (second...