aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* round string length for pointer alignmentludwig2005-11-021-2/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@232 edf5b092-35ff-0310-97b2-ce42778d08ea
* allocate memory pointer alignedludwig2005-11-021-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@231 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fies to the xcode project to update it with the recent changestma2005-11-021-999/+37
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@230 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Don't include the website in the dist tarballtma2005-11-021-0/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@229 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Removed the last of the binary target stuff from lcc (hopefully)tma2005-11-0257-8264/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@228 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Removed the lcc self tests -- there are none that test bytecodetma2005-11-02302-228622/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@227 edf5b092-35ff-0310-97b2-ce42778d08ea
* Guess my little trick won't work here.floam2005-11-021-9/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@226 edf5b092-35ff-0310-97b2-ce42778d08ea
* track down non-workingnessfloam2005-11-021-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@225 edf5b092-35ff-0310-97b2-ce42778d08ea
* lots of changesfloam2005-11-026-111/+75
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@224 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Starting new version in PHP with multiple sections and rewritten words floam2005-11-024-0/+182
| | | | | | | | [eventually]. Right now it's totally untested and is the base I'm starting from. This shouldn't bother anyone viewing the real site. git-svn-id: svn://svn.icculus.org/quake3/trunk@223 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Minor old code found and destroyedfloam2005-11-021-6/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@222 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Point release installers now hosted at filesingularity.floam2005-11-021-2/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@221 edf5b092-35ff-0310-97b2-ce42778d08ea
* Removing test.icculus2005-11-021-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@220 edf5b092-35ff-0310-97b2-ce42778d08ea
* Another test, disregard.icculus2005-11-021-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@219 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Zakk's blindfloam2005-11-021-2/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@218 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Text linksfloam2005-11-021-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@217 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Kill ugly buttonsfloam2005-11-023-2/+3
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@216 edf5b092-35ff-0310-97b2-ce42778d08ea
* Removing test changes.icculus2005-11-021-2/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@215 edf5b092-35ff-0310-97b2-ce42778d08ea
* Testing website updates from subversion...icculus2005-11-021-0/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@214 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Moved things around, added footer.floam2005-11-025-7/+38
| | | | | | | * CSS now doesn't give warnings in W3C's validator. git-svn-id: svn://svn.icculus.org/quake3/trunk@213 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Adding initial super-dooper XHTML/CSS version of the website to floam2005-11-023-0/+148
| | | | | | | SVN. git-svn-id: svn://svn.icculus.org/quake3/trunk@212 edf5b092-35ff-0310-97b2-ce42778d08ea
* today the readme, tomorrow the world!floam2005-11-021-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@211 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix for lcc on windows so that it can execute files with spaces in themtma2005-11-021-2/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@210 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Split off q_platform.h from q_shared.htma2005-11-0115-715/+452
| | | | | | | | | | | * Removed lcc PATH hack and replaced with something slightly less hacky * Removed all platform specific hostfiles from lcc and replaced with bytecode.c (from ankon) * Turned lcc option "-S" on permanently * Improved q3cpp so that it recursively adds include dirs to its list git-svn-id: svn://svn.icculus.org/quake3/trunk@209 edf5b092-35ff-0310-97b2-ce42778d08ea
* use memcpy to fix use of misaligned dataludwig2005-11-011-1/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@208 edf5b092-35ff-0310-97b2-ce42778d08ea
* 5+2==7 :-)ludwig2005-11-011-5/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@207 edf5b092-35ff-0310-97b2-ce42778d08ea
* use memcpy to fix use of misaligned dataludwig2005-11-011-18/+21
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@206 edf5b092-35ff-0310-97b2-ce42778d08ea
* * More Solaris worktma2005-11-015-15/+20
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@205 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Further work on the Solaris port from Vincent S. Cojottma2005-10-312-61/+84
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@204 edf5b092-35ff-0310-97b2-ce42778d08ea
* * STATUS updatetma2005-10-311-1/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@203 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Applied https://bugzilla.icculus.org/show_bug.cgi?id=2464tma2005-10-301-10/+5
| | | | | | | * Removed rule to build C++ (for splines) from the Makefile git-svn-id: svn://svn.icculus.org/quake3/trunk@202 edf5b092-35ff-0310-97b2-ce42778d08ea
* * General decrufting:tma2005-10-29116-48383/+16
| | | | | | | | | | * Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories git-svn-id: svn://svn.icculus.org/quake3/trunk@201 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to the VM interpreter on the linux ppc dedicated servertma2005-10-291-1/+1
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@200 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-2917-57/+320
| | | | | | | * Note this patch also splits USE_SDL into USE_SDL_VIDEO and USE_SDL_AUDIO git-svn-id: svn://svn.icculus.org/quake3/trunk@199 edf5b092-35ff-0310-97b2-ce42778d08ea
* use memcpy for OP_BLOCK_COPYludwig2005-10-291-65/+56
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@198 edf5b092-35ff-0310-97b2-ce42778d08ea
* add HAVE_VM_COMPILED variable so one can override it in Makefile.localludwig2005-10-291-6/+8
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@197 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Added STATUStma2005-10-29428-431/+460
| | | | | | | | | | | * Updated TODO * Moved ChangeLog to root * Updated ChangeLog * s/Foobar/Quake III Arena Source Code/ * Biggest patch EVAR. I wonder how many mail boxes this will fill... git-svn-id: svn://svn.icculus.org/quake3/trunk@196 edf5b092-35ff-0310-97b2-ce42778d08ea
* * In hindsight this is probably wise tootma2005-10-291-0/+6
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@195 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Deleted code/unix/vm_x86.c - wtf was that about anyway?tma2005-10-295-97/+13
| | | | | | | | | | | * Removed HAVE_VM_NATIVE * Removed DLL_ONLY * Replace HAVE_VM_COMPILED with NO_VM_COMPILED -- this means the JIT compiler should be enabled on the OS X and VC builds now * Remove the remainder of the freetype building stuff git-svn-id: svn://svn.icculus.org/quake3/trunk@194 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Compiler warning fix from ankontma2005-10-281-2/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@193 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2454tma2005-10-284-1/+27
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@192 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Fix the x86 vmtma2005-10-271-2/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@191 edf5b092-35ff-0310-97b2-ce42778d08ea
* * ...and the other common headerstma2005-10-273-0/+16
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@190 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Ignore __attribute__ when not using gcctma2005-10-271-0/+5
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@189 edf5b092-35ff-0310-97b2-ce42778d08ea
* add x86_64 vm. experimental, not enabled by default. you need as for itludwig2005-10-278-9/+1303
| | | | | | | to work. git-svn-id: svn://svn.icculus.org/quake3/trunk@188 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Added some patterns to the ignore listtma2005-10-260-0/+0
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@187 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Add notional support for various architectures from vapier. Whether or nottma2005-10-261-1/+19
| | | | | | | these architectures work in practice is another matter :). git-svn-id: svn://svn.icculus.org/quake3/trunk@186 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Use platform headers to source various libc prototypes instead of unsafetma2005-10-261-6/+6
| | | | | | | static ones (from vapier) git-svn-id: svn://svn.icculus.org/quake3/trunk@185 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Small changes to distclean target from vapiertma2005-10-262-1/+2
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@184 edf5b092-35ff-0310-97b2-ce42778d08ea
* * Split lcc $AR into $AR and $ARFLAGS (from vapier)tma2005-10-261-3/+4
| | | | git-svn-id: svn://svn.icculus.org/quake3/trunk@183 edf5b092-35ff-0310-97b2-ce42778d08ea