index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
* (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to
tjw
2007-02-12
2
-12
/
+72
*
- Fix loads of format string bugs
thilo
2007-01-24
5
-15
/
+13
*
fix wrong use of strncat
ludwig
2007-01-23
1
-2
/
+2
*
- Fix two non-C-standard variable declarations.
thilo
2007-01-07
1
-2
/
+6
*
- tag more functions with gnu format attribute
ludwig
2006-12-30
5
-8
/
+8
*
using the function pointer time() doesn't make any sense. Passing down
ludwig
2006-12-30
1
-2
/
+2
*
* Merge 954:955 from 1.34 branch
tma
2006-11-28
2
-3
/
+3
*
There's still a little bug in my recent change...
thilo
2006-11-26
1
-1
/
+1
*
- Add input sanitising to various sound playing functions called from MODs.
thilo
2006-11-25
1
-3
/
+40
*
Fix bug in parameter checking. Thanks to Neil Toronto for reporting.
thilo
2006-11-23
1
-1
/
+1
*
Only stop demo on map change if it was started by autorecord.
thilo
2006-11-03
2
-4
/
+2
*
- Explicitly set distance attenuation model.
thilo
2006-11-03
1
-64
/
+133
*
- Remove "server crashed" message on server shutdown caused by local client d...
thilo
2006-10-27
3
-1
/
+12
*
* (bug 2758) Toggling the console while holding keys can put the cgame/ui
tjw
2006-10-23
1
-1
/
+2
*
* (bug 2893) OpenAL was not tracking one-shot sound effects to the entity's
tjw
2006-10-13
1
-2
/
+1
*
* add cURL support for HTTP/FTP downloading (bug 2661)
tjw
2006-09-11
5
-4
/
+582
*
looks like ALCchar is not available on older openal versions
ludwig
2006-09-05
1
-2
/
+2
*
* renamed static function GetClipboardData to CL_GetClipboardData since it wa...
tjw
2006-08-30
1
-3
/
+3
*
* Disable video command when not playing back a demo
tma
2006-08-29
1
-0
/
+6
*
Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...
thilo
2006-08-28
3
-12
/
+1
*
Fix crash when recording to files and the map changes. Was caused by new, cor...
thilo
2006-08-28
3
-1
/
+12
*
- Fixed filehandle / filedescriptor leak in S_AL_StartBackgroundTrack introdu...
thilo
2006-08-27
1
-28
/
+70
*
* moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated server
tjw
2006-08-26
1
-4
/
+0
*
- compensate sv_fps for timescale value.
thilo
2006-08-26
4
-8
/
+29
*
* Add SVN version to the version string displayed in the client console
tjw
2006-08-22
2
-2
/
+5
*
- Change available device list to be displayed on sound initialization and
thilo
2006-08-19
1
-8
/
+6
*
* Compiler warning fix
tma
2006-08-19
1
-2
/
+3
*
- tweak enumeration support, remove win32 dependency
thilo
2006-08-19
2
-19
/
+6
*
- Add device enumeration support on windows and make "Generic Software" new d...
thilo
2006-08-19
1
-0
/
+75
*
* qvm files no longer installed by "make copyfiles"
tma
2006-08-13
3
-1
/
+6
*
bug 2747
tjw
2006-08-03
1
-1
/
+5
*
bug 2747
tjw
2006-08-03
1
-13
/
+10
*
bug 2723
tjw
2006-08-02
1
-0
/
+2
*
Another patch to make uncompressed AVI write in RGB24 format by anonymous vir...
thilo
2006-07-31
1
-2
/
+2
*
Fix from the VirtualDub people which should make avi files created with the v...
thilo
2006-07-31
1
-9
/
+12
*
Changed the demofile slot finder to use FS_FileExists instead of FS_ReadFile ...
thilo
2006-07-30
1
-3
/
+1
*
Fix wrong demo filename when all 9999 demo*.dm_64 file slots have been written.
thilo
2006-07-30
1
-4
/
+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
1
-2
/
+21
*
* OpenAL bug fix (from Josh Weisskopf)
tma
2006-06-17
1
-0
/
+1
*
- Fix bug that allows a malicious server to write and overwrite any files in ...
thilo
2006-06-16
1
-7
/
+0
*
Fix remotely exploitable parse download overflow reported by Luigi Auriemma.
thilo
2006-06-04
1
-8
/
+20
*
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
*
Prevent servers from making clients download files that are written to non-qu...
thilo
2006-05-28
1
-0
/
+7
*
Corrected #include directives of openal headers for MSVC.
thilo
2006-05-13
1
-2
/
+8
*
Add string length checking to function COM_StripExtension. This fixes the R_R...
thilo
2006-05-06
1
-1
/
+1
*
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
1
-0
/
+4
*
- Introduced various new typedefs for windows platform (int32_t, int64_t, etc...
thilo
2006-04-27
1
-2
/
+1
[next]