]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2011-10-17 havocallow terminal input on sdl client as well (glx client...
2011-10-17 havocinit/shutdown thread system in dedicated server as...
2011-10-17 divverentnew cvar: cl_maxphysicsframesperserverframe
2011-10-16 havocfix byte color handling in iqm loader
2011-10-16 divverentproperly detect vid.samples value if overridden by...
2011-10-16 havocif vid_samples is > 1 then do not use fbo view or water...
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-16 divverentfor now, turn off FBO if multisampling as their combina...
2011-10-16 havocadded r_water_fbo cvar to enable fbo rendering of water...
2011-10-16 havocremoved cvars r_hdr and r_hdr_range - now the only...
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-10-16 havocrenamed r_bloomstate to r_fb because it contains frameb...
2011-10-16 havocoops, missed this
2011-10-16 havocadded cvar r_water_hideplayer with 3 possible values...
2011-10-15 divverentcurl: change how failure/success is decided to prevent...
2011-10-15 havocfix crashes in viewthing code
2011-10-15 havocfix two crashes that divVerent found and fixed but...
2011-10-14 divverentfix warning
2011-10-14 divverentadd missing fabs
2011-10-14 divverentfix decay calculation in snd_softclip
2011-10-14 divverentsnd_maxchannelvolume and snd_softclip
2011-10-14 divverentalso support ReplayGain if peak is not defined
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-14 havocremoved scr_zoomwindow feature to simplify code
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-14 havocadded getproperty and getpropertyvec
2011-10-14 havocuse PRVM_serverfunction when looking up SV_ChangeTeam,
2011-10-14 havocfix crashes with last patch to model loaders
2011-10-14 havocallow iqm models without geometry
2011-10-12 havocmoved surface culling code to a separate function,...
2011-10-12 havocadded sv_areadebug cvar which disables the use of the...
2011-10-12 havocadded r_hdr_irisadaptation_radius which determines...
2011-10-12 havocdisplay scene brightness (r_refdef.view.colorscale...
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-10-12 havocadded cvar sv_gameplayfix_bugfixedcheckwatertransition...
2011-10-10 divverentcl_movement: hit CSQC entities if solid (rationale...
2011-10-09 divverentadd cvars: snd_attenuation_exponent, snd_attenuation_de...
2011-10-09 divverentimprove logic for silent sound cutoff based on output...
2011-10-08 divverentadd a TODO comment about sound falloff curve, needs...
2011-10-08 divverentsound mixing: PROPERLY detect silent sounds. Old code...
2011-10-04 divverentserver list: allow more AND and OR masks (except in...
2011-10-04 divverentif the two mtimes are identical, also use the max inter...
2011-10-04 divverentby default, skip start of the sound, don't delay (to...
2011-10-04 divverentprovide cvars to change identical sound randomization
2011-10-04 divverentsound: when randomizing sound start times, check pitch...
2011-10-02 divverentfix warnings I caused in a previous commit
2011-10-01 divverentfix broken English
2011-10-01 divverentCSQC_Event_Sound: pass pitch shift info; actually apply...
2011-10-01 divverentimplement digest_hex()
2011-10-01 divverentdocument DP_QC_DIGEST
2011-10-01 divverentmove crc16()
2011-10-01 eihrulfix crash when compiling shadowmaps for certain Q3BSP...
2011-09-30 divverentoops, I hadn't document DP_QC_I18N back then... sorry...
2011-09-30 eihrulbetter fix for skeletal no-bones case
2011-09-30 eihrulhandle no-bones case for skeletal animation
2011-09-28 havocround the pitchchange setting to the nearest value
2011-09-28 havocfix another bug with sound pitchspeed parameter
2011-09-28 havocwrite SND_SPEEDUSHORT4000 correctly
2011-09-26 havocMac:
2011-09-26 havocdetect if items2 field was declared in the quakec rathe...
2011-09-26 havocfix two warnings (both were bad but unlikely to cause...
2011-09-26 divverentDDS: properly count miplevels for 1x1 textures too...
2011-09-25 vortexDP_PHYSICS_ODE: new SOLID_PHYSICS_CYLINDER. New "massof...
2011-09-24 divverentexport DP_SND_SOUND7_WIP2 (pitch shifting) to checkexte...
2011-09-24 vortexCSQC Getlight - added globals:
2011-09-23 havocif MATERIALFLAG_CUSTOMBLEND, clear MATERIALFLAG_ADD and
2011-09-21 divverentprevent recursive invocation of loading screen
2011-09-19 divverentvideo capture: add the missing 32768.0f factor
2011-09-18 divverentcvar saving robustness
2011-09-18 havocfix watershader on entities
2011-09-17 havocavoid crashes on watershader surfaces in models that...
2011-09-16 havoctighten the tolerances on water plane merging
2011-09-16 havoctransform surface vertices to worldspace before calcula...
2011-09-16 havocfix issues with watershader on models, also now support...
2011-09-16 havocadded scr_screenshot_timestamp cvar which defaults...
2011-09-16 havocadded network protocol for sound speed
2011-09-16 havocfixed multiple crashes and infinite loops in sound...
2011-09-16 divverentCSQC: support the sound pitch shift arg (NOT in SVQC...
2011-09-15 havocsound mixer now operates on floating point, has on...
2011-09-15 havocregister the snd_streaming_length cvar
2011-09-14 divverentfix a crash on CentOS 5.6
2011-09-14 divverentnew cvar: snd_streaming_length ("don't stream sound...
2011-09-14 havocchanged executable name detection to ignore path
2011-09-13 eihrulslightly better non-VSDCT shadowmap code
2011-09-13 eihrulabstracted texture2DOffset usage to work around GLSL...
2011-09-13 eihrulfix error with unused ClientTime reference
2011-09-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-09-12 eihrulslightly faster non-VSDCT GetShadowMapTC2D variant
2011-09-11 eihrulfix fix for shadow sampler sampling
2011-09-11 eihrulfix sampling of shadow2D results
2011-09-11 divverentclip velocity when detecting ground
2011-09-11 divverentmore canjump fixes
2011-09-10 divverentfix another canjump tracking bug; STILL not good
2011-09-10 divverentfix one bug in cl_movement_track_canjump. Still buggy.
2011-09-09 divverentadd a FIXME comment regarding canjump, will check that...
2011-09-08 divverentmodplug. set total length to 1<<30 now, as anything...
2011-09-08 havocchanged D3D shader warning prints to dprints
2011-09-07 divverentsimplify: just turn off rtlights on MATERIALFLAG_FULLBR...
2011-09-07 havocinitialize some variables differently in the HLSL shade...
2011-09-06 havocfix a C++ error introduced when ddspixels was used...
next