]> icculus.org git repositories - divverent/darkplaces.git/history - cd_shared.c
r_font_hinting cvar makes more sense: 0 no hinting, 1 force autohinting, 2 fullhintin...
[divverent/darkplaces.git] / cd_shared.c
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-05-14 divverenttiny code cleanups
2009-05-14 divverentremove one unneeded cdPlaying check
2009-05-14 divverentFixes by terrencehill and me:
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-01-19 havocfix a number of char types that should be int, to make...
2008-12-15 divverent1. also play sounds outside cdtracks/ as CD tracks
2008-12-15 divverentadd new cvar "cdaudio" to select priorities of CD and...
2008-06-09 havoccheck if command is "remap" AFTER command is set to...
2008-06-07 divverentdo NOT Host_StartVideo for a simple "cd remap"
2008-03-02 havocadded a parameter to S_StopChannel to trigger a mutex...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-12-21 divverentonly CDAudio_SysStop if a CD was actually playing ...
2007-12-14 divverentmake "cd remap" also support named tracks
2007-12-14 divverentCDAudio_Stop: also stop a paused track (fixes bgmvolume...
2007-12-13 divverentminor improvement to modplug (now cd loop 1 also would...
2007-12-12 divverentAdd support for libmodplug (when found). Sound files...
2007-11-24 havocdon't start up CD audio if -nocdaudio is given on comma...
2007-10-09 dreskChanged "fake cd track x playing..." console prints...
2007-04-14 havocremoved all commandline checks for the option "-safe...
2006-08-14 havocpatch from div0: cd loop and cd play commands now suppo...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-02-20 molivierAdded function S_IsSoundPrecached to the sound engine...
2006-02-01 havocadded description string to all cvars and commands
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-05-09 havocfixed problems in the Host_Init Cbuf_InsertText stuff...
2005-05-06 havocplayvideo and cd loop/cd play commands now call Host_St...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-26 havocfixed 3 digit cdtracks loading (it was improperly check...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-23 black-Added the constant MAXTRACKS which is set to 256.
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-04-16 molivierFine-grained CD volume for NetBSD. Made the CD error...
2004-04-15 molivierFine-grained CD volume support for Linux. Note that...
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-03-10 havocadded Print versions of Printf functions and made all...
2003-12-11 molivierOops... I forgot to add this file to the previous commit