]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2011-12-09 vortexAdd THREADDISABLE define to make builds with whole...
2011-12-09 divverentfix stupid typo
2011-12-09 divverentfor crypto keys, also write an easy to share text file...
2011-12-09 divverentWhile I'm reworking this anyway: also write a file...
2011-12-09 divverentblind_id: rework of keygen to be able to save an unsign...
2011-12-08 vortexODE: experimental 'erp' field for per-entity control...
2011-12-08 vortexRF_MODELLIGHT compatible with getlight() - assuming...
2011-12-08 havocprint E5_COMPLEXANIMATION and E5_TRAILEFFECTNUM in
2011-12-08 havocdisable VorteX's broken physics_ode_constantstep code...
2011-12-07 havocr_showbboxes now shows SOLID_CORPSE as orange
2011-12-05 havocfixed a crash with r_shadow_bouncegrid 2 when also...
2011-12-04 divverentmove the hack to makefile, as it's using a GNU make...
2011-12-04 divverentmakefile: if a .h file in dependency file is missing...
2011-12-04 divverentwe now no longer need the auto RENDER_EXTERIORMODEL...
2011-12-04 divverentmake player_localnum and player_localentnum conform...
2011-12-04 divverentfix CSQC view entity handling
2011-12-03 divverentadd cl_minfps_force cvar to run minfps code even during...
2011-12-03 divverentcl_minfps: apply r_refdef.view.quality to reliefmapping...
2011-12-03 divverenttransform: make hysteresis one-sided, no behaviour...
2011-12-03 divverentnew cl_minfps logic that seems a lot more successful...
2011-12-02 divverentfix a typo... why didn't compiler error
2011-12-02 divverenteffectinfo: lightcorona <alphascale> <sizescale> (defau...
2011-12-02 divverentCSQC: propagate automatic RENDER_EXTERIORMODEL inherite...
2011-12-01 eihrulcheck for valid socket in Con_Rcon_Redirect_Flush
2011-11-30 havocadded r_shadow_shadowmapping_useshadowsampler cvar...
2011-11-30 havocfix GLSL compile errors caused by use of * 64 rather...
2011-11-30 havocbind to GL_ARB_framebuffer_object functions correctly...
2011-11-30 havocsince motorsep put steelstorm2 after steelstorm, change...
2011-11-30 motorsep+ Added Steel Storm 2 and Tomes of Mephistopheles games
2011-11-26 divverentfix lightmapscale logic for sRGB lightmaps to actually...
2011-11-26 divverentfix a stupid typo in pausable checking code
2011-11-26 divverentrunstandardplayerphysics: also implement the no-args...
2011-11-26 divverentmore bugfix
2011-11-26 divverentmake dpdefs capable to compile Xonotic
2011-11-26 divverentwe need max with ...
2011-11-26 divverentdpdefs: lots of improvements
2011-11-26 divverentremove dpmod stuff here
2011-11-26 divverentmove VF_MAINVIEW and VF_MINFPS_QUALITY to DP's extensio...
2011-11-25 divverentfix another bug with HDR bloom
2011-11-25 divverentfix r_bloom_colorexponent with fbo (fixed version doesn...
2011-11-25 divverentfix typo
2011-11-25 divverentfix a bug in handling "accept" for crypto connections
2011-11-25 divverentintroduce a lightmap scale for models, and use this...
2011-11-23 divverentcrypto: some simplifications; also apply policies prope...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-18 divverentmake locksession a bit more robust by calling FS_Create...
2011-11-17 divverentdocument DP_CSQC_MINFPS_QUALITY
2011-11-17 divverentexpose r_refdef.view.quality to CSQC R_SetView VF_MINFP...
2011-11-15 divverentnew effectinfo keywords: relativeoriginoffset, relative...
2011-11-15 divverentactually USE surfaceparms parsed from the shaders ...
2011-11-14 divverentfix another bug in grounded V_CalcRefDef
2011-11-14 divverenthopefully fix the r_stereo bug
2011-11-14 divverentground R_CalcRefdef when the player entity is shared
2011-11-14 divverentmatch FTEQW more closely in runstandardplayerphysics
2011-11-14 divverentCSQC: track client-side entities for sounds issued...
2011-11-14 divverentfactor V_CalcRefdef into two functions
2011-11-13 divverentalways set movement_velocity even for unpredicted moves
2011-11-13 havocfix C++ compile error (missing cast)
2011-11-12 divverentsupport pmove_flags (the actual flag values may be...
2011-11-12 divverentwe don't need ALL those fields I marked with ???
2011-11-12 divverentan attempt to do CL_runplayerphysics, not working prope...
2011-11-12 divverentmake it possible to unset effects for CSQC entities
2011-11-12 divverent-benchmarkruns: show a report of min/median/max of...
2011-11-12 divverentcomplexanimation now beginning to be suitable for SVQC use
2011-11-10 havocremoved a model->numframes <= 1 check which broke anima...
2011-11-09 havocdon't call ODE dWorldQuickStep with 0 step time
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-11-09 havocdefault r_usedepthtextures to 1 until issues are resolv...
2011-11-09 vortexDDS with DXT1a: was not correctly detected if r_texture...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-08 havocallow time-based traileffectnum effects by passing...
2011-11-08 havocremove physics_ode_worldstep cvar, it is now always...
2011-11-08 havocfix compile error (missing variable)
2011-11-08 divverentfix compile error regarding vid_sRGB declaration
2011-11-08 divverentsRGB fallback: properly convert r_hdr_scenebrightness
2011-11-08 divverentexplain that with pausable 0, the server admin still...
2011-11-08 divverentallow listen server owner to pause the game (this also...
2011-11-06 divverentchange framegroups parsing so the final EOL is optional
2011-11-06 divverentfix two checks to not crash when showtex is used withou...
2011-11-06 divverentfix showtex
2011-11-05 divverentfix OBJ models not getting any lighting
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentsync _DrawQ_Setup to R_ResetViewRendering2D (they match...
2011-11-05 divverenteat unsupported tokens from framegroups file
2011-11-05 divverentframegroups parsing: make 5th arg animation name, not...
2011-11-04 havocfix crash in CL_ModelIndexList_f
2011-11-03 divverentfix segfault in prvm_printfunction
2011-11-02 divverentfix accuracy issue in timerefresh
2011-11-02 havocsupport GL_ARB_framebuffer_object, with GL_EXT_framebuf...
2011-11-02 divverentmark 5 permutation bits eligible for moving to static...
2011-11-02 divverentwin32: add two includes to make sure the constants...
2011-11-02 divverentfix some typos
2011-11-01 divverentCrypto_LoadKeys: make the caller responsible for the...
2011-11-01 divverentlock the thread mutex while altering crypto key stuff
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-11-01 havocfix an issue with glStencilFuncSeparate being misused...
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-11-01 divverentspeed up leaktest a bit
2011-11-01 divverentremove debug print
2011-11-01 divverentmore parsing fix
next