2006-01-11 |
havoc | added sendcvar patch from [515] |
blob | commitdiff | raw |
2005-11-25 |
havoc | ping command now works from server console |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | cleaned up edict clearing when connecting or coming... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated fs_filesize global, now File_LoadFile and... |
blob | commitdiff | raw | diff to current |
2005-10-23 |
havoc | don't send empty lightstyles during signon |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
blob | commitdiff | raw | diff to current |
2005-10-11 |
havoc | updated a comment about the nehahra pmodel command... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
black | -Changed a call to VariableString with FindCvar. |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | added a 64bif fs_offset_t type to clean up most of... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | fixed signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-06-26 |
black | -"add color code to start of chat message to prevent... |
blob | commitdiff | raw | diff to current |
2005-06-26 |
havoc | removed "%s changed model to %s" message on .playermode... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | better detection of model load failures in viewmodel... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
havoc | replace control characters (such as newline) with _... |
blob | commitdiff | raw | diff to current |
2005-06-14 |
black | -reconnect wont work if being called from the console... |
blob | commitdiff | raw | diff to current |
2005-06-13 |
tomaz | added -demo and -demolooponly options. -demo starts... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
havoc | round off ping listings to nearest integer |
blob | commitdiff | raw | diff to current |
2005-06-06 |
havoc | removed one variable too many |
blob | commitdiff | raw | diff to current |
2005-06-06 |
havoc | fix two warnings after the last commit |
blob | commitdiff | raw | diff to current |
2005-06-06 |
havoc | use latest ping from client struct rather than averagin... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
havoc | fix some crashes with server commands (kick, view*... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
havoc | don't echo player messages if not a dedicated server... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
havoc | reenabled echoing of player messages to server console... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
black | Quick fix for the "0 not loaded" bug (error on trying... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-05-25 |
havoc | fix bug with ClientDisconnect not being called if a... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
havoc | rewrote protocol version system (including splitting... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | cl_capturevideo_raw* modes now use O_NONBLOCKING file... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | removed obsolete FS_Close call in LoadGame |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | now supports Mac and Windows newlines everywhere |
blob | commitdiff | raw | diff to current |
2005-01-19 |
molivier | - Got rid of all the FILE* stuff in the FS code, relyin... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
havoc | shuffled around some SCR_BeginLoadingPlaque calls so... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
black | -The NEXUIZ_PLAYERMODEL is not game specific anymore. |
blob | commitdiff | raw | diff to current |
2004-12-13 |
black | -Fixed the stupid bug introduced by my NEX_PLAYERMODEL... |
blob | commitdiff | raw | diff to current |
2004-12-02 |
black | Ive done three todo items: |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | changed a lot of Con_DPrint/Con_DPrintf calls to Con_Pr... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | implemented PRYDON_CLIENTCURSOR extension (clientside... |
blob | commitdiff | raw | diff to current |
2004-11-22 |
havoc | fixed an uninitialized variable warning |
blob | commitdiff | raw | diff to current |
2004-11-17 |
havoc | remove the only use of FS_Eof |
blob | commitdiff | raw | diff to current |
2004-11-13 |
havoc | replaced all uses of sv_player with host_client->edict... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
havoc | print botclient as address in status reports for client... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
havoc | moved rate and connecttime from netconn structure to... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
havoc | fix the "newname changed name to newname" bug |
blob | commitdiff | raw | diff to current |
2004-10-26 |
havoc | moved the map startup for -listen and -dedicated server... |
blob | commitdiff | raw | diff to current |
2004-10-23 |
havoc | removed number field from client_t struct as it seemed... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | removed a pmodel reference I forgot to remove |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | fix problems with losing colors on connect and leaving... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
havoc | reset nametime at prespawn (before name command is... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
havoc | Host_Shutdown now calls CL_Disconnect and Host_Shutdown... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
havoc | hush reconnect command warning about signon 0 because... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
havoc | forgot to give strlcat a size |
blob | commitdiff | raw | diff to current |
2004-10-15 |
havoc | added a newline to chat messages |
blob | commitdiff | raw | diff to current |
2004-10-10 |
havoc | remove quotes on say commands at the server end (like... |
blob | commitdiff | raw | diff to current |
2004-10-09 |
havoc | fixed reconnect command which was being ignored by... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
havoc | added "QC function <name> is missing" warnings to more... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
havoc | cleaned up Host_Say to not process the message (MUCH... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
havoc | now begins loading plaque at all the appropriate places... |
blob | commitdiff | raw | diff to current |
2004-09-21 |
havoc | made quakec stuffed quake1 protocol entities work along... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
havoc | PROTOCOL_DARKPLACES5 |
blob | commitdiff | raw | diff to current |
2004-05-22 |
havoc | Host_Name_f now validates player names, stripping ... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
havoc | Tomaz fixed the name timer glitch which caused blank... |
blob | commitdiff | raw | diff to current |
2004-05-13 |
havoc | Tomaz's nametime patch (prevent frequent name changes... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
havoc | fixed very annoying '5 second timeout' bug in Host_Shut... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-02-21 |
havoc | rate limited networking ("rate" command in client conso... |
blob | commitdiff | raw | diff to current |
2004-01-24 |
havoc | changed local server ports to 1 (server) and 2 (client... |
blob | commitdiff | raw | diff to current |
2004-01-01 |
havoc | now runs scripts at startup differently - runs scripts... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
molivier | Lots of str[n]cat, str[n]cpy, and [v]sprintf have been... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
havoc | reverted the massive svs.connectedclients change, now... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
havoc | fixed Prydon Gate behavior regarding the start map... |
blob | commitdiff | raw | diff to current |
2003-08-14 |
havoc | q3bsp is still not working yet, but getting closer |
blob | commitdiff | raw | diff to current |
2003-08-07 |
havoc | multiplayer-only games (Transfusion and so on) now... |
blob | commitdiff | raw | diff to current |
2003-08-06 |
havoc | upgraded network protocol to DPPROTOCOL_VERSION4 -... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
havoc | corrected a few LittleLongs to LittleFloat in md3 loadi... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
havoc | more of the fixes to clients joining and properly setti... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
havoc | added support for GAME_GOODVSBAD2 |
blob | commitdiff | raw | diff to current |
2003-06-22 |
havoc | This is the network rewrite I've been working on for... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
havoc | fix a couple EDICT_NUM errors that often happened when... |
blob | commitdiff | raw | diff to current |
2003-05-17 |
havoc | fixed a bug with Host_Startdemos_f that caused it to... |
blob | commitdiff | raw | diff to current |
2003-04-26 |
havoc | reverted dynamic allocation of sv.edicts because there... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
havoc | sv.edicts (and related things) are now dynamically... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
havoc | fix two more fs_gamedir mixups (loading saved games... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
havoc | fix for server dying when someone times out |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-02-20 |
havoc | now counts (very approximate) cost of builtin functions... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
havoc | implemented PR_GetString and PR_SetString from QWSV... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
havoc | fixed all the signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2002-10-29 |
havoc | changed how QC interpreter handles edict field access... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
molivier | Added a test when freeing textures (glt->image can... |
blob | commitdiff | raw | diff to current |
2002-10-06 |
havoc | clean up map changes a little more |
blob | commitdiff | raw | diff to current |
2002-10-04 |
molivier | Added a couple more "const". Fixed "+map" in the comman... |
blob | commitdiff | raw | diff to current |
2002-10-02 |
molivier | Fixed dedicated server (the server was never really... |
blob | commitdiff | raw | diff to current |
2002-09-30 |
havoc | fix changelevel, and simplify restart code |
blob | commitdiff | raw | diff to current |
next |