aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* * Remove the SDL patch as it has since been incorporated into SDL svntma2009-10-181-20/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1679 edf5b092-35ff-0310-97b2-ce42778d08ea
* Still some info on the impact marks thingthilo2009-10-161-0/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1673 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Revert r1624 and r1626-r1628tma2009-09-151-2/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1629 edf5b092-35ff-0310-97b2-ce42778d08ea
* Updated README with DEFAULT_LIBDIR and HOMEPATH.icculus2009-09-151-0/+2
| | | | | | | Partially fixes Bugzilla #4271. git-svn-id: svn://svn.icculus.org/quake3/trunk@1624 edf5b092-35ff-0310-97b2-ce42778d08ea
* Allow optional window resizing.icculus2009-09-141-0/+1
| | | | | | | Fixes Bugzilla #2844. git-svn-id: svn://svn.icculus.org/quake3/trunk@1594 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make command net_restart work so that port/ip settings can be changed ↵thilo2009-05-291-0/+2
| | | | | | without server restart git-svn-id: svn://svn.icculus.org/quake3/trunk@1560 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-241-2/+4
| | | | | | | | | | | - Overhaul of the new banning functions: * basic check for redundant bans/exceptions * introduction of sv_banFile to make it possible to configure the file where to read bans and exceptions from * bans can now be deleted by giving address ranges, too. git-svn-id: svn://svn.icculus.org/quake3/trunk@1557 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
* 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
* 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
* * Add Com_HexStrToInttma2008-09-051-7/+6
| | | | | | | | | | * Fixed some whacky indentation in q_shared.c * Allow single character keys e.g. 'c' to be used in cl_consoleKeys in addition to ASCII characters * Experimental code to ignore dead keys git-svn-id: svn://svn.icculus.org/quake3/trunk@1470 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Update SDL patch (again)tma2008-08-311-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1467 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Revert 'Handle dead keys more gracefully by taking a "best guess" rather thantma2008-08-281-13/+34
| | | | | | | | | | | ignoring completely' from r1459; it can't ever work acceptably, especially on azerty/qwertz layouts * Make the ordering of the output from in_keyboardDebug more sensible * Add cl_consoleKeys cvar, a space delimited list of key names or characters that toggle the console git-svn-id: svn://svn.icculus.org/quake3/trunk@1461 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Tidy up the keyboard code a bit, add in_keyboardDebugtma2008-08-191-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1450 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-091-0/+8
| | | | | | | * Update README to explain the Windows XP requirement git-svn-id: svn://svn.icculus.org/quake3/trunk@1444 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Add SDL bug fix patch to misc/ directorytma2008-08-091-0/+20
| | | | | | | * Add commentary of said patch to README git-svn-id: svn://svn.icculus.org/quake3/trunk@1443 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Random README tweaks (from previous commit, after actually having saved it)tma2008-08-091-15/+11
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1442 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Use Sys_Sleep to limit FPS, which will save CPUtma2008-07-211-4/+6
| | | | | | | | * Add com_maxfpsUnfocused and com_maxfpsMinimized; self explanatory * Fix reopening of bug 3703, I hope git-svn-id: svn://svn.icculus.org/quake3/trunk@1431 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove cl_platformSensitivity as it predates the move to SDL everywheretma2008-07-121-2/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1424 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix a bunch of compile warningstma2008-05-101-1/+0
| | | | | | | | * Only call pkg-config if it exists * Remove cl_consoleHistory from README git-svn-id: svn://svn.icculus.org/quake3/trunk@1342 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add information link for stereo renderingthilo2008-05-031-0/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1339 edf5b092-35ff-0310-97b2-ce42778d08ea
* Update readme for r_stereoEnabled and a few corrections on the other stereo ↵thilo2008-05-031-6/+9
| | | | | | cvars git-svn-id: svn://svn.icculus.org/quake3/trunk@1338 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Implement stereo rendering with anaglyph images.thilo2008-04-271-1/+15
| | | | | | | - Add r_greyscale for black&white rendering git-svn-id: svn://svn.icculus.org/quake3/trunk@1328 edf5b092-35ff-0310-97b2-ce42778d08ea
* - fix a potential file descriptor leak in server side of pak downloadingthilo2008-04-121-0/+23
| | | | | | | - add new functions for banning clients from server, in engine part. This will also make it possible to ban ipv6 addresses in old mods. git-svn-id: svn://svn.icculus.org/quake3/trunk@1312 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fixed up some english in the READMEtma2008-04-101-34/+49
| | | | | | | * Added some commentary on the Q3 SDK license to the README git-svn-id: svn://svn.icculus.org/quake3/trunk@1310 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add com_standalone cvar for at-runtime handling of mods that do not require ↵thilo2008-04-101-6/+23
| | | | | | the original quake3 game data. git-svn-id: svn://svn.icculus.org/quake3/trunk@1309 edf5b092-35ff-0310-97b2-ce42778d08ea
* Stupid minor changes.zakk2008-04-101-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1308 edf5b092-35ff-0310-97b2-ce42778d08ea
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-091-0/+20
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1307 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Update ChangeLogtma2008-04-041-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1289 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Replace vsprintf function in bg_lib.c with vsnprintf implementation ↵thilo2008-03-251-1/+1
| | | | | | | | | started by Patrick Powell. - Remove all calls to vsprintf in the engine and gamecode and replace them with calls to vsnprintf. git-svn-id: svn://svn.icculus.org/quake3/trunk@1277 edf5b092-35ff-0310-97b2-ce42778d08ea
* Applied patch to clean up code for reading cvars and add new command "print" ↵thilo2008-03-251-0/+1
| | | | | | | | | for printing the content of cvars, by Ben Millwood. See also https://bugzilla.icculus.org/show_bug.cgi?id=3546 git-svn-id: svn://svn.icculus.org/quake3/trunk@1275 edf5b092-35ff-0310-97b2-ce42778d08ea
* * fix MacOSX build instructions in READMEtjw2008-01-031-2/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1248 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Improved Mac OS X build support.tjw2007-12-311-1/+3
| | | | | | | | * Dropped support for Mac OS X 10.2 to simplify things. If anyone still needs this version supported let me know. git-svn-id: svn://svn.icculus.org/quake3/trunk@1243 edf5b092-35ff-0310-97b2-ce42778d08ea
* Update readme to mirror newest requirements for compiling this project on macosxthilo2007-12-141-2/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1240 edf5b092-35ff-0310-97b2-ce42778d08ea
* README updatezakk2007-12-041-4/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1227 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Improve Makefile startup timetma2007-09-121-1/+0
| | | | | | | | | | | + Merge q3asm and q3lcc Makefiles into the core Makefile + Don't find .d files, create a list from .o + .asm files now depend on q3lcc + .qvm files now depend on q3asm * IMPORTANT NOTE: do a "make distclean" if you have problems git-svn-id: svn://svn.icculus.org/quake3/trunk@1178 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Merge unified-sdl to trunktma2007-09-051-28/+12
| | | | | | | * Bump Q3_VERSION to 1.35 git-svn-id: svn://svn.icculus.org/quake3/trunk@1161 edf5b092-35ff-0310-97b2-ce42778d08ea
* make V=1 shows gcc command lineludwig2007-08-271-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1138 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-261-1/+16
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1137 edf5b092-35ff-0310-97b2-ce42778d08ea
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-231-12/+19
| | | | | | | * Cleanup of tabulation in R_LoadImage git-svn-id: svn://svn.icculus.org/quake3/trunk@1132 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Allow CC to be overridden externally to the Makefiletma2007-05-291-3/+6
| | | | | | | | | * Make cross-make-mingw.sh more generic using the above * Update README to reflect changes * Fix a couple of warnings in the Windows input layer git-svn-id: svn://svn.icculus.org/quake3/trunk@1090 edf5b092-35ff-0310-97b2-ce42778d08ea
* Remove cvar s_alMaxSpeakerDistance for the same task can better be achieved ↵thilo2007-03-171-2/+0
| | | | | | with s_alMaxDistance. git-svn-id: svn://svn.icculus.org/quake3/trunk@1051 edf5b092-35ff-0310-97b2-ce42778d08ea
* * (bug 2741) Adds support in the SDL client for many keys that were nottjw2007-02-141-0/+22
| | | | | | | | | | | | | recognized. For example, F13, F14, F15, WINDOWS, SCROLLLOCK, CAPSLOCK, WORLD_0 - WORLD_95, etc. (Christophe Cavalaria) * (bug 2741) Adds the hard-coded toggleConsole bind Shift-Escape * (bug 2741) Adds detailed explaination of SDL keyboard handling differences in the README file. git-svn-id: svn://svn.icculus.org/quake3/trunk@1044 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Add documentation for cl_guid in the READMEtjw2007-02-131-0/+20
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@1042 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Change trunk installer release name to 'svn'tma2006-11-281-59/+58
| | | | | | | * Fix tabulation in README git-svn-id: svn://svn.icculus.org/quake3/trunk@987 edf5b092-35ff-0310-97b2-ce42778d08ea
* Yet another attempt...coyote2006-11-211-2/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@976 edf5b092-35ff-0310-97b2-ce42778d08ea
* Attempt #2 at fixing login for Vincent...icculus2006-11-211-0/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@975 edf5b092-35ff-0310-97b2-ce42778d08ea
* (Ryan committing here...)icculus2006-11-211-1/+1
| | | | | | | Downgraded myself in the credits, so I could test Vincent's svn problem... git-svn-id: svn://svn.icculus.org/quake3/trunk@974 edf5b092-35ff-0310-97b2-ce42778d08ea
* gnahh.. I hate windows.thilo2006-11-091-342/+342
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@965 edf5b092-35ff-0310-97b2-ce42778d08ea
* Update readme to include curl variables.thilo2006-11-091-340/+342
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@964 edf5b092-35ff-0310-97b2-ce42778d08ea