aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed detection of Altivec on Mac OS X, and added attempt at general detectionicculus2005-12-011-8/+34
| | | | | | | | with SIGILL/setjmp hackery for PowerPC Linux, etc. git-svn-id: svn://svn.icculus.org/quake3/trunk@398 edf5b092-35ff-0310-97b2-ce42778d08ea
* r_smp now works as expected with sdl_glimp.c on Mac OS X.icculus2005-12-011-5/+32
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@397 edf5b092-35ff-0310-97b2-ce42778d08ea
* Another "long double" ...icculus2005-12-011-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@396 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix the stupid i386/x86/amd64/x86_64 weirdnessludwig2005-12-011-5/+12
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@395 edf5b092-35ff-0310-97b2-ce42778d08ea
* God damn xml or whatever.zakk2005-12-011-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@394 edf5b092-35ff-0310-97b2-ce42778d08ea
* Some language updates to the mission statement thinger.zakk2005-12-011-7/+12
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@393 edf5b092-35ff-0310-97b2-ce42778d08ea
* convert the logo to xpm during "make dist"ludwig2005-11-301-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@392 edf5b092-35ff-0310-97b2-ce42778d08ea
* don't use ImageMagickludwig2005-11-301-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@391 edf5b092-35ff-0310-97b2-ce42778d08ea
* add "very high quality" option (patch by Pascal de Bruijn) ludwig2005-11-301-2/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@390 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Support RIFF files with zero length data chunks (yes they exist, and yes,tma2005-11-302-22/+50
| | | | | | | | they're legal) * Colourise the OpenAL warnings so they're somewhat more obvious git-svn-id: svn://svn.icculus.org/quake3/trunk@389 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make sure Q3_BIG_ENDIAN and Q3_LITTLE_ENDIAN are defined correctly foricculus2005-11-291-3/+8
| | | | | | | | PowerPC/x86 Mac OS X. Fixes Bugzilla #2510. git-svn-id: svn://svn.icculus.org/quake3/trunk@388 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Status updatetma2005-11-291-6/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@387 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fixed comment.icculus2005-11-281-4/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@386 edf5b092-35ff-0310-97b2-ce42778d08ea
* First shot at SMP renderer with sdl_glimp. Does not work yet!icculus2005-11-282-47/+116
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@385 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fixed some compiler warnings in lcc...mostly "long double" stuff.icculus2005-11-283-6/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@384 edf5b092-35ff-0310-97b2-ce42778d08ea
* Must explicitly define MACOS_X here or lcc won't build on the Mac.icculus2005-11-281-0/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@383 edf5b092-35ff-0310-97b2-ce42778d08ea
* hhttp is a cool new protocolfloam2005-11-271-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@382 edf5b092-35ff-0310-97b2-ce42778d08ea
* Ubuntu binariesfloam2005-11-271-0/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@381 edf5b092-35ff-0310-97b2-ce42778d08ea
* add note: merge unix_net.c and win_net.cludwig2005-11-271-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@380 edf5b092-35ff-0310-97b2-ce42778d08ea
* files to create a loki-setup based installer. run "make installer"ludwig2005-11-277-2/+196
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@379 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix warning about cast from integer to pointerludwig2005-11-271-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@378 edf5b092-35ff-0310-97b2-ce42778d08ea
* documentation updateszakk2005-11-272-10/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@377 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Moved win32 GL extension prototypes from tr_init.c to win_qgl.ctma2005-11-262-10/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@376 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-2611-170/+125
| | | | | | | | | * Remove -gfull from linux section in Makefile -- it's darwin only * Cast away some warnings that surfaced from using "new" AL headers * Various whitespace and consistency fixes git-svn-id: svn://svn.icculus.org/quake3/trunk@375 edf5b092-35ff-0310-97b2-ce42778d08ea
* SDL and OpenAL headers.icculus2005-11-2638-0/+11729
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@374 edf5b092-35ff-0310-97b2-ce42778d08ea
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-2661-22839/+848
| | | | | | | | | | | | | | | Still work to be done, but this at least matches the PowerPC Linux status now. MacOS-specific directory (and XCode project) is gone...this now uses SDL, OpenAL, and the Unix Makefiles. --ryan. git-svn-id: svn://svn.icculus.org/quake3/trunk@373 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't byteswap when resampling audio...we byteswapped it previously in theicculus2005-11-201-1/+1
| | | | | | | codecs. git-svn-id: svn://svn.icculus.org/quake3/trunk@372 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix stupid list.floam2005-11-201-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@371 edf5b092-35ff-0310-97b2-ce42778d08ea
* I'm a nazi.floam2005-11-201-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@370 edf5b092-35ff-0310-97b2-ce42778d08ea
* add linkfloam2005-11-201-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@369 edf5b092-35ff-0310-97b2-ce42778d08ea
* make internal functions staticludwig2005-11-191-2/+42
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@368 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove the debug text that nobody seemed to noticetma2005-11-191-1/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@367 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix for a small oops in a paragraph.zakk2005-11-191-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@366 edf5b092-35ff-0310-97b2-ce42778d08ea
* Changed my goals a little, going to try to push for a releasezakk2005-11-191-3/+4
| | | | | | | this weekend. git-svn-id: svn://svn.icculus.org/quake3/trunk@365 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Bleh.. whitespacetma2005-11-161-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@364 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Partial implementation of FS_Seek for files in pk3stma2005-11-162-40/+57
| | | | | | | * A couple of RIFF decoder tweaks/fixes git-svn-id: svn://svn.icculus.org/quake3/trunk@363 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Small "bug" fix to MSG_WriteBitstma2005-11-151-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@362 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Implementation of r_dlightBacks from Shane Isleytma2005-11-151-66/+58
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@361 edf5b092-35ff-0310-97b2-ce42778d08ea
* * ...tma2005-11-151-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@360 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Don't link OpenAL against q3dedtma2005-11-151-10/+10
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@359 edf5b092-35ff-0310-97b2-ce42778d08ea
* Potential fix to https://bugzilla.icculus.org/show_bug.cgi?id=2486tma2005-11-151-30/+21
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@358 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Oops, missed a bittma2005-11-141-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@357 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Replace a redundant function in the wav decodertma2005-11-141-20/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@356 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Quiet some warnings on OS Xtma2005-11-132-67/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@355 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Status updatetma2005-11-132-5/+5
| | | | | | | * Fixed README links git-svn-id: svn://svn.icculus.org/quake3/trunk@354 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Unbreak the MinGW build more...tma2005-11-133-5/+6
| | | | | | | * Unbreak USE_OPENAL_DLOPEN=1 git-svn-id: svn://svn.icculus.org/quake3/trunk@353 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Unbreak the MinGW buildtma2005-11-131-7/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@352 edf5b092-35ff-0310-97b2-ce42778d08ea
* I found out what looks dark red on my monitor looks black on most.floam2005-11-131-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@351 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make the warning on Get It page angry, note surround sound.floam2005-11-132-3/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@350 edf5b092-35ff-0310-97b2-ce42778d08ea
* link against libopenal by default rather than dlopening itludwig2005-11-133-1/+126
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@349 edf5b092-35ff-0310-97b2-ce42778d08ea