index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* updated the included libSDL header files and Mac OS X lib to SDL 1.2.11
tjw
2007-05-22
40
-614
/
+2576
*
* (bug 2972) add r_swapInterval support to SDL client (if libSDL >= 1.2.10)
tjw
2007-05-22
2
-0
/
+12
*
* (bug 3077) allow cURL to follow HTTP redirects (up to 5)
tjw
2007-05-22
1
-0
/
+2
*
Adding a bit of commentary to the code.
thilo
2007-05-17
1
-1
/
+11
*
Fix a potential crash bug on 64 bit systems in the botlib library. sizeof(bot...
thilo
2007-05-17
1
-3
/
+6
*
* (bug 3066) rcon rate-limiting was not compatible with the eventual
tjw
2007-05-10
1
-1
/
+1
*
Updates to the status or whatever
zakk
2007-05-02
1
-1
/
+3
*
Change suggested by woekele.
zakk
2007-04-13
1
-1
/
+1
*
* (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if they
tjw
2007-04-05
4
-4
/
+6
*
* Silly tab filter breaking things
tma
2007-04-01
1
-1
/
+1
*
* Move storage of console history from a cvar to a file in order to alleviate
tma
2007-04-01
1
-40
/
+67
*
* (bug 2741) replace K_LAST_KEY with MAX_KEYS. K_LAST_KEY is now defined
tjw
2007-03-22
3
-8
/
+10
*
* (bug 3065) fixed non-SDL X11 client crash on certain keys (e.g. XK_egrave )
tjw
2007-03-19
1
-2
/
+2
*
Remove cvar s_alMaxSpeakerDistance for the same task can better be achieved w...
thilo
2007-03-17
2
-6
/
+2
*
* (bug 3018) need to call Cvar_SetCheatState() after CG_INIT and UI_INIT to
tjw
2007-03-02
4
-1
/
+12
*
* use the Win2k gamma clamp thing on Vista too (raynorpat)
tjw
2007-03-01
1
-4
/
+4
*
* (bug 3019) use the operating system's random number generator if possible
tjw
2007-02-16
7
-9
/
+65
*
* fix q3lcc warning message due to an extra ; that slipped in at rev 1023
tjw
2007-02-15
1
-1
/
+1
*
* (bug 2741) Adds support in the SDL client for many keys that were not
tjw
2007-02-14
5
-8
/
+276
*
* (bug 3027) don't trust the "ip" value in the userinfo string since a client
tjw
2007-02-14
1
-16
/
+32
*
* Add documentation for cl_guid in the README
tjw
2007-02-13
1
-0
/
+20
*
* (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to
tjw
2007-02-12
4
-17
/
+88
*
* (bug 3014) my revision 935 broke the sending of the kick/clientkick message
tjw
2007-02-01
1
-2
/
+3
*
- Fix loads of format string bugs
thilo
2007-01-24
9
-30
/
+28
*
fix wrong use of strncat
ludwig
2007-01-23
1
-2
/
+2
*
use ioquake3 instead of quake3 for tar file in dist target
ludwig
2007-01-23
1
-4
/
+4
*
* (bug 2977) use MSVC compatiable pre-processors and also include <io.h> for
tjw
2007-01-19
1
-12
/
+13
*
One more icculus.org/quake3 purge, should be the last...
zakk
2007-01-14
4
-8
/
+8
*
Updated urls.
zakk
2007-01-14
2
-2
/
+2
*
Fix window titles and crap, thanks woekele for pointing this out.
zakk
2007-01-14
1
-2
/
+2
*
- Fix two non-C-standard variable declarations.
thilo
2007-01-07
2
-3
/
+7
*
fix buffer overflow and format string bug in auth server response
ludwig
2006-12-31
2
-6
/
+3
*
- also check for point release pak files
ludwig
2006-12-30
1
-15
/
+61
*
- tag more functions with gnu format attribute
ludwig
2006-12-30
17
-34
/
+32
*
don't use intermediate array for sorting pakfiles. avoids the
ludwig
2006-12-30
1
-14
/
+3
*
include offending string in error message for varables that contain
ludwig
2006-12-30
1
-31
/
+15
*
using the function pointer time() doesn't make any sense. Passing down
ludwig
2006-12-30
1
-2
/
+2
*
kick bots by client number instead of name to avoid problems with
ludwig
2006-12-29
1
-4
/
+1
*
fix team orders menu
ludwig
2006-12-28
1
-3
/
+1
*
* replaced SPI_SCREENSAVERRUNNING with the newer SPI_SETSCREENSAVERRUNNING
tjw
2006-12-27
1
-2
/
+2
*
Fix annoying bug where transparent surfaces wouldn't draw over skyboxes. Than...
thilo
2006-12-15
1
-2
/
+1
*
* (bug 2863) allow DEL key to be binded again. I broke it for bug 2650
tjw
2006-12-07
1
-2
/
+2
*
* Add r_customPixelAspect to support displays with non 1:1 pixel aspects (do
tma
2006-12-04
1
-10
/
+12
*
Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for ...
coyote
2006-11-30
3
-12
/
+13
*
I think this is appropriate for 994 :)
zakk
2006-11-29
1
-0
/
+11
*
Bugfix by committee. :/
icculus
2006-11-29
1
-0
/
+3
*
Fixed debug error message on loki_setup's stdout.
icculus
2006-11-29
1
-2
/
+0
*
* Change trunk installer release name to 'svn'
tma
2006-11-28
2
-60
/
+59
*
* Merge 954:955 from 1.34 branch
tma
2006-11-28
4
-9
/
+9
*
There's still a little bug in my recent change...
thilo
2006-11-26
1
-1
/
+1
[prev]
[next]