From warp at icculus.org Sat May 1 19:19:08 2004 From: warp at icculus.org (warp at icculus.org) Date: 1 May 2004 19:19:08 -0400 Subject: Module neither: Change committed Message-ID: <20040501231908.30318.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-01 23:19:08 UTC Log message: Commited for EvilTypeGuy. Fix cvar system. Implemented all TODO cvars. Cleaned up cvar console output. Modified files: darkwar/command.c darkwar/console.c darkwar/r_main.c darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040501.231908.warp.diff URL: From warp at icculus.org Sat May 1 19:20:43 2004 From: warp at icculus.org (warp at icculus.org) Date: 1 May 2004 19:20:43 -0400 Subject: Module CVSROOT: Change committed Message-ID: <20040501232043.30443.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : CVSROOT Commit time: 2004-05-01 23:20:43 UTC Log message: Fix the path to CVS. Modified files: new_log_accum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: CVSROOT.20040501.232043.warp.diff URL: From warp at icculus.org Sat May 1 19:22:46 2004 From: warp at icculus.org (warp at icculus.org) Date: 1 May 2004 19:22:46 -0400 Subject: Module neither: Change committed Message-ID: <20040501232246.30610.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-01 23:22:45 UTC Log message: Make zip support unconditional. Remove -Wcast-qual from the options for scons. Fix some compile warnings in the zip code. Change FS_ZIP_READ_CNTRL_DIR to 0 and add a note that 1 is broken for the zip in zip case. Modified files: darkwar/SConstruct darkwar/scons_config.py darkwar/fs/fs.c darkwar/fs/zip.c darkwar/fs/zip.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040501.232245.warp.diff URL: From eviltypeguy at icculus.org Mon May 3 18:39:05 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 May 2004 18:39:05 -0400 Subject: Module neither: Change committed Message-ID: <20040503223905.3665.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-03 22:39:05 UTC Log message: Fix linking: Link zlib and fs/zip.o Modified files: darkwar/Makefile -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040503.223905.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat May 8 12:17:09 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 8 May 2004 12:17:09 -0400 Subject: Module neither: Change committed Message-ID: <20040508161709.9762.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-08 16:17:09 UTC Log message: Remove outdated comments. Modified files: darkwar/enginedesign.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040508.161709.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun May 9 18:44:03 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 9 May 2004 18:44:03 -0400 Subject: Module neither: Change committed Message-ID: <20040509224403.18969.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-09 22:44:03 UTC Log message: Add "generic" Cvar_LimitRange function for limiting numerical ranges of cvar values. Use like so: Cvar_LimitRange("cvar_foo", 1.0, 500.0); Modified files: darkwar/command.c darkwar/command.h darkwar/r_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040509.224403.eviltypeguy.diff URL: From tomaz at icculus.org Thu May 27 12:04:29 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 27 May 2004 12:04:29 -0400 Subject: Module neither: Change committed Message-ID: <20040527160429.12294.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-27 16:04:29 UTC Log message: Made MSVC 6 project file link to zdll.lib and removed cvar.c and added zip.c so it compiles Modified files: darkwar/darkwar.dsp ------=MIME.b7a6b5de6e9d3a0a58619415ff92d2db Content-Type: text/plain; name="neither.20040527.160429.tomaz.diff" Content-Disposition: attachment; filename="neither.20040527.160429.tomaz.diff" Content-Transfer-Encoding: 8bit Index: neither/darkwar/darkwar.dsp diff -u neither/darkwar/darkwar.dsp:1.13 neither/darkwar/darkwar.dsp:1.14 --- neither/darkwar/darkwar.dsp:1.13 Tue Apr 13 06:29:15 2004 +++ neither/darkwar/darkwar.dsp Thu May 27 12:04:19 2004 @@ -54,7 +54,7 @@ # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /machine:I386 /out:"darkwar.exe" +# ADD LINK32 SDLmain.lib SDL.lib zdll.lib /nologo /subsystem:windows /machine:I386 /out:"darkwar.exe" !ELSEIF "$(CFG)" == "darkwar - Win32 Debug" @@ -80,7 +80,7 @@ # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /debug /machine:I386 /out:"darkwar-debug.exe" /pdbtype:sept +# ADD LINK32 SDLmain.lib SDL.lib zdll.lib /nologo /subsystem:windows /debug /machine:I386 /out:"darkwar-debug.exe" /pdbtype:sept # SUBTRACT LINK32 /profile !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" @@ -108,7 +108,7 @@ # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /machine:I386 /out:"darkwar.exe" -# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /profile /debug /machine:I386 /out:"darkwar-profile.exe" +# ADD LINK32 SDLmain.lib SDL.lib zdll.lib /nologo /subsystem:windows /profile /debug /machine:I386 /out:"darkwar-profile.exe" !ENDIF @@ -134,10 +134,6 @@ # End Source File # Begin Source File -SOURCE=.\cvar.h -# End Source File -# Begin Source File - SOURCE=.\renderer\dglfuncs.h # End Source File # Begin Source File @@ -158,6 +154,10 @@ # End Source File # Begin Source File +SOURCE=.\fs\embedded.h +# End Source File +# Begin Source File + SOURCE=.\fallbackconfig.h # End Source File # Begin Source File @@ -236,6 +236,10 @@ SOURCE=.\system.h # End Source File +# Begin Source File + +SOURCE=.\fs\zip.h +# End Source File # End Group # Begin Group "Game files" @@ -279,10 +283,6 @@ # End Source File # Begin Source File -SOURCE=.\cvar.c -# End Source File -# Begin Source File - SOURCE=.\fs\dir.c # End Source File # Begin Source File @@ -353,5 +353,9 @@ SOURCE=.\system.c # End Source File +# Begin Source File + +SOURCE=.\fs\zip.c +# End Source File # End Target # End Project From tomaz at icculus.org Thu May 27 12:23:08 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 27 May 2004 12:23:08 -0400 Subject: Module neither: Change committed Message-ID: <20040527162308.14862.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-05-27 16:23:07 UTC Log message: Tweaked rain drops to fal at 8m/sec (~200 quakeunits) and since this made the drop speed halve. I also halved the amount of rain splashes. Modified files: darkwar/game/g_rain.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040527.162308.tomaz.diff URL: