aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Collapse)AuthorAgeFilesLines
* Fix infinite loop in case an invalid pk3 file has been downloaded from the ↵thilo2009-10-195-20/+78
| | | | | | server. Thanks tjw for reporting (#3074) git-svn-id: svn://svn.icculus.org/quake3/trunk@1686 edf5b092-35ff-0310-97b2-ce42778d08ea
* Shut up warningsthilo2009-10-191-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1685 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Applied patch from /dev/humancontroller to set cvar_modifiedFlags from ↵thilo2009-10-191-25/+18
| | | | | | | | | | Cvar_Set_f (#3636) - Exchanged ugly code with Cmd_ArgsFrom() git-svn-id: svn://svn.icculus.org/quake3/trunk@1684 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Tested and updated MSVC project file to really make it work with new zlibthilo2009-10-192-333/+1
| | | | | | | - Removed unnecessary zconf.in.h - Fixed include dirs for several MSVC targets git-svn-id: svn://svn.icculus.org/quake3/trunk@1683 edf5b092-35ff-0310-97b2-ce42778d08ea
* Just unix2dos, nothing to see here ...thilo2009-10-1923-4198/+7703
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1681 edf5b092-35ff-0310-97b2-ce42778d08ea
* Adding missing header includes to botlib files. Thanks to Ben Millwood for ↵thilo2009-10-185-0/+5
| | | | | | patch. (#4237) git-svn-id: svn://svn.icculus.org/quake3/trunk@1680 edf5b092-35ff-0310-97b2-ce42778d08ea
* Only create botlib.log if in bot developer mode.thilo2009-10-171-15/+21
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1676 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't look for DLLs on current working directory anymore, for security reasons.thilo2009-10-171-9/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1675 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Disable stdout/stderr redirection on Windowstma2009-10-161-0/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1674 edf5b092-35ff-0310-97b2-ce42778d08ea
* Allow weapon marks on triangle meshes (default: disabled), patch by Oliver ↵thilo2009-10-163-17/+34
| | | | | | McFadden. http://bugzilla.icculus.org/show_bug.cgi?id=3774 git-svn-id: svn://svn.icculus.org/quake3/trunk@1672 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Actually that can be more precise...tma2009-10-161-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1671 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug #4232) Avoid "cl.snap.serverTime < cl.oldFrameServerTime" for slowtma2009-10-151-0/+9
| | | | | | | loading clients combined with short g_warmups git-svn-id: svn://svn.icculus.org/quake3/trunk@1670 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Make LCC's handling of -D arguments on windows consistent with other plaftormstma2009-10-151-6/+62
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1668 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix MinGW build (it doesn't have _putenv_s)tma2009-10-131-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1665 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Change default openal lib to libopenal.so.1thilo2009-10-131-1/+1
| | | | | | | - USE_OPENAL_DLOPEN=1 now default git-svn-id: svn://svn.icculus.org/quake3/trunk@1664 edf5b092-35ff-0310-97b2-ce42778d08ea
* Improve OpenAL error handling, patch by Ben Millwood. ↵thilo2009-10-131-2/+23
| | | | | | https://bugzilla.icculus.org/show_bug.cgi?id=3776 git-svn-id: svn://svn.icculus.org/quake3/trunk@1663 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ↵thilo2009-10-125-23/+22
| | | | | | http://bugzilla.icculus.org/show_bug.cgi?id=4060 git-svn-id: svn://svn.icculus.org/quake3/trunk@1661 edf5b092-35ff-0310-97b2-ce42778d08ea
* MinGW doesn't have setenv() either, so.....thilo2009-10-121-3/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1660 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix environment variable handling for Linux, make setenv command added ↵thilo2009-10-122-50/+53
| | | | | | before parsing of configuration files. (https://bugzilla.icculus.org/show_bug.cgi?id=3626) git-svn-id: svn://svn.icculus.org/quake3/trunk@1659 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't need a call to va() for thisthilo2009-10-121-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1658 edf5b092-35ff-0310-97b2-ce42778d08ea
* fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now.thilo2009-10-121-16/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1657 edf5b092-35ff-0310-97b2-ce42778d08ea
* Whoops.. don't make it overwrite cmds in case of recursive error.thilo2009-10-111-7/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1656 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix recursive error for disconnect after reliable client command overflow. ↵thilo2009-10-116-27/+36
| | | | | | Thanks to /dev/humancontroller for reporting. https://bugzilla.icculus.org/show_bug.cgi?id=3616 git-svn-id: svn://svn.icculus.org/quake3/trunk@1655 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix fake checksum handling if client is unpure, make sure client does not ↵thilo2009-10-111-1/+4
| | | | | | remain unpure after FS_Restart. Thanks to /dev/humancontroller for reporting. http://bugzilla.icculus.org/show_bug.cgi?id=3605, thanks git-svn-id: svn://svn.icculus.org/quake3/trunk@1654 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add guid to userinfo string, thanks Guillaume Bougard. ↵thilo2009-10-081-5/+10
| | | | | | https://bugzilla.icculus.org/show_bug.cgi?id=3570 git-svn-id: svn://svn.icculus.org/quake3/trunk@1653 edf5b092-35ff-0310-97b2-ce42778d08ea
* Apply patch from Jay Weisskopf adding an aspect ratio menu entry to ↵thilo2009-10-081-29/+137
| | | | | | resolution selector: https://bugzilla.icculus.org/show_bug.cgi?id=3475 git-svn-id: svn://svn.icculus.org/quake3/trunk@1652 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make s_volume cvar affect volume of S_Base_RawSamples, thanks to Jay ↵thilo2009-10-081-4/+4
| | | | | | Weisskopf for reporting. https://bugzilla.icculus.org/show_bug.cgi?id=3474 git-svn-id: svn://svn.icculus.org/quake3/trunk@1650 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. ↵thilo2009-10-082-16/+34
| | | | | | http://bugzilla.icculus.org/show_bug.cgi?id=3423 git-svn-id: svn://svn.icculus.org/quake3/trunk@1649 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix bad syntax in 64bit assembler (Undeference)tma2009-10-061-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1647 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix memory overwrite when client has too many maps. Thanks to beast for the ↵thilo2009-10-062-40/+44
| | | | | | reporting & the patch. http://bugzilla.icculus.org/process_bug.cgi git-svn-id: svn://svn.icculus.org/quake3/trunk@1646 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix bot loading in case player supplied invalid bot namesthilo2009-10-062-2/+11
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1645 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't award assist bonuses to flag capturing player, ↵thilo2009-10-061-1/+3
| | | | | | https://bugzilla.icculus.org/show_bug.cgi?id=3260 git-svn-id: svn://svn.icculus.org/quake3/trunk@1644 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix incorrect commenttma2009-10-051-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1643 edf5b092-35ff-0310-97b2-ce42778d08ea
* Rewrite of key event processing, thanks to /dev/humancontroller and Ben ↵thilo2009-10-031-136/+103
| | | | | | Millwood. https://bugzilla.icculus.org/show_bug.cgi?id=3374 git-svn-id: svn://svn.icculus.org/quake3/trunk@1642 edf5b092-35ff-0310-97b2-ce42778d08ea
* Forgotten elsethilo2009-10-031-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1641 edf5b092-35ff-0310-97b2-ce42778d08ea
* Revert back color code changethilo2009-10-032-3/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1639 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Modify color generating codes to only accept numbers and not alphabetical ↵thilo2009-10-032-78/+52
| | | | | | | | | chars anymore - Fix client clean name so that it cannot be tricked anymore, see https://bugzilla.icculus.org/show_bug.cgi?id=3313 git-svn-id: svn://svn.icculus.org/quake3/trunk@1638 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove superfluous f from warningtma2009-09-281-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1637 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Avoid calculating a NaN when failing to compute the display aspect ratiotma2009-09-281-5/+13
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1636 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug #3639) BoxOnPlaneSide rewrite (Diego de Estrada/Patrick Bagget/Danieltma2009-09-213-694/+15
| | | | | | | Gibson) git-svn-id: svn://svn.icculus.org/quake3/trunk@1635 edf5b092-35ff-0310-97b2-ce42778d08ea
* * ...and make sure it compilestma2009-09-171-3/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1634 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add received rcon command string to server log, see ↵thilo2009-09-171-2/+2
| | | | | | https://bugzilla.icculus.org/show_bug.cgi?id=3748 git-svn-id: svn://svn.icculus.org/quake3/trunk@1633 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug #4282) Fix potential overlap of VM stack and bss sections (Patricktma2009-09-171-1/+2
| | | | | | | Baggett) git-svn-id: svn://svn.icculus.org/quake3/trunk@1632 edf5b092-35ff-0310-97b2-ce42778d08ea
* Cleanups for the Mac error dialog, after a code review from tma.icculus2009-09-163-3/+4
| | | | | | | | | - Don't expose the function in sys_local.h (it would be static if we could). - Don't call it Sys_Cocoa_*; it'd be nonsense with q3a's naming conventions. git-svn-id: svn://svn.icculus.org/quake3/trunk@1631 edf5b092-35ff-0310-97b2-ce42778d08ea
* * ...and actually r1626 this timetma2009-09-163-45/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1630 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Revert r1624 and r1626-r1628tma2009-09-151-3/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1629 edf5b092-35ff-0310-97b2-ce42778d08ea
* Added support for hardcoded HOMEPATH.icculus2009-09-151-1/+3
| | | | | | | Partially fixes Bugzilla #4271. git-svn-id: svn://svn.icculus.org/quake3/trunk@1627 edf5b092-35ff-0310-97b2-ce42778d08ea
* Let a separate libdir be specified for loading libraries.icculus2009-09-153-0/+45
| | | | | | | Partially fixes Bugzilla #4271. git-svn-id: svn://svn.icculus.org/quake3/trunk@1626 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fixed amd64 JIT output bug.icculus2009-09-151-1/+1
| | | | | | | Partially fixes Bugzilla #4271. git-svn-id: svn://svn.icculus.org/quake3/trunk@1625 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add x86_64 ARCH_STRING for FreeBSD.icculus2009-09-151-0/+2
| | | | | | | Partially fixes Bugzilla #4271. git-svn-id: svn://svn.icculus.org/quake3/trunk@1623 edf5b092-35ff-0310-97b2-ce42778d08ea