index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
Commit message (
Expand
)
Author
Age
Files
Lines
*
I'll retain the new way seeding the random number generator.. these calls are...
thilo
2009-05-31
4
-9
/
+1
*
Revert changes of rand() to random() as random() was redefined in quake3.
thilo
2009-05-31
5
-11
/
+17
*
- Introduce seeding of the random number generator at startup
thilo
2009-05-31
5
-17
/
+28
*
Make command net_restart work so that port/ip settings can be changed without...
thilo
2009-05-29
2
-40
/
+38
*
This could never have worked in the first place. Duh.
thilo
2009-05-28
1
-2
/
+7
*
- Introduce new NET_CompareBaseAdrMask for easy comparison of ip address ranges
thilo
2009-05-24
7
-144
/
+294
*
Minor fix for server infostring. Thanks to slacker
thilo
2009-05-22
1
-1
/
+1
*
Minor code cleanups
thilo
2009-05-21
1
-13
/
+8
*
More commentary to source code
thilo
2009-05-21
1
-1
/
+25
*
whitespace fixes
ludwig
2009-05-08
1
-26
/
+26
*
SV_ReplacePendingServerCommands is unused
ludwig
2009-05-08
1
-0
/
+2
*
mark functions static (#4010)
ludwig
2009-05-08
7
-43
/
+43
*
msg->oob is actually qboolean (#4010)
ludwig
2009-05-08
1
-4
/
+6
*
fix name compare in 'follow' command (#4013)
ludwig
2009-05-08
1
-28
/
+4
*
add missing trap_RealTime prototype (#4015)
ludwig
2009-05-08
1
-0
/
+1
*
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
*
don't modify s_alDevice and add fallback to let openAL choose the device
ludwig
2009-05-08
1
-24
/
+15
*
mark s_alDriver CVAR_LATCH
ludwig
2009-05-08
1
-1
/
+1
*
define STRING and XSTRING in q_shared.h (#4054)
ludwig
2009-05-05
3
-4
/
+4
*
fix dedicated server stdin console (#4009)
ludwig
2009-05-03
1
-10
/
+8
*
make some functions static (#4014)
ludwig
2009-05-02
1
-15
/
+15
*
align stack before re-entering engine to make sse work (#4051)
ludwig
2009-05-02
1
-0
/
+5
*
* Fix leaking OpenAL buffers (Amanieu)
tma
2009-03-15
1
-0
/
+12
*
* Remove unexplainable ( tr.overbrightBits > 0 ) condition when correcting
tma
2009-03-12
1
-4
/
+4
*
* Remove superfluous comments committed with fix to bug #3999
tma
2009-03-02
2
-8
/
+4
*
initialize Sys_Milliseconds early (#3999)
ludwig
2009-03-02
1
-0
/
+5
*
initialize qport with random value instead of time (#3999)
ludwig
2009-03-02
1
-1
/
+8
*
fix STANDALONE challengeResponse (#4000)
ludwig
2009-03-02
1
-5
/
+2
*
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
*
move speex config.h to correct place
ludwig
2009-02-11
1
-0
/
+0
*
fix msvc build (#3857, #3771)
ludwig
2009-02-10
1
-0
/
+20
*
fix potential segfault (found by DerSaidin in xreal)
ludwig
2009-01-23
1
-1
/
+2
*
security fix: prevent command injection via callvote
ludwig
2009-01-17
4
-3
/
+29
*
fix overflow in CG_ParseTeamInfo
ludwig
2009-01-13
1
-0
/
+11
*
gamename is already a cvar with CVAR_SERVERINFO
ludwig
2009-01-11
1
-1
/
+0
*
* Fix some new GCC 4.3 warnings
tma
2008-11-10
19
-152
/
+220
*
fix variable declaration (#3849)
ludwig
2008-11-10
1
-1
/
+1
*
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
14
-100
/
+83
*
fix 64bit VM interface to work on ppc64 (#3838)
ludwig
2008-11-03
1
-2
/
+2
*
move location of version string in console a bit
ludwig
2008-11-02
1
-5
/
+3
*
specify alDevice instead of NULL when asking for for ALC_EXTENSIONS
ludwig
2008-11-02
1
-1
/
+1
*
Patch to make getnameinfo() call work on OpenBSD systems. Created by agent596...
thilo
2008-10-29
1
-3
/
+10
*
fix return value of CL_cURL_CallbackWrite (#3804)
ludwig
2008-10-24
1
-1
/
+1
[next]