From coderjoe at icculus.org Thu Apr 1 12:40:07 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 1 Apr 2004 17:40:07 -0000 Subject: Module neither: Change committed Message-ID: <20040401174007.2059.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-01 17:40:07 UTC Log message: some work on optimizing the bloody particle effects. gained 100fps on my system. (work still ongoing.) Modified files: darkwar/game/particle.c darkwar/game/particle.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040401.174007.coderjoe.diff URL: From coderjoe at icculus.org Thu Apr 1 12:40:34 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 1 Apr 2004 17:40:34 -0000 Subject: Module neither: Change committed Message-ID: <20040401174034.2142.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-01 17:40:34 UTC Log message: also needed for that particle change. Modified files: darkwar/dwgame.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040401.174034.coderjoe.diff URL: From coderjoe at icculus.org Thu Apr 1 15:29:56 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 1 Apr 2004 20:29:56 -0000 Subject: Module neither: Change committed Message-ID: <20040401202956.15499.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-01 20:29:56 UTC Log message: fix vert calcs. (oops) x - (y - z) != x - y - z Modified files: darkwar/game/particle.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040401.202956.coderjoe.diff URL: From coderjoe at icculus.org Fri Apr 2 16:20:46 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 2 Apr 2004 21:20:46 -0000 Subject: Module neither: Change committed Message-ID: <20040402212046.15651.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-02 21:20:46 UTC Log message: *sigh* I've given up on optimizing this code. made it more readable. (thank you profilers for not telling me at all that I was spending my time waiting for the card to render.) Modified files: darkwar/game/particle.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040402.212046.coderjoe.diff URL: From coderjoe at icculus.org Fri Apr 2 17:49:39 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 2 Apr 2004 22:49:39 -0000 Subject: Module neither: Change committed Message-ID: <20040402224939.21977.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-02 22:49:39 UTC Log message: silence "double to float conversion" warning. Modified files: darkwar/nconsole.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040402.224939.coderjoe.diff URL: From coderjoe at icculus.org Fri Apr 2 18:12:28 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 2 Apr 2004 23:12:28 -0000 Subject: Module neither: Change committed Message-ID: <20040402231228.24118.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-02 23:12:28 UTC Log message: fix counter variable names. (preprocessor was not substituting properly.) remove duplication. Modified files: darkwar/renderer/dynglstubs.c darkwar/renderer/dynglstubs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040402.231228.coderjoe.diff URL: From coderjoe at icculus.org Fri Apr 2 18:15:49 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 2 Apr 2004 23:15:49 -0000 Subject: Module neither: Change committed Message-ID: <20040402231549.24395.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-02 23:15:49 UTC Log message: remove more duplication. Modified files: darkwar/renderer/dyngl.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040402.231549.coderjoe.diff URL: From tomaz at icculus.org Fri Apr 2 18:48:30 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 2 Apr 2004 23:48:30 -0000 Subject: Module neither: Change committed Message-ID: <20040402234830.26259.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-02 23:48:29 UTC Log message: Now lets see. Made each effect use its own draw function. Made each effect _Frame function reload the effects texture. Made the particle effect system use a particleeffects_lastused to speedup allocating of a new effect. Moved the explosion effect into game/g_explosion.c and the rain effect into game/g_rain.c. Made the different _Frame functions be more alike and use the same optimizations. Updated the project file to use the 2 new files. Phew. I think thats it. Modified files: darkwar/darkwar.dsp darkwar/game/particle.c darkwar/game/particle.h Added files: darkwar/game/g_explosion.c darkwar/game/g_rain.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040402.234829.tomaz.diff URL: From tomaz at icculus.org Fri Apr 2 18:59:29 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 2 Apr 2004 23:59:29 -0000 Subject: Module neither: Change committed Message-ID: <20040402235929.26912.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-02 23:59:29 UTC Log message: Made the Profile build put all the .obj files in the Profile folder. Before it put some in the Release folder. Modified files: darkwar/darkwar.dsp ------=MIME.e05c71274a812ea1a944e27e2e40cd7e Content-Type: text/plain; name="neither.20040402.235929.tomaz.diff" Content-Disposition: attachment; filename="neither.20040402.235929.tomaz.diff" Content-Transfer-Encoding: 8bit Index: neither/darkwar/darkwar.dsp diff -u neither/darkwar/darkwar.dsp:1.7 neither/darkwar/darkwar.dsp:1.8 --- neither/darkwar/darkwar.dsp:1.7 Fri Apr 2 18:48:19 2004 +++ neither/darkwar/darkwar.dsp Fri Apr 2 18:59:19 2004 @@ -138,7 +138,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -158,7 +158,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -178,7 +178,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -198,7 +198,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -218,7 +218,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -227,6 +227,17 @@ # Begin Source File SOURCE=.\fs\dir.c + +!IF "$(CFG)" == "darkwar - Win32 Release" + +!ELSEIF "$(CFG)" == "darkwar - Win32 Debug" + +!ELSEIF "$(CFG)" == "darkwar - Win32 Profile" + +# PROP Intermediate_Dir "Profile" + +!ENDIF + # End Source File # Begin Source File @@ -243,7 +254,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -263,7 +274,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -283,7 +294,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -303,7 +314,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -323,7 +334,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -350,7 +361,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -359,10 +370,32 @@ # Begin Source File SOURCE=.\game\g_explosion.c + +!IF "$(CFG)" == "darkwar - Win32 Release" + +!ELSEIF "$(CFG)" == "darkwar - Win32 Debug" + +!ELSEIF "$(CFG)" == "darkwar - Win32 Profile" + +# PROP Intermediate_Dir "Profile" + +!ENDIF + # End Source File # Begin Source File SOURCE=.\game\g_rain.c + +!IF "$(CFG)" == "darkwar - Win32 Release" + +!ELSEIF "$(CFG)" == "darkwar - Win32 Debug" + +!ELSEIF "$(CFG)" == "darkwar - Win32 Profile" + +# PROP Intermediate_Dir "Profile" + +!ENDIF + # End Source File # Begin Source File @@ -379,7 +412,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -406,7 +439,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -426,7 +459,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -446,7 +479,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -466,7 +499,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -486,7 +519,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -506,7 +539,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -527,7 +560,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -547,7 +580,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -567,7 +600,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -587,7 +620,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF @@ -607,7 +640,7 @@ !ELSEIF "$(CFG)" == "darkwar - Win32 Profile" # PROP BASE Intermediate_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Profile" !ENDIF From coderjoe at icculus.org Fri Apr 2 19:03:22 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 00:03:22 -0000 Subject: Module neither: Change committed Message-ID: <20040403000322.27295.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 00:03:22 UTC Log message: set some options so the profile build can be used with CodeAnalyst or the msvc profiler. Modified files: darkwar/darkwar.dsp ------=MIME.207b1be4ea4c0c7680bdf054108427b0 Content-Type: text/plain; name="neither.20040403.000322.coderjoe.diff" Content-Disposition: attachment; filename="neither.20040403.000322.coderjoe.diff" Content-Transfer-Encoding: 8bit Index: neither/darkwar/darkwar.dsp diff -u neither/darkwar/darkwar.dsp:1.8 neither/darkwar/darkwar.dsp:1.9 --- neither/darkwar/darkwar.dsp:1.8 Fri Apr 2 18:59:19 2004 +++ neither/darkwar/darkwar.dsp Fri Apr 2 19:03:12 2004 @@ -98,7 +98,7 @@ # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /G5 /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /G5 /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /G5 /MD /W3 /GX /Zi /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" @@ -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 /machine:I386 /out:"darkwar-profile.exe" +# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /profile /debug /machine:I386 /out:"darkwar-profile.exe" !ENDIF From tomaz at icculus.org Fri Apr 2 19:03:53 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 3 Apr 2004 00:03:53 -0000 Subject: Module neither: Change committed Message-ID: <20040403000353.27353.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 00:03:53 UTC Log message: Dont code when almost falling asleep... Modified files: darkwar/game/g_rain.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.000353.tomaz.diff URL: From eviltypeguy at icculus.org Fri Apr 2 21:42:57 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 02:42:57 -0000 Subject: Module neither: Change committed Message-ID: <20040403024257.5024.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 02:42:56 UTC Log message: Add new particle code: g_explosion.c, g_rain.c to build process. Modified files: darkwar/Makefile darkwar/SConstruct -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.024256.eviltypeguy.diff URL: From eviltypeguy at icculus.org Fri Apr 2 21:43:52 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 02:43:52 -0000 Subject: Module neither: Change committed Message-ID: <20040403024352.5094.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 02:43:52 UTC Log message: Initialize appropriate variables to silence pedantic warnings. Modified files: darkwar/game/particle.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.024352.eviltypeguy.diff URL: From eviltypeguy at icculus.org Fri Apr 2 21:44:34 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 02:44:34 -0000 Subject: Module neither: Change committed Message-ID: <20040403024434.5140.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 02:44:34 UTC Log message: Fix allocation stats display to properly display percent of allocation. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.024434.eviltypeguy.diff URL: From eviltypeguy at icculus.org Fri Apr 2 22:02:36 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 03:02:36 -0000 Subject: Module neither: Change committed Message-ID: <20040403030236.6174.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 03:02:36 UTC Log message: Ooops. Undo my accidental changes to CFLAGS. Modified files: darkwar/Makefile -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.030236.eviltypeguy.diff URL: From eviltypeguy at icculus.org Fri Apr 2 22:29:32 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 03:29:32 -0000 Subject: Module neither: Change committed Message-ID: <20040403032932.7932.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 03:29:32 UTC Log message: Remove unnecessary '_s' from structure names. Modified files: darkwar/matrixlib.h darkwar/cvar.h darkwar/hash.h darkwar/dwmain.c darkwar/dwmesh.c darkwar/nconsole.c darkwar/system.c darkwar/fs/dir.h darkwar/fs/fs.h darkwar/fs/fs_new.h darkwar/fs/pak.c darkwar/fs/rw_ops.h darkwar/renderer/dyngl.c darkwar/renderer/ntextures.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.032932.eviltypeguy.diff URL: From eviltypeguy at icculus.org Fri Apr 2 22:47:06 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 03:47:06 -0000 Subject: Module neither: Change committed Message-ID: <20040403034706.9174.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 03:47:06 UTC Log message: Enforce naming convention standards. Modified files: darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c darkwar/fs/pak.c darkwar/fs/pak.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.034706.eviltypeguy.diff URL: From havoc at icculus.org Sat Apr 3 02:46:50 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 3 Apr 2004 07:46:50 -0000 Subject: Module neither: Change committed Message-ID: <20040403074650.24861.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 07:46:49 UTC Log message: the huge dwgame/dwmain/dwinput rewrite, now there's a 100% working console, a 95% complete command system (untested, and a few more functions to be written like Command_AddText) the framework of everything has been cleaned up where possible, proper shutdown is implemented (though a few files need revisions to support it)... more string functions added. Modified files: darkwar/Makefile darkwar/dwgame.c darkwar/dwmain.c darkwar/dwmap.c darkwar/dwmap.h darkwar/enginedesign.txt darkwar/nstring.c darkwar/nstring.h darkwar/system.c Added files: darkwar/command.c darkwar/command.h darkwar/console.c darkwar/console.h darkwar/r_main.c darkwar/r_main.h darkwar/s_main.c darkwar/s_main.h darkwar/base/white.tga darkwar/game/g_main.c darkwar/game/g_main.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.074649.havoc.diff URL: From havoc at icculus.org Sat Apr 3 02:47:29 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 3 Apr 2004 07:47:29 -0000 Subject: Module neither: Change committed Message-ID: <20040403074729.24934.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 07:47:29 UTC Log message: always a straggler Added files: darkwar/system.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.074729.havoc.diff URL: From havoc at icculus.org Sat Apr 3 03:02:22 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 3 Apr 2004 08:02:22 -0000 Subject: Module neither: Change committed Message-ID: <20040403080222.25661.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 08:02:22 UTC Log message: changed cmd.c to command.c Modified files: darkwar/enginedesign.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.080222.havoc.diff URL: From coderjoe at icculus.org Sat Apr 3 12:38:19 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 17:38:19 -0000 Subject: Module neither: Change committed Message-ID: <20040403173819.30256.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 17:38:19 UTC Log message: silence double to float conversion warning on a constant value. Modified files: darkwar/r_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.173819.coderjoe.diff URL: From coderjoe at icculus.org Sat Apr 3 12:46:14 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 17:46:14 -0000 Subject: Module neither: Change committed Message-ID: <20040403174614.30676.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 17:46:14 UTC Log message: more work on redefining warnings on msvc to be more gcclike. Modified files: darkwar/msvcwarnings.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.174614.coderjoe.diff URL: From coderjoe at icculus.org Sat Apr 3 12:47:54 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 17:47:54 -0000 Subject: Module neither: Change committed Message-ID: <20040403174754.30796.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 17:47:54 UTC Log message: fix segfault Modified files: darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.174754.coderjoe.diff URL: From coderjoe at icculus.org Sat Apr 3 12:48:55 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 17:48:55 -0000 Subject: Module neither: Change committed Message-ID: <20040403174855.30956.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 17:48:55 UTC Log message: update to get vc6 to build the new files. Modified files: darkwar/darkwar.dsp darkwar/fallbackconfig.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.174855.coderjoe.diff URL: From coderjoe at icculus.org Sat Apr 3 12:54:12 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 17:54:12 -0000 Subject: Module neither: Change committed Message-ID: <20040403175412.31372.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 17:54:12 UTC Log message: when ungrabbing the mouse, mousegrabbed needs to be set to false, not true... Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.175412.coderjoe.diff URL: From coderjoe at icculus.org Sat Apr 3 12:55:13 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 3 Apr 2004 17:55:13 -0000 Subject: Module neither: Change committed Message-ID: <20040403175513.31453.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 17:55:13 UTC Log message: ... and also check that the mouse is grabbed first. (was checking that it was ungrabbed) Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.175513.coderjoe.diff URL: From eviltypeguy at icculus.org Sat Apr 3 14:51:18 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 19:51:18 -0000 Subject: Module neither: Change committed Message-ID: <20040403195118.8068.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 19:51:18 UTC Log message: A bit of minor cleanup in FS_Dir_Add_Dir * Use String_Set instead of printf where printf isn't needed for efficiency * Don't append '/' to paths when unnecessary Modified files: darkwar/fs/dir_posix.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.195118.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 3 16:21:31 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 3 Apr 2004 21:21:31 -0000 Subject: Module neither: Change committed Message-ID: <20040403212131.15549.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-03 21:21:30 UTC Log message: Change Mem_Free to take a ** instead of a * so that we can: * ensure that pointers are automatically nulled out * better prevent double free problems Modified files: darkwar/command.c darkwar/console.c darkwar/cvar.c darkwar/dwmain.c darkwar/dwmap.c darkwar/nconsole.c darkwar/nfile.c darkwar/nmemory.c darkwar/nstring.c darkwar/r_main.c darkwar/nmemory.h darkwar/fs/dir.c darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c darkwar/fs/fs_new.c darkwar/fs/pak.c darkwar/fs/rw_ops.c darkwar/game/g_explosion.c darkwar/game/particle.c darkwar/renderer/main.c darkwar/renderer/ntextures.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040403.212130.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 3 20:43:57 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 4 Apr 2004 01:43:57 -0000 Subject: Module neither: Change committed Message-ID: <20040404014357.30982.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 01:43:57 UTC Log message: Fix type cast warning. Modified files: darkwar/renderer/main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.014357.eviltypeguy.diff URL: From black at icculus.org Sun Apr 4 08:47:35 2004 From: black at icculus.org (black at icculus.org) Date: 4 Apr 2004 12:47:35 -0000 Subject: Module neither: Change committed Message-ID: <20040404124735.4370.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 12:47:35 UTC Log message: Another segfault bugfix.. Modified files: darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.124735.black.diff URL: From black at icculus.org Sun Apr 4 09:01:24 2004 From: black at icculus.org (black at icculus.org) Date: 4 Apr 2004 13:01:24 -0000 Subject: Module neither: Change committed Message-ID: <20040404130124.5248.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 13:01:24 UTC Log message: Fixed a clump bug( Clump_Free only takes a normal pointer again - it is an /internal/ function, thus dont touch it!). Also fixed some #include statements. Modified files: darkwar/console.c darkwar/nmemory.c darkwar/r_main.c darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.130124.black.diff URL: From warp at icculus.org Sun Apr 4 09:38:54 2004 From: warp at icculus.org (warp at icculus.org) Date: 4 Apr 2004 13:38:54 -0000 Subject: Module neither: Change committed Message-ID: <20040404133854.7835.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 13:38:53 UTC Log message: We can now compile with gcc 3.3+ again, this was non-trivial. Mem_Free now takes a void * instead of a void **, this eliminates the (void **) cast. HOWEVER, Mem_Free still actually takes the pointer to the pointer, and it still zeros it, be VERY careful because the compiler won't tell you if you leave off the &. SConstruct: Fix it up to compile again. hash.h: Name is const now. Modified files: darkwar/SConstruct darkwar/command.c darkwar/cvar.c darkwar/hash.h darkwar/nfile.c darkwar/nmemory.c darkwar/nmemory.h darkwar/r_main.c darkwar/scons_config.py darkwar/fs/dir.c darkwar/fs/dir_posix.c darkwar/fs/fs.c darkwar/fs/rw_ops.c darkwar/game/g_main.c darkwar/game/particle.c darkwar/renderer/dyngl.h darkwar/renderer/main.c darkwar/renderer/ntextures.c darkwar/renderer/ntextures.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.133853.warp.diff URL: From black at icculus.org Sun Apr 4 15:17:39 2004 From: black at icculus.org (black at icculus.org) Date: 4 Apr 2004 19:17:39 -0000 Subject: Module neither: Change committed Message-ID: <20040404191739.1701.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 19:17:39 UTC Log message: Cleaned _Mem_Free and Mem_FreeZone a bit. I hope somebody likes these changes since /nobody/ wanted to talk with me about them. Modified files: darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.191739.black.diff URL: From coderjoe at icculus.org Sun Apr 4 15:24:06 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 4 Apr 2004 19:24:06 -0000 Subject: Module neither: Change committed Message-ID: <20040404192406.2038.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 19:24:06 UTC Log message: should be calling Command_Quit() during shutdown, not Command_Init() Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.192406.coderjoe.diff URL: From warp at icculus.org Sun Apr 4 16:13:10 2004 From: warp at icculus.org (warp at icculus.org) Date: 4 Apr 2004 20:13:10 -0000 Subject: Module neither: Change committed Message-ID: <20040404201310.5772.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-04 20:13:10 UTC Log message: Er, whoops, how did I miss /THIS/!? Modified files: darkwar/renderer/dynglstubs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040404.201310.warp.diff URL: From coderjoe at icculus.org Mon Apr 5 13:19:34 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 5 Apr 2004 17:19:34 -0000 Subject: Module neither: Change committed Message-ID: <20040405171934.8764.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-05 17:19:34 UTC Log message: Fix a bug in the DynGL_BadFunction code. Modified files: darkwar/renderer/dyngl.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040405.171934.coderjoe.diff URL: From coderjoe at icculus.org Mon Apr 5 18:06:26 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 5 Apr 2004 22:06:26 -0000 Subject: Module neither: Change committed Message-ID: <20040405220626.31870.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-05 22:06:26 UTC Log message: remove g_time, g_frametime, g_realframetime. Modified files: darkwar/game/g_explosion.c darkwar/game/g_main.c darkwar/game/g_rain.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040405.220626.coderjoe.diff URL: From eviltypeguy at icculus.org Mon Apr 5 21:47:06 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 6 Apr 2004 01:47:06 -0000 Subject: Module neither: Change committed Message-ID: <20040406014706.14020.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-06 01:47:06 UTC Log message: Fix segmentation fault at startup by reverting changes to memory managemer. Modified files: darkwar/Makefile darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040406.014706.eviltypeguy.diff URL: From eviltypeguy at icculus.org Mon Apr 5 23:23:30 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 6 Apr 2004 03:23:30 -0000 Subject: Module neither: Change committed Message-ID: <20040406032330.19001.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-06 03:23:30 UTC Log message: A few misc Mem_Free related cleanups. Modified files: darkwar/nmemory.c darkwar/nmemory.h darkwar/nstring.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040406.032330.eviltypeguy.diff URL: From eviltypeguy at icculus.org Mon Apr 5 23:24:00 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 6 Apr 2004 03:24:00 -0000 Subject: Module neither: Change committed Message-ID: <20040406032400.19049.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-06 03:24:00 UTC Log message: Add Memory test, yes this makes it segfault on start, but I need mercury to look at this. Modified files: darkwar/Makefile darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040406.032400.eviltypeguy.diff URL: From warp at icculus.org Mon Apr 5 23:59:34 2004 From: warp at icculus.org (warp at icculus.org) Date: 6 Apr 2004 03:59:34 -0000 Subject: Module neither: Change committed Message-ID: <20040406035934.20409.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-06 03:59:34 UTC Log message: Fix up the error checking to actually DO something. Fix Mem_EmptyZone to actually /work/, ugh. Fix up all the error prints. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040406.035934.warp.diff URL: From black at icculus.org Wed Apr 7 07:34:01 2004 From: black at icculus.org (black at icculus.org) Date: 7 Apr 2004 11:34:01 -0000 Subject: Module neither: Change committed Message-ID: <20040407113401.1799.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-07 11:34:01 UTC Log message: -Renamed Mem_Close to Mem_Quit, so system can call it. -AllocStats_Print now uses %lu instead of %li. -Removed some warnings: AllocStats now uses Nsize instead of NUint32. -Cleaned up the code (the (*zone) mess is gone). -Added a wrap_cerror function, that 'puts' the error and exits (SDL_Quit isnt called though, because I didnt want to include SDL.h, too.) Preferably wrap_cerror will be replaced by a real critical error function. Modified files: darkwar/nmemory.c darkwar/nmemory.h darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040407.113401.black.diff URL: From black at icculus.org Wed Apr 7 07:40:53 2004 From: black at icculus.org (black at icculus.org) Date: 7 Apr 2004 11:40:53 -0000 Subject: Module neither: Change committed Message-ID: <20040407114053.2333.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-07 11:40:53 UTC Log message: -Replaced (%s %i) by (%s:%i) so the error messages always look the same. -Fixed a typo. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040407.114053.black.diff URL: From black at icculus.org Wed Apr 7 12:16:46 2004 From: black at icculus.org (black at icculus.org) Date: 7 Apr 2004 16:16:46 -0000 Subject: Module neither: Change committed Message-ID: <20040407161646.21678.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-07 16:16:45 UTC Log message: -The Hash module is now using the naming convention. Modified files: darkwar/command.c darkwar/command.h darkwar/cvar.c darkwar/cvar.h darkwar/dwmap.c darkwar/hash.c darkwar/hash.h darkwar/fs/dir.c darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c darkwar/fs/fs.h darkwar/renderer/ntextures.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040407.161645.black.diff URL: From black at icculus.org Wed Apr 7 13:15:51 2004 From: black at icculus.org (black at icculus.org) Date: 7 Apr 2004 17:15:51 -0000 Subject: Module neither: Change committed Message-ID: <20040407171551.28713.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-07 17:15:51 UTC Log message: -the filesystem now uses our naming convention. Modified files: darkwar/nfile.c darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/embedded.h darkwar/fs/fs.c darkwar/fs/fs.h darkwar/fs/fs_new.c darkwar/fs/fs_new.h darkwar/fs/pak.c darkwar/fs/pak.h darkwar/fs/rw_ops.c darkwar/fs/rw_ops.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040407.171551.black.diff URL: From warp at icculus.org Wed Apr 7 13:22:46 2004 From: warp at icculus.org (warp at icculus.org) Date: 7 Apr 2004 17:22:46 -0000 Subject: Module neither: Change committed Message-ID: <20040407172246.29351.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-07 17:22:46 UTC Log message: Ahem! Make things compile again. Modified files: darkwar/fs/dir_posix.c darkwar/fs/fs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040407.172246.warp.diff URL: From black at icculus.org Thu Apr 8 09:20:49 2004 From: black at icculus.org (black at icculus.org) Date: 8 Apr 2004 13:20:49 -0000 Subject: Module neither: Change committed Message-ID: <20040408132049.503.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-08 13:20:48 UTC Log message: -Added MEM_ZONE_LAZY, this causes the clump logic to: *Create a first clump buffer on Mem_AllocZone *Not delete a clump buffer but reset it and reuse it instead. (Use EmptyZone often, please.) -Added some more clump management functions (- marked them inline, too). -Rewrote String_APrintf. It's hopefully cleaner now on WIN32. Modified files: darkwar/nmemory.c darkwar/nmemory.h darkwar/nstring.c darkwar/nstring.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040408.132048.black.diff URL: From black at icculus.org Thu Apr 8 14:26:39 2004 From: black at icculus.org (black at icculus.org) Date: 8 Apr 2004 18:26:39 -0000 Subject: Module neither: Change committed Message-ID: <20040408182639.23389.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-08 18:26:39 UTC Log message: -Added more specific #ifdefs (instead of just using #ifdef WIN32). Please test this - Im not sure whether this runs with VC6, too. Modified files: darkwar/ncommon.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040408.182639.black.diff URL: From eviltypeguy at icculus.org Thu Apr 8 15:59:11 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 8 Apr 2004 19:59:11 -0000 Subject: Module neither: Change committed Message-ID: <20040408195911.29114.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-08 19:59:11 UTC Log message: Silence gcc's complaints about "warning: suggest explicit braces to avoid ambiguous `else'" Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040408.195911.eviltypeguy.diff URL: From black at icculus.org Thu Apr 8 16:55:17 2004 From: black at icculus.org (black at icculus.org) Date: 8 Apr 2004 20:55:17 -0000 Subject: Module neither: Change committed Message-ID: <20040408205517.1062.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-08 20:55:17 UTC Log message: -Alloc::data now points to the same address that is returned by Mem_Alloc, too. Please check if everything works, since I null zone->list->data in Mem_FreeZone now. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040408.205517.black.diff URL: From warp at icculus.org Thu Apr 8 21:00:41 2004 From: warp at icculus.org (warp at icculus.org) Date: 9 Apr 2004 01:00:41 -0000 Subject: Module neither: Change committed Message-ID: <20040409010041.13760.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-09 01:00:41 UTC Log message: Whoops, it seems that we forgot something. Removed files: darkwar/nconsole.c darkwar/nconsole.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040409.010041.warp.diff URL: From warp at icculus.org Thu Apr 8 21:07:59 2004 From: warp at icculus.org (warp at icculus.org) Date: 9 Apr 2004 01:07:59 -0000 Subject: Module neither: Change committed Message-ID: <20040409010759.14392.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-09 01:07:59 UTC Log message: Adjust the headers for the change from nconsole.h to console.h. Kill off ngl.c, very redundant. ngl.h now only includes dyngl.h. Modified files: darkwar/SConstruct darkwar/dwmesh.c darkwar/nmemory.c darkwar/nstring.c darkwar/fs/dir.c darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c darkwar/fs/pak.c darkwar/game/particle.c darkwar/renderer/dynglstubs.c darkwar/renderer/ngl.h darkwar/renderer/ntextures.c Removed files: darkwar/renderer/ngl.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040409.010759.warp.diff URL: From eviltypeguy at icculus.org Thu Apr 8 22:18:30 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 9 Apr 2004 02:18:30 -0000 Subject: Module neither: Change committed Message-ID: <20040409021830.17999.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-09 02:18:30 UTC Log message: Add Command parsing support. You can now quit by typing quit and hitting enter in the in-game console, etc. Modified files: darkwar/command.c darkwar/command.h darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040409.021830.eviltypeguy.diff URL: From warp at icculus.org Thu Apr 8 22:19:00 2004 From: warp at icculus.org (warp at icculus.org) Date: 9 Apr 2004 02:19:00 -0000 Subject: Module neither: Change committed Message-ID: <20040409021900.18030.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-09 02:19:00 UTC Log message: Fix up Console_Printf to be more complete. Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040409.021900.warp.diff URL: From warp at icculus.org Thu Apr 8 23:22:11 2004 From: warp at icculus.org (warp at icculus.org) Date: 9 Apr 2004 03:22:11 -0000 Subject: Module neither: Change committed Message-ID: <20040409032211.21147.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-09 03:22:11 UTC Log message: Be less, er, /processor/ specific, whoops. Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040409.032211.warp.diff URL: From black at icculus.org Sat Apr 10 12:38:49 2004 From: black at icculus.org (black at icculus.org) Date: 10 Apr 2004 16:38:49 -0000 Subject: Module neither: Change committed Message-ID: <20040410163849.16184.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 16:38:49 UTC Log message: -Added Mem_FreeUnused (use it for lazy clumps) Modified files: darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.163849.black.diff URL: From eviltypeguy at icculus.org Sat Apr 10 13:20:41 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 17:20:41 -0000 Subject: Module neither: Change committed Message-ID: <20040410172041.18633.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 17:20:41 UTC Log message: Remove all traces of ngl.h Modified files: darkwar/darkwar.dsp darkwar/dwmain.c darkwar/nhost.c darkwar/renderer/ntextures.c Removed files: darkwar/renderer/ngl.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.172041.eviltypeguy.diff URL: From warp at icculus.org Sat Apr 10 13:27:34 2004 From: warp at icculus.org (warp at icculus.org) Date: 10 Apr 2004 17:27:34 -0000 Subject: Module neither: Change committed Message-ID: <20040410172734.19230.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 17:27:34 UTC Log message: How the frell did I miss /THIS/!? Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.172734.warp.diff URL: From eviltypeguy at icculus.org Sat Apr 10 14:15:49 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 18:15:49 -0000 Subject: Module neither: Change committed Message-ID: <20040410181549.22243.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 18:15:49 UTC Log message: Add path and dumppath commands Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.181549.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 14:38:21 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 18:38:21 -0000 Subject: Module neither: Change committed Message-ID: <20040410183821.23390.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 18:38:21 UTC Log message: Remove some unneeded NULLs (Mem_Free nulls pointers for us) Modified files: darkwar/fs/dir.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.183821.eviltypeguy.diff URL: From warp at icculus.org Sat Apr 10 15:00:20 2004 From: warp at icculus.org (warp at icculus.org) Date: 10 Apr 2004 19:00:20 -0000 Subject: Module neither: Change committed Message-ID: <20040410190020.24663.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 19:00:20 UTC Log message: Move the functionality of File_ExpandPath into fs/dir.c where it belongs. Actually export FS_Dir_Reload_Dir. Fix the id. (Half broken still, need to change it to grab the string between the last two /'s if the last char is a /, will write that logic later if someone else does not beat me to it.) Modified files: darkwar/nfile.c darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.190020.warp.diff URL: From eviltypeguy at icculus.org Sat Apr 10 15:35:38 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 19:35:38 -0000 Subject: Module neither: Change committed Message-ID: <20040410193538.26575.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 19:35:38 UTC Log message: Fix up FS_AddPath to handle trailing slash case Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.193538.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 15:40:27 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 19:40:27 -0000 Subject: Module neither: Change committed Message-ID: <20040410194027.26830.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 19:40:27 UTC Log message: Armour against 'path/' being passed into FS_AddPath Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.194027.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 15:48:21 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 19:48:21 -0000 Subject: Module neither: Change committed Message-ID: <20040410194821.27186.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 19:48:21 UTC Log message: Prevent FS_AddPath from possibly causing memory corruption during FS_Free_Group for group id Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.194821.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 16:05:38 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 10 Apr 2004 20:05:38 -0000 Subject: Module neither: Change committed Message-ID: <20040410200538.28247.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-10 20:05:38 UTC Log message: Don't actually add paths to our FS unless they are accessible. Modified files: darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040410.200538.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 21:12:21 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 01:12:21 -0000 Subject: Module neither: Change committed Message-ID: <20040411011221.18655.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 01:12:21 UTC Log message: * Fix small memory leak * Return NULL, not an unused pointer if FS_Dir_New_Group fails. Modified files: darkwar/fs/dir.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.011221.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 21:14:23 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 01:14:23 -0000 Subject: Module neither: Change committed Message-ID: <20040411011423.18808.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 01:14:23 UTC Log message: Correct error message for FS_Dir_Reload_Dir Modified files: darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.011423.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 21:17:47 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 01:17:47 -0000 Subject: Module neither: Change committed Message-ID: <20040411011747.18986.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 01:17:47 UTC Log message: Add FS_Quit / File_Quit and trigger when exiting. Modified files: darkwar/nfile.c darkwar/nfile.h darkwar/system.c darkwar/fs/fs.c darkwar/fs/fs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.011747.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 21:18:50 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 01:18:50 -0000 Subject: Module neither: Change committed Message-ID: <20040411011850.19109.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 01:18:50 UTC Log message: Remove Memory allocation system debugging test Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.011850.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 21:22:48 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 01:22:48 -0000 Subject: Module neither: Change committed Message-ID: <20040411012248.19302.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 01:22:48 UTC Log message: Add Cvar_Quit to properly shutdown and deallocate cvar system resources Modified files: darkwar/system.c darkwar/cvar.h darkwar/cvar.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.012248.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 21:23:31 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 01:23:31 -0000 Subject: Module neither: Change committed Message-ID: <20040411012331.19348.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 01:23:31 UTC Log message: Remove accidentally committed debugging message Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.012331.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 22:18:29 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 02:18:29 -0000 Subject: Module neither: Change committed Message-ID: <20040411021829.21613.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 02:18:29 UTC Log message: Fix FS memory leak by ensuring all groups are freed upon FS_Quit Fix double free error in FSH_Free Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.021829.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 23:02:39 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 03:02:39 -0000 Subject: Module neither: Change committed Message-ID: <20040411030239.23642.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 03:02:39 UTC Log message: Prevent printing to console if Console is not active (prevents segfaults). Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.030239.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 10 23:05:18 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 03:05:18 -0000 Subject: Module neither: Change committed Message-ID: <20040411030518.23858.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 03:05:18 UTC Log message: Report stats for zones with memory that is still allocated during Mem_FreeZone via wrap_log. This should help identify when changes to the codebase have caused memory leaks. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.030518.eviltypeguy.diff URL: From black at icculus.org Sun Apr 11 06:37:37 2004 From: black at icculus.org (black at icculus.org) Date: 11 Apr 2004 10:37:37 -0000 Subject: Module neither: Change committed Message-ID: <20040411103737.12144.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 10:37:37 UTC Log message: Fixed a segfault. @EvilTypeGuy: same mistake like with the Clumps. Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.103737.black.diff URL: From black at icculus.org Sun Apr 11 07:42:52 2004 From: black at icculus.org (black at icculus.org) Date: 11 Apr 2004 11:42:52 -0000 Subject: Module neither: Change committed Message-ID: <20040411114252.15272.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 11:42:52 UTC Log message: -Added Mem_FinalReport to the memory subsystem. -Added a call to it into system's main. -Moved the if( !Console.active ) into Console_AddString and switched the printf in front of it, thus now Console_Printf always prints into stdout. Modified files: darkwar/console.c darkwar/nmemory.c darkwar/nmemory.h darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.114252.black.diff URL: From black at icculus.org Sun Apr 11 09:37:30 2004 From: black at icculus.org (black at icculus.org) Date: 11 Apr 2004 13:37:30 -0000 Subject: Module neither: Change committed Message-ID: <20040411133730.20214.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 13:37:30 UTC Log message: -Fixed some calls of Mem_Free instead of String_Free, etc. and small cleanups. Modified files: darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.133730.black.diff URL: From eviltypeguy at icculus.org Sun Apr 11 15:34:47 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 19:34:47 -0000 Subject: Module neither: Change committed Message-ID: <20040411193447.6952.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 19:34:47 UTC Log message: * Add Texture subsystem deinitialization * Fix texture zone "leak" Modified files: darkwar/r_main.c darkwar/renderer/ntextures.c darkwar/renderer/ntextures.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.193447.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 15:48:26 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 19:48:26 -0000 Subject: Module neither: Change committed Message-ID: <20040411194826.7872.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 19:48:26 UTC Log message: * Fix case where Add_Dir is called with a path that does not have a trailing slash * Small possible "double slash" cleanup Needs testing for Win32. Modified files: darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.194826.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 16:32:13 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 20:32:13 -0000 Subject: Module neither: Change committed Message-ID: <20040411203213.11959.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 20:32:13 UTC Log message: File_AddPath actually properly checks for accessibility of paths now (courtesy of FS_AddPath, FS_AddGroup, and FS_Dir_New_Group). Modified files: darkwar/nfile.c darkwar/fs/fs.c darkwar/fs/fs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.203213.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 16:42:23 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 20:42:23 -0000 Subject: Module neither: Change committed Message-ID: <20040411204223.12475.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 20:42:23 UTC Log message: * Add ParticleEffect_Quit trigger * Fix a few typos * Fix ParticleEffect zone "leak" Modified files: darkwar/game/g_main.c darkwar/game/particle.c darkwar/game/particle.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.204223.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 16:59:12 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 20:59:12 -0000 Subject: Module neither: Change committed Message-ID: <20040411205912.13724.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 20:59:12 UTC Log message: Fix memory "leaked" by Texture_Get by freeing memory allocated for texture filedata after copying it into the appropriate structures. Modified files: darkwar/renderer/ntextures.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.205912.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 17:11:48 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 21:11:48 -0000 Subject: Module neither: Change committed Message-ID: <20040411211148.14746.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 21:11:48 UTC Log message: Eliminate annoying extra path separators. Modified files: darkwar/nfile.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.211148.eviltypeguy.diff URL: From black at icculus.org Sun Apr 11 17:20:03 2004 From: black at icculus.org (black at icculus.org) Date: 11 Apr 2004 21:20:03 -0000 Subject: Module neither: Change committed Message-ID: <20040411212003.15047.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 21:20:03 UTC Log message: -Changed the names of the functions to fit the naming convention. -Added a dir wrapper so we dont need two versions of FS_AddDir, etc. -Merged FS_AddDir and FS_ReloadDir to FS_ScanDir - or rather renamed FS_ReloadDir to FS_ScanDir. Modified files: darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/fs.c darkwar/fs/fs.h darkwar/fs/fs_new.c darkwar/fs/fs_new.h darkwar/fs/pak.c darkwar/fs/pak.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.212003.black.diff URL: From eviltypeguy at icculus.org Sun Apr 11 17:24:39 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 21:24:39 -0000 Subject: Module neither: Change committed Message-ID: <20040411212439.15269.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 21:24:39 UTC Log message: Silence gcc's complaint about no warning at end of file Modified files: darkwar/fs/dir.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.212439.eviltypeguy.diff URL: From warp at icculus.org Sun Apr 11 17:48:35 2004 From: warp at icculus.org (warp at icculus.org) Date: 11 Apr 2004 21:48:35 -0000 Subject: Module neither: Change committed Message-ID: <20040411214835.16776.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 21:48:35 UTC Log message: Change the string handling in FS_AddPath, no more allocs. Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.214835.warp.diff URL: From warp at icculus.org Sun Apr 11 17:49:47 2004 From: warp at icculus.org (warp at icculus.org) Date: 11 Apr 2004 21:49:47 -0000 Subject: Module neither: Change committed Message-ID: <20040411214947.16865.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 21:49:47 UTC Log message: Major cleanup, now uses the new naming convention, and only has Rescan. Modified files: darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.214947.warp.diff URL: From warp at icculus.org Sun Apr 11 18:01:05 2004 From: warp at icculus.org (warp at icculus.org) Date: 11 Apr 2004 22:01:05 -0000 Subject: Module neither: Change committed Message-ID: <20040411220105.17937.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:01:05 UTC Log message: Fix the bloody I. Modified files: darkwar/base/lhfont.tga -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.220105.warp.diff URL: From warp at icculus.org Sun Apr 11 18:03:06 2004 From: warp at icculus.org (warp at icculus.org) Date: 11 Apr 2004 22:03:06 -0000 Subject: Module neither: Change committed Message-ID: <20040411220306.18460.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:03:06 UTC Log message: Whoops, fix this. Modified files: darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.220306.warp.diff URL: From warp at icculus.org Sun Apr 11 18:07:06 2004 From: warp at icculus.org (warp at icculus.org) Date: 11 Apr 2004 22:07:06 -0000 Subject: Module neither: Change committed Message-ID: <20040411220706.19133.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:07:06 UTC Log message: Pull out the wrapper code, /FOR NOW/, it may be pulled back from CVS any time we want it or need it. Modified files: darkwar/fs/dir.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.220706.warp.diff URL: From eviltypeguy at icculus.org Sun Apr 11 18:15:47 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 22:15:47 -0000 Subject: Module neither: Change committed Message-ID: <20040411221547.19616.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:15:47 UTC Log message: Remove depcreated ngl.o from build dependencies Modified files: darkwar/Makefile -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.221547.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 18:25:39 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 22:25:39 -0000 Subject: Module neither: Change committed Message-ID: <20040411222539.20412.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:25:39 UTC Log message: Kill the last of the path double-slash attack Must find elegant solution, this is getting old. Modified files: darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.222539.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 18:33:46 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 22:33:46 -0000 Subject: Module neither: Change committed Message-ID: <20040411223346.20888.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:33:46 UTC Log message: Remove ye olde unused debugging messages. Modified files: darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.223346.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 18:53:21 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 22:53:21 -0000 Subject: Module neither: Change committed Message-ID: <20040411225321.22219.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:53:21 UTC Log message: Move Command_Init before Console_Init so that Console can register it's own commands. Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.225321.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 11 18:53:52 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 11 Apr 2004 22:53:52 -0000 Subject: Module neither: Change committed Message-ID: <20040411225352.22294.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-11 22:53:52 UTC Log message: Add clear and toggleconsole commands Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040411.225352.eviltypeguy.diff URL: From black at icculus.org Mon Apr 12 06:49:38 2004 From: black at icculus.org (black at icculus.org) Date: 12 Apr 2004 10:49:38 -0000 Subject: Module neither: Change committed Message-ID: <20040412104938.26281.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-12 10:49:38 UTC Log message: - Changed FS_Dir_ScanDir, so it's (hopefully) indifferent whether there is a trailing '/' or not. - Changed FS_Dir_ProcessPath so it only searches for HOME on POSIX systems, in Win it searches for: APPDATA, USERPROFILE and WINDIR in this order. - Some cleanups to the ScanDir code. Modified files: darkwar/fs/dir.c darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040412.104938.black.diff URL: From havoc at icculus.org Tue Apr 13 03:46:21 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 13 Apr 2004 07:46:21 -0000 Subject: Module neither: Change committed Message-ID: <20040413074621.8126.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 07:46:20 UTC Log message: added some notes about naming debate for nstring and nmemory (the fact they can't be named string and memory or they conflict with libc headers) Modified files: darkwar/enginedesign.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.074620.havoc.diff URL: From havoc at icculus.org Tue Apr 13 03:47:22 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 13 Apr 2004 07:47:22 -0000 Subject: Module neither: Change committed Message-ID: <20040413074722.8235.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 07:47:22 UTC Log message: added another game mode description (build pads) which seems more balanced Modified files: darkwar/design.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.074722.havoc.diff URL: From warp at icculus.org Tue Apr 13 04:26:36 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 08:26:36 -0000 Subject: Module neither: Change committed Message-ID: <20040413082636.10530.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 08:26:35 UTC Log message: Added some documentation, please proof read and correct. Modified files: darkwar/fs/fs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.082635.warp.diff URL: From warp at icculus.org Tue Apr 13 04:43:58 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 08:43:58 -0000 Subject: Module neither: Change committed Message-ID: <20040413084358.11965.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 08:43:56 UTC Log message: Fix this to actually /work/. (This was papered over because of the hashing function split stuff up so it was never actually /tested/ with our small test cases.) Modified files: darkwar/hash.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.084358.warp.diff URL: From warp at icculus.org Tue Apr 13 04:46:17 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 08:46:17 -0000 Subject: Module neither: Change committed Message-ID: <20040413084617.12047.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 08:46:17 UTC Log message: Do major tweaking to the font. (Scale by 2x, round off the edges, draw a new S, draw a new $, tweak the |, probably do a few other things that I can't even remember.) Modified files: darkwar/base/lhfont.tga -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.084617.warp.diff URL: From warp at icculus.org Tue Apr 13 04:50:09 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 08:50:09 -0000 Subject: Module neither: Change committed Message-ID: <20040413085009.12266.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 08:50:09 UTC Log message: Print the commands entered on the console. Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.085009.warp.diff URL: From warp at icculus.org Tue Apr 13 05:08:42 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 09:08:42 -0000 Subject: Module neither: Change committed Message-ID: <20040413090842.13547.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 09:08:42 UTC Log message: Support structure and a command to rescan the FS. Tweak the | in the font a little more. Modified files: darkwar/base/lhfont.tga darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.090842.warp.diff URL: From tomaz at icculus.org Tue Apr 13 05:17:01 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 13 Apr 2004 09:17:01 -0000 Subject: Module neither: Change committed Message-ID: <20040413091701.13998.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 09:17:01 UTC Log message: removing ngl.c from the porject file Modified files: darkwar/darkwar.dsp ------=MIME.0b6be27914cf2f7905465400b0b8edcb Content-Type: text/plain; name="neither.20040413.091701.tomaz.diff" Content-Disposition: attachment; filename="neither.20040413.091701.tomaz.diff" Content-Transfer-Encoding: 8bit Index: neither/darkwar/darkwar.dsp diff -u neither/darkwar/darkwar.dsp:1.11 neither/darkwar/darkwar.dsp:1.12 --- neither/darkwar/darkwar.dsp:1.11 Sat Apr 10 13:20:31 2004 +++ neither/darkwar/darkwar.dsp Tue Apr 13 05:16:51 2004 @@ -311,10 +311,6 @@ # End Source File # Begin Source File -SOURCE=.\renderer\ngl.c -# End Source File -# Begin Source File - SOURCE=.\nimage.c # End Source File # Begin Source File From warp at icculus.org Tue Apr 13 05:20:28 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 09:20:28 -0000 Subject: Module neither: Change committed Message-ID: <20040413092028.14193.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 09:20:28 UTC Log message: Convert the hash to use zones, and all the hash users to pass their zone in. Modified files: darkwar/command.c darkwar/cvar.c darkwar/hash.c darkwar/hash.h darkwar/fs/fs.c darkwar/renderer/ntextures.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.092028.warp.diff URL: From warp at icculus.org Tue Apr 13 05:43:37 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 09:43:37 -0000 Subject: Module neither: Change committed Message-ID: <20040413094337.15735.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 09:43:37 UTC Log message: Whoops, fix group freeing. Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.094337.warp.diff URL: From tomaz at icculus.org Tue Apr 13 06:26:19 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 13 Apr 2004 10:26:19 -0000 Subject: Module neither: Change committed Message-ID: <20040413102619.18021.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 10:26:19 UTC Log message: added glReadPixels Modified files: darkwar/renderer/dglfuncs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.102619.tomaz.diff URL: From tomaz at icculus.org Tue Apr 13 06:29:25 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 13 Apr 2004 10:29:25 -0000 Subject: Module neither: Change committed Message-ID: <20040413102925.18380.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 10:29:25 UTC Log message: added fs_new.c to project files Modified files: darkwar/darkwar.dsp ------=MIME.5bcac8480a9abe38423f5bf3f16e90fa Content-Type: text/plain; name="neither.20040413.102925.tomaz.diff" Content-Disposition: attachment; filename="neither.20040413.102925.tomaz.diff" Content-Transfer-Encoding: 8bit Index: neither/darkwar/darkwar.dsp diff -u neither/darkwar/darkwar.dsp:1.12 neither/darkwar/darkwar.dsp:1.13 --- neither/darkwar/darkwar.dsp:1.12 Tue Apr 13 05:16:51 2004 +++ neither/darkwar/darkwar.dsp Tue Apr 13 06:29:15 2004 @@ -166,6 +166,10 @@ # End Source File # Begin Source File +SOURCE=.\fs\fs_new.h +# End Source File +# Begin Source File + SOURCE=.\hash.h # End Source File # Begin Source File @@ -299,6 +303,10 @@ # End Source File # Begin Source File +SOURCE=.\fs\fs_new.c +# End Source File +# Begin Source File + SOURCE=.\hash.c # End Source File # Begin Source File From tomaz at icculus.org Tue Apr 13 06:31:12 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 13 Apr 2004 10:31:12 -0000 Subject: Module neither: Change committed Message-ID: <20040413103112.18491.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 10:31:12 UTC Log message: added #include to silence the warning about strchr being undefined Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.103112.tomaz.diff URL: From black at icculus.org Tue Apr 13 06:32:49 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 10:32:49 -0000 Subject: Module neither: Change committed Message-ID: <20040413103249.18578.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 10:32:49 UTC Log message: -Added the constant FS_DIR_MAXPATHLENGTH, so we can control it better. -Removed the String_APrintf call from the Win32 Version of FS_Dir_ScanDir. Modified files: darkwar/fs/dir.h darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs_new.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.103249.black.diff URL: From tomaz at icculus.org Tue Apr 13 06:34:56 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 13 Apr 2004 10:34:56 -0000 Subject: Module neither: Change committed Message-ID: <20040413103456.18704.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 10:34:56 UTC Log message: added a screenshot function. Press F11 to take the screenshot. wanted this to be F12 but thats some weird break thingie command when debugging in MSVC Modified files: darkwar/r_main.c darkwar/r_main.h darkwar/game/g_main.c darkwar/game/g_main.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.103456.tomaz.diff URL: From tomaz at icculus.org Tue Apr 13 06:38:24 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 13 Apr 2004 10:38:24 -0000 Subject: Module neither: Change committed Message-ID: <20040413103824.18899.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 10:38:23 UTC Log message: moved the call to R_Screenshot to be just before the SDL_GL_SwapBuffers Modified files: darkwar/system.c darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.103823.tomaz.diff URL: From black at icculus.org Tue Apr 13 09:08:46 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 13:08:46 -0000 Subject: Module neither: Change committed Message-ID: <20040413130846.27883.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 13:08:46 UTC Log message: -Rearranged AllocInfo_Print a bit (its output). -The overhead is now calculated more correctly. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.130846.black.diff URL: From black at icculus.org Tue Apr 13 09:42:22 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 13:42:22 -0000 Subject: Module neither: Change committed Message-ID: <20040413134222.30704.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 13:42:22 UTC Log message: -Fixed Mem_OutputZone outputting only the first generation of children. -Added back Mem_Test. Modified files: darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.134222.black.diff URL: From warp at icculus.org Tue Apr 13 11:05:13 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 15:05:13 -0000 Subject: Module neither: Change committed Message-ID: <20040413150513.6185.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 15:05:13 UTC Log message: Do evil things to String_Set to give better allocation information. Modified files: darkwar/nstring.c darkwar/nstring.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.150513.warp.diff URL: From warp at icculus.org Tue Apr 13 11:10:30 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 15:10:30 -0000 Subject: Module neither: Change committed Message-ID: <20040413151030.6801.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 15:10:30 UTC Log message: Rework the hash to take a zone argument in creation. Rework the hash so that Hash_Value does not exist, the next variable is moved into Hash_Data. Tweak the debugging message of a clump allocation failure. Bump FS_DIR_MAXPATHLENGTH. Fix the POSIX FS_Dir_ScanDir to handle cases properly. Someone fix up win32 to match. Modified files: darkwar/hash.c darkwar/hash.h darkwar/nmemory.c darkwar/fs/dir.c darkwar/fs/dir.h darkwar/fs/dir_posix.c darkwar/fs/dir_win32.c darkwar/fs/fs.c darkwar/fs/fs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.151030.warp.diff URL: From warp at icculus.org Tue Apr 13 11:19:08 2004 From: warp at icculus.org (warp at icculus.org) Date: 13 Apr 2004 15:19:08 -0000 Subject: Module neither: Change committed Message-ID: <20040413151908.7584.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 15:19:08 UTC Log message: Oops, remove a debugging line. Modified files: darkwar/fs/dir_posix.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.151908.warp.diff URL: From black at icculus.org Tue Apr 13 11:26:43 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 15:26:43 -0000 Subject: Module neither: Change committed Message-ID: <20040413152643.8257.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 15:26:43 UTC Log message: -Added Cvar_Print. -Cleaned up some Hash_Get calls (maybe broken now??) -Added a description element to the cvar struct. Modified files: darkwar/cvar.c darkwar/cvar.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.152643.black.diff URL: From black at icculus.org Tue Apr 13 12:15:18 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 16:15:18 -0000 Subject: Module neither: Change committed Message-ID: <20040413161518.12597.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 16:15:18 UTC Log message: -Changed command_t to Cmd, and also typedeffed Cmd_Func. -Added Cvar_Command (- the console cvar access is now working). -Fixed some bugs in the cvar subsystem. Modified files: darkwar/command.c darkwar/command.h darkwar/cvar.c darkwar/cvar.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.161518.black.diff URL: From black at icculus.org Tue Apr 13 16:58:10 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 20:58:10 -0000 Subject: Module neither: Change committed Message-ID: <20040413205810.3243.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 20:58:10 UTC Log message: -Added one or two new fs con commands and extended the old. -Changed a line or two in dir_win32.c Modified files: darkwar/fs/dir.h darkwar/fs/dir_win32.c darkwar/fs/embedded.h darkwar/fs/fs.c darkwar/fs/pak.h darkwar/fs/rw_ops.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.205810.black.diff URL: From black at icculus.org Tue Apr 13 17:29:08 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 21:29:08 -0000 Subject: Module neither: Change committed Message-ID: <20040413212908.5238.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 21:29:08 UTC Log message: -Changed the output of the CON cmds again. Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.212908.black.diff URL: From black at icculus.org Tue Apr 13 17:38:54 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 21:38:54 -0000 Subject: Module neither: Change committed Message-ID: <20040413213854.5772.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 21:38:54 UTC Log message: -Fixed a memory leak in the hash module. Modified files: darkwar/hash.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.213854.black.diff URL: From black at icculus.org Tue Apr 13 18:05:07 2004 From: black at icculus.org (black at icculus.org) Date: 13 Apr 2004 22:05:07 -0000 Subject: Module neither: Change committed Message-ID: <20040413220507.7565.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-13 22:05:07 UTC Log message: -Added zip.h (zip.c will follow soon). Added files: darkwar/fs/zip.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040413.220507.black.diff URL: From black at icculus.org Wed Apr 14 07:15:15 2004 From: black at icculus.org (black at icculus.org) Date: 14 Apr 2004 11:15:15 -0000 Subject: Module neither: Change committed Message-ID: <20040414111515.25995.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-14 11:15:15 UTC Log message: -The linked-list 'holes' are fixed now. The linked-list code is as far as I see complete now. -Added the macro constant ZIP_SUPPORT so I dont have to comment the zip calls out for every commit. -Some minor changes. Modified files: darkwar/fs/dir.c darkwar/fs/dir_win32.c darkwar/fs/fs.c darkwar/fs/zip.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040414.111515.black.diff URL: From tomaz at icculus.org Wed Apr 14 08:17:00 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 14 Apr 2004 12:17:00 -0000 Subject: Module neither: Change committed Message-ID: <20040414121700.30153.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-14 12:17:00 UTC Log message: silence Cvar_Command : undefined Modified files: darkwar/command.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040414.121700.tomaz.diff URL: From warp at icculus.org Wed Apr 14 08:50:04 2004 From: warp at icculus.org (warp at icculus.org) Date: 14 Apr 2004 12:50:04 -0000 Subject: Module neither: Change committed Message-ID: <20040414125004.32248.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-14 12:50:04 UTC Log message: Fix a loop bug. Modified files: darkwar/fs/fs.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040414.125004.warp.diff URL: From black at icculus.org Wed Apr 14 08:54:13 2004 From: black at icculus.org (black at icculus.org) Date: 14 Apr 2004 12:54:13 -0000 Subject: Module neither: Change committed Message-ID: <20040414125413.32509.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-14 12:54:13 UTC Log message: -Added zip file support - compile with -DZIP_SUPPORT to enable it. -Added a dynamic lib interface (i.e. SDL_LoadObject, etc. wrapper) *Don't* touch this file - Im still adding stuff to it.. Added files: darkwar/fs/zip.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040414.125413.black.diff URL: From black at icculus.org Wed Apr 14 11:40:26 2004 From: black at icculus.org (black at icculus.org) Date: 14 Apr 2004 15:40:26 -0000 Subject: Module neither: Change committed Message-ID: <20040414154026.12425.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-14 15:40:26 UTC Log message: -Added a second zip loading function set: * set the #if 1 to #if 0 to enable it in zip.c * I personally like the first more since it is shorter and doesnt make restrictions to the zip format (at least not many). Modified files: darkwar/fs/zip.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040414.154026.black.diff URL: From black at icculus.org Wed Apr 14 15:20:30 2004 From: black at icculus.org (black at icculus.org) Date: 14 Apr 2004 19:20:30 -0000 Subject: Module neither: Change committed Message-ID: <20040414192030.29857.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-14 19:20:30 UTC Log message: -Added gzip file support. -FS_File::len is now of the type Nsize. Modified files: darkwar/fs/fs.c darkwar/fs/fs.h darkwar/fs/zip.c darkwar/fs/zip.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040414.192030.black.diff URL: From black at icculus.org Thu Apr 15 09:52:32 2004 From: black at icculus.org (black at icculus.org) Date: 15 Apr 2004 13:52:32 -0000 Subject: Module neither: Change committed Message-ID: <20040415135232.9813.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-15 13:52:32 UTC Log message: -Fixed a bug in OutputSingleZone (bad param count). -Adjusted wrap_cerror to output file and line of the mem function that called it. -Replaced 2 cases of int with NUint. Modified files: darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040415.135232.black.diff URL: From black at icculus.org Thu Apr 15 10:48:29 2004 From: black at icculus.org (black at icculus.org) Date: 15 Apr 2004 14:48:29 -0000 Subject: Module neither: Change committed Message-ID: <20040415144829.13373.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-15 14:48:29 UTC Log message: -Added zLib streaming support: * FS_ZLIB_STREAM_SIZE_THRESHOLD decides whether a file is inflated into memory or whether streaming is used. -Added FS_ZIP_READ_CNTRL_DIR, so you can easy switch between the two zip function sets. -The second function set does now support: * .Zip Comment * Recognizes (and ignores) additional disks. * Better error output Modified files: darkwar/fs/zip.c darkwar/fs/zip.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040415.144829.black.diff URL: From black at icculus.org Sat Apr 17 04:41:43 2004 From: black at icculus.org (black at icculus.org) Date: 17 Apr 2004 08:41:43 -0000 Subject: Module neither: Change committed Message-ID: <20040417084143.27739.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-17 08:41:43 UTC Log message: -Added String_ToLower. Modified files: darkwar/nstring.c darkwar/nstring.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040417.084143.black.diff URL: From black at icculus.org Sat Apr 17 05:38:24 2004 From: black at icculus.org (black at icculus.org) Date: 17 Apr 2004 09:38:24 -0000 Subject: Module neither: Change committed Message-ID: <20040417093824.31568.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-17 09:38:24 UTC Log message: -Added some command declaration macros (Command_Declare and Command_Register). -Renamed Command_Register to _Command_Register (it takes a description string now. -Added Mem console functions. Modified files: darkwar/command.c darkwar/command.h darkwar/console.c darkwar/cvar.c darkwar/nmemory.c darkwar/nmemory.h darkwar/system.c darkwar/fs/fs.c darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040417.093824.black.diff URL: From black at icculus.org Sat Apr 17 09:08:44 2004 From: black at icculus.org (black at icculus.org) Date: 17 Apr 2004 13:08:44 -0000 Subject: Module neither: Change committed Message-ID: <20040417130844.13441.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-17 13:08:43 UTC Log message: -Added cmdlist, cvarlist and complete feature to the console. -Added Hash_Sort to hash (can likely be opmitimized). -Added 3 more macros to command: RegisterExt, Declare_Description (and FunctionName) allow you to bind multiple console commands to one function will still supporting a correct description transparently. -Shuffeled around some stuff from ncommon into dwconfig. -Added a lazy Global_Clump (used by functions calling Hash_Sort) *TODO: add a Mem_FreeUnused call to the main loop. -Changed Mem_Zone::flag to Mem_Zone::flags -Added OutputSingleInfo and OutputInfo to nmemory. -Added mem_zone (former mem_zoneinfo). Modified files: darkwar/command.c darkwar/command.h darkwar/console.c darkwar/cvar.c darkwar/cvar.h darkwar/dwconfig.h darkwar/fallbackconfig.h darkwar/hash.c darkwar/hash.h darkwar/ncommon.h darkwar/nmemory.c darkwar/nmemory.h darkwar/nstring.h darkwar/fs/fs.c darkwar/fs/zip.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040417.130843.black.diff URL: From eviltypeguy at icculus.org Sat Apr 17 22:52:16 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 02:52:16 -0000 Subject: Module neither: Change committed Message-ID: <20040418025216.3246.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 02:52:16 UTC Log message: stricmp => strcasecmp Modified files: darkwar/hash.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.025216.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 17 22:55:05 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 02:55:05 -0000 Subject: Module neither: Change committed Message-ID: <20040418025505.3441.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 02:55:05 UTC Log message: Move cursor to end of line after performing tab completion Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.025505.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 17 23:04:14 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 03:04:14 -0000 Subject: Module neither: Change committed Message-ID: <20040418030414.3926.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 03:04:14 UTC Log message: Make style match rest of code in function Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.030414.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 17 23:04:41 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 03:04:41 -0000 Subject: Module neither: Change committed Message-ID: <20040418030441.3963.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 03:04:41 UTC Log message: Pretty up mem_report output a little Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.030441.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sat Apr 17 23:57:09 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 03:57:09 -0000 Subject: Module neither: Change committed Message-ID: <20040418035709.6661.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 03:57:09 UTC Log message: Only decrease alloc_count if it's greater than zero. Prevents bogus output in final memory report output. (0 bytes used (4294967290 allocations)) Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.035709.eviltypeguy.diff URL: From black at icculus.org Sun Apr 18 03:55:01 2004 From: black at icculus.org (black at icculus.org) Date: 18 Apr 2004 07:55:01 -0000 Subject: Module neither: Change committed Message-ID: <20040418075501.19472.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 07:55:01 UTC Log message: -Added MEM_DEBUG_CLUMPS: Atm if set to 1, it forces the memory manager to always use normal zones. Modified files: darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.075501.black.diff URL: From black at icculus.org Sun Apr 18 04:03:09 2004 From: black at icculus.org (black at icculus.org) Date: 18 Apr 2004 08:03:09 -0000 Subject: Module neither: Change committed Message-ID: <20040418080309.20064.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 08:03:09 UTC Log message: -_Mem_Free now resets the sentinel if called so even if the memory is still accessible, a double free wont occur without a cerror. Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.080309.black.diff URL: From black at icculus.org Sun Apr 18 04:22:23 2004 From: black at icculus.org (black at icculus.org) Date: 18 Apr 2004 08:22:23 -0000 Subject: Module neither: Change committed Message-ID: <20040418082223.21123.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 08:22:23 UTC Log message: -Added a few comments to Hash_Sort. Modified files: darkwar/hash.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.082223.black.diff URL: From black at icculus.org Sun Apr 18 12:01:06 2004 From: black at icculus.org (black at icculus.org) Date: 18 Apr 2004 16:01:06 -0000 Subject: Module neither: Change committed Message-ID: <20040418160106.16372.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 16:01:05 UTC Log message: -Added color support to the console - please see console.c for a list of the colors (perhaps it can be cleaned up a bit, too) - prefix '@'. -Renamed Hash_Sort to Hash_CreateSortedList and Hash_DelSortList to Hash_DeleteSortedList. -Rewrote Console_Complete (it now allows you to tab through all possibilities). Modified files: darkwar/command.c darkwar/console.c darkwar/console.h darkwar/cvar.c darkwar/hash.c darkwar/hash.h darkwar/nmemory.c darkwar/r_main.c darkwar/r_main.h darkwar/fs/fs.c darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.160105.black.diff URL: From black at icculus.org Sun Apr 18 12:58:03 2004 From: black at icculus.org (black at icculus.org) Date: 18 Apr 2004 16:58:03 -0000 Subject: Module neither: Change committed Message-ID: <20040418165803.21310.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 16:58:03 UTC Log message: -Changed GL_ONE to GL_ONE_MINUS_SRC_ALPHA in the console rendering functions. Modified files: darkwar/r_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.165803.black.diff URL: From black at icculus.org Sun Apr 18 13:44:00 2004 From: black at icculus.org (black at icculus.org) Date: 18 Apr 2004 17:44:00 -0000 Subject: Module neither: Change committed Message-ID: <20040418174400.25185.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 17:44:00 UTC Log message: -Changed Console_Complete's behaviour: *Press tab once to get a list of all possible cmds/cvars. *If there is only one hit, then pressing tab again displays its description. *If there is more than one hit, then pressing tab proceeds to the next hit. -Added Console::tabcount and added support for it in Console_KeyEvent. -Moved .description in Cvar and Cmd up, so it is at the same place in the memory in both structures - right after .h (this is a bit hacky though). Modified files: darkwar/command.h darkwar/cvar.h darkwar/console.c darkwar/console.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.174400.black.diff URL: From eviltypeguy at icculus.org Sun Apr 18 18:54:11 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 22:54:11 -0000 Subject: Module neither: Change committed Message-ID: <20040418225411.14259.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 22:54:11 UTC Log message: Silence GCC warnings. Minor reformatting in one place. Modified files: darkwar/console.c darkwar/cvar.c darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.225411.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 19:01:22 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 23:01:22 -0000 Subject: Module neither: Change committed Message-ID: <20040418230122.14811.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 23:01:22 UTC Log message: Fix segfault in tab completion. Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.230122.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 19:15:25 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 23:15:25 -0000 Subject: Module neither: Change committed Message-ID: <20040418231525.15784.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 23:15:25 UTC Log message: Fix off by 1 in commandcursorindex positioning during Console_Complete String_Set returns length of string, commandcursorindex is zero-position based, so need to subtract one from the current "hit" for Console_Complete. Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.231525.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 19:27:49 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 23:27:49 -0000 Subject: Module neither: Change committed Message-ID: <20040418232749.16783.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 23:27:49 UTC Log message: Enable automatic key repeating when the console is "down". Fix improper inclusion of SDL headers. (always use #include "SDL*.h", not #include ) Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.232749.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 19:30:31 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 23:30:31 -0000 Subject: Module neither: Change committed Message-ID: <20040418233031.16957.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 23:30:30 UTC Log message: Fix improper inclusion of SDL headers. (always use #include "SDL*.h", not #include ) Modified files: darkwar/dwgame.c darkwar/dwinput.c darkwar/dwmain.c darkwar/system.c darkwar/fs/zip.c darkwar/renderer/main.c darkwar/renderer/ntextures.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.233030.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 19:32:11 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 18 Apr 2004 23:32:11 -0000 Subject: Module neither: Change committed Message-ID: <20040418233211.17041.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-18 23:32:11 UTC Log message: Fix improper inclusion of SDL headers. (always use #include "SDL*.h", not #include ) Modified files: darkwar/game/g_main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040418.233211.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 20:33:18 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 19 Apr 2004 00:33:18 -0000 Subject: Module neither: Change committed Message-ID: <20040419003318.20504.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-19 00:33:18 UTC Log message: Console_Complete changes: * Remove extraneous formatting * Only show description of commands / cvars on second tab press instead of repeatedly for 2nd tab press and everyone after that * Pretty up match list output a bit Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040419.003318.eviltypeguy.diff URL: From eviltypeguy at icculus.org Sun Apr 18 20:46:29 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 19 Apr 2004 00:46:29 -0000 Subject: Module neither: Change committed Message-ID: <20040419004629.21903.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-19 00:46:29 UTC Log message: Based on discussions with LH, cmdlist and cvarlist seem to be commands with no real purpose since hitting tab in-game without input gives the lists. Removing them based on this... Modified files: darkwar/command.c darkwar/cvar.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040419.004629.eviltypeguy.diff URL: From black at icculus.org Mon Apr 19 07:36:29 2004 From: black at icculus.org (black at icculus.org) Date: 19 Apr 2004 11:36:29 -0000 Subject: Module neither: Change committed Message-ID: <20040419113629.30460.qmail@icculus.org> Commiter : black CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-19 11:36:28 UTC Log message: -Replaced the one letter version of '(C)' and 'TM' with normal text. Modified files: darkwar/fs/zip.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040419.113629.black.diff URL: From eviltypeguy at icculus.org Mon Apr 19 22:23:35 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 20 Apr 2004 02:23:35 -0000 Subject: Module neither: Change committed Message-ID: <20040420022335.24573.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-20 02:23:35 UTC Log message: Proposed revision to Console_Complete Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040420.022335.eviltypeguy.diff URL: From eviltypeguy at icculus.org Mon Apr 19 22:35:42 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 20 Apr 2004 02:35:42 -0000 Subject: Module neither: Change committed Message-ID: <20040420023542.25293.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-20 02:35:42 UTC Log message: Console_Complete * Change console output per LH's comments * Fix Sentinel Error Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040420.023542.eviltypeguy.diff URL: From eviltypeguy at icculus.org Tue Apr 20 17:28:50 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 20 Apr 2004 21:28:50 -0000 Subject: Module neither: Change committed Message-ID: <20040420212850.1577.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-20 21:28:50 UTC Log message: Add a bit of spacing in Console_Complete output for my personal sanity :=] Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040420.212850.eviltypeguy.diff URL: From tomaz at icculus.org Thu Apr 22 07:24:41 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 22 Apr 2004 11:24:41 -0000 Subject: Module neither: Change committed Message-ID: <20040422112441.22118.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-22 11:24:40 UTC Log message: system.c Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040422.112441.tomaz.diff URL: From tomaz at icculus.org Thu Apr 22 07:26:06 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 22 Apr 2004 11:26:06 -0000 Subject: Module neither: Change committed Message-ID: <20040422112606.22304.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-22 11:26:06 UTC Log message: The last commit was meant to say that ive added an SDL_WM_Caption to make the window titlebar say DarkWar system.c Modified files: darkwar/system.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040422.112606.tomaz.diff URL: From tomaz at icculus.org Sun Apr 25 14:39:37 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 25 Apr 2004 18:39:37 -0000 Subject: Module neither: Change committed Message-ID: <20040425183937.17827.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-25 18:39:37 UTC Log message: First step to get rid of the generated dot texture. Added files: darkwar/base/effects/dot.tga -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040425.183937.tomaz.diff URL: From tomaz at icculus.org Sun Apr 25 14:51:51 2004 From: tomaz at icculus.org (tomaz at icculus.org) Date: 25 Apr 2004 18:51:51 -0000 Subject: Module neither: Change committed Message-ID: <20040425185151.20122.qmail@icculus.org> Commiter : tomaz CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-25 18:51:51 UTC Log message: Removed the generated dot texture and made the explosion use the dot.tga instead. Modified files: darkwar/renderer/ntextures.c darkwar/game/g_explosion.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040425.185151.tomaz.diff URL: From eviltypeguy at icculus.org Sun Apr 25 22:28:52 2004 From: eviltypeguy at icculus.org (eviltypeguy at icculus.org) Date: 26 Apr 2004 02:28:52 -0000 Subject: Module neither: Change committed Message-ID: <20040426022852.22114.qmail@icculus.org> Commiter : eviltypeguy CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-04-26 02:28:52 UTC Log message: Attempt at merging Command and Cvar systems. Modified files: darkwar/Makefile darkwar/SConstruct darkwar/command.c darkwar/command.h darkwar/console.c darkwar/nmemory.c darkwar/system.c darkwar/fs/fs.c darkwar/game/g_main.c Removed files: darkwar/cvar.c darkwar/cvar.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20040426.022852.eviltypeguy.diff URL: