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
...
*
mumble link support
ludwig
2008-05-30
5
-0
/
+235
*
* Fix a bunch of compile warnings
tma
2008-05-10
1
-13
/
+25
*
- replace a few constant values with GL macros in tr_cmds.c
thilo
2008-05-01
2
-2
/
+4
*
- Implement stereo rendering with anaglyph images.
thilo
2008-04-27
1
-3
/
+4
*
remove commented code
thilo
2008-04-12
1
-5
/
+0
*
Another change to server parsing as a server reporting in from 69.79.84.0/24 ...
thilo
2008-04-12
1
-29
/
+25
*
* Fix some recently introduced warnings
tma
2008-04-12
1
-1
/
+1
*
- fix a potential file descriptor leak in server side of pak downloading
thilo
2008-04-12
1
-1
/
+1
*
- Revamp in-game server browser: you can now scan for games on multiple maste...
thilo
2008-04-11
3
-174
/
+106
*
Add com_standalone cvar for at-runtime handling of mods that do not require t...
thilo
2008-04-10
3
-5
/
+13
*
Include #ifdef to make it easier to create a stand-alone binary.
thilo
2008-04-09
1
-1
/
+4
*
Add Multicast capabilities for LAN server scanning.
thilo
2008-04-09
2
-15
/
+16
*
catch EXEC_NOW on quit to prevent deleting a running vm
ludwig
2008-04-06
1
-1
/
+3
*
Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...
thilo
2008-04-04
2
-44
/
+93
*
These checks are now redundant.
thilo
2008-03-27
1
-2
/
+2
*
A more clean solution to this bug. Stop the renderer when the UI VM is not ru...
thilo
2008-03-27
2
-16
/
+17
*
Fix flashing connect screen, see https://bugzilla.icculus.org/show_bug.cgi?id...
thilo
2008-03-27
1
-0
/
+4
*
Make sure fullscreen does not work for in_nograb when manually Alt-Entering, ...
thilo
2008-03-26
1
-1
/
+1
*
Remove obsolete code for obfuscation.
thilo
2008-03-25
1
-11
/
+1
*
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
*
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
*
* Fixes to some muppetry in snd_dma.c (arQon)
tma
2008-02-10
1
-2
/
+3
*
* (bug 3412) %s expansion security patch (DevHC)
tma
2008-01-22
3
-6
/
+6
*
* Fix to bug in S_FileExtension (Tr3B)
tma
2008-01-19
1
-0
/
+3
*
Remove small redundancy
thilo
2007-12-27
1
-2
/
+2
*
Revert changes in ioquake3 AL code, fix OpenAL headers.
thilo
2007-12-13
2
-0
/
+168
*
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
*
* Fix poppy captured audio when recording videos
tma
2007-12-01
1
-8
/
+15
*
* Fix bug where an extraneous render command can cause a crash when
tma
2007-11-18
5
-12
/
+15
*
make master server used by client configurable (cl_master)
ludwig
2007-11-14
1
-2
/
+4
*
* Remove work around for a 2 year old OpenAL bug that now actually causes a
tma
2007-11-11
1
-7
/
+0
*
* Unconditionally place a '\' at the start of the command buffer when
tma
2007-10-12
1
-0
/
+12
*
* Fix bug that prevented key up events getting to cgame/ui when not in game
tma
2007-10-02
8
-69
/
+77
*
* Move the conditional compilation of bg_lib.c from the Makefile to cpp in
tma
2007-09-22
9
-21
/
+21
*
* Don't apply colour escape chars on input fields
tma
2007-09-21
5
-48
/
+46
*
* Merge unified-sdl to trunk
tma
2007-09-05
13
-149
/
+188
*
* Merge win_net.c and unix_net.c
tma
2007-08-28
1
-9
/
+0
*
* Nuts.
tma
2007-08-23
1
-1
/
+1
*
* (bug 3324) Incorrect use of sizeof (beast <info@dbwatersports.com>)
tma
2007-08-23
1
-51
/
+39
*
* (bug 3077) allow cURL to follow HTTP redirects (up to 5)
tjw
2007-05-22
1
-0
/
+2
*
* (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if they
tjw
2007-04-05
3
-3
/
+4
*
* 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
*
Remove cvar s_alMaxSpeakerDistance for the same task can better be achieved w...
thilo
2007-03-17
1
-4
/
+2
[prev]
[next]