I also made a lot of documentation/cleanup in the code. This the first step in making it ready for others to hack. During this cleanup I've also merged the server and client assets directories (textures, models...). This makes a standard install much smaller, since most users starts the server and client on the same computer. At the same time I moved the assets to where the binaries is located in order to make it easier to package.
Oh, I found a way to do completions in the python console:
import rlcompleter
import readline
readline.parse_and_bind("\C-space: complete")
Add this to you PYTHONSTARTUP file and you have completion on ctrl-space (twice).. quite nifty i think.
No comments:
Post a Comment