index
:
q2pro.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
sys_unix.c
Age
Commit message (
Expand
)
Author
2010-09-15
Renamed source tree subdirectory into ‘src’, moved ‘asm’ subdirectory...
Andrey Nazarov
2010-07-03
Yet another huge commit.
Andrey Nazarov
2010-05-09
Added support for OpenAL sound output, activated by setting ‘s_enable’ cv...
Andrey Nazarov
2010-02-23
Cosmetic changes to filesystem code.
Andrey Nazarov
2009-10-30
Assume 64 byte cachelines when doing Hunk_Alloc.
Andrey Nazarov
2009-10-22
Added a wrapper around select() for waiting on multiple file descriptors.
Andrey Nazarov
2009-10-19
Install SIGUSR1 handler that causes logfiles to be reopened just like SIGHUP ...
Andrey Nazarov
2009-09-08
Don't attempt to set color or title of disabled console.
Andrey Nazarov
2009-09-04
Removed support for color escapes embedded in text (but still allow colored l...
Andrey Nazarov
2009-06-03
Don't cap maxmsglen on loopback connections.
Andrey Nazarov
2009-02-05
Report download size/done percentage in the output of ‘status d’ command.
Andrey Nazarov
2009-01-30
Client now works around the fact R1Q2 servers always report the highest
Andrey Nazarov
2008-12-17
Added /etc/default/q2pro template.
Andrey Nazarov
2008-12-15
Put -lm back as it seems to break on non-i386 arches.
Andrey Nazarov
2008-10-26
Cleaned up `sys_win.c', moved some code into `win_ac.c' and `win_dbg.c'.
Andrey Nazarov
2008-10-15
Added `sv_mvd_allow_stufftext' and `sv_mvd_password' cvars.
Andrey Nazarov
2008-09-25
Strip trailing whitespace as gi.args() expects.
Andrey Nazarov
2008-09-24
Com_sprintf -> Q_snprintf, Q_strncpyz -> Q_strlcpy, Q_strcat -> Q_strlcat.
Andrey Nazarov
2008-08-30
Output number of active players along with number of spectators in
Andrey Nazarov
2008-08-16
Split some monolithic include files into smaller ones.
Andrey Nazarov
2008-06-29
Added client and server side support for 32-bit solids.
Andrey Nazarov
2008-05-18
Accept `all' as special argument to `delstuffcmd' command.
Andrey Nazarov
2008-05-11
Updated revision to 238.
Andrey Nazarov
2008-05-08
Removed hardcoded menus in favor of scriptable ones.
Andrey Nazarov
2008-05-05
Brought SDL window resizing policy in compliance to ICCCM.
Andrey Nazarov
2008-04-23
Added `dumpents' server command.
Andrey Nazarov
2008-04-05
Added `scr_showstats' variable.
Andrey Nazarov
2008-04-02
Use size_t instead of int where possible.
Andrey Nazarov
2008-03-24
Remove useless time wraparound checks.
Andrey Nazarov
2008-02-17
Huge search and replace commit.
Andrey Nazarov
2008-01-28
Added `sv_mvd_capture_flags' variable.
Andrey Nazarov
2008-01-16
Made stdout blocking on Unix.
Andrey Nazarov
2008-01-08
Fixed MVD recording problem while playback.
Andrey Nazarov
2008-01-06
Fixed invalid client ID being displayed by `status' command on GTV servers.
Andrey Nazarov
2007-12-29
Made server ping measurements more accurate.
Andrey Nazarov
2007-12-27
Updated revision to 170.
Andrey Nazarov
2007-12-21
Use Sys_Setenv for setting environment variables in a safe way.
Andrey Nazarov
2007-12-21
Fixed garbage in high bits of FPU control word being
Andrey Nazarov
2007-12-20
Added initial server side support for r1ch.net anticheat.
Andrey Nazarov
2007-12-17
Fixed delta state corruption bug on secondary MVD clients.
Andrey Nazarov
2007-12-07
Fixed Windows build.
Andrey Nazarov
2007-12-07
Optimized FS_ListFiles (and broken Windows build).
Andrey Nazarov
2007-11-25
Changed Com_sprintf --> Q_concat in quite some cases.
Andrey Nazarov
2007-09-30
Make sure Info_RemoveKey removes any possible duplicates.
Andrey Nazarov
2007-08-22
Make sure JPEG and PNG libraries are linked in when building monolithic client.
Andrey Nazarov
2007-08-22
FS_ExtCmp now correctly handles complex extensions, e.g. '.dm2.gz'.
Andrey Nazarov
2007-08-14
Initial import of the new Q2PRO tree.
Andrey Nazarov