aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* increase version in trunkludwig2009-04-131-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1525 edf5b092-35ff-0310-97b2-ce42778d08ea
* Updating README.zakk2009-04-131-4/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1521 edf5b092-35ff-0310-97b2-ce42778d08ea
* nsis: support proper multi user installationludwig2009-04-121-4/+28
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1520 edf5b092-35ff-0310-97b2-ce42778d08ea
* nsis installer icon finallyludwig2009-04-121-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1519 edf5b092-35ff-0310-97b2-ce42778d08ea
* Generated a quick n dirty png of the tango icon.zakk2009-04-091-0/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1518 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fixing floam's e-mail address.zakk2009-04-081-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1517 edf5b092-35ff-0310-97b2-ce42778d08ea
* Updating the bundle identifier.zakk2009-04-041-1/+1
| | | | | | | Yell at me if this breaks something for you. git-svn-id: svn://svn.icculus.org/quake3/trunk@1516 edf5b092-35ff-0310-97b2-ce42778d08ea
* Minor update to test mailing list.icculus2009-03-251-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1515 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make the frontend check both the current bundle as well as the default ↵six2009-03-223-22/+20
| | | | | | | | | install location 0110 git-svn-id: svn://svn.icculus.org/quake3/trunk@1514 edf5b092-35ff-0310-97b2-ce42778d08ea
* neededsix2009-03-221-0/+7
| | | | | | | | 0110 git-svn-id: svn://svn.icculus.org/quake3/trunk@1513 edf5b092-35ff-0310-97b2-ce42778d08ea
* oops, checked in a precompiled header for the frontend.zakk2009-03-211-7/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1512 edf5b092-35ff-0310-97b2-ce42778d08ea
* first copy of the front-end from Ben Wilber. Thanks Ben!zakk2009-03-2118-0/+5821
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1511 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix leaking OpenAL buffers (Amanieu)tma2009-03-151-0/+12
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1510 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove unexplainable ( tr.overbrightBits > 0 ) condition when correctingtma2009-03-121-4/+4
| | | | | | | gamma in screenshots git-svn-id: svn://svn.icculus.org/quake3/trunk@1509 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove superfluous comments committed with fix to bug #3999tma2009-03-022-8/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1508 edf5b092-35ff-0310-97b2-ce42778d08ea
* initialize Sys_Milliseconds early (#3999)ludwig2009-03-021-0/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1507 edf5b092-35ff-0310-97b2-ce42778d08ea
* initialize qport with random value instead of time (#3999)ludwig2009-03-021-1/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1506 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix STANDALONE challengeResponse (#4000)ludwig2009-03-021-5/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1505 edf5b092-35ff-0310-97b2-ce42778d08ea
* Makefile: Enable new sparc JIT on Linux.ludwig2009-03-021-0/+7
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1504 edf5b092-35ff-0310-97b2-ce42778d08ea
* qcommon: vm: Add sparc JIT compiler.ludwig2009-03-022-0/+1726
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1503 edf5b092-35ff-0310-97b2-ce42778d08ea
* qcommon: vm: sparc, like 386, doesn't need var-args conversion.ludwig2009-03-021-1/+1
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1502 edf5b092-35ff-0310-97b2-ce42778d08ea
* qcommon: Add idsparc and set when __sparc__ && !C_ONLYludwig2009-03-021-0/+7
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1501 edf5b092-35ff-0310-97b2-ce42778d08ea
* Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.ludwig2009-03-021-0/+3
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> git-svn-id: svn://svn.icculus.org/quake3/trunk@1500 edf5b092-35ff-0310-97b2-ce42778d08ea
* * s/FS_FilenameIsExecutable/FS_CheckFilenameIsNotExecutable/gtma2009-02-261-13/+14
| | | | | | | * Fix potential buffer under run in FS_CheckFilenameIsNotExecutable git-svn-id: svn://svn.icculus.org/quake3/trunk@1499 edf5b092-35ff-0310-97b2-ce42778d08ea
* move speex config.h to correct placeludwig2009-02-111-0/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1498 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix msvc build (#3857, #3771)ludwig2009-02-102-58/+239
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1497 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix potential segfault (found by DerSaidin in xreal)ludwig2009-01-231-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1494 edf5b092-35ff-0310-97b2-ce42778d08ea
* security fix: prevent command injection via callvoteludwig2009-01-174-3/+29
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1493 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix overflow in CG_ParseTeamInfoludwig2009-01-131-0/+11
| | | | | | based on patch for Tremulous, thanks to Roman Tetelman git-svn-id: svn://svn.icculus.org/quake3/trunk@1492 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix build with newer git installationsludwig2009-01-131-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1491 edf5b092-35ff-0310-97b2-ce42778d08ea
* gamename is already a cvar with CVAR_SERVERINFOludwig2009-01-111-1/+0
| | | | | | do not set gamename to different values in getstatus and getinfo responses git-svn-id: svn://svn.icculus.org/quake3/trunk@1490 edf5b092-35ff-0310-97b2-ce42778d08ea
* add support for ppc64 in installerludwig2008-11-122-1/+16
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1489 edf5b092-35ff-0310-97b2-ce42778d08ea
* use -fno-strict-aliasing again. code is just not ready yet.ludwig2008-11-121-8/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1488 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix some new GCC 4.3 warningstma2008-11-1019-152/+220
| | | | | | | * Fix many many strict aliasing warnings, now that it's re-enabled git-svn-id: svn://svn.icculus.org/quake3/trunk@1487 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix variable declaration (#3849)ludwig2008-11-101-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1486 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix empty loops causing build failures in mingwludwig2008-11-101-4/+4
| | | | | | Patch by Przemysław Iskra (#3813) git-svn-id: svn://svn.icculus.org/quake3/trunk@1485 edf5b092-35ff-0310-97b2-ce42778d08ea
* enable new powerpc vmludwig2008-11-101-3/+19
| | | | | | Patch by Przemysław Iskra (#3796) git-svn-id: svn://svn.icculus.org/quake3/trunk@1484 edf5b092-35ff-0310-97b2-ce42778d08ea
* realloc vm->instructionPointers on ppc64ludwig2008-11-101-78/+96
| | | | | | | | | rename VM_Malloc, VM_Free to PPC_Malloc, PPC_Free safer constant optimization handling Patch by Przemysław Iskra (#3796) git-svn-id: svn://svn.icculus.org/quake3/trunk@1483 edf5b092-35ff-0310-97b2-ce42778d08ea
* new PowerPC vmludwig2008-11-103-0/+3317
| | | | | | Patch by Przemysław Iskra (#3796) git-svn-id: svn://svn.icculus.org/quake3/trunk@1482 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix strict aliasing issuesludwig2008-11-0315-108/+91
| | | | | | Patch by Przemysław Iskra (#3805) git-svn-id: svn://svn.icculus.org/quake3/trunk@1481 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix 64bit VM interface to work on ppc64 (#3838)ludwig2008-11-031-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1480 edf5b092-35ff-0310-97b2-ce42778d08ea
* move location of version string in console a bitludwig2008-11-021-5/+3
| | | | | | patch by 'devhc97' (#3758) git-svn-id: svn://svn.icculus.org/quake3/trunk@1479 edf5b092-35ff-0310-97b2-ce42778d08ea
* specify alDevice instead of NULL when asking for for ALC_EXTENSIONSludwig2008-11-021-1/+1
| | | | | | patch by Ben Millwood (#3777) git-svn-id: svn://svn.icculus.org/quake3/trunk@1478 edf5b092-35ff-0310-97b2-ce42778d08ea
* libraries do not belong to LDFLAGS.ludwig2008-11-021-58/+64
| | | | | | | | | | Patch creates separate *LIBS variables for libraries, leaving LDFLAGS for real flags, like -shared or --as-needed. Also CFLAGS are used when linking: -m32/-m64 belongs to CFLAGS, not LDFLAGS; linker additionally optimizes output file when -O* is in flags. Patch by Przemysław Iskra (#3813) git-svn-id: svn://svn.icculus.org/quake3/trunk@1477 edf5b092-35ff-0310-97b2-ce42778d08ea
* x86_64_assembler should use separate object file for dedicated serverludwig2008-11-021-1/+1
| | | | | | patch by Przemysław Iskra git-svn-id: svn://svn.icculus.org/quake3/trunk@1476 edf5b092-35ff-0310-97b2-ce42778d08ea
* Patch to make getnameinfo() call work on OpenBSD systems. Created by ↵thilo2008-10-291-3/+10
| | | | | | agent59692154@spamcorptastic.com git-svn-id: svn://svn.icculus.org/quake3/trunk@1475 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix return value of CL_cURL_CallbackWrite (#3804)ludwig2008-10-241-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1474 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix crash with videos on ppc (#2523,3802). Patch by Przemysław Iskraludwig2008-10-241-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1473 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Move command argument completion from being hard coded to being associatedtma2008-09-168-89/+195
| | | | | | | with the individual commands to be completed git-svn-id: svn://svn.icculus.org/quake3/trunk@1472 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Supply specific identifier to the master server (Mathieu Olivier)tma2008-09-153-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1471 edf5b092-35ff-0310-97b2-ce42778d08ea