]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-01-03 divverentfix cleanup of player names that use ^xRGB
2009-01-03 divverentfix lod group comparing for pos/neg zeroes
2009-01-02 divverentmade particle PVS culling only take the origin into...
2009-01-02 divverentcheck BoxTouchingPVS, not PointInLeaf
2009-01-02 divverentAdded vis culling of particles, and a new cvar cl_parti...
2009-01-01 divverentmodel_brush: use the same tesselation number for patche...
2009-01-01 divverentalso support entity lumps that are NOT NUL terminated
2008-12-30 divverentfix two bugs in handling of invalid ^xRGB codes
2008-12-29 divverentfor null models, respect the mins/maxs set by QC for...
2008-12-29 divverentadd DP_NULL_MODEL extension
2008-12-29 divverentonly load the null model ONCE
2008-12-29 divverentmodels: add a special built-in model name "null" that...
2008-12-29 havocopen client sockets before video starts, so that the...
2008-12-28 divverentbring back the static tokenize string buffer, because...
2008-12-28 divverentfix whitespace handling:
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-12-26 divverentfix interpretation of text brightness/contrast cvars...
2008-12-25 divverentremove a redundant check fixing a gcc warning
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-12-25 divverentRemove disabling of stdin for the text console. Helps...
2008-12-18 havocfixed a bug with "time" command in effectinfo.txt to...
2008-12-18 havocforgot to commit this file in the DP_EF_NOSELFSHADOW...
2008-12-18 havocadded DP_EF_NOSELFSHADOW extension
2008-12-17 divverentfix crash
2008-12-17 divverentfix warnings
2008-12-17 divverentmore space for client numbers
2008-12-17 divverentnew command by terrencehill: "status 1" and "status...
2008-12-16 divverentcurl: longer URLs
2008-12-16 divverentwhen loading a game, free "text" later
2008-12-16 divverentsave game loading: abort when a token is NULL (might...
2008-12-16 divverent- add debug prints for saving/loading games for prvm_en...
2008-12-15 divverent1. also play sounds outside cdtracks/ as CD tracks
2008-12-15 divverentadd new cvar "cdaudio" to select priorities of CD and...
2008-12-14 divverentFix alpha transparent textures (used by HLBSP maps...
2008-12-09 divverentfix color averaging of palette images from quake
2008-12-09 divverentmake color averaging use 64bit integers, instead of...
2008-12-08 divverentno idea why, but ambient needed halving in showsurfaces 3
2008-12-08 divverentr_showsurfaces 3 (needs a better cvar name, by the...
2008-12-07 divverentfix color averaging
2008-12-07 divverentfix overbrightness :(
2008-12-07 divverentno, this way of colormapping looks best after all....
2008-12-07 divverentbetter handling of color tints by colormap
2008-12-07 divverentfactor out the pixel averaging code
2008-12-07 divverentfix showsurfaces 3 bugs on augenkrebs
2008-12-07 divverentfix rendering of fullbright stuff in showsurfaces 3
2008-12-07 divverentnow support fog in the eeepc path
2008-12-07 divverentshowsurfaces 3: allow depth sorting
2008-12-07 divverentshowsurfaces 3: refactor it a bit; disable r_water...
2008-12-06 divverentundo the last fix, and instead make a new fix that...
2008-12-06 divverentfix typo
2008-12-06 divverentfix a NULL
2008-12-06 divverentbrighten up the averaged texture value by factor 2...
2008-12-06 divverentsupport r_ambient in "eeepc mode"
2008-12-06 divverentr_showsurfaces 3 "eeepc mode": support blend funcs
2008-12-06 divverentimproved r_showsurfaces 3. Should be PLAYABLE!!!1 now.
2008-12-06 divverentexperimental new mode "r_showsurfaces 3": shows faces...
2008-12-03 divverentQ3BSP: only generate the shadow mesh if on a client...
2008-12-03 havocfix a signedness warning
2008-12-03 havocfix for a crash in certain q1bsp maps with very large...
2008-11-28 divverentmove texture compression disabling and picmip into...
2008-11-28 divverenteffectinfo: add "stretchfactor"
2008-11-27 divverentUGLY HACK: intercept curl commands when playing back...
2008-11-20 havocadded some flag clearing in csqc render entity setup...
2008-11-11 havocgrab mouse when in controls menu, so that mouse clicks...
2008-11-10 divverentr_shadows 2: cast shadows always DOWN, ignore level...
2008-11-10 divverentr_shadows: use the parent entity's light direction...
2008-11-10 divverentglx: support vid_stick_mouse (to always warp to the...
2008-11-09 divverentsorry for this debug print
2008-11-09 divverentadd code to vid_glx to turn off mouse acceleration...
2008-11-08 divverentget rid of skinframe loading spam on dedicated servers
2008-11-06 divverentfix bug in cs_*project with v_flipped
2008-11-06 havocchanged default edgefriction to 1 to match QW physics...
2008-11-05 divverentremove warning about signed/unsigned
2008-11-04 divverentfix some format string errors, and return value of...
2008-11-04 divverentALSA: check return values to be < 0, not != 0. Fixes...
2008-11-01 divverentcsqc packet log code (for entityframedatabase 5 only...
2008-11-01 divverentadd a note to the makefile that -ffast-math and -funsaf...
2008-11-01 divverentfix broken demos with csqc code
2008-10-31 divverentif in menu, make con_closeontoggleconsole.integer also...
2008-10-26 divverentfix two warnings with statically linked-in libmodplug
2008-10-25 divverentmod_q3bsp_nolightmaps: do not load lightmaps, use the...
2008-10-23 havoccheck texnum > 0 rather than >= 0
2008-10-23 havoccheck GLTEXF_UPLOAD flag before deleting a texnum that...
2008-10-23 havocchanged default texnum value from -1 to 0 in rtexture_t...
2008-10-20 divverentq3map2 is too stupid to calculate proper surface normal...
2008-10-20 havocdon't pass a texnum of -1 to glDeleteTextures during...
2008-10-18 divverentcvar mod_alias_supporttagscale to be able to turn off...
2008-10-16 havocminor correction to some WriteByte calls that should...
2008-10-15 divverentfix an obvious crash in PNG loading
2008-10-14 havocmodified lhrandom (and hence the QC random builtin...
2008-10-11 divverentadd DRAWFLAG_SCREEN (which basically is like invert...
2008-10-09 divverentfix map loading causing faces to not be rendered
2008-10-06 divverentfix warnings in my last change
2008-10-06 divverentadd entity size profiling (currently spams the console...
2008-10-06 divverentresend csqc entities COMPLETELY if they became inactive...
2008-10-05 divverentfix engine crash when a polygon was left over and had...
2008-10-04 havocdisabled GL_ARB_texture_non_power_of_two on Mac OS...
2008-10-04 havocimplemented Quake-compatible savegame saving (writes...
2008-10-04 divverentuse skinframes for R_BeginPolygon; helps with csqc...
2008-10-02 havocadded width and height parameters to CSQC_UpdateView...
next