index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for hardcoded HOMEPATH.
icculus
2009-09-15
1
-1
/
+3
*
Let a separate libdir be specified for loading libraries.
icculus
2009-09-15
1
-0
/
+39
*
Quote commandline args with spaces when building the string for Com_Init().
icculus
2009-09-15
1
-0
/
+8
*
Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.
icculus
2009-09-15
3
-0
/
+46
*
Fixed infinite recursion of writing crashlog because we're out of file handles.
icculus
2009-09-15
1
-7
/
+24
*
Make newly-created prefpath permissions more sane.
icculus
2009-09-14
1
-3
/
+3
*
Create "~/Library/Application Support" on Mac OS X if it doesn't exist.
icculus
2009-09-14
1
-1
/
+5
*
* Fix warning in cl_main.c
tma
2009-09-14
3
-0
/
+32
*
define STRING and XSTRING in q_shared.h (#4054)
ludwig
2009-05-05
1
-2
/
+0
*
fix dedicated server stdin console (#4009)
ludwig
2009-05-03
1
-10
/
+8
*
* Remove superfluous comments committed with fix to bug #3999
tma
2009-03-02
1
-4
/
+2
*
initialize Sys_Milliseconds early (#3999)
ludwig
2009-03-02
1
-0
/
+5
*
* Fix some new GCC 4.3 warnings
tma
2008-11-10
2
-9
/
+16
*
* Fix unused variable warning
tma
2008-08-23
1
-3
/
+8
*
* Always show the mouse cursor when the mouse is disabled
tma
2008-08-09
2
-2
/
+2
*
* Add Sys_GLimpInit for platform specific GLimp initialisation
tma
2008-08-08
4
-13
/
+63
*
* Change win32 client Sys_Sleep so it ONLY sleeps since before it was waking on
tma
2008-08-03
4
-1
/
+39
*
* Use Sys_Sleep to limit FPS, which will save CPU
tma
2008-07-21
3
-37
/
+13
*
Add gamedirectory in .app to searchpath on MacOSX
thilo
2007-12-14
1
-0
/
+10
*
* Add con_log.c and con_passive.c from r1222 to quake3.vcproj.
juz
2007-12-02
1
-16
/
+16
*
* Add con_log.c to log all console output
tma
2007-11-30
8
-94
/
+336
*
* Move MINSDL_ values to sys_local.h from Makefile/VC project
tma
2007-11-26
2
-0
/
+6
*
* Move SDL library version check to sys_main.c as it's proving difficult to
tma
2007-11-25
1
-0
/
+8
*
* 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
1
-11
/
+11
*
* Fix to win_resource.rc for MSVC build
tma
2007-11-03
1
-4
/
+0
*
* (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)
tma
2007-11-02
2
-11
/
+14
*
* Grr. Argh. Whitespace. etc.
tma
2007-10-09
1
-1
/
+1
*
* Replace Sys_AnsiColorify with Sys_AnsiColorPrint, a more simple means of
tma
2007-10-09
1
-78
/
+51
*
fix incorrect use of strncpy
ludwig
2007-10-08
1
-10
/
+20
*
* Remove some C99isms (f0rqu3)
tma
2007-10-01
1
-1
/
+1
*
* rewrite of the win32 dedicated console:
tjw
2007-09-15
5
-208
/
+327
*
* win32 dedicated console cleanup: drop silly predifined height and width,
tjw
2007-09-09
1
-17
/
+37
*
* Adds preliminary support for win32 dedicated server console.
tjw
2007-09-07
1
-1
/
+195
*
* Build dedicated server binary on Windows
tma
2007-09-06
5
-62
/
+140
*
* Compile time and runtime checks for SDL >= 1.2.7
tma
2007-09-06
1
-0
/
+19
*
* Merge unified-sdl to trunk
tma
2007-09-05
8
-0
/
+2241