index
:
zittrig-4
master
The server software used for the Der Bunker Tremulous servers.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcommon
Age
Commit message (
Expand
)
Author
2013-01-10
Fix pak order when reconnecting to a server. When /connect to the same server...
Thilo Schulz
2013-01-10
Change DLL search path order for external libraries that are linked at runtim...
Thilo Schulz
2013-01-10
- Switch master server protocol to dpmaster for better game separation. Based...
Thilo Schulz
2013-01-10
Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...
Thilo Schulz
2013-01-10
- Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI...
Thilo Schulz
2013-01-10
Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack M...
Thilo Schulz
2013-01-10
Fix extension name comparison for DLL files
Thilo Schulz
2013-01-10
Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...
Thilo Schulz
2013-01-10
Fix alignment issues in message sending/reading that would crash IRIX, thanks...
Thilo Schulz
2013-01-10
Bug 5075 - Fix comments in quake3 configs, patch by q3urt.undead@gmail.com
Thilo Schulz
2013-01-10
Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.c
Thilo Schulz
2013-01-10
Remove one unnecessary loop in the beginning
Thilo Schulz
2013-01-10
- Make sure at least one round of download packets and packet queues gets sen...
Thilo Schulz
2013-01-10
- Improve snapshot rate and data rate control - Make server send packet fragm...
Thilo Schulz
2013-01-10
- Implement dual protocol support (#4962) - Fix several UDP spoofing security...
Thilo Schulz
2013-01-10
Forgot to set default rate back to 100kbyte/s
Thilo Schulz
2013-01-10
- Greatly improve UDP downloading speed for clients - Add download rate contr...
Thilo Schulz
2013-01-10
Make naming a bit more foolproof for new macro
Thilo Schulz
2013-01-10
- Add better protection against DoSing connecting users from connecting - Hav...
Thilo Schulz
2013-01-10
More color fixes for railgun
Thilo Schulz
2013-01-10
- Fix opStack size for vm_x86.c - Change opStack alignment to 16 for vm_x86_64.c
Thilo Schulz
2013-01-10
Add forced VM unloading to Com_Quit_f
Thilo Schulz
2013-01-10
Allow recursive VM entry for VM operations as well
Thilo Schulz
2013-01-10
- Automatically reset fs_game to "" if it was supplied by the user and is equ...
Thilo Schulz
2013-01-10
- align sse control word storage space to 16 byte boundary for snapvector - r...
Thilo Schulz
2013-01-10
- Clear ip address listings after a NET_Restart - check for oldGameSet instea...
Thilo Schulz
2013-01-10
Fix x64 compilation on MSVC
Thilo Schulz
2013-01-10
- Improve game_restart: * differing screen resolutions and network settings a...
Thilo Schulz
2013-01-10
- Fix memory leak in DMA sound after S_Shutdown() - Make codec load use temp ...
Thilo Schulz
2013-01-10
remove static VM_BlockCopy from vm_powerpc
Ludwig Nussel
2013-01-10
Fix wrong macro. MSVC win32 build should work again now.
Thilo Schulz
2013-01-10
Use Q_ftol for vm_interpreted
Thilo Schulz
2013-01-10
Various fixes to vm_interpreted.c: - Add opStack protection - Fix dataMask ch...
Thilo Schulz
2013-01-10
- Don't try to load QVM/DLL files on pure servers - Fallback after failed DLL...
Thilo Schulz
2013-01-10
- Small change to search path order - local files not in .pk3s take precedenc...
Thilo Schulz
2013-01-09
Need space of len+1 for snprintf to work
Thilo Schulz
2013-01-09
Fix #if macros for idx64 and id386
Thilo Schulz
2013-01-09
- Fix macro that uses constant float suffix as argument - retval variables in...
Thilo Schulz
2013-01-09
- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...
Thilo Schulz
2013-01-09
OpenBSD compile fixes, patch provided by Jonathan Gray (#4994)
Thilo Schulz
2013-01-09
Fix newlines in Com_Error, patch by Zack Middleton (#5023)
Thilo Schulz
2013-01-09
- Use EmitCallDoSyscall() to call the jump violations function which guarante...
Thilo Schulz
2013-01-09
- Add x86_64 support to vm_x86.c - Fix warning on mingw64
Thilo Schulz
2013-01-09
Fix is*() functions for windows where long value is 4 bytes
Thilo Schulz
2013-01-09
Fix compilation on mingw64
Thilo Schulz
2013-01-09
Add instruction number checks to jumps and calls to SPARC VM, patch by David ...
Thilo Schulz
2013-01-09
- Implement opStack protection: Use register %ebx for scaled indexed addressi...
Thilo Schulz
2013-01-09
- Do assignment of value 0xDEADBEEF after the 4-byte alignment - Add all GPR ...
Thilo Schulz
2013-01-09
I don't seem to get these constraints right. This should fix it
Thilo Schulz
2013-01-09
Fix VM call for release version, bug introduced by myself in r1994
Thilo Schulz
[prev]
[next]