aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Fix TA font loader to use new endian definestma2005-11-061-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@304 edf5b092-35ff-0310-97b2-ce42778d08ea
* Minor updates and a punkbuster mentionzakk2005-11-062-1/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@303 edf5b092-35ff-0310-97b2-ce42778d08ea
* We totally forgot to add some links :(zakk2005-11-061-1/+11
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@302 edf5b092-35ff-0310-97b2-ce42778d08ea
* use system memcpy and memsetludwig2005-11-065-5/+16
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@301 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Ignore in_dgamouse setting if dga isn't availabletma2005-11-062-7/+9
| | | | | | | * Changed status of Solaris sparc git-svn-id: svn://svn.icculus.org/quake3/trunk@300 edf5b092-35ff-0310-97b2-ce42778d08ea
* * I'm so analtma2005-11-061-0/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@299 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Install the tools on every build, so a distclean isn't necessary if the tooltma2005-11-0614-2551/+133
| | | | | | | | | source changes now * Basically rewrote the lcc Makefile to be more sane * Removed various bits of lcc that weren't built/needed git-svn-id: svn://svn.icculus.org/quake3/trunk@298 edf5b092-35ff-0310-97b2-ce42778d08ea
* - crash solvedludwig2005-11-061-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@297 edf5b092-35ff-0310-97b2-ce42778d08ea
* - don't spam the tty with that messageludwig2005-11-061-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@296 edf5b092-35ff-0310-97b2-ce42778d08ea
* - move code for standalone compilation out of vm_x86_64.cludwig2005-11-061-273/+37
| | | | | | | - reset vm->compiled if something goes wrong in VM_Compile git-svn-id: svn://svn.icculus.org/quake3/trunk@295 edf5b092-35ff-0310-97b2-ce42778d08ea
* - fall back to interpreter if VM_Compile resets vm->compiledludwig2005-11-061-2/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@294 edf5b092-35ff-0310-97b2-ce42778d08ea
* - set umask to 0077 before writing the cdkey, the rest of the worldludwig2005-11-061-3/+15
| | | | | | | doesn't need to read it. git-svn-id: svn://svn.icculus.org/quake3/trunk@293 edf5b092-35ff-0310-97b2-ce42778d08ea
* Now I've got it. By now most quake3-commits subscribers have figured out floam2005-11-061-2/+2
| | | | | | | how to filter me out. git-svn-id: svn://svn.icculus.org/quake3/trunk@292 edf5b092-35ff-0310-97b2-ce42778d08ea
* Oops.floam2005-11-061-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@291 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make page not broken in IE, and make validator link not run in "good floam2005-11-062-12/+7
| | | | | | | idea suggester" mode, just check against spec. git-svn-id: svn://svn.icculus.org/quake3/trunk@290 edf5b092-35ff-0310-97b2-ce42778d08ea
* Kill the big nasty space below <h1>'s (our title header)floam2005-11-061-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@289 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add link to ViewCVS.floam2005-11-061-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@288 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Tidy-up of q_platform.htma2005-11-066-182/+102
| | | | | | | | | * Introduced Q3_BIG_ENDIAN and Q3_LITTLE_ENDIAN #defines * Changed some stricmp to Q_stricmp so that #define stricmp strcasecmp could be removed git-svn-id: svn://svn.icculus.org/quake3/trunk@287 edf5b092-35ff-0310-97b2-ce42778d08ea
* Doh! REQUEST_URI contains the subdir of course.floam2005-11-051-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@286 edf5b092-35ff-0310-97b2-ce42778d08ea
* Make validator link check current page.floam2005-11-053-4/+5
| | | | | | | | | Tweak CSS a tiny bit. Make OpenAL sound more better. git-svn-id: svn://svn.icculus.org/quake3/trunk@285 edf5b092-35ff-0310-97b2-ce42778d08ea
* * ...i hate HTMLtma2005-11-051-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@284 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Update the web status tabletma2005-11-052-30/+18
| | | | | | | * Just deleted the text STATUS -- maintaining two identical entities is a pain git-svn-id: svn://svn.icculus.org/quake3/trunk@283 edf5b092-35ff-0310-97b2-ce42778d08ea
* - put ALIGN macro into q_shared.hludwig2005-11-053-15/+7
| | | | | | | - yet another alignment fix for botlib git-svn-id: svn://svn.icculus.org/quake3/trunk@282 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Enable use of asm on Solaris-x86tma2005-11-052-3/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@281 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Patch from AJ <anthonyj@planetquake.com> which replaces a bunch of hard codedtma2005-11-052-31/+31
| | | | | | | constants with #define constants git-svn-id: svn://svn.icculus.org/quake3/trunk@280 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix a stupid typotma2005-11-051-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@279 edf5b092-35ff-0310-97b2-ce42778d08ea
* Grammerfloam2005-11-052-5/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@278 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Patch from vapier that aids packagingtma2005-11-052-5/+36
| | | | | | | * Truth value of USE_SDL changed to 1 from true, for consistency git-svn-id: svn://svn.icculus.org/quake3/trunk@277 edf5b092-35ff-0310-97b2-ce42778d08ea
* Rename instructions page and mention SDL for Windowsfloam2005-11-053-3/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@276 edf5b092-35ff-0310-97b2-ce42778d08ea
* Fix link and new rulesfloam2005-11-051-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@275 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Oops, missed a bittma2005-11-051-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@274 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Centralise architecture defines in q_platform.htma2005-11-053-131/+69
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@273 edf5b092-35ff-0310-97b2-ce42778d08ea
* And a bit more rewording.floam2005-11-051-5/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@272 edf5b092-35ff-0310-97b2-ce42778d08ea
* Bunch of grammar changes and random cleanings. Also some changes by floam2005-11-043-40/+84
| | | | | | | sysrq to explain how to use svn diff. git-svn-id: svn://svn.icculus.org/quake3/trunk@271 edf5b092-35ff-0310-97b2-ce42778d08ea
* Add note to pretty-please keep in sync with the websitefloam2005-11-041-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@270 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-0424-795/+506
| | | | | | | | | * Replaced a bunch of __i386__ with id386 * General tidy up of asm preprocessor decisions * Removed C_ONLY from the dedicated server build git-svn-id: svn://svn.icculus.org/quake3/trunk@269 edf5b092-35ff-0310-97b2-ce42778d08ea
* "upon" not "on".icculus2005-11-041-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@268 edf5b092-35ff-0310-97b2-ce42778d08ea
* New logo!!!!zakk2005-11-042-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@267 edf5b092-35ff-0310-97b2-ce42778d08ea
* Grammar cleanup.icculus2005-11-041-5/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@266 edf5b092-35ff-0310-97b2-ce42778d08ea
* I think this looks betterfloam2005-11-041-1/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@265 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Also show how to send to a file, sysrq is a geniusfloam2005-11-041-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@264 edf5b092-35ff-0310-97b2-ce42778d08ea
* OMG NEW SITEfloam2005-11-042-122/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@263 edf5b092-35ff-0310-97b2-ce42778d08ea
* super-minor thingfloam2005-11-041-9/+9
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@262 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Change 'shell' style to not have a background colorfloam2005-11-042-15/+12
| | | | | | | | * Deflaminghomoify text git-svn-id: svn://svn.icculus.org/quake3/trunk@261 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix0r3d!!!!zakk2005-11-041-6/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@260 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix0r3d?zakk2005-11-041-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@259 edf5b092-35ff-0310-97b2-ce42778d08ea
* IN THE YEAAAAAAAAAAR TWO THOUSAAAAAAAAAND!zakk2005-11-041-0/+7
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@258 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix0r3d a little.zakk2005-11-041-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@257 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix bad tag nesting and general stupidityfloam2005-11-044-6/+24
| | | | | | | | * Detect browser and only send high-tech mimes to things that advertise support. git-svn-id: svn://svn.icculus.org/quake3/trunk@256 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Instructions page near-donefloam2005-11-042-15/+45
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@255 edf5b092-35ff-0310-97b2-ce42778d08ea