Age | Commit message (Collapse) | Author |
|
unused-but-set gcc warnings
|
|
FIXME and have voip packet buffer on the server dynamically allocated via Z_Malloc and store pointers in a circular buffer - Improve voip target parsing on top of Ben Millwood's patch - Add new "spatial" target where speaker is spatialized in 3d space and can be heard by all clients in hearing range (s_alMaxDistance) (#4467) - Decrease voip sound lengths from 240ms to 80ms per voip packet to mitigate udp packet loss and decrease latency - Protocol version incremented to 71
|
|
Middleton
|
|
|
|
etc., patch by linux@youmustbejoking.demon.co.uk and Zack Middleton
|
|
thanks to Canavan for supplying a shell where I could fix this (#5077)
|
|
|
|
|
|
|
|
sent each frame - Fix timeVal select timeout value for case of unlimited data rate and now downloads are active
|
|
fragments and queued packets when server is idle - Voip protocol detection is tied to com_protocol making past-end-of-message reading unncessary - Use Hunk_AllocateTempMemory() for buffering VOIP packets and fix buffering scheme that ryan hates so much - Disable packet scrambling for new protocol as it is useless now - Get rid of the old packet scrambling functions predating latest point release - Use Hunk_AllocateTempMemory() for netchan packet queue to fix memory leak when client gets disconnected with packets in the queue - Use Hunk_AllocateTempMemory() for download blocks to fix memory leak when client gets disconnected with download blocks in the queue - Fix SV_RateMsec to account for udp/udp6 packet lengths
|
|
security issues
|
|
|
|
control cvar sv_dlRate - Don't send snapshots to downloading clients
|
|
|
|
Have Com_sprintf return string length - add STR_LEN macro for static strings
|
|
Show other players' railgun color and their firetime state.
Show snapshot client's color on world item models of railgun.
Fix the impact mark using color2 (spiral) rather than color1 (beam).
Credits go to Ensiform and Harekiet for the refire portion.
|
|
|
|
|
|
|
|
equal to com_basegame - Fix problem where users could change values of CVAR_INIT variables after the call to Cvar_Get() via Com_StartupVariable() - Move sound shutdown after client shutdown so VMs don't hold invalid sound handles in memory
|
|
replace some whitespace with tabs in snapvector.c - Give gcc a bit more freedom in choice of registers
|
|
instead of the gamename string
|
|
|
|
are now honoured when changing fs_game * Fix hunk memory leak on game_restart * Move cls.state and cls.servername to clc so connection state is fully preserved over game_restart * Revert back to previous fs_game after disconnecting from a server that triggered a game_restart * Fix error dialog popping up after every game_restart if an error happened previously (reported by Ensiform) - Fixed that not all commands added by CL_Init() would be removed by CL_Shutdown()
|
|
hunk memory instead of zone mem - Fix sound issues with direct sound and game_restart (#4526)
|
|
|
|
|
|
|
|
check for OP_BLOCK_COPY - Add instruction number check for conditional jumps - Make errors in VM_PrepareInterpreter nonfatal
|
|
DLL load will be VMI_COMPILED, not INTERPRETED
|
|
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
|
|
|
|
|
|
in ftola.c must have type long, not int
|
|
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
|
|
|
|
|
|
guarantees 16-byte stack alignment - Add x64 code for MSVC _asm() blocks, not tested yet.
|
|
|
|
|
|
|
|
Miller
|
|
addressing mode to access opStack, make opStack push/pop operate on %bl portion only - Add a third pass to VM compilation for computation of jump address offsets, removing the need to dereference into vm->instructionPointers[] for every call/jump - Make use of 0F opcode prefix relative jumps - Call Com_Memcpy for OP_BLOCK_COPY - Fix several missing range checks for vm->dataBase memory access
|
|
to clobber list as GCC function callAsmCall seems to change register r11 without saving it to stack first, which may result in SIGSEGV in VM_CallCompiled()
|
|
|
|
|
|
8 bit offset value in %%bl to address an OPSTACK_SIZE of 1024 which was the old value.
|
|
to stack - Make Linux AT&T asm code consistent with the MASM codeblock
|
|
in rbx will always be >= 0
|