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
*
- Replace vsprintf function in bg_lib.c with vsnprintf implementation started...
thilo
2008-03-25
18
-288
/
+792
*
vsnprintf -> Q_vsnprintf
thilo
2008-03-25
1
-1
/
+1
*
Applied patch to clean up code for reading cvars and add new command "print" ...
thilo
2008-03-25
1
-87
/
+70
*
use vm->callLevel to count recursive calls to VM_Call
ludwig
2008-03-24
4
-16
/
+18
*
catch Cbuf_ExecuteText(EXEC_NOW,...) from the ui as that would crash the vm
ludwig
2008-03-24
1
-0
/
+6
*
* (bug 3567) Fix to error handling in Ogg decoder (Joerg Dietrich)
tma
2008-03-11
1
-3
/
+3
*
* Ogg codec fix regarding ogg files in pk3s (Tr3b)
tma
2008-03-02
1
-3
/
+7
*
* Write q3config_server.cfg for the server, to avoid reseting client variables
tma
2008-02-28
3
-3
/
+9
*
* (bug 3427) Single Player causes SIGBUS on SGI IRIX (Patrick Baggett)
tma
2008-02-20
3
-15
/
+15
*
Angst and zinx cajoled me into removing trying to load libcurl.so again.
thilo
2008-02-17
2
-17
/
+12
*
Fall back to libcurl.so.4 or libcurl.so.4 if the default symlink does not exist.
thilo
2008-02-16
1
-5
/
+20
*
Remove .3 part in default curl library. With it www download is broken on mos...
thilo
2008-02-16
1
-1
/
+1
*
png fixes by Joerg Dietrich
ludwig
2008-02-15
1
-5
/
+14
*
make the pcx decode actually work
ludwig
2008-02-14
1
-0
/
+1
*
* Consolidate tr_image_*.h headers into tr_local.h to more closely follow the
tma
2008-02-14
12
-23
/
+25
*
remove code duplicated from libjpeg and make internal functions static
ludwig
2008-02-14
1
-96
/
+8
*
don't read more memory than available in jpg decode
ludwig
2008-02-14
3
-11
/
+31
*
make pcx decoder more robust against corrupt files
ludwig
2008-02-14
1
-83
/
+88
*
move all image decoders into separate files
ludwig
2008-02-14
10
-1255
/
+1309
*
make tga decoder more robust against corrupt files
ludwig
2008-02-14
1
-10
/
+41
*
make bmp decoder more robust against corrupt files
ludwig
2008-02-14
1
-33
/
+70
*
integer overflow safeguards
ludwig
2008-02-12
1
-6
/
+14
*
move png support to separate file
ludwig
2008-02-12
3
-2447
/
+2468
*
* Fixes to some muppetry in snd_dma.c (arQon)
tma
2008-02-10
1
-2
/
+3
*
* Disabling r_allowSoftwareGL as per bug 3526
tma
2008-01-31
1
-0
/
+2
*
* (bug 3412) %s expansion security patch (DevHC)
tma
2008-01-22
7
-12
/
+12
*
* Fix to bug in S_FileExtension (Tr3B)
tma
2008-01-19
1
-0
/
+3
*
* send along the reason for disconnection when sending the disconnect
tjw
2007-12-31
2
-1
/
+3
*
Remove small redundancy
thilo
2007-12-27
1
-2
/
+2
*
Add gamedirectory in .app to searchpath on MacOSX
thilo
2007-12-14
3
-1
/
+32
*
Fix building on MacOSX.
thilo
2007-12-14
1
-1
/
+1
*
Replace obsolete macro with some other macro. I hope this does not break too ...
thilo
2007-12-14
1
-1
/
+1
*
Revert changes in ioquake3 AL code, fix OpenAL headers.
thilo
2007-12-13
4
-3
/
+172
*
Modification to stop crash on Linux for dlopened() OpenAL, will break MacOSX ...
thilo
2007-12-13
2
-5
/
+5
*
Fix multiple symbol errors for compilation on MacOSX. Remove unnecessary defi...
thilo
2007-12-13
2
-173
/
+5
*
* (bug 3470) Correct type for function pointer
tma
2007-12-11
1
-1
/
+1
*
* Replace "powered by ioq3" text with ui_ioq3 CVAR_ROM
tma
2007-12-11
7
-139
/
+213
*
detect available resolutions and offer them in the menu
ludwig
2007-12-08
2
-19
/
+172
*
print "powered by the ioquake3 engine" in the main menu
ludwig
2007-12-08
1
-4
/
+3
*
* (bug 3454) Fix crash in autocompletion due to incorrect strncpy buffer size
tma
2007-12-03
1
-3
/
+6
*
* Make some botlib memory allocations /potentially/ safer
tma
2007-12-02
2
-8
/
+10
*
* Add con_log.c and con_passive.c from r1222 to quake3.vcproj.
juz
2007-12-02
1
-16
/
+16
*
* Fix poppy captured audio when recording videos
tma
2007-12-01
1
-8
/
+15
*
* Add con_log.c to log all console output
tma
2007-11-30
9
-95
/
+337
*
* Initialise botlib libvarlist to NULL as having it uninitialised may
tma
2007-11-26
1
-1
/
+1
*
* Move MINSDL_ values to sys_local.h from Makefile/VC project
tma
2007-11-26
4
-54
/
+32
*
* Move SDL library version check to sys_main.c as it's proving difficult to
tma
2007-11-25
2
-3
/
+11
*
* (bug 3420) Don't respect sv_killserver unless a server is actually running
tma
2007-11-23
3
-1
/
+7
*
* s/O_NDELAY/O_NONBLOCK/
tma
2007-11-19
1
-2
/
+2
*
* Fix bug where an extraneous render command can cause a crash when
tma
2007-11-18
6
-23
/
+26
[next]