]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2005-06-06 havocuse only the latest ping time, not averaged
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-06 havocfix crouch button to be the right one
2005-06-06 havocfixed a PRVM_Crash crash when progs was NULL
2005-06-05 havocfixed the 'floating models' bug (EntityFrame5_WriteFram...
2005-06-05 havocfix lagged prydon cursor trace bug (it was using render...
2005-06-05 havocuse TEXF_CLAMP on Draw_CachePic (except for the color...
2005-06-05 havocdon't hit your own model with cl_prydoncursor traces
2005-06-05 havocfixed impulse lossage problem (ApplyClientMove wasn...
2005-06-05 havoconly give shareware warning if running GAME_NORMAL...
2005-06-03 blackFixed an signed/unsigned warning.
2005-06-03 havocadded a small simple optimization of prog->knownstring...
2005-06-03 black-Added the cvars net_slist_timeout and net_slist_maxtries.
2005-06-03 havocfix a cast warning
2005-06-03 havocremove unused PRVM_SetQCString function
2005-06-03 havocrewrote PRVM_AllocString and PRVM_FreeString to deal...
2005-06-03 havocreset callcount in prvm_profile
2005-06-03 havocshut down local server when connected to a remote server
2005-06-03 havocadded ctrl-escape hotkey for console (I know I coded...
2005-06-03 eviltypeguySilly me, apparently FNDELAY *is* available if you...
2005-06-03 eviltypeguyChanges necessary to build and run on Solaris 10 x86
2005-06-02 blackAdded a query queue (test commit so Willis can test...
2005-06-02 blackDidnt know that Host_StartVideo works this way (called...
2005-06-02 tomazRedid the coloring of the embedded font to use random...
2005-06-02 black-Changed host_abortserver to host_abortframe.
2005-06-02 tomazUpdated the embedded font to contain the 2 top rows...
2005-06-02 havocfix some potential buffer overflows
2005-06-02 havocfix a stack smash possibility in loadimagepixels
2005-06-02 havocfix two severe geometry bugs in the zym loader
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-06-01 havocenable unicode and keyrepeat every time a video mode...
2005-06-01 havocshortened movement queue back to 64 items to prevent...
2005-06-01 havocfix some crashes with server commands (kick, view*...
2005-06-01 havocless confusing messages from Sys_LoadLibrary
2005-06-01 havocit helps to mangle the correct string...
2005-05-31 havocfix the library search code (replaced / with 0, should...
2005-05-31 havocmade Sys_LoadLibrary search in the executable path...
2005-05-31 havocfixed Mod_Q3BSP_LoadPlanes to use LittleFloat instead...
2005-05-31 havocprint to console before printing to terminal (which...
2005-05-30 havoc.app directory for Mac OSX builds
2005-05-30 havocdon't echo player messages if not a dedicated server...
2005-05-30 havocpick apart com_argv[0] to find basedir in Mac OSX when...
2005-05-30 havoctry to detect a .app package in MacOSX and use a basedi...
2005-05-30 havocreenabled echoing of player messages to server console...
2005-05-30 havocrewrote character insertion/replacement in console...
2005-05-30 havocmade bmodel trails (if anyone ever dares to try them...
2005-05-30 havocupdated dsp files from Willis
2005-05-30 havocdisable some effect sounds in nexuiz
2005-05-30 havocignore RENDER_VIEWMODEL if tagentity is set
2005-05-29 havocdefault protocol changed to DP7
2005-05-29 havocfixed EF_NODEPTHTEST support on q1bsp/q3bsp/models
2005-05-29 havocdisabled cl_movement when in intermission
2005-05-29 havoc361
2005-05-29 havocadded DP_QUAKE3_MAP extension
2005-05-29 havocdisable h2ohit.wav in GAME_NEXUIZ
2005-05-29 blackAdded back pr_checkextension.
2005-05-29 blackQuick fix for the "0 not loaded" bug (error on trying...
2005-05-29 havocfix bug causing impulses to often be lost
2005-05-29 havocfixed makefile (it is not possible to comment out lines...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 tomazWay to tired... Fixed all 3 project files to include...
2005-05-25 tomazdarkplaces.dsp
2005-05-25 black-LoadProgs now expects to be called after InitProg...
2005-05-25 havocpatch from Willis to add mvm_cmds.c
2005-05-25 havocdon't set cl.movement true if cl_movement cvar is off
2005-05-25 havocfix bug in last commit (msg->, not buf.)
2005-05-25 havocfix an overflow without allowoverflow set error in...
2005-05-25 havocdefault to "DP6" protocol (not "DARKPLACES6")
2005-05-25 havoczym models now support TraceBox calls
2005-05-25 havocfix bug with ClientDisconnect not being called if a...
2005-05-25 havocadded newline at end of file to hush a gcc warning
2005-05-25 havocadded mvm_cmds.o
2005-05-24 havocreordered the protocolversion_t values to have preferre...
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...
2005-05-24 havocdefault to DARKPLACES6 protocol (somehow this was not...
2005-05-24 havocadded onground clearing before each move so that going...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-24 black-Now netconn also accepts infoRespones from LAN servers...
2005-05-23 havocNetConn_ReceivedMessage now verifies that the packet...
2005-05-23 black-Fix checking the length before knowing its actual...
2005-05-23 black-Fixed a possible buffer overflow bug in NetConn_Receiv...
2005-05-23 moliviervid_usemouse doesn't need to be a global variable
2005-05-21 black-Added an comment ('[INIT]') to all fields of vm_prog...
2005-05-20 black-Added the callcount field to the mfunction_t structure.
2005-05-20 havocremoved unused applytime field from usercmd_t
2005-05-20 havoccleaned up prediction code somewhat, no longer uses...
2005-05-20 havocslight cleanup (complete removal) of the "base" variabl...
2005-05-19 havocchanged default heartbeat_period to 120 seconds so...
2005-05-19 havocchanged EntityFrame5_ExpandEdicts call from using sv...
2005-05-18 havocfix lingering tracers in nexuiz (among other possible...
2005-05-18 havocfixed r_showtris bug (individual state changes were...
2005-05-18 havocadded onground tracking to cl_movement code, instead...
2005-05-18 havocfix a severe bug with viewangles in cl_movement mode
2005-05-18 havocfix interpolation of cl_movement
2005-05-16 black-Fixed some bugs in the altstr functions, now they...
2005-05-16 havocsplit SV_ReadClientMove into two functions, SV_ReadClie...
2005-05-16 havoccleaned up suspendedinairflag a bit
2005-05-16 havocremoved deadsocket field from server client struct...
next