aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Moved win32 GL extension prototypes from tr_init.c to win_qgl.ctma2005-11-262-10/+6
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-2611-170/+125
* SDL and OpenAL headers.icculus2005-11-2638-0/+11729
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-2661-22839/+848
* Don't byteswap when resampling audio...we byteswapped it previously in theicculus2005-11-201-1/+1
* make internal functions staticludwig2005-11-191-2/+42
* * Remove the debug text that nobody seemed to noticetma2005-11-191-1/+0
* * Bleh.. whitespacetma2005-11-161-2/+2
* * Partial implementation of FS_Seek for files in pk3stma2005-11-162-40/+57
* * Small "bug" fix to MSG_WriteBitstma2005-11-151-1/+1
* * Implementation of r_dlightBacks from Shane Isleytma2005-11-151-66/+58
* * ...tma2005-11-151-4/+4
* * Don't link OpenAL against q3dedtma2005-11-151-10/+10
* Potential fix to https://bugzilla.icculus.org/show_bug.cgi?id=2486tma2005-11-151-30/+21
* * Oops, missed a bittma2005-11-141-1/+1
* * Replace a redundant function in the wav decodertma2005-11-141-20/+1
* * Quiet some warnings on OS Xtma2005-11-132-67/+0
* * Unbreak the MinGW build more...tma2005-11-133-5/+6
* * Unbreak the MinGW buildtma2005-11-131-7/+0
* link against libopenal by default rather than dlopening itludwig2005-11-133-1/+126
* soname is libopenal.so.0ludwig2005-11-131-1/+1
* * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com>tma2005-11-1313-676/+3783
* store temporary files in /tmp to save space in ~ludwig2005-11-131-31/+33
* use common macro for alignmentludwig2005-11-131-2/+2
* - add -Wimplicit -Wstrict-prototypes CFLAGS againludwig2005-11-111-4/+4
* * Makefile target dependancy fixtma2005-11-071-4/+4
* * Fix TA font loader to use new endian definestma2005-11-061-2/+2
* use system memcpy and memsetludwig2005-11-065-5/+16
* * Ignore in_dgamouse setting if dga isn't availabletma2005-11-061-6/+8
* * I'm so analtma2005-11-061-0/+0
* * Install the tools on every build, so a distclean isn't necessary if the tooltma2005-11-0614-2551/+133
* - crash solvedludwig2005-11-061-0/+2
* - don't spam the tty with that messageludwig2005-11-061-1/+1
* - move code for standalone compilation out of vm_x86_64.cludwig2005-11-061-273/+37
* - fall back to interpreter if VM_Compile resets vm->compiledludwig2005-11-061-2/+5
* - set umask to 0077 before writing the cdkey, the rest of the worldludwig2005-11-061-3/+15
* * Tidy-up of q_platform.htma2005-11-066-182/+102
* - put ALIGN macro into q_shared.hludwig2005-11-053-15/+7
* * Enable use of asm on Solaris-x86tma2005-11-052-3/+2
* * Patch from AJ <anthonyj@planetquake.com> which replaces a bunch of hard codedtma2005-11-052-31/+31
* * Fix a stupid typotma2005-11-051-1/+1
* * Patch from vapier that aids packagingtma2005-11-051-5/+31
* * Oops, missed a bittma2005-11-051-0/+2
* * Centralise architecture defines in q_platform.htma2005-11-053-131/+69
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-0424-795/+506
* Updated msvc project files from > Michael Zoech!zakk2005-11-046-16495/+16161
* found the bug. alignment reenabled.ludwig2005-11-031-8/+5
* disable the alignment "fix" until its clear why it causes crashesludwig2005-11-031-4/+22