aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix
Commit message (Expand)AuthorAgeFilesLines
...
* * Support for MinGW cross compilationtma2005-12-291-43/+69
* * NetBSD support patch from optical (alex@rigbo.se)tma2005-12-271-0/+42
* enable x86_64 vmludwig2005-12-181-2/+2
* I can't be trusted!floam2005-12-131-4/+4
* Thanks Jamie Wilkinsonfloam2005-12-121-3/+3
* Try different wayfloam2005-12-121-1/+2
* Tabsfloam2005-12-121-1/+1
* Don't install q3ded binary on ming32, it doesn't existfloam2005-12-121-2/+3
* * Solaris patch from Vincent S. Cojottma2005-12-061-9/+10
* Disabled PowerPC VM.icculus2005-12-061-1/+2
* remove EULA document to prevent confusionludwig2005-12-051-184/+0
* Look for correct filename extension when loading native DLLs.icculus2005-12-051-1/+1
* Removed -fomit-frame-pointer from Mac OS X builds. Someone should icculus2005-12-041-1/+1
* Don't need to check for Altivec in unix mainline anymore (qcommon icculus2005-12-041-1/+0
* Better altivec cvar handling. Should fix crashes at startup, or curious icculus2005-12-041-9/+5
* * Updated AL headerstma2005-12-011-0/+8
* * Fix a warning on non-PPC buildstma2005-12-011-1/+1
* Fixed detection of Altivec on Mac OS X, and added attempt at general detectionicculus2005-12-011-8/+34
* r_smp now works as expected with sdl_glimp.c on Mac OS X.icculus2005-12-011-5/+32
* fix the stupid i386/x86/amd64/x86_64 weirdnessludwig2005-12-011-5/+12
* don't use ImageMagickludwig2005-11-301-1/+2
* Fixed comment.icculus2005-11-281-4/+1
* First shot at SMP renderer with sdl_glimp. Does not work yet!icculus2005-11-282-47/+116
* files to create a loki-setup based installer. run "make installer"ludwig2005-11-276-0/+194
* fix warning about cast from integer to pointerludwig2005-11-271-2/+2
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-263-49/+39
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-267-74/+371
* * ...tma2005-11-151-4/+4
* * Don't link OpenAL against q3dedtma2005-11-151-10/+10
* * Unbreak the MinGW build more...tma2005-11-131-1/+1
* * Unbreak the MinGW buildtma2005-11-131-7/+0
* link against libopenal by default rather than dlopening itludwig2005-11-131-0/+18
* * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com>tma2005-11-132-187/+268
* - add -Wimplicit -Wstrict-prototypes CFLAGS againludwig2005-11-111-4/+4
* * Makefile target dependancy fixtma2005-11-071-4/+4
* use system memcpy and memsetludwig2005-11-061-0/+2
* * Ignore in_dgamouse setting if dga isn't availabletma2005-11-061-6/+8
* * Install the tools on every build, so a distclean isn't necessary if the tooltma2005-11-061-26/+18
* * Tidy-up of q_platform.htma2005-11-062-2/+2
* * Enable use of asm on Solaris-x86tma2005-11-051-1/+1
* * Fix a stupid typotma2005-11-051-1/+1
* * Patch from vapier that aids packagingtma2005-11-051-5/+31
* * Centralise architecture defines in q_platform.htma2005-11-051-90/+2
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-046-257/+7
* * Juggled CFLAGS a bit so that -fno-strict-aliasing is always ontma2005-11-031-17/+15
* * Split off q_platform.h from q_shared.htma2005-11-011-1/+1
* * More Solaris worktma2005-11-012-4/+4
* * Further work on the Solaris port from Vincent S. Cojottma2005-10-311-35/+37
* * Applied https://bugzilla.icculus.org/show_bug.cgi?id=2464tma2005-10-301-10/+5
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-2910-21/+208