]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2007-06-11 havocfix a runaway loop if parsing fails on csqc entities
2007-06-10 havocload csprogs.dat after it is downloaded
2007-06-10 havocuse world-> rather than sv.world. in World_LinkEdict_Ar...
2007-06-10 havocfix .frame2 csqc field
2007-06-10 havocincreased shader limit from 4096 to 16384, still need...
2007-06-04 divverentbottom align mini DM overlay when not fully utilized
2007-06-04 divverentno team separator in mini DM overlay... prevent showing...
2007-06-03 divverentHUD: mini overlay now supports teamplay (in team games...
2007-06-03 havocmade deformvertexes autosprite2 work properly
2007-06-02 havoccorrect two warnings to say the correct function name...
2007-06-01 havocadded sbar_hudselector cvar which can choose a new...
2007-06-01 havocadded DP_EF_NOGUNBOB extension
2007-05-30 divverentmake gl_vbo saved as it slows down some chipsets
2007-05-30 divverentOS X: make unknown char/keycode just a DPrint, reported...
2007-05-28 divverentignore r_glsl_contrastboost in range 0..1 (it breaks...
2007-05-28 divverentcontrast boost: change 1 to myhvec3(1, 1, 1) to make...
2007-05-28 divverentmake degrading shaders actually WORK
2007-05-28 divverentglsl doesn't allow dividing by zero (result is undefine...
2007-05-28 divverentnew cvar r_glsl_contrastboost to do something similar...
2007-05-27 divverentthat was missing in 7372 (TAB should also hide the...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-05-27 havocdefault sv_gameplayfix_blowupfallenzombies to 0 in...
2007-05-27 havocfixed recently introduced bug that made lightmapintensi...
2007-05-26 havocmake showscores work while finale is up in all game...
2007-05-26 divverentchange noise4f to a function that does not crash
2007-05-26 divverentintermission: store the current time to completed_time...
2007-05-25 havocreorganized rgbgen/alphagen/tcgen fields into their...
2007-05-25 havocimplemented deformvertexes (previously autosprite/autos...
2007-05-25 havocadded a 4D noise function for use by shaders
2007-05-25 divverentask for generated normals when usign Q3TCGEN_ENVIRONMENT
2007-05-24 havocadded parsing of rgbgen wave and alphagen wave
2007-05-24 havocsupport multiple tcmod commands on a single layer
2007-05-24 havocimplemented tcgen
2007-05-24 havocimplemented tcmod (all forms)
2007-05-24 havocadded loading of rgbgen/alphagen/tcgen/tcmod
2007-05-24 havocremove unused rsurface.modelneighbor3i
2007-05-24 havoceliminated rsurface.model, so there is now no dependenc...
2007-05-23 havocmoved rsurface_ variables into rsurface struct as a...
2007-05-23 havocadded DP_QC_CVAR_DEFSTRING extension
2007-05-23 havocforgot to commit this change
2007-05-23 havocchanged DP_SV_MODELFLAGS_AS_EFFECTS extension, now...
2007-05-23 havocremoved rsurface_entity field, and copied all fields...
2007-05-23 havocremove stupid int casts of pitch/yaw in beam code,...
2007-05-23 havocchanged server to not send pingplreport in response...
2007-05-23 havochide ping reports in demos
2007-05-23 divverentreplace funky !!a ^ !!b XOR usage by a new boolxor...
2007-05-23 divverentin v_flipped mode, invert the sense of snd_swapstereo
2007-05-23 havocadded support for "rgbgen lightingdiffuse" as a type...
2007-05-23 divverentdamn, committed the old version of my patch... this...
2007-05-23 divverentcvar: v_flipped flips all 3D view except sprites and...
2007-05-22 havoccall FS_ClearSearchPath in FS_Shutdown
2007-05-22 havocclose packs when clearing search path
2007-05-22 havocrenamed snd_reload to snd_unloadallsounds to clarify...
2007-05-22 havocenable svc_pointparticles1 protocol, because the pointp...
2007-05-22 havocfixed bug in autosprite setup code that made it malfunc...
2007-05-22 divverentWin32: ioctl SIO_UDP_CONNRESET <- FALSE
2007-05-22 divverentReject clc_stringcmd with \r and \n in them; when devel...
2007-05-22 havocq3 shaders are now supported on all model and map formats
2007-05-22 havocfix typo
2007-05-21 havocadded DP_SV_POINTPARTICLES extension string (the functi...
2007-05-21 havocadded svc_pointparticles1 for next protocol bump (uses...
2007-05-21 divverentmake ASCII 10 and ASCII 13 terminate messagemode too...
2007-05-21 divverentsentcvar: don't append a \n, it's a clc_stringcmd,...
2007-05-20 havocremoved r_shadow_realtime_world_dlightshadows cvar...
2007-05-20 havocrenamed r_shadow_shadow_polygon* cvars to r_shadow_polygon*
2007-05-20 havocvalidate r_shadow_frontsidecasting each frame and corre...
2007-05-20 havocmade the effect of the r_shadow_shadow_polygonoffset...
2007-05-20 havocsend input for every client frame in singleplayer
2007-05-20 divverentDP_PRELOAD_DEPENDENCIES=yes makefile option: when set...
2007-05-20 divverentnew option -capturedemo to capture a demo to an AVI...
2007-05-19 havocdon't send svc_statubyte or any stat index over 32...
2007-05-19 havocdon't send empty unreliable packets
2007-05-19 havocfix bug that caused server to send incorrect format...
2007-05-19 havocreworked newmouseparms[] code
2007-05-19 divverentkill mouse accel using IOHIDSetAccelerationWithKey...
2007-05-18 divverentmore of these
2007-05-18 divverentfoo *var;
2007-05-18 divverentonly memcpy the suggested format if the failure is...
2007-05-18 havocimplemented support for \" in console command parsing...
2007-05-17 havocchanged default of cl_netinputpacketsperserverpacket...
2007-05-17 havocallow non-integer cl_netinputpacketsperserverpacket...
2007-05-17 havocfix descriptions on cl_netinputpacketsper* cvars
2007-05-17 havocadded a cvar which allows the client to send more than...
2007-05-17 havocdon't limit lerps to 100ms in demo playback
2007-05-17 havocmoved the code that applies slowmo to demo playback...
2007-05-17 divverentcvar apple_mouse_noaccel (1 default) disables mouse...
2007-05-17 divverentsetting skinframe to R_SkinFrame_LoadMissing for animma...
2007-05-17 havocfix 3 typos
2007-05-17 havocrenamed vid_dga to vid_dgamouse
2007-05-17 havocrenamed vid_dga to vid_dgamouse
2007-05-17 havoccleaned up vid_dga code, removed vid_dga_mouseaccel...
2007-05-17 havocimproved coreaudio initialization code to suggest more...
2007-05-17 havocfix CoreAudio support so that it suggests a proper...
2007-05-17 divverentenable apple multithreaded GL by default; let's see...
2007-05-17 divverentlibcurl-4; vid_glx: RTLD_GLOBAL (apparently FreeBSD...
2007-05-16 havoctrace corona checks from eye to light origin, this...
2007-05-16 havocfix some unused variables
2007-05-16 havocchanged 1-frame warm-up period to 3 frames before time...
2007-05-16 havocchanged an error when fighting the end boss of Nehahra...
2007-05-16 havochopefully fixed a bug in line/sphere collision code...
next