]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2009-12-06 divverentwe cannot skip the next 3 vars after encounting a vecto...
2009-12-06 divverentnow autocvars can have default values when the progs...
2009-12-06 divverentforgot the downtrace cvar
2009-12-05 divverentturn this into sv_gameplayfix_downtracesupportsongroundflag
2009-12-05 divverentfix onground clearing by ANDing it with a downtrace...
2009-12-05 divverentfix endposnudge
2009-12-05 vortexAdd several gl_info_ cvars which holds gl_vendor, gl_dr...
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-12-04 havocfixed a bug with sv_gameplayfix_nudgeoutofsolid where...
2009-12-04 havocfix Mem_Free NULL pointer warnings
2009-12-04 divverentmake the endpos-in-solid workaround a cvar collision_en...
2009-12-04 havocdisable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROU...
2009-12-04 havocclean up field offset handling a bit, now uses vec_t...
2009-12-04 havocremove const qualifiers on Mem_Free calls on r_surfacelist
2009-12-02 havocadd support for a filename parameter on screenshot...
2009-11-29 havocadded a few more CHECKGLERROR lines, and the possibilit...
2009-11-29 havocremoved 1D texture management code, not used by anything
2009-11-29 havocadded Mem_Memalign function
2009-11-29 vortexGAME_BLOODOMNICIDE: disable quake gfx precaches
2009-11-29 vortexr_replacemaptexture: no printings for GAME_BLOODOMNICIDE
2009-11-28 havoccompile without IPV6 support by default (-DSUPPORTIPV6...
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocchanged mod_generatelightmaps_* cvar defaults to better...
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocmore work on mod_generatedlightmaps:
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-26 havocmore work on mod_generatelightmaps
2009-11-24 havocmore work on mod_generatelightmaps
2009-11-24 havocmod_generatelightmaps is much closer to usable now
2009-11-24 havocmore work on mod_generatelightmaps command
2009-11-23 divverentfix another typo
2009-11-23 divverentfix typo
2009-11-23 divverentfix sound spatialization of edited sounds
2009-11-22 havocbeginning work on mod_generatelightmaps command
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-21 divverentpatches: experimental mode that allows setting collisio...
2009-11-20 havocreworked decal system to limit the number of decal...
2009-11-20 havocfix crash on Nexuiz demos/demo2 with new decal system...
2009-11-17 havocfix typo in lerpfrac fix
2009-11-17 havocadded timedemo_screenshotframelist cvar which lets...
2009-11-17 havocimplemented special showfps display of timedemo statist...
2009-11-17 havocfixed a bug with CSQC compatibility - .lerpfrac was...
2009-11-17 divverentfix typo in extresponse handling
2009-11-15 divverentfirst preliminary version of DP_SND_SETPARAMS: let...
2009-11-14 divverentextresponse: make svqc receive only those on the server...
2009-11-14 divverentODE: add two missing symbols
2009-11-14 divverentextresponse: use double quotes, not single quotes,...
2009-11-14 divverentput extresponse in server vm too
2009-11-14 divverentexperimental feature to load the alpha channel of foo...
2009-11-14 havocmake csqc render entities persistent (except the temp...
2009-11-14 havocno longer checking texture_t->currentalpha < 1 in
2009-11-14 havocincrease some limits in DP_SMALLMEMORY
2009-11-14 havocalways stream decode ogg, this reduces Nexuiz sound...
2009-11-14 havocreduced memory usage of sound in Nexuiz by about 70MB...
2009-11-14 havocautomatically load/unload cachepic_t textures from...
2009-11-13 havocincrease MAX_CACHED_PICS in DP_SMALLMEMORY case back...
2009-11-13 havocavoid a memory allocation on each directly uploaded...
2009-11-13 havocrewrote clump allocation system, added an experimental...
2009-11-13 havocdon't call Mem_CheckSentinelsGlobal in image loaders...
2009-11-13 havocfix two typos in last commit
2009-11-13 havocseparate handling of num_pvsclusterbytes in ViewCache...
2009-11-13 havocbump a few limits in DP_SMALLMEMORY (cachedpics was...
2009-11-12 havocmove R_Main_ResizeViewCache call to fix a crash
2009-11-12 havocno longer uses trace culling on csqc entities and other...
2009-11-12 havocalways VIEWCACHEDYNAMIC
2009-11-12 havocresize view cache each frame instead of at newmap
2009-11-12 havocfix crash with predicted player locations
2009-11-12 havocfix bug with VIEWCACHEDYNAMIC
2009-11-12 havocdisable dynamic viewcache until bugs are fixed
2009-11-12 havocfix crash if CVAR_HASHSIZE was set to a value below...
2009-11-11 havocset the isaabb/hasaabbplanes fields on box brushes
2009-11-11 havocreduce gl_rmain size a bit
2009-11-11 havocrename R_MAX_OCCLUSION_QUERIES to MAX_OCCLUSION_QUERIES...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-11 havocmore work on the unfinished OBJ loading
2009-11-11 havocsome optimizations to model decals
2009-11-11 havocbetter to use NET_MAXMESSAGE than 65536 for download...
2009-11-11 havoccomments
2009-11-11 havocimproving MEMCLUMP handling
2009-11-09 divverentfix typo
2009-11-08 havoccorrect a typo in the ogg cdtracks installation instruc...
2009-11-08 havocadded r_farclip_base and r_farclip_world cvars to contr...
2009-11-08 havocfix typo in #ifdef ODE_DYNAMIC
2009-11-08 havocfix bug with alt textures (pressed buttons in q1bsp)
2009-11-08 divverentlogarithm
2009-11-08 havocnew decal system (cl_decals_newsystem 1 to activate)
2009-11-07 divverentclmovement: do not replay less than 0.5ms sized movemen...
2009-11-07 divverentmore error code fixing
2009-11-07 divverentfix typo compile erorr
2009-11-07 divverentmore stupid error code passing
2009-11-07 divverentand fix a NULL pointer causing typo...
2009-11-07 divverentfix gettagmatrix error handling
2009-11-07 divverenttry fixing gettaginfo in client with frameblend etc...
2009-11-07 divverentbetter default for fog
2009-11-07 divverentprevent creation of a cvar named "", as that breaks...
2009-11-07 divverentadd a comment to bind writing
2009-11-07 divverentfix config.cfg writing (properly escape cvar names...
2009-11-07 havoclaid groundwork for a new decal system
2009-11-06 divverentequalization: reduce min ambient, it was too high
next