]> git.xonotic.org Git - xonotic/darkplaces.git/history - snd_main.c
com_list: Actually initialize a list to point to itself...
[xonotic/darkplaces.git] / snd_main.c
2021-05-14 cloudwalkhost: Clean it up. Give some functions new names and...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-07-15 cloudwalkImplement pausesound command, ported from wrath-darkplaces
2020-07-15 cloudwalklibxmp: Misc improvements (nico)
2020-06-19 cloudwalkAdd missing video capture ifdefs
2020-06-18 cloudwalklibxmp: minor fixes and cleanup
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-16 cloudwalkImplement XMP module sound support
2020-06-11 cloudwalkInitial implementation of command flag system
2020-05-18 cloudwalkFix a few compile warnings. Remove unused locals.
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2019-05-26 havocImplement SDL2 AUDIO_F32 format and use it as the defau...
2018-10-19 divverentRemove the CONFIG_CD macro, and enable faketracks uncon...
2018-03-11 havocRework R_CanSeeBox a bit to support an eyejitter featur...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-03-09 divverentFix a curl-related hang when exiting.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 havocremoved modplug support, the library is too insecure...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-04-17 havocfix a severe texture corruption and crash case when...
2013-02-28 divverentsound7(): properly support channel flags on client...
2012-01-31 havocmoved S_FreeSfx call in S_StopChannel to be in a safer...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-14 divverentCSQC: track client-side entities for sounds issued...
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-14 divverentsnd_maxchannelvolume and snd_softclip
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-10-09 divverentadd cvars: snd_attenuation_exponent, snd_attenuation_de...
2011-10-08 divverentadd a TODO comment about sound falloff curve, needs...
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-09-16 havocfixed multiple crashes and infinite loops in sound...
2011-09-15 havocsound mixer now operates on floating point, has on...
2011-09-15 havocregister the snd_streaming_length cvar
2011-09-14 divverentnew cvar: snd_streaming_length ("don't stream sound...
2011-07-31 vortexr_glsl_deluxemapping 2 support for vertexlit surfaces...
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-08 havoceliminated S_LockSfx and S_UnlockSfx which were not...
2011-06-03 divverentnew cvars: snd_startloopingsounds, snd_startnonloopings...
2011-05-23 havocfix a crash in debug builds where the compiler did...
2011-01-31 divverentalso apply volume.value to ambient sounds (is this...
2011-01-29 divverentSquashed commit of the following:
2010-12-01 divverent100% untested: additionally apply mastervolume to ambie...
2010-11-19 havocmatch sound radius in Quake 1.01, where it was effectiv...
2010-11-19 havocchange default snd_soundradius back to 1000, matching...
2010-09-24 divverentfix another bug in the prologic patch :)
2010-09-23 divverentallow bgmvolume to be > 1 to be able to exceed mastervo...
2010-09-23 divverentchange clamping logic
2010-09-23 divverentexpand volume accuracy from 8bit to 16bit; allow channe...
2010-09-23 divverentfix ambient sounds in prologic
2010-09-22 divverentProLogic patch by Joris Nijnuis, with some fixes
2010-09-10 divverentadd a type cast for C++
2010-09-09 divverentdo sound occlusion only once per sound, not once per...
2010-09-09 divverentsound occlusion: use PVS by default, make the cvar...
2010-08-06 divverentfix a seldom sound related segfault
2010-05-06 divverentnew cvar: mastervolume (controlling both volume and...
2010-04-15 vortexS_GetEntChallelPosition -> S_GetEntChannelPosition
2010-04-14 vortexDP_SND_GETSOUNDTIME extension (query sound progress...
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
2010-01-29 havocimplemented music playlist system with 10 playlists...
2009-12-31 blubCheck sfx->fetcher instead of ch_ind < 0 before freeing...
2009-12-31 havocdue to performance issues with streaming ogg decoding...
2009-12-30 divverentdon't spatialize twice :P
2009-12-30 divverenthopefully fix a race condition in S_StartSound
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-08 havocincrease _snd_mixahead to 0.15 to fix crackling sound...
2009-11-23 divverentfix typo
2009-11-23 divverentfix sound spatialization of edited sounds
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-15 divverentfirst preliminary version of DP_SND_SETPARAMS: let...
2009-11-14 havocalways stream decode ogg, this reduces Nexuiz sound...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-08 echonOops!
2009-09-06 echonAdded an unreal-esque feature: snd_spatialization_occlu...
2009-06-01 divverentfix another race condition when stopping ALL sounds
2009-06-01 divverentfix a race condition in DP's sound handling; note:...
2009-05-22 havocincreased _snd_mixahead from 0.1 to 0.11 to fix static...
2009-04-15 divverentDP_QC_GETTIME_CDTRACK: extension to query the playing...
2009-04-14 divverentfix SND_PickChannel bug choosing an in use channel
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-04-12 havocadded safety checks in S_PlaySfxOnChannel due to a...
2009-04-11 motorsepIn function `S_ServerSounds': unused variable `sfxnext...
2009-04-10 havocdo not unload models/sounds until signon is done, this...
2009-03-27 divverentproperly let sounds come out of attached entities ...
2009-02-19 divverentcorrectly swap the channels for vorbis audio encoding
2009-02-18 havocfix bug introduced by div0 that made entities belonging...
2009-02-18 divverenthopefully fix pointsound in csqc
2009-02-18 divverentExperimental theora capturevideo code.
2009-01-15 divverentmake csqc entity sounds follow their entity
next