- /Lastscores command was bugged, fixed. - #define BPRINT_IGNOREINDEMO (1<<0) // broad cast print will be not put in demo #define BPRINT_IGNORECLIENTS (1<<1) // broad cast print will not be seen by clients, but may be seen in demo void SV_BroadcastPrintfEx (int level, int flags, char *fmt, ...); this used by PF2_bprint() - Fix for double msgs in mvd demos. - fix for http://qw-dev.net/issues/show/177 and also fix for double spectalk message in the server console. - QTV userlist can be seen from the server by using /CMD QTVUSERS. - Added "setinfo svf 2" to reject auto-connecting as spectator in case of sv_forcespec_onfull 1. "setinfo svf 1" allows auto connecting as spectator in case of sv_forcespec_onfull 2. - Limited chunked download speed to only 4 chunks per frame, allowing 308kB/s download rate. - QWfwd was added to MVDSV: * As a standalone binary * MVDSV can load qwfwd.dll or qwfwd.so also * sv_qwfwd_port 30000 by default, set it to 0 to turn off qwfwd loading - Changed the way +gamedir behaves. Should be similar to -game now. - MVDSV reliable sound channel! * "setinfo rsnd 1" enables the feature * "setinfo rsnd """ disables the feature - New variable sv_reliable_sound <0/1>, allow disallow per client reliable sounds, default is 1. - Some refactoring of join/observe, should fix some VIP related issues. - Player log now normalize text (make it printable/human readable). - NOW "cmd dl stop" and "cmd dl cancel" as well as old good and PROPER "cmd stopdl" do the same thing - cancel download and clearing queue. - Configure script was optmizized for 32/64 bit builds, it should work much better now. - Added cvar "extralogname" used internaly (for ktx use) - Changed extralog file extension to .xml (instead of .log) - Added Makefile.BSD for proxy - Aligned demolist output and changed passed parameters to qwdfinish scripts (see http://qw-dev.net/projects/mvdsv/wiki/FAQ) - &r and &c is not allowed in names now. - &r and &c is not allowed in teams now. - &r and &c is not allowed in setinfo now. - QWfwd now understands second cmd line parameter as ip to which need to bind - Changed 2 things: * way demodirsize is counted (now counts all files) * way files are deleted (now deletes all type of files) * Also, changed cmd dl help message to make it easier to read and understand. - Exprimental extension, "hideentity". For each client, allows hiding of 1 entity from their view. - Added experimental MOVETYPE_LOCK extension. - Add Z_EXT_PF_SOLID protocol extension. - Add FTE_PEXT_256PACKETENTITIES. - Added support for tcpconnect. - Removing some unused/abandoned code. - Modifying edict_t struct a bit, so QVM mods (read KTX) are not affected by changes in it. - "Restart" command should work OK now. - Fix for #281: "Player or spectator with no nick can join the server"