]> icculus.org git repositories - divverent/darkplaces.git/history - host_cmd.c
nexuiz prediction patch from div0, this adds two new cl_movement_airaccel_* cvars...
[divverent/darkplaces.git] / host_cmd.c
2006-05-26 havocfix bug that was preventing rcon_address from working
2006-05-25 havocfix crash when entering "color" command while playing...
2006-05-10 havocimproved setinfo handling so that quakeworld works...
2006-04-20 havocallow changelevel to stop demos (necessary for nexuiz...
2006-04-12 havocdon't hide console when entering a map, only do so...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-25 sajtcl_autodemo, when set to true, automatically records...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-10 havocwhen loading a savegame, use the saved v_angle value...
2006-02-28 havoccasts to fix warnings in MSVC x64, thanks Willis
2006-02-26 havocimproved packet command to have more escape codes ...
2006-02-26 havocqw support is 99% working
2006-02-25 havocQW support getting very close
2006-02-25 havocQW support getting closer
2006-02-24 havocbeginnings of qw protocol support
2006-02-23 havocfix rcon_password validation to refuse whitespace,...
2006-02-23 havocrearrange SV_VM_Begin/End again to fix crashes
2006-02-23 havocadded qw compatible "rcon" support (allows a client...
2006-02-23 havocmerged NetConn_SendReliableMessage into NetConn_SendUnr...
2006-02-12 havocmoved sendsignon = true back to where it was, as it...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-07 havocfixed loadgame to support stock quake savegames (which...
2006-02-01 havocadded description string to all cvars and commands
2006-01-11 havocadded sendcvar patch from [515]
2005-11-25 havocping command now works from server console
2005-11-25 havoccleaned up edict clearing when connecting or coming...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-10-23 havocdon't send empty lightstyles during signon
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-10-11 havocupdated a comment about the nehahra pmodel command...
2005-07-30 black-Changed a call to VariableString with FindCvar.
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-06-26 black-"add color code to start of chat message to prevent...
2005-06-26 havocremoved "%s changed model to %s" message on .playermode...
2005-06-19 havocbetter detection of model load failures in viewmodel...
2005-06-16 havocreplace control characters (such as newline) with _...
2005-06-14 black-reconnect wont work if being called from the console...
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-06-09 havocround off ping listings to nearest integer
2005-06-06 havocremoved one variable too many
2005-06-06 havocfix two warnings after the last commit
2005-06-06 havocuse latest ping from client struct rather than averagin...
2005-06-01 havocfix some crashes with server commands (kick, view*...
2005-05-30 havocdon't echo player messages if not a dedicated server...
2005-05-30 havocreenabled echoing of player messages to server console...
2005-05-29 blackQuick fix for the "0 not loaded" bug (error on trying...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 havocfix bug with ClientDisconnect not being called if a...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-25 havocremoved obsolete FS_Close call in LoadGame
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2005-01-13 havocshuffled around some SCR_BeginLoadingPlaque calls so...
2005-01-11 black-The NEXUIZ_PLAYERMODEL is not game specific anymore.
2004-12-13 black-Fixed the stupid bug introduced by my NEX_PLAYERMODEL...
2004-12-02 blackIve done three todo items:
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-22 havocfixed an uninitialized variable warning
2004-11-17 havocremove the only use of FS_Eof
2004-11-13 havocreplaced all uses of sv_player with host_client->edict...
2004-11-12 havocprint botclient as address in status reports for client...
2004-11-12 havocmoved rate and connecttime from netconn structure to...
2004-10-26 havocfix the "newname changed name to newname" bug
2004-10-26 havocmoved the map startup for -listen and -dedicated server...
2004-10-23 havocremoved number field from client_t struct as it seemed...
2004-10-20 havocremoved a pmodel reference I forgot to remove
2004-10-20 havocfix problems with losing colors on connect and leaving...
2004-10-19 havocreset nametime at prespawn (before name command is...
2004-10-19 havocHost_Shutdown now calls CL_Disconnect and Host_Shutdown...
2004-10-16 havochush reconnect command warning about signon 0 because...
2004-10-15 havocforgot to give strlcat a size
2004-10-15 havocadded a newline to chat messages
2004-10-10 havocremove quotes on say commands at the server end (like...
2004-10-09 havocfixed reconnect command which was being ignored by...
2004-10-08 havocadded "QC function <name> is missing" warnings to more...
2004-10-08 havoccleaned up Host_Say to not process the message (MUCH...
2004-10-06 havocnow begins loading plaque at all the appropriate places...
2004-09-21 havocmade quakec stuffed quake1 protocol entities work along...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-05-22 havocHost_Name_f now validates player names, stripping ...
2004-05-21 havocTomaz fixed the name timer glitch which caused blank...
2004-05-13 havocTomaz's nametime patch (prevent frequent name changes...
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-21 havocrate limited networking ("rate" command in client conso...
2004-01-24 havocchanged local server ports to 1 (server) and 2 (client...
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-08-30 havocreverted the massive svs.connectedclients change, now...
next