index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
qcommon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move these definitions over for other files to use in preparation of the next...
thilo
2009-06-23
2
-7
/
+8
*
minor cleanup
thilo
2009-06-23
1
-11
/
+11
*
Fix setsockopt so that setting the IPV6ONLY flag really works.
thilo
2009-06-22
1
-1
/
+1
*
Fix highest file descriptor for select(), thanks to Ben Millwood for reporting
thilo
2009-06-05
1
-3
/
+2
*
Make servers echo challenge codes from client getchallenge commands
thilo
2009-06-01
1
-1
/
+1
*
Replace a few sprintf with Com_sprintf
thilo
2009-06-01
1
-3
/
+3
*
Fix warning in Sys_RandomBytes() usage
thilo
2009-05-31
1
-1
/
+1
*
I'll retain the new way seeding the random number generator.. these calls are...
thilo
2009-05-31
1
-1
/
+0
*
Revert changes of rand() to random() as random() was redefined in quake3.
thilo
2009-05-31
1
-4
/
+4
*
- Introduce seeding of the random number generator at startup
thilo
2009-05-31
1
-4
/
+22
*
Make command net_restart work so that port/ip settings can be changed without...
thilo
2009-05-29
2
-40
/
+38
*
- Introduce new NET_CompareBaseAdrMask for easy comparison of ip address ranges
thilo
2009-05-24
2
-12
/
+64
*
Minor code cleanups
thilo
2009-05-21
1
-13
/
+8
*
make Cvar_Command use all arguments just like Cvar_Set_f (#4063)
ludwig
2009-05-08
1
-1
/
+1
*
cvarlist: also display systeminfo and user created flags
ludwig
2009-05-08
1
-0
/
+10
*
whitespace correction
ludwig
2009-05-08
1
-10
/
+10
*
define STRING and XSTRING in q_shared.h (#4054)
ludwig
2009-05-05
2
-2
/
+4
*
align stack before re-entering engine to make sse work (#4051)
ludwig
2009-05-02
1
-0
/
+5
*
* Remove superfluous comments committed with fix to bug #3999
tma
2009-03-02
1
-4
/
+2
*
initialize qport with random value instead of time (#3999)
ludwig
2009-03-02
1
-1
/
+8
*
qcommon: vm: Add sparc JIT compiler.
ludwig
2009-03-02
2
-0
/
+1726
*
qcommon: vm: sparc, like 386, doesn't need var-args conversion.
ludwig
2009-03-02
1
-1
/
+1
*
qcommon: Add idsparc and set when __sparc__ && !C_ONLY
ludwig
2009-03-02
1
-0
/
+7
*
* s/FS_FilenameIsExecutable/FS_CheckFilenameIsNotExecutable/g
tma
2009-02-26
1
-13
/
+14
*
security fix: prevent command injection via callvote
ludwig
2009-01-17
2
-0
/
+17
*
* Fix some new GCC 4.3 warnings
tma
2008-11-10
6
-53
/
+70
*
realloc vm->instructionPointers on ppc64
ludwig
2008-11-10
1
-78
/
+96
*
new PowerPC vm
ludwig
2008-11-10
3
-0
/
+3317
*
fix strict aliasing issues
ludwig
2008-11-03
6
-53
/
+38
*
fix 64bit VM interface to work on ppc64 (#3838)
ludwig
2008-11-03
1
-2
/
+2
*
Patch to make getnameinfo() call work on OpenBSD systems. Created by agent596...
thilo
2008-10-29
1
-3
/
+10
*
* Move command argument completion from being hard coded to being associated
tma
2008-09-16
4
-89
/
+87
*
* Supply specific identifier to the master server (Mathieu Olivier)
tma
2008-09-15
1
-2
/
+2
*
* Add Com_HexStrToInt
tma
2008-09-05
2
-97
/
+80
*
- Add scope id to ipv6 addresses.
thilo
2008-08-31
3
-9
/
+13
*
* Fix to console completion bug introduced by the last fix (from the oops
tma
2008-08-30
1
-1
/
+1
*
* Collapse common command completion code into one function and fix the
tma
2008-08-27
1
-57
/
+38
*
* Handle dead keys more gracefully by taking a "best guess" rather than ignoring
tma
2008-08-25
1
-0
/
+8
*
* Fix unused variable warning
tma
2008-08-23
1
-1
/
+1
*
* (bug #3729) server dependencies on client.h (Ben Millwood)
tma
2008-08-22
5
-22
/
+19
*
* More robust x86 vm entrypoint/callback assembly (Tron)
tma
2008-08-17
1
-96
/
+74
*
* Use IPv6 header qcommon/wspiapi.h if it has been added by the end user
tma
2008-08-09
1
-43
/
+50
*
* Fix memory leak in win32 VM code (arQon/dmitry)
tma
2008-08-06
2
-2
/
+2
*
* Change win32 client Sys_Sleep so it ONLY sleeps since before it was waking on
tma
2008-08-03
1
-1
/
+8
*
* Sign check com_maxfps* variables
tma
2008-07-21
1
-3
/
+3
*
* Use Sys_Sleep to limit FPS, which will save CPU
tma
2008-07-21
2
-2
/
+19
*
* (bug 3712) MSVC build fix s/strtof/strtod/ (Pat Raynor <raynorpat@gmail.com>)
tma
2008-07-09
1
-1
/
+1
*
* Rename voip cvar to cl_voip
tma
2008-07-07
5
-12
/
+169
*
* Remove silly range check on sv_voip during initialisation
tma
2008-07-06
1
-1
/
+1
*
* Change dedicated cvar to CVAR_LATCH on the dedicated server
tma
2008-07-06
1
-1
/
+1
[next]