Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | fix compilation with MSVC | /dev/humancontroller | |
TODO: uhm, _snprintf()... WRONG ? | |||
2013-02-16 | Update copyright notices | Tim Angus | |
2013-01-12 | Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and ↵ | Zack Middleton | |
non-i386 compiled or interpated qvms. (Currently they aren't use in vmMain in game, cgame, or ui.) Fix passing args[11] to args[15] from vm to engine on ppc64 and sparc64. Some of the args are used by game bot prediction syscalls. May have been causing bugs. Note: This was fixed for x86_64 in r2163. | |||
2013-01-12 | when interacting with QVMs, Clang/LLVM requires the standard use of the ↵ | Zack Middleton | |
va_*() macros instead of (fast) call hacks From /dev/humancontroller. | |||
2013-01-12 | Fixed showing number of qvm jump table targets (r2180 caused it to show 0 on ↵ | Zack Middleton | |
alloc). | |||
2013-01-10 | Fix a few string literals | Thilo Schulz | |
2013-01-10 | Allow VM_Restart to load unpure qagame.qvm so that local server won't crash ↵ | Thilo Schulz | |
after map_restart if server operator has qagame.qvm residing outside pak file (#5196) Thanks to "rg3" for providing a shell account | |||
2013-01-10 | Add some checks when reloading QVMs via VM_Restart() | Thilo Schulz | |
2013-01-10 | Throw error when making calls to empty VM | Thilo Schulz | |
2013-01-10 | * Fix some grammar in DLL loading * s/Sys_LoadQVMDll/Sys_LoadGameDll/ | Tim Angus | |
2013-01-10 | Change DLL search path order for external libraries that are linked at ↵ | Thilo Schulz | |
runtime, like libcurl or libopenal to: * system library paths * executable path * fs_basepath | |||
2013-01-10 | Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes ↵ | Thilo Schulz | |
unused-but-set gcc warnings | |||
2013-01-10 | Various fixes to vm_interpreted.c: - Add opStack protection - Fix dataMask ↵ | Thilo Schulz | |
check for OP_BLOCK_COPY - Add instruction number check for conditional jumps - Make errors in VM_PrepareInterpreter nonfatal | |||
2013-01-10 | - Don't try to load QVM/DLL files on pure servers - Fallback after failed ↵ | Thilo Schulz | |
DLL load will be VMI_COMPILED, not INTERPRETED | |||
2013-01-10 | - Small change to search path order - local files not in .pk3s take ↵ | Thilo Schulz | |
precedence over files in pk3s. Should make life easier for modders/mappers wanting to override textures that are already contained in some older pk3 - Make VM loading more robust, change loading order: when vm_* == 0 first try loading DLL, then QVM in *each* search directory/path - Fix FS_FileForHandle that would return a FILE pointer to invalid file handle 0 | |||
2013-01-09 | - Add x86_64 support to vm_x86.c - Fix warning on mingw64 | Thilo Schulz | |
2013-01-09 | Remove newlines from Com_Error message format strings, patch by DevHC | Thilo Schulz | |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus | |
2013-01-03 | * (bug 4311) Print file locations of relevant items to simplify ↵ | Christopher Schwarz | |
troubleshooting (Amanieu) | |||
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1498, by popular demand | Tim Angus | |
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
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 | |||
2007-03-21 | * ioq3-r1052 merge | Tim Angus | |
2006-05-06 | * Merged ioq3-r775 | Tim Angus | |
- SDL_GammaRamp stuff - Anisotropic texture filtering - q3testesque r_flares - cl_guid - Security fixes | |||
2006-03-04 | * Merged ioq3-r620 | Tim Angus | |
- NX stuff | |||
2006-02-26 | * Merged ioq3-r589 | Tim Angus | |
2006-02-24 | * Merged ioq3-r584 | Tim Angus | |
2005-12-10 | * s/Quake III Arena source code/Tremulous/ | Tim Angus | |
* De-quaked various bits and pieces * Integrated Tremulous into the ioq3 source * Relicensed Tremulous to be GPL * It compiles!!!!!!!!11111111!!!!1 | |||
2005-12-10 | * Copied ioq3 src to trunk | Tim Angus | |