aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Fixing a bunch of links.zakk2006-11-061-5/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@962 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Explicitly set distance attenuation model.thilo2006-11-031-0/+4
| | | | | | | - Mute sounds that exceed a certain distance from the listener. git-svn-id: svn://svn.icculus.org/quake3/trunk@957 edf5b092-35ff-0310-97b2-ce42778d08ea
* Updated the README for os x, and another fix for the get page.zakk2006-10-151-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@941 edf5b092-35ff-0310-97b2-ce42778d08ea
* Bug 2813tjw2006-09-131-9/+16
| | | | | | | | * reverted my recent win95, win98, winme homepath change. it turns out these systems can be configured to have multiple user directories afterall git-svn-id: svn://svn.icculus.org/quake3/trunk@908 edf5b092-35ff-0310-97b2-ce42778d08ea
* Bug 2813tjw2006-09-131-0/+21
| | | | | | | | | | * Do not detect a seperate homepath on win95, win98, or winme since it's not truly a user-specific dir and therefore provides no advantage * Use CSIDL_APPDATA instead of CSIDL_LOCAL_APPDATA. This means that user-specific game data is now allowed to be part of a user's Roaming Profile git-svn-id: svn://svn.icculus.org/quake3/trunk@907 edf5b092-35ff-0310-97b2-ce42778d08ea
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-0/+41
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@898 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Add device enumeration support on windows and make "Generic Software" new ↵thilo2006-08-191-0/+2
| | | | | | | | | | default device as that one seems to work more reliably on many platforms. - Add shfolder.lib library to dependencies in MSVC project files - update documentation for OpenAL changes. git-svn-id: svn://svn.icculus.org/quake3/trunk@853 edf5b092-35ff-0310-97b2-ce42778d08ea
* added Univeral Binary build instructions to READMEtjw2006-08-161-0/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@845 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Deugly the ugly new ascii bannertma2006-08-151-27/+17
| | | | | | | | * Re-justify some paragraphs dejustified by changing name * Add tjw to contributors list git-svn-id: svn://svn.icculus.org/quake3/trunk@841 edf5b092-35ff-0310-97b2-ce42778d08ea
* More ioquake3nesszakk2006-08-151-16/+27
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@840 edf5b092-35ff-0310-97b2-ce42778d08ea
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-031-0/+1
| | | | | | | - Add myself to maintainer list :) git-svn-id: svn://svn.icculus.org/quake3/trunk@811 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Better SDL joystick support (from Erik Auerswald)tma2006-06-171-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@809 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Anisotropic texture filtering (from Echon)tma2006-04-221-28/+37
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@719 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Shift no longer modifies bound keys. Use in_shiftedKeys for the oldtma2006-03-241-0/+1
| | | | | | | behaviour. git-svn-id: svn://svn.icculus.org/quake3/trunk@667 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Anal README formatting editstma2006-03-211-24/+23
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@653 edf5b092-35ff-0310-97b2-ce42778d08ea
* Be less redundant.floam2006-03-051-2/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@628 edf5b092-35ff-0310-97b2-ce42778d08ea
* README correctified and specified for installers.zakk2006-03-051-3/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@627 edf5b092-35ff-0310-97b2-ce42778d08ea
* More specification on the requirements for binary installers.zakk2006-03-051-2/+14
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@622 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Look, I'm anally retentive OK?tma2006-03-011-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@608 edf5b092-35ff-0310-97b2-ce42778d08ea
* Morefloam2006-03-011-2/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@606 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Entity sounds on the player entity are now AL_SOURCE_RELATIVEtma2006-02-281-1/+0
| | | | | | | * Thus no need to s_alSpatEntOrigin anymore git-svn-id: svn://svn.icculus.org/quake3/trunk@593 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Some README shenaniganstma2006-02-231-6/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@582 edf5b092-35ff-0310-97b2-ce42778d08ea
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-181-3/+11
| | | | | | | | - change vmMain arguments back to int. 64bit types are apparently not needed there. Only the syscall function needs them. git-svn-id: svn://svn.icculus.org/quake3/trunk@550 edf5b092-35ff-0310-97b2-ce42778d08ea
* * EYE AM TEH TRAILING WHITESPACE AND TAB NAZI!!!!tma2006-02-171-12/+14
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@546 edf5b092-35ff-0310-97b2-ce42778d08ea
* Vincent sent me an email asking for his e-mail address to be also hidden. floam2006-02-161-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@545 edf5b092-35ff-0310-97b2-ce42778d08ea
* Modified the instructions for binars.zakk2006-02-151-3/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@544 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add thing about contact and move name back up since I realize timbo had some ↵floam2006-02-151-1/+4
| | | | | | alpha-foo going on. git-svn-id: svn://svn.icculus.org/quake3/trunk@542 edf5b092-35ff-0310-97b2-ce42778d08ea
* Rules for installer-maker-folks. I also moved my name down since I'm not ↵floam2006-02-151-1/+16
| | | | | | important and obfuscated my email because I'm paranoid. git-svn-id: svn://svn.icculus.org/quake3/trunk@541 edf5b092-35ff-0310-97b2-ce42778d08ea
* * OpenAL now respatializes using the player entity origin instead of the viewtma2006-02-121-0/+1
| | | | | | | | origin by default. The old behaviour is available by setting s_alSpatEntOrigin to 0. git-svn-id: svn://svn.icculus.org/quake3/trunk@539 edf5b092-35ff-0310-97b2-ce42778d08ea