]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - snd_null.c
Add CL_MeshEntities_*, every frame in the client all MESH_ entities are added to...
[xonotic/darkplaces.git] / snd_null.c
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-09-15 havocsound mixer now operates on floating point, has on...
2011-06-08 havoceliminated S_LockSfx and S_UnlockSfx which were not...
2011-06-04 divverentadd the new S_ function to snd_null.c too
2010-05-06 divverentnew cvar: mastervolume (controlling both volume and...
2010-04-15 vortexS_GetEntChallelPosition -> S_GetEntChannelPosition
2010-04-15 vortexadd stubs for S_SoundLength, S_GetEntChallelPosition...
2010-01-29 havocimplemented music playlist system with 10 playlists...
2009-09-25 divverentsnd_alsa: MIDI input support! MIDI events get mapped...
2009-04-15 divverentDP_QC_GETTIME_CDTRACK: extension to query the playing...
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-04-10 havocdo not unload models/sounds until signon is done, this...
2009-02-18 divverentExperimental theora capturevideo code.
2008-03-02 havocadded a parameter to S_StopChannel to trigger a mutex...
2007-08-29 havocmake snd_null.c work again (added snd_mutewhenidle)
2007-05-22 havocrenamed snd_reload to snd_unloadallsounds to clarify...
2006-12-17 havocadded snd_reload command to reload all sounds
2006-09-16 havocimplemented direct AVI video capture using the I420...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-02-20 molivierAdded function S_IsSoundPrecached to the sound engine...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havocadded S_FindName function to make dedicated server...
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2005-01-13 havocadded S_ClearBuffer to sound.h and snd_null.c
2005-01-03 molivierAdded S_Terminate to free all sound resources at shutdown
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-08-10 havocconverted S_Update to take a matrix, and internal snd_d...
2004-07-06 molivierRemoved the functions "S_RawSamples_*" and "S_ResampleB...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-06-23 molivierRemoved unused functions S_AmbientOff and S_AmbientOn...
2004-04-11 molivierThe first step towards a real CD volume setting (only...
2004-04-05 molivierFake CD tracks support; DP now tries to play "sound...
2004-04-02 molivierAdded a CHANNELFLAG_LOCALSOUND flag for channels playin...
2004-02-11 molivierI forgot to add the new sound functions to "snd_null.c"
2004-02-10 molivierAdded a couple of function skeletons for the automatic...
2003-12-08 havocfixed gcc and linux related compilation problems from...
2003-11-14 havocremoved double newlines (don't have a clue how this...
2003-10-11 blackAdded S_GetCached so the dedicated servers compiles now
2003-10-07 havoccd audio now tied to sound system
2003-07-02 havocadded snd_staticvolume to snd_null.c
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-07-08 havocadded snd_null for anyone who can't use the other sound...