]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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...
2005-05-16 havocadded a commented out Con_Printf for debugging spatiali...
2005-05-16 havocfix bug that rotated all sounds 90 degrees to the right...
2005-05-15 havocchanged matrix_attenuation declarations to not be stati...
2005-05-15 havocdisabled some of the server client connect code that...
2005-05-14 havocfix a crash with getlighting builtin
2005-05-14 havocfix a crash with mdl skingroups
2005-05-14 havocan extra Mem_CheckSentinelsGlobal at start of Serverinf...
2005-05-14 havoc366
2005-05-14 havocadded a couple checks to hopefully fix a lit sprite...
2005-05-14 havocfixed r_drawcollisionbrushes 2
2005-05-14 havocfix a crash when loading q3 maps with flares
2005-05-14 havocgl_combine cvar is no longer saved
2005-05-14 havocfix portal lighting in a single cluster map (box map)
2005-05-14 havocfixed rtlighting on colormap capable skins
2005-05-14 havocfixed r_shadow_realtime_world_lightmap support in gl_co...
2005-05-14 havocfixed snow fluttering
2005-05-14 havocremove an unneeded cast
2005-05-14 havocfix some warnings
2005-05-13 havocuse Con_Printf instead of Host_Error when an unknown...
2005-05-13 havoconly load .lit file if its file size matches 8 + lump...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocmore clean up of IN_Activate, added cl_ignoremousemove...
2005-05-13 havoccorrected envmap saving for ft/rt/bk/lf/up/dn layout...
2005-05-13 havocfix Mod_BuildAliasSkinsFromSkinFiles to work with the...
2005-05-13 havocfix a warning
2005-05-13 havocGAME_NEXUIZ no longer loads a number of gfx/ pics that...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-13 havocfinished model/map rendering merge, model renderer...
2005-05-12 havoc375 (-1)
2005-05-12 havoclabeled todo items (at least ones not done yet) with...
2005-05-12 havoc396
2005-05-12 havocclear sounds before shutting down
2005-05-12 havocchanged changed commandline history behavior to be...
2005-05-11 black-Changed VM_precache_pic to check CachePic for successf...
2005-05-11 havocthe merging of alias and bsp model rendering begins...
2005-05-11 havocsome changes and cleanups to SV_FlyMove, turned off...
2005-05-11 havocadded VectorReflect
2005-05-11 molivierAllocated temporary big buffers in R_BuildDetailTexture...
2005-05-10 havocadded sv_gameplayfix_blowupfallenzombies and sv_gamepla...
2005-05-10 havocfix inverted normalmaps produced from bumpmaps (directl...
next