Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-12 | Fix #5849 - broken snapvector inverts player speed | Mark | |
Snapvector was converting floats to 16 bit integers instead of 32 bit integers. | |||
2013-01-12 | #5818 - Modular renderer and Rend2 support for MSVC. | SmileTheory | |
2013-01-12 | Move argument passing from VM to engine to global variables which allows to ↵ | Thilo Schulz | |
get rid of lots of OS specific stuff and also fixes errors that happens when compilers add lots of boilerplate to the DoSyscall() function | |||
2013-01-12 | My bad. Revert the FPU control word to old value instead of the new one of ↵ | Thilo Schulz | |
course. Thanks to marky for reporting this | |||
2013-01-12 | * I zigged when I should have zagged | Tim Angus | |
2013-01-10 | * clang support | Tim Angus | |
2013-01-10 | Set default rounding mode to FE_NEAREST again. Thanks to Matthias Bentrup ↵ | Thilo Schulz | |
for providing some explanations. | |||
2013-01-10 | Fix latest commit for x86 msvc | Thilo Schulz | |
2013-01-10 | Implement Mathias Benthrup's suggestion for x86 ASM snapvector ↵ | Thilo Schulz | |
implementation which reduces cache misses. | |||
2013-01-10 | Fix missing return instruction for fpu ftol on msvc. Thanks to Ensiform for ↵ | Thilo Schulz | |
reporting. | |||
2013-01-10 | - align sse control word storage space to 16 byte boundary for snapvector - ↵ | Thilo Schulz | |
replace some whitespace with tabs in snapvector.c - Give gcc a bit more freedom in choice of registers | |||
2013-01-09 | Fix #if macros for idx64 and id386 | Thilo Schulz | |
2013-01-09 | - Still forgot qasm-inline.h - Leave GCC more freedom in choice of registers | Thilo Schulz | |
2013-01-09 | Forgot the inline assembler parts, here they come! Using inline asm to get ↵ | Thilo Schulz | |
rid of all the boilerplate stuff | |||
2013-01-09 | - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 ↵ | Thilo Schulz | |
mode - Clean up ftol()/snapvector() mess - Make use of SSE instructions for ftol()/snapvector() if available - move ftol/snapvector pure assembler to inline assembler, this will add x86_64 and improve support for different calling conventions - Set FPU control word at program startup to get consistent behaviour on all platforms | |||
2013-01-09 | Properly fill in occurances of "foobar" in GPL file headers, patch by Zack ↵ | Thilo Schulz | |
Middleton (#5024) | |||
2013-01-09 | - Add x86_64 support to vm_x86.c - Fix warning on mingw64 | Thilo Schulz | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2007-11-28 | * Merge ioq3-r1220 | Tim Angus | |
2007-09-06 | * De-quake | Tim Angus | |
2007-09-05 | * Merge of ioq3-r1163 | Tim Angus | |
+ SDL everywhere + New R_LoadImage + net_ip.c + Window icon + GUI based dedicated server support + Compile time linked OpenGL * Remove ui_menuFiles cvar |