aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix
Commit message (Collapse)AuthorAgeFilesLines
* * Lets try that againtma2006-02-261-26/+12
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@589 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Resolve symlinks to the binary. This prevents the situation where a symlinktma2006-02-261-2/+50
| | | | | | | | to ioq3 in e.g. /usr/local/bin/ cannot locate the data files since it thinks /usr/local/bin/ is the directory the actual binary sits. git-svn-id: svn://svn.icculus.org/quake3/trunk@586 edf5b092-35ff-0310-97b2-ce42778d08ea
* fallback to 32bit binaries on 64bit biarchs if availableludwig2006-02-211-4/+10
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@579 edf5b092-35ff-0310-97b2-ce42778d08ea
* Generate new 32x32 raster image from new svg, kill off old uglies.floam2006-02-184-164/+17
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@553 edf5b092-35ff-0310-97b2-ce42778d08ea
* <Timbo> you should probably strip thatfloam2006-02-181-19/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@552 edf5b092-35ff-0310-97b2-ce42778d08ea
* Kill text nodefloam2006-02-181-6/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@551 edf5b092-35ff-0310-97b2-ce42778d08ea
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-181-3/+3
| | | | | | | | - 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
* Added gradientsfloam2006-02-181-20/+94
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@548 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Added Sander van Loon's svg icontma2006-02-181-0/+71
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@547 edf5b092-35ff-0310-97b2-ce42778d08ea
* * OS X/SDL mouse sensitivity fixtma2006-02-081-0/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@537 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Do not cull non-ascii keyboard chars at the SDL level any more, these aretma2006-02-041-20/+13
| | | | | | | handled in cl_keys.c. (This fixes ctrl-c not working). git-svn-id: svn://svn.icculus.org/quake3/trunk@532 edf5b092-35ff-0310-97b2-ce42778d08ea
* * SDL build no longer requires a vid_restart when changing r_fullscreentma2006-01-251-0/+28
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@526 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Added code to sleep a bit when q3 has no focus and sleep a lot when it'stma2006-01-231-0/+12
| | | | | | | minimised (SDL only) git-svn-id: svn://svn.icculus.org/quake3/trunk@519 edf5b092-35ff-0310-97b2-ce42778d08ea
* * The use of va in the ansi color stuff was preventing developer 1 mode (andtma2006-01-221-3/+11
| | | | | | | probably various other things) from working properly git-svn-id: svn://svn.icculus.org/quake3/trunk@517 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Overhaul of console autocompletiontma2006-01-221-17/+1
| | | | | | | | | | - No longer does weird stuff like move the cursor inappropriately - Autocomplete works with compound commands - Special autocomplete on some commands e.g. \map, \demo - Removed various hacks used to counter the original autocomplete code git-svn-id: svn://svn.icculus.org/quake3/trunk@514 edf5b092-35ff-0310-97b2-ce42778d08ea
* fix path to build directoryludwig2006-01-171-3/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@497 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Move code/unix/Makefile to ./Makefiletma2006-01-151-1681/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@490 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to some warnings in linux_glimp.ctma2006-01-152-6/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@487 edf5b092-35ff-0310-97b2-ce42778d08ea
* * x86 OS X supporttma2006-01-153-11/+11
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@484 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Remove some cruft from qasm.htma2006-01-131-190/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@473 edf5b092-35ff-0310-97b2-ce42778d08ea
* tell the linker that we want NX stack if possibleludwig2006-01-131-0/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@472 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Simple patch that obviates the need for the "quake3" shell script as shippedtma2006-01-101-1/+1
| | | | | | | with 1.32 git-svn-id: svn://svn.icculus.org/quake3/trunk@469 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Use a slightly different method for generating qvm dependencies to avoidtma2006-01-061-4/+2
| | | | | | | FreeBSD 'find' weirdness git-svn-id: svn://svn.icculus.org/quake3/trunk@467 edf5b092-35ff-0310-97b2-ce42778d08ea
* make memory for generated opcodes executable so the program works withludwig2006-01-061-7/+0
| | | | | | | enabled NX feature. git-svn-id: svn://svn.icculus.org/quake3/trunk@466 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Ogg codec support from Joerg Dietrich <dietrich_joerg@gmx.de> (disabled bytma2006-01-061-0/+30
| | | | | | | default) git-svn-id: svn://svn.icculus.org/quake3/trunk@465 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Somebody fedex me a Mac and an x86_64 PC please?tma2006-01-061-9/+17
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@464 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to x86_64 buildtma2006-01-051-12/+8
| | | | | | | * Removal of a couple of unused variables git-svn-id: svn://svn.icculus.org/quake3/trunk@462 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Dependency generation for the .asm filestma2006-01-051-1/+12
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@460 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix the MinGW and (hopefully) OS X buildstma2006-01-042-364/+22
| | | | | | | * Remove custom memcpy/memset code git-svn-id: svn://svn.icculus.org/quake3/trunk@456 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Solaris fixestma2006-01-042-4/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@455 edf5b092-35ff-0310-97b2-ce42778d08ea
* * AVI video outputtma2006-01-041-0/+2
| | | | | | | | | | | - Uses motion jpeg codec by default - Use cl_avidemo to set a framerate - \video [filename] to start capture - \stopvideo to stop capture - Audio capture is a bit ropey git-svn-id: svn://svn.icculus.org/quake3/trunk@454 edf5b092-35ff-0310-97b2-ce42778d08ea
* cleanup:ludwig2005-12-301-324/+73
| | | | | | | | | - define TARGETS at central place - $(PLATFORM)quake3$(BINEXT) -> ioquake3.$(ARCH)$(BINEXT) - remove GLIBC variable git-svn-id: svn://svn.icculus.org/quake3/trunk@452 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Support for MinGW cross compilationtma2005-12-291-43/+69
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@451 edf5b092-35ff-0310-97b2-ce42778d08ea
* * NetBSD support patch from optical (alex@rigbo.se)tma2005-12-271-0/+42
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@448 edf5b092-35ff-0310-97b2-ce42778d08ea
* enable x86_64 vmludwig2005-12-181-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@446 edf5b092-35ff-0310-97b2-ce42778d08ea
* I can't be trusted!floam2005-12-131-4/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@445 edf5b092-35ff-0310-97b2-ce42778d08ea
* Thanks Jamie Wilkinsonfloam2005-12-121-3/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@442 edf5b092-35ff-0310-97b2-ce42778d08ea
* Try different wayfloam2005-12-121-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@441 edf5b092-35ff-0310-97b2-ce42778d08ea
* Tabsfloam2005-12-121-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@440 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't install q3ded binary on ming32, it doesn't existfloam2005-12-121-2/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@439 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Solaris patch from Vincent S. Cojottma2005-12-061-9/+10
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@432 edf5b092-35ff-0310-97b2-ce42778d08ea
* Disabled PowerPC VM.icculus2005-12-061-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@419 edf5b092-35ff-0310-97b2-ce42778d08ea
* remove EULA document to prevent confusionludwig2005-12-051-184/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@418 edf5b092-35ff-0310-97b2-ce42778d08ea
* Look for correct filename extension when loading native DLLs.icculus2005-12-051-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@416 edf5b092-35ff-0310-97b2-ce42778d08ea
* Removed -fomit-frame-pointer from Mac OS X builds. Someone should icculus2005-12-041-1/+1
| | | | | | | | probably gank this from the other platforms, too. git-svn-id: svn://svn.icculus.org/quake3/trunk@412 edf5b092-35ff-0310-97b2-ce42778d08ea
* Don't need to check for Altivec in unix mainline anymore (qcommon icculus2005-12-041-1/+0
| | | | | | | | handles this now). git-svn-id: svn://svn.icculus.org/quake3/trunk@411 edf5b092-35ff-0310-97b2-ce42778d08ea
* Better altivec cvar handling. Should fix crashes at startup, or curious icculus2005-12-041-9/+5
| | | | | | | people that toggle it on at runtime on a G3. git-svn-id: svn://svn.icculus.org/quake3/trunk@410 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Updated AL headerstma2005-12-011-0/+8
| | | | | | | | * Added a Makefile option USE_LOCAL_HEADERS which can be disabled to use system headers if desired git-svn-id: svn://svn.icculus.org/quake3/trunk@402 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix a warning on non-PPC buildstma2005-12-011-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@399 edf5b092-35ff-0310-97b2-ce42778d08ea
* 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