]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2006-12-17 havocadded snd_reload command to reload all sounds
2006-12-17 havocremoved unused packlist variable and pack->next field
2006-12-16 havocadded Cvar_UnlockDefaults function (not console accessible)
2006-12-15 havocremoved an unused extern for fs_modified
2006-12-15 havocmodified "stuffcmds" command (which runs commandline...
2006-12-15 havoccorrected some svc_nop's to clc_nop's (same value but...
2006-12-15 havocremoved NET_MAXRATE (as it served no useful purpose...
2006-12-14 havocadd a newline at the end of each exec'd config file
2006-12-13 havocupdated Dev-C++ project file from Spirit
2006-12-12 havocdisplay loading plaque much sooner in startup process...
2006-12-11 havocmoved health counter in quake hud back to its original...
2006-12-11 havocoptimized Mod_Alias_GetMesh_Vertices to eliminate memse...
2006-12-11 havocchanged demo playback csqc mismatch error to a warning
2006-12-10 havocfix crash when a client reconnects to the same client...
2006-12-08 havocpatch from div0 that fixes rate limiting code to make...
2006-12-06 havocfixed bug where non-autosprite transparencies rendered...
2006-12-06 havoccorrected a misspelling in a comment
2006-12-06 havocimproved warnings from drawstring/drawpic/drawfill...
2006-12-06 havocfix connect error when csqc is not present (oops!)
2006-12-06 havocfixed black models when csqc is active
2006-12-06 havocfixed bug that caused csqc to only load after a map...
2006-12-06 havocfixed a bug with cl_movement prediction being applied...
2006-12-05 havocfixed a bug with blank frames in sprites failing to...
2006-12-01 havocadded con_closeontoggleconsole cvar based on Dresk...
2006-11-30 havocfunky interlacing-like rendering feature from div0...
2006-11-25 havocpatch from Dresk which adds DP_SV_ENTITYCONTENTSTRANSIT...
2006-11-24 havocpatch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi...
2006-11-24 havocadded proper support for q3 shader animmap commands
2006-11-23 havoccleaned up GL_DepthTest and GL_CULL_FACE state manageme...
2006-11-23 havocadded DP_ASINACOSATANATAN2TAN extension which adds...
2006-11-17 havocadded #define _FILE_OFFSET_BITS 64 to reduce problems...
2006-11-15 havocmade cl_viewmodel_scale apply to csqc and gettaginfo
2006-11-15 havocfixed view location bugs in csqc; it was reading the...
2006-11-12 havocpatch from div0 to fix a segfault in curl support when...
2006-11-09 havocpatch from div0 that removes connect flood ban when...
2006-11-06 havocfound MATRIX4x4_OPENGLORIENTATION to be a speed loss...
2006-11-06 havocimplemented MATRIX4X4_OPENGLORIENTATION #define option...
2006-11-06 havocchanged md3 tag storage to be the original float[12...
2006-11-06 havocmore cleaning of matrix4x4_t struct access
2006-11-06 havoccleaned up almost all direct indexing of matrix4x4_t...
2006-10-23 havocimplemented connect flood blocking (100% effective...
2006-10-23 havocgot rid of cl.qw_spectator flag because it can be deter...
2006-10-20 havocattempt to avoid some Mem_Free errors on NULL pointers...
2006-10-20 havocdon't crash in scoreboard code when connected to a...
2006-10-18 havocfix bug with autosprite shaders when deformvertexes...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-10-18 havocsome clean up of math used to generate trace start...
2006-10-18 havocadded cl_viewmodel_scale cvar which controls gun model...
2006-10-03 havocadded snd_soundradius cvar (default 1000 as before...
2006-09-30 havocimplemented condump command (I was told by [515] that...
2006-09-20 havocfixed a (hopefully rare) bug affecting shalrath missile...
2006-09-19 havocfix bug that often made enforcer laser bolts 'stick...
2006-09-19 havocadded GAME_DARSANA and GAME_CONTAGIONTHEORY
2006-09-16 havocdisabled junk tag writer that I wrote for byte by byte...
2006-09-16 havocremoved some unused variables
2006-09-16 havocremoved video capture formats other than AVI I420 as...
2006-09-16 havoc496
2006-09-16 havocimplemented direct AVI video capture using the I420...
2006-09-16 havocchanged VM_fopen and VM_fclose announcements to require...
2006-09-15 havochide warnings about missing gfx/crosshair* images
2006-09-13 blackTry to fix a dedicated server crash by moving the two...
2006-09-12 havocchanged deluxemapping detection code to deal with odd...
2006-09-12 havocmoved VM_FILES and VM_SEARCHLIST stuff to prvm_prog_t
2006-09-12 havocremove some unsafe optimizations in VM_Files_Init and...
2006-09-12 havocincreased PRVM_MAX_STACK_DEPTH and PRVM_LOCALSTACK_SIZE...
2006-09-01 havocchanged description for gl_finish cvar according to...
2006-08-29 havocanother patch from div0 to improve ping parsing behavio...
2006-08-29 havocanother patch from div0 to fix ping report parsing
2006-08-27 havocpatch from div0 to fix ping report parsing where the...
2006-08-27 havocgreatly improved chances of connecting to a proquake...
2006-08-27 havocfix bug with gun bobbing in demo playback (where input...
2006-08-27 havocfix a bug with the divide by zero warning in the QC...
2006-08-27 havocchanged default timeformat (related to timestamps cvar...
2006-08-26 sajtFix for people with proper compilers :)
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-25 havocaccidentally removed -fno-strict-aliasing
2006-08-25 havocfix csqc support on dedicated servers (now CRC's the...
2006-08-25 havocfix the jittery gun bug related to onground changing...
2006-08-25 havocdisabled support for csqc entities in CL_SelectTraceLine
2006-08-25 havocchanged release optimizations from -O2 -ffast-math...
2006-08-21 blackFix a stupid typo in the sbar's ctf flag icon filenames.
2006-08-21 havocnexuiz hud change to show flag status in CTF
2006-08-19 havocpatch from div to fix icc warnings
2006-08-16 havocchanged several '^' checks to STRING_COLOR_TAG as they...
2006-08-16 havocreorganized Host_Init a bit, merged away a few function...
2006-08-14 havocno longer has time or team columns in non-QW games
2006-08-14 havocpatch from div0: clamp "ping" reply valies in 0..9999...
2006-08-14 havocpatch from div0: Send download requirements at an earli...
2006-08-14 havocoops forgot this from the cd loop/play named tracks...
2006-08-14 havocpatch from div0:
2006-08-14 havocpatch from div0:
2006-08-14 havocpatch from div0: cd loop and cd play commands now suppo...
2006-08-14 havocreenabled the quake 'fall out of level' bug, to make...
2006-08-10 havoc494
2006-08-05 havochush warnings about strcat and other redefinitions...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-05 molivierThe inclusion of pthread.h was missing
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-08-03 havocfix memory alignment issue when saving odd-width screen...
2006-07-31 havocmore tweaks trying to improve precision on q3map2-compi...
next