summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2014-06-17Fix crash in OpenAL when no input devices are availableAmanieu d'Antras
2014-06-17Support spatialized raw streams in base sound, e.g. for VoIPZack Middleton
2014-06-17Fix signal 6 in S_Base_StartBackgroundTrack on OS X 10.9Zack Middleton
2014-06-17Remove unused cvar_t variable cl_trnEnsiform
2014-06-17Fix cinematics often being silent on OS XZack Middleton
2014-06-17Fix restoring loop sound position on OS XZack Middleton
2014-06-17Make OpenAL buffer management work on OS XZack Middleton
2014-06-17Support FS_SEEK_END and negative offset for zipped files in FS_SeekZack Middleton
2014-06-17Fix video recording sync drift (patch refactored but original author unknown)Tim Angus
2014-06-17Clear more variables in CL_InitServerInfoZack Middleton
2014-06-17Drop sounds starting with * before allocating sfx slotZack Middleton
2014-06-17Fix "bind <key>" message for unbound keysZack Middleton
2014-06-17Fix OpenAL music stop issues using stream stop codeZack Middleton
2014-06-17Fix bind commands getting run when closing UIZack Middleton
2014-06-17(bug #5984) Unload renderer libZack Middleton
2014-06-17Allow adjusting VoIP gain and mute during demo playbackZack Middleton
2013-05-31drop some useless return statements/dev/humancontroller
2013-05-31reduce the amount of compiler warnings for variable shadowing/dev/humancontroller
2013-05-31when using the condump command, do not say "dumped console text" prematurely,.../dev/humancontroller
2013-05-31remove some unused stuff/dev/humancontroller
2013-05-31dlopen libopenal.so not libopenal.so.1 on OpenBSDJonathan Gray
2013-05-03Don't allow modifying qvms or pk3sZack Middleton
2013-03-27Fix some of the things clang --analyze flaggedTim Angus
2013-03-19Fix displaying demo name when loading demoZack Middleton
2013-03-19Show lowercased ascii in bind commandZack Middleton
2013-03-19Fix Key_StringToKeynum to return lowercased asciiZack Middleton
2013-03-19Fix comment in snd_codec_opus.cZack Middleton
2013-03-19Add Ogg Opus supportZack Middleton
2013-02-16Update copyright noticesTim Angus
2013-02-16Remove a few name tagsTim Angus
2013-02-16condump improvementsEnsiform
2013-02-16Remove unneeded variable externEnsiform
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus
2013-02-16Fix compilingZack Middleton
2013-02-16Fix possible delta from invalid entityZack Middleton
2013-02-16Unify/cleanup max snapshot entities on client and serverZack Middleton
2013-02-16Fix resolving IPv6 favorites in Team Arena UIZack Middleton
2013-02-16Remove the SMP renderer featureTim Angus
2013-02-16Make UI_CVAR_CREATE use VM specific codeJeremy Davis
2013-02-16Run toggleconsole in binds while in menu or message modeZack Middleton
2013-02-16Add togglemenu commandZack Middleton
2013-01-15Remove a bunch of LEGACY_PROTOCOL blocksTim Angus
2013-01-12Save all arguments from connect for reconnect command. Remove unnecessary loc...Zack Middleton
2013-01-12Fix reconnect command to work after leaving server. (#5794)Zack Middleton
2013-01-12- Allow changing cl_voip without restarting. - Fix assert failing in CL_Parse...Zack Middleton
2013-01-12Fix writting voip data in demos (broke in r2102).Zack Middleton
2013-01-12Remove unused function CL_DisconnectPacket. Pointed out by Ensiform.Zack Middleton
2013-01-12- Check for invalid filename in OpenAL's RegisterSound function. - Changed Ba...Zack Middleton
2013-01-12Remove unneeded name buffer in S_Play_f.Zack Middleton
2013-01-12Improve "play" command, based on a patch from Ensiform.Zack Middleton