Age | Commit message (Expand) | Author |
2013-01-12 | #5863 - Use proper texture coordinates for alpha tested materials when doing ... | SmileTheory |
2013-01-12 | #5818 - Modular renderer and Rend2 support for MSVC. | SmileTheory |
2013-01-12 | Fixed a typo in a comment. | Ryan C. Gordon |
2013-01-12 | Fixed a small bug in my new version of this script. | Richard Allen |
2013-01-12 | Increase various arbitrary limits - Bug #5463 | Zachary Slater |
2013-01-12 | Assorted whitespace fixes | Tim Angus |
2013-01-12 | Fix dist target and comment refering to svn | Tim Angus |
2013-01-12 | Fix whitespace | Tim Angus |
2013-01-12 | Replace svnversion use with git equivalent | Tim Angus |
2013-01-12 | Lets list all the valid options. | Zachary Slater |
2013-01-12 | Have make-macosx.sh require the user to specify which architecture she/he wan... | Richard Allen |
2013-01-12 | mv .svnignore .gitignore | Tim Angus |
2013-01-12 | More fixes to the macosx buildsystem. This removes the SDL Framework and make... | Richard Allen |
2013-01-12 | Fix bot skill format so it doesn't always have a space at the beginning of it. | Zack Middleton |
2013-01-12 | Changes from Ensiform: - In G_AddBot, try to allocate clientNum before doing ... | Zack Middleton |
2013-01-12 | - Fix spectator client being switched from follow to free after map_restart i... | Zack Middleton |
2013-01-12 | Changed the MacOS-X build system to make UB's containing i386 and x86_64 arch... | Richard Allen |
2013-01-12 | Missed a file in the previous commit. | James Canete |
2013-01-12 | Support r_srgb even without hardware support. Also tweak default autoexposure... | James Canete |
2013-01-12 | Save all arguments from connect for reconnect command. Remove unnecessary loc... | Zack Middleton |
2013-01-12 | Makefile fixes for OpenBSD by Jonathan Gray. (#5728) | Zack Middleton |
2013-01-12 | Fix dedicated server crashing when using MSG_ReadDelta*, though it only happe... | Zack Middleton |
2013-01-12 | Fix reconnect command to work after leaving server. (#5794) | Zack Middleton |
2013-01-12 | Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and n... | Zack Middleton |
2013-01-12 | Fix clients being able to reset their player state and respawn using donedl. | Zack Middleton |
2013-01-12 | Fix a couple files not ending with a newline. | James Canete |
2013-01-12 | Only declare var_SampleToView in lightall shader when it is actually used. | James Canete |
2013-01-12 | - Allow changing cl_voip without restarting. - Fix assert failing in CL_Parse... | Zack Middleton |
2013-01-12 | Fix server ignoring client move commands if voip data is included. | Zack Middleton |
2013-01-12 | Fix writting voip data in demos (broke in r2102). | Zack Middleton |
2013-01-12 | Split light sample into direct and ambient parts when using deluxemaps or per... | James Canete |
2013-01-12 | Have NSIS uninstaller delete rend2. | Zack Middleton |
2013-01-12 | - Include OpenGL1 and Rend2 renderers in Loki Setup Installer. | Zack Middleton |
2013-01-12 | Include Rend2 renderer in NSIS installer. | Zack Middleton |
2013-01-12 | - Include Rend2 renderer in MacOSX bundle - Include OpenGL1 and Rend2 rendere... | Zack Middleton |
2013-01-12 | From /dev/humancontroller: Typo. | James Canete |
2013-01-12 | #5812 - Use refdef's coordinates when drawing to screen shadow fbo, and separ... | James Canete |
2013-01-12 | Oops, fix line endings in new files in previous commit | James Canete |
2013-01-12 | #5808 - Include and use .glsl in source (rend2) | James Canete |
2013-01-12 | Add length check here as well, thanks Ensiform | Thilo Schulz |
2013-01-12 | In q3_ui if uis.demoversion is set, hide "Team Arena" and "Mods" in main menu... | Zack Middleton |
2013-01-12 | Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform. | Zack Middleton |
2013-01-12 | Remove unused function CL_DisconnectPacket. Pointed out by Ensiform. | Zack Middleton |
2013-01-12 | Update standalone code in Catch the Chicken NSIS installer. | Zack Middleton |
2013-01-12 | Changes suggested by DevHC: - Remove "!target" checks from tell, vtell, and g... | Zack Middleton |
2013-01-12 | Make software overbright optional (cvar r_softOverbright) and reduce the numb... | James Canete |
2013-01-12 | Remove references to non-existent functions CM_MarkFragments and CM_LerpTag. | Zack Middleton |
2013-01-12 | - Check for invalid filename in OpenAL's RegisterSound function. - Changed Ba... | Zack Middleton |
2013-01-12 | Remove unneeded name buffer in S_Play_f. | Zack Middleton |
2013-01-12 | Improve "play" command, based on a patch from Ensiform. | Zack Middleton |