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
*
Revert "fix" because it was based on wrong assumptions and actually doesn't f...
thilo
2006-07-17
1
-1
/
+1
*
Fix wrong means of death message in server log.
thilo
2006-07-09
1
-1
/
+1
*
looks like the interpreter was broken all the time. Didn't anyone
ludwig
2006-07-06
1
-1
/
+1
*
Fix critical buffer overflow in cgame, see exploit at http://www.milw0rm.com/...
thilo
2006-07-06
1
-2
/
+2
*
- print warning if server tries to set cvars it shouldn't set
ludwig
2006-07-05
1
-1
/
+4
*
- Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htm
thilo
2006-07-03
5
-3
/
+60
*
* OpenAL bug fix (from Josh Weisskopf)
tma
2006-06-17
1
-0
/
+1
*
* Better SDL joystick support (from Erik Auerswald)
tma
2006-06-17
1
-20
/
+121
*
* sv_minRate (from R1CH)
tma
2006-06-17
8
-2
/
+90
*
Remove chars with ascii value > 127 in MSG_ReadBigString too to make it corre...
thilo
2006-06-16
1
-0
/
+4
*
Little fix for the sanity check fix from previous rev...
thilo
2006-06-16
1
-3
/
+2
*
- Fix bug that allows a malicious server to write and overwrite any files in ...
thilo
2006-06-16
2
-18
/
+40
*
Fix client "freezes" if a user with ASCII characters > 127 enters a server. R...
thilo
2006-06-11
1
-0
/
+5
*
Fix remotely exploitable parse download overflow reported by Luigi Auriemma.
thilo
2006-06-04
1
-8
/
+20
*
Fixed a crash in md4 routines when using them on files with zero length, repo...
thilo
2006-06-01
1
-2
/
+2
*
Forgot to check for windows-style path seperator in precaution against direct...
thilo
2006-06-01
1
-1
/
+1
*
Partially applied patch from Joerg Dietrich. Fixes:
thilo
2006-06-01
2
-6
/
+18
*
Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS X
icculus
2006-05-29
1
-4
/
+4
*
Prevent servers from making clients download files that are written to non-qu...
thilo
2006-05-28
1
-0
/
+7
*
Applied parts of Josh Weisskopf's patch to make naming of executables consist...
thilo
2006-05-16
1
-7
/
+7
*
Added two missing source files to the MSVC project files
thilo
2006-05-16
1
-0
/
+59
*
Fixed missing initialization of idPack and missionPack variables which may re...
thilo
2006-05-15
1
-1
/
+1
*
Fix JIT compiler code execution on NX-protected win32 OS
thilo
2006-05-15
1
-0
/
+18
*
Corrected #include directives of openal headers for MSVC.
thilo
2006-05-13
1
-2
/
+8
*
Fix bug that permits download of arbitrary files from a download enabled serv...
thilo
2006-05-08
2
-15
/
+46
*
* Fix the MinGW build. Ugh.
tma
2006-05-06
1
-1
/
+8
*
Added return; statement so it doesn't complain when it receives a remapShader...
thilo
2006-05-06
1
-0
/
+2
*
Fix remapShader command in cgame and tweak it in ui.
thilo
2006-05-06
2
-4
/
+18
*
add update_url. Maybe we need it in the future
ludwig
2006-05-06
1
-0
/
+1
*
Add string length checking to function COM_StripExtension. This fixes the R_R...
thilo
2006-05-06
13
-22
/
+22
*
removed a space too much after "say_team: " chat prompt.
thilo
2006-05-04
1
-1
/
+1
*
- Added SV_Shutdown to Linux signal handler to ensure that clients don't hang...
thilo
2006-05-04
3
-1
/
+6
*
- Replaced SV_GetPlayerByName with SV_GetPlayerByHandle that supports lookup ...
thilo
2006-05-02
1
-6
/
+23
*
Fix "Net_CompareAdr: Bad address type" error message when starting a new map ...
thilo
2006-05-02
1
-1
/
+1
*
- remove leftover anistropic filtering variables from glconfig_t
ludwig
2006-04-30
2
-3
/
+5
*
- Fixed incompatibility to original VMs introduced by anisotropic filtering p...
thilo
2006-04-30
7
-22
/
+31
*
- Fix r_overBrightBits variable getting ignored on Linux
thilo
2006-04-30
1
-7
/
+32
*
* Yet another tweak to the long server uptime bug fix
tma
2006-04-28
1
-1
/
+1
*
Fix for skybox blacklines bug on non-SDL compilations.
thilo
2006-04-27
1
-0
/
+9
*
- Introduced various new typedefs for windows platform (int32_t, int64_t, etc...
thilo
2006-04-27
4
-53
/
+40
*
- "baseq3" literal replacement patch (by Erik Auerswald) applied
thilo
2006-04-26
6
-6
/
+7
*
strupr'ing demo filenames breaks demo selection on case sensitive file systems.
thilo
2006-04-26
1
-1
/
+1
*
Replaced various "baseq3" strings with the centrally defined BASEGAME macro.
thilo
2006-04-26
3
-7
/
+7
*
SunOS -> sunos (patch by Vincent Cojot)
ludwig
2006-04-23
2
-2
/
+2
*
Fix didn't work yet because it didn't use the buffer where the filename exten...
thilo
2006-04-23
1
-1
/
+1
*
* Oops
tma
2006-04-23
1
-0
/
+299
*
* cl_guid for semi-reliable server authentication (from tjw)
tma
2006-04-22
3
-0
/
+29
*
* Anisotropic texture filtering (from Echon)
tma
2006-04-22
7
-0
/
+92
*
Fix prohibits illegal downloading of id PK3 files from servers. That bug is h...
thilo
2006-04-22
2
-2
/
+9
*
* Fix to a bug introduced by the fix to the long server uptime bug
tma
2006-04-22
1
-1
/
+1
[next]