This thread is to keep everyone more directly informed about the implementation of new features and bug fixes, right after I add them to my local development copy. Think of it as a public "change log" of sorts. Extra, extra! Piping hot development news from the programmer's keyboard delivered directly to your screen!
Please note that these changes will take some time to make their way into your hands, since I have to release an update first. Update releases happen periodically, after I've accumulated enough changes to make them worthwhile (it takes about a day to assemble everything, do some sanity checking, and push out announcements in all the relevant places). When I do a release I'll post here, on the news blog, and in the
official Steam community (join please!), among other places.
---
To kick things off in style, here's a much-requested feature:
It's official - the ability to whisper (send private messages) to other players in the game will be available in the next patch (ETA unknown). I just spent a few hours thrashing out the basic functionality. At present, the only way to use it is to use the chat function as normal, and also type
/msg PlayerName before your message. Like so:
/msg Minus Thanks for suggesting this feature!
As a handy shortcut, pressing / will bring up the chat box as well as entering / as its first character, since the chat box doubles as a console entry box and / prefixes all console commands. (This functionality has existed, largely undocumented, for a while. There are some existing console commands, mostly only of use to game hosts. Type /help to see.) So you can just start typing
/msg Chris ... without having to worry about bringing up the chat box first.
I intend to add other aliases for /msg (/whisper and /tell at least). It would also be nice to have a way of triggering it through the GUI; at the moment I'm thinking of adding a right-click menu to the player list, with a "Send message" entry. And, um, not much else.
"Kick" and "ban" for the host I guess, since those already exist as console commands.
For now, though, it's past midnight and I'm tired enough to start making mistakes.
G'night.