2020-07-15 |
cloudwalk | Implement pausesound command, ported from wrath-darkplaces |
blob | commitdiff | raw |
2020-07-15 |
cloudwalk | libxmp: Misc improvements (nico) |
blob | commitdiff | raw | diff to current |
2020-06-19 |
cloudwalk | Add missing video capture ifdefs |
blob | commitdiff | raw | diff to current |
2020-06-18 |
cloudwalk | libxmp: minor fixes and cleanup |
blob | commitdiff | raw | diff to current |
2020-06-18 |
cloudwalk | Organize system and host globals into structs. Implemen... |
blob | commitdiff | raw | diff to current |
2020-06-16 |
cloudwalk | Implement XMP module sound support |
blob | commitdiff | raw | diff to current |
2020-06-11 |
cloudwalk | Initial implementation of command flag system |
blob | commitdiff | raw | diff to current |
2020-05-18 |
cloudwalk | Fix a few compile warnings. Remove unused locals. |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2019-05-26 |
havoc | Implement SDL2 AUDIO_F32 format and use it as the defau... |
blob | commitdiff | raw | diff to current |
2018-10-19 |
divverent | Remove the CONFIG_CD macro, and enable faketracks uncon... |
blob | commitdiff | raw | diff to current |
2018-03-11 |
havoc | Rework R_CanSeeBox a bit to support an eyejitter featur... |
blob | commitdiff | raw | diff to current |
2016-09-10 |
havoc | Fix MSVC++ 2015 warnings about variable scope and some... |
blob | commitdiff | raw | diff to current |
2015-03-09 |
divverent | Fix a curl-related hang when exiting. |
blob | commitdiff | raw | diff to current |
2014-05-29 |
havoc | Fixed a large number of WIN64 type conversion warnings. |
blob | commitdiff | raw | diff to current |
2013-08-03 |
divverent | Revert "Revert "Build in subdirs"", as the issues seem... |
blob | commitdiff | raw | diff to current |
2013-07-27 |
divverent | Revert "Make cdda optional, server does not need to... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
havoc | removed modplug support, the library is too insecure... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
nikoli | Make cdda optional, server does not need to play music |
blob | commitdiff | raw | diff to current |
2013-04-17 |
havoc | fix a severe texture corruption and crash case when... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
divverent | sound7(): properly support channel flags on client... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
havoc | moved S_FreeSfx call in S_StopChannel to be in a safer... |
blob | commitdiff | raw | diff to current |
2011-11-19 |
divverent | support viewentity to be shared; DP_CSQC_V_CALCREFDEF |
blob | commitdiff | raw | diff to current |
2011-11-14 |
divverent | CSQC: track client-side entities for sounds issued... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
havoc | fix compile errors and warnings in MSVC |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-14 |
divverent | snd_maxchannelvolume and snd_softclip |
blob | commitdiff | raw | diff to current |
2011-10-12 |
havoc | removed S_StartSound_StartPosition function because... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
divverent | add cvars: snd_attenuation_exponent, snd_attenuation_de... |
blob | commitdiff | raw | diff to current |
2011-10-08 |
divverent | add a TODO comment about sound falloff curve, needs... |
blob | commitdiff | raw | diff to current |
2011-10-04 |
divverent | if the two mtimes are identical, also use the max inter... |
blob | commitdiff | raw | diff to current |
2011-10-04 |
divverent | by default, skip start of the sound, don't delay (to... |
blob | commitdiff | raw | diff to current |
2011-10-04 |
divverent | provide cvars to change identical sound randomization |
blob | commitdiff | raw | diff to current |
2011-10-04 |
divverent | sound: when randomizing sound start times, check pitch... |
blob | commitdiff | raw | diff to current |
2011-09-16 |
havoc | fixed multiple crashes and infinite loops in sound... |
blob | commitdiff | raw | diff to current |
2011-09-15 |
havoc | sound mixer now operates on floating point, has on... |
blob | commitdiff | raw | diff to current |
2011-09-15 |
havoc | register the snd_streaming_length cvar |
blob | commitdiff | raw | diff to current |
2011-09-14 |
divverent | new cvar: snd_streaming_length ("don't stream sound... |
blob | commitdiff | raw | diff to current |
2011-07-31 |
vortex | r_glsl_deluxemapping 2 support for vertexlit surfaces... |
blob | commitdiff | raw | diff to current |
2011-07-05 |
divverent | DP_SND_SOUND7_WIP1 |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | eliminated S_LockSfx and S_UnlockSfx which were not... |
blob | commitdiff | raw | diff to current |
2011-06-03 |
divverent | new cvars: snd_startloopingsounds, snd_startnonloopings... |
blob | commitdiff | raw | diff to current |
2011-05-23 |
havoc | fix a crash in debug builds where the compiler did... |
blob | commitdiff | raw | diff to current |
2011-01-31 |
divverent | also apply volume.value to ambient sounds (is this... |
blob | commitdiff | raw | diff to current |
2011-01-29 |
divverent | Squashed commit of the following: |
blob | commitdiff | raw | diff to current |
2010-12-01 |
divverent | 100% untested: additionally apply mastervolume to ambie... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
havoc | match sound radius in Quake 1.01, where it was effectiv... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
havoc | change default snd_soundradius back to 1000, matching... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
divverent | fix another bug in the prologic patch :) |
blob | commitdiff | raw | diff to current |
2010-09-23 |
divverent | allow bgmvolume to be > 1 to be able to exceed mastervo... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
divverent | change clamping logic |
blob | commitdiff | raw | diff to current |
2010-09-23 |
divverent | expand volume accuracy from 8bit to 16bit; allow channe... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
divverent | fix ambient sounds in prologic |
blob | commitdiff | raw | diff to current |
2010-09-22 |
divverent | ProLogic patch by Joris Nijnuis, with some fixes |
blob | commitdiff | raw | diff to current |
2010-09-10 |
divverent | add a type cast for C++ |
blob | commitdiff | raw | diff to current |
2010-09-09 |
divverent | do sound occlusion only once per sound, not once per... |
blob | commitdiff | raw | diff to current |
2010-09-09 |
divverent | sound occlusion: use PVS by default, make the cvar... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
divverent | fix a seldom sound related segfault |
blob | commitdiff | raw | diff to current |
2010-05-06 |
divverent | new cvar: mastervolume (controlling both volume and... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
vortex | S_GetEntChallelPosition -> S_GetEntChannelPosition |
blob | commitdiff | raw | diff to current |
2010-04-14 |
vortex | DP_SND_GETSOUNDTIME extension (query sound progress... |
blob | commitdiff | raw | diff to current |
2010-02-27 |
havoc | changed r_speeds labels again, less csqc monitoring... |
blob | commitdiff | raw | diff to current |
2010-01-29 |
havoc | implemented music playlist system with 10 playlists... |
blob | commitdiff | raw | diff to current |
2009-12-31 |
blub | Check sfx->fetcher instead of ch_ind < 0 before freeing... |
blob | commitdiff | raw | diff to current |
2009-12-31 |
havoc | due to performance issues with streaming ogg decoding... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | don't spatialize twice :P |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | hopefully fix a race condition in S_StartSound |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed several Con_Printf calls to Con_DPrintf |
blob | commitdiff | raw | diff to current |
2009-12-08 |
havoc | increase _snd_mixahead to 0.15 to fix crackling sound... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
divverent | fix typo |
blob | commitdiff | raw | diff to current |
2009-11-23 |
divverent | fix sound spatialization of edited sounds |
blob | commitdiff | raw | diff to current |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
blob | commitdiff | raw | diff to current |
2009-11-15 |
divverent | first preliminary version of DP_SND_SETPARAMS: let... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
havoc | always stream decode ogg, this reduces Nexuiz sound... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
havoc | migrated a large number of #define MAX values to quaked... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fix errors and warnings in MSVC when compiling as C++ |
blob | commitdiff | raw | diff to current |
2009-09-08 |
echon | Oops! |
blob | commitdiff | raw | diff to current |
2009-09-06 |
echon | Added an unreal-esque feature: snd_spatialization_occlu... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
divverent | fix another race condition when stopping ALL sounds |
blob | commitdiff | raw | diff to current |
2009-06-01 |
divverent | fix a race condition in DP's sound handling; note:... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
havoc | increased _snd_mixahead from 0.1 to 0.11 to fix static... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
divverent | DP_QC_GETTIME_CDTRACK: extension to query the playing... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
divverent | fix SND_PickChannel bug choosing an in use channel |
blob | commitdiff | raw | diff to current |
2009-04-13 |
havoc | fix csqc sound precaches which were being freed after... |
blob | commitdiff | raw | diff to current |
2009-04-12 |
havoc | added safety checks in S_PlaySfxOnChannel due to a... |
blob | commitdiff | raw | diff to current |
2009-04-11 |
motorsep | In function `S_ServerSounds': unused variable `sfxnext... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
havoc | do not unload models/sounds until signon is done, this... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
divverent | properly let sounds come out of attached entities ... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
divverent | correctly swap the channels for vorbis audio encoding |
blob | commitdiff | raw | diff to current |
2009-02-18 |
havoc | fix bug introduced by div0 that made entities belonging... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
divverent | hopefully fix pointsound in csqc |
blob | commitdiff | raw | diff to current |
2009-02-18 |
divverent | Experimental theora capturevideo code. |
blob | commitdiff | raw | diff to current |
2009-01-15 |
divverent | make csqc entity sounds follow their entity |
blob | commitdiff | raw | diff to current |
2009-01-08 |
divverent | making the new cvars saved ones |
blob | commitdiff | raw | diff to current |
2009-01-08 |
divverent | better defaults for headphones |
blob | commitdiff | raw | diff to current |
2009-01-08 |
divverent | snd_spatialization_control: earphone friendly mode... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
divverent | Even more snd channel cvars. I know this sucks, but... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
divverent | independent volume control for the 8 entity channels |
blob | commitdiff | raw | diff to current |
next |