]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2007-02-21 havocmodified surface renderer batching to batch all lightma...
2007-02-21 havocfixed bug that was causing seta commands to usually...
2007-02-21 havocchanged collision nudging to behave like quake2/3,...
2007-02-20 havocadded model->brush.TraceLineOfSight function, this...
2007-02-20 havocfix some crashes related to particles when csqc is...
2007-02-20 havocadded mleaf_t->containscollisionsurfaces variable which...
2007-02-20 havocadded scr_refresh cvar which is similar to r_render...
2007-02-20 havocchanged reconnect command description
2007-02-20 havocmade reconnect command reconnect to the last server...
2007-02-20 havocchanged Q3SURFACEPARM_ANTIPORTAL to be an unsigned...
2007-02-20 havocadded parsing of surfaceparm antiportal
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-19 havocreenabled network culling of bmodels (optional however...
2007-02-19 havocreworked packet sending code a bit more, this is mostly...
2007-02-19 havocfixed stair smoothing code so it no longer jitters...
2007-02-19 havocchanged FL_ONGROUND handling for pushers (lifts for...
2007-02-19 havocchanged how CL_PrintEntities_f prints the model name...
2007-02-19 havocfix broken SOLID_CORPSE collisions
2007-02-19 havocfix two 'wrong number of parameters' errors
2007-02-19 havocfix an uninitialized variable
2007-02-19 havocfixed parmcount check on VM_SV_AddStat from 2 parameter...
2007-02-19 havocthis patch may break things and needs testing
2007-02-19 havocfix shading seams along uv seams on compiled frame...
2007-02-19 havocfixed support of progs.dat files with important global...
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havocfixed an evil ent->fields.vp access that was not using...
2007-02-18 havocadded an error message stating if an image file was...
2007-02-18 havocadded svc_trailparticles and svc_pointparticles, these...
2007-02-18 havocrenamed CL_Move to CL_Input to avoid confusion with...
2007-02-18 havocadded generic collision functions Collision_ClipToGener...
2007-02-18 havocchanged fieldoffsets and globaloffsets to be integer...
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-18 havocallow non-integer framerates for q3 shader animmap...
2007-02-18 havocfixed a bug with png loading on x86_64 platforms caused...
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-16 havocreduced r_shadow_glossintensity from 2 to 1 by default
2007-02-16 havocthe record command now disconnects you if starting...
2007-02-15 havocchanged SCR_DrawConsole call in csqc mode to match...
2007-02-15 havocfix an uninitialized variable warnign
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-15 havocadded gl_lockarrays_minimumvertices cvar for testing
2007-02-15 havocremoved unused world_cs.c code
2007-02-14 havocadded a check for level changes which blocks prediction...
2007-02-14 havocsome initial changes to support terrain texture blendin...
2007-02-14 havocadded bounding of info->particleaccumulator so that...
2007-02-14 havocfix bug that caused trails to not appear at the right...
2007-02-12 havocadded cl_nettimesyncmode cvar to choose the method...
2007-02-12 havocsendcvar now quotes the resulting sentcvar value
2007-02-12 havocremoved cl.timenonlerp (reverted to using cl.time)
2007-02-12 havocchanged particleaccumulator check to use >= 1 instead...
2007-02-12 havocfixed problems with network entity viewmodels not follo...
2007-02-12 havocminor cleaning
2007-02-12 havocdisabled saveconfig when doing -benchmark
2007-02-11 havocdownloads of .cfg and dlcache/ files are now forbidden...
2007-02-11 havocreworked Image_HeightmapToNormalmap to use a somewhat...
2007-02-11 havocmodified Mod_LoadSkinFrame to set base = r_texture_note...
2007-02-11 havocdisabled cl.stairoffset adjustments when airborn
2007-02-11 havocsome optimizations of CL_UpdateNetworkEntity to lower...
2007-02-11 havocfix gamedir error when connecting to quakeworld servers
2007-02-11 havocadded an extern for r_bloom_brighten to fix menu.c...
2007-02-10 havocfixed r_bloom_brighten to use the correct range
2007-02-10 havocadded r_bloom_brighten modification in graphics options...
2007-02-10 havocfix graphics options menu editing of bloom/scene bright...
2007-02-10 havocfix stupid bug in last patch that made entities not...
2007-02-10 havocfixed bug from lingering code that was resetting entity...
2007-02-10 havocfix a stupid bug in transparent water detection for...
2007-02-09 havocchanged entity priority code again, it should have...
2007-02-09 havocreenabled exact portal culling of surface triangles...
2007-02-09 havocsome minor state change optimizations on GL20 path...
2007-02-09 havocmade r_shadow_frontsidecasting cvar disable the portal...
2007-02-09 havocadded back portal culling to rtlights because svbsp...
2007-02-09 havocfix Q3BSP map loader's sky surface detection so that...
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-08 havocadded DP_QC_STRFTIME extension to menu vm (somehow...
2007-02-08 havocreworked entity priority handling in DP6/7 protocols...
2007-02-08 havocdisabled use of certain prediction code when the server...
2007-02-08 havoclowered minimum maxpacketsize from 100 bytes to 50...
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-02-07 havocadded a check for move->sequence that is more than...
2007-02-06 havocsome slight cleanup of CL_LerpPoint, and now does a...
2007-02-06 havoctolerate clients living up to one frame in the future...
2007-02-06 havocno longer sends moves if time is not moving forward...
2007-02-06 havocfix very stupid typo in input merging when cl_movement...
2007-02-05 havocdisabled debug print I forgot about
2007-02-05 havocredesigned input networking code (still same protocol...
2007-02-05 havocthanks to morfar for updating the Dev-C++ project file
2007-02-05 havocchanged default sv_clmovement_minping from 100 to 0
2007-02-05 havocfixed double-jump bug in prediction when jumping up...
2007-02-05 havocfix q1bsp detection of stuck entities (needed some...
2007-02-05 havocremoved an unneeded extern prototype
2007-02-05 havocremoved an unneeded cl.movement_replay = true; line
2007-02-04 havocfix a couple printf format string warnings that only...
2007-02-04 havocrefactored end code in Collision_Trace*BrushFloat funct...
2007-02-04 havocminor optimization of surface scanning
2007-02-04 havocadded r_showsurfaces 2 mode which shorts triangle draw...
2007-02-03 havocrevised sv_clmovement_waitforinput default from 2 to...
2007-02-03 havocadded DP_SV_PRINT extension
2007-02-03 havocmade CL_SetInfo check for more forbidden characters...
2007-02-03 havocmoved DP_QC_UNLIMITEDTEMPSTRINGS in extensions list...
2007-02-03 havocadded r_shadow_frontsidecasting cvar (default 1), this...
next