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
*
Let a separate libdir be specified for loading libraries.
icculus
2009-09-15
2
-0
/
+6
*
Fixed amd64 JIT output bug.
icculus
2009-09-15
1
-1
/
+1
*
Add x86_64 ARCH_STRING for FreeBSD.
icculus
2009-09-15
1
-0
/
+2
*
Echo console command now colorizes by string, not token.
icculus
2009-09-15
1
-5
/
+1
*
Allow Cvar_Toggle_f() to iterate through a list of values.
icculus
2009-09-15
1
-7
/
+30
*
Patched to compile.
icculus
2009-09-15
1
-2
/
+1
*
Added Intel CC compatibility to vm_x86.c's inline asm.
icculus
2009-09-15
1
-8
/
+14
*
Enable -fvisibility=hidden on Linux.
icculus
2009-09-15
1
-0
/
+10
*
Fixed infinite recursion of writing crashlog because we're out of file handles.
icculus
2009-09-15
2
-1
/
+2
*
Don't allow negative arguments to the "wait" console command.
icculus
2009-09-14
1
-1
/
+3
*
Fixed uninitialized variable.
icculus
2009-09-14
1
-1
/
+3
*
Minor reworking to check command line cvars before Com_InitZoneMemory().
icculus
2009-09-14
1
-6
/
+8
*
- Add error handling for Opensolaris f***ing up a numeric getnameinfo() call.
thilo
2009-06-26
1
-24
/
+29
*
- fix typo in previous commit to net_ip.c
thilo
2009-06-23
1
-1
/
+1
*
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
[next]