From coderjoe at icculus.org Fri Nov 19 19:54:24 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 19 Nov 2004 19:54:24 -0500 Subject: Module neither: Change committed Message-ID: <20041120005424.10590.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-20 00:54:24 UTC Log message: ignore *.suo (solution options file) Modified files: darkwar/.cvsignore -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041120.005424.coderjoe.diff URL: From coderjoe at icculus.org Fri Nov 19 20:01:48 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 19 Nov 2004 20:01:48 -0500 Subject: Module neither: Change committed Message-ID: <20041120010148.11320.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-20 01:01:48 UTC Log message: add vc.net2003 project files. (note: added as text, as vc.net2003 doesn' t seem to have a problem with unix newlines like vc6 does.) Added files: darkwar/darkwar-net2003.sln darkwar/darkwar-net2003.vcproj -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041120.010148.coderjoe.diff URL: From havoc at icculus.org Sun Nov 21 03:15:29 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:15:29 -0500 Subject: Module neither: Change committed Message-ID: <20041121081529.28338.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:15:29 UTC Log message: the resource manager Added files: darkwar/resource.c darkwar/resource.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.081529.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:27:13 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:27:13 -0500 Subject: Module neither: Change committed Message-ID: <20041121082713.29310.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:27:13 UTC Log message: added some notes I forgot to commit previously Modified files: darkwar/TODO.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.082713.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:27:37 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:27:37 -0500 Subject: Module neither: Change committed Message-ID: <20041121082737.29374.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:27:37 UTC Log message: added a note about headers needing to be kept up to date Modified files: darkwar/enginedesign.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.082737.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:28:25 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:28:25 -0500 Subject: Module neither: Change committed Message-ID: <20041121082825.29460.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:28:25 UTC Log message: merged melee weapons (fists, knives, gauntlets) - spiked knuckles with the ability to steal weapons Modified files: darkwar/design.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.082825.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:30:50 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:30:50 -0500 Subject: Module neither: Change committed Message-ID: <20041121083050.29611.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:30:49 UTC Log message: fixed a compiler warning in Black's code (he did not use {} in two nested if else blocks) Modified files: darkwar/console.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.083049.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:33:48 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:33:48 -0500 Subject: Module neither: Change committed Message-ID: <20041121083348.29819.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:33:48 UTC Log message: added Mem_ReAlloc and Mem_SizeFromZone functions Modified files: darkwar/nmemory.c darkwar/nmemory.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.083348.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:58:30 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:58:30 -0500 Subject: Module neither: Change committed Message-ID: <20041121085830.31358.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:58:30 UTC Log message: compiles again, untested code though Modified files: darkwar/nmemory.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.085830.havoc.diff URL: From havoc at icculus.org Sun Nov 21 03:59:46 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 03:59:46 -0500 Subject: Module neither: Change committed Message-ID: <20041121085946.31470.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 08:59:45 UTC Log message: fixed incompatible pointer type warning regarding colortables (R_DrawString was not using const) Modified files: darkwar/r_main.c darkwar/r_main.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.085945.havoc.diff URL: From havoc at icculus.org Sun Nov 21 04:00:20 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 04:00:20 -0500 Subject: Module neither: Change committed Message-ID: <20041121090020.31566.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 09:00:20 UTC Log message: added resource.o to objects list Modified files: darkwar/Makefile -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.090020.havoc.diff URL: From coderjoe at icculus.org Sun Nov 21 04:00:43 2004 From: coderjoe at icculus.org (coderjoe at icculus.org) Date: 21 Nov 2004 04:00:43 -0500 Subject: Module neither: Change committed Message-ID: <20041121090043.31608.qmail@icculus.org> Commiter : coderjoe CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 09:00:43 UTC Log message: add resource.* Modified files: darkwar/darkwar-net2003.vcproj -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.090043.coderjoe.diff URL: From havoc at icculus.org Sun Nov 21 04:04:33 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 04:04:33 -0500 Subject: Module neither: Change committed Message-ID: <20041121090433.31980.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 09:04:32 UTC Log message: added resource.c Modified files: darkwar/SConstruct -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.090433.havoc.diff URL: From havoc at icculus.org Sun Nov 21 04:51:52 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 04:51:52 -0500 Subject: Module neither: Change committed Message-ID: <20041121095152.4997.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 09:51:52 UTC Log message: added empty functions for all the systems that the resource loader/unloader wants to call added Resource_Init/Resource_Quit to system startup added new files to Makefile and SConstruct Modified files: darkwar/Makefile darkwar/SConstruct darkwar/resource.c darkwar/system.c Added files: darkwar/material.c darkwar/material.h darkwar/model.c darkwar/model.h darkwar/sound.c darkwar/sound.h darkwar/texture.c darkwar/texture.h darkwar/video.c darkwar/video.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.095152.havoc.diff URL: From havoc at icculus.org Sun Nov 21 05:02:51 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 05:02:51 -0500 Subject: Module neither: Change committed Message-ID: <20041121100251.5944.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 10:02:51 UTC Log message: added memzone parameter to all resource loaders, and one is allocated for each resource loaded Modified files: darkwar/material.c darkwar/material.h darkwar/model.c darkwar/model.h darkwar/resource.c darkwar/sound.c darkwar/sound.h darkwar/texture.c darkwar/texture.h darkwar/video.c darkwar/video.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.100251.havoc.diff URL: From havoc at icculus.org Sun Nov 21 05:20:50 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 05:20:50 -0500 Subject: Module neither: Change committed Message-ID: <20041121102050.7423.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 10:20:50 UTC Log message: Resource struct is tatic now Modified files: darkwar/resource.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.102050.havoc.diff URL: From havoc at icculus.org Sun Nov 21 05:36:36 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 05:36:36 -0500 Subject: Module neither: Change committed Message-ID: <20041121103636.8669.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 10:36:36 UTC Log message: added Image_MipReduceWidth and Image_MipReduceHeight functions Modified files: darkwar/nimage.c darkwar/nimage.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.103636.havoc.diff URL: From havoc at icculus.org Sun Nov 21 05:42:46 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 05:42:46 -0500 Subject: Module neither: Change committed Message-ID: <20041121104246.9099.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 10:42:46 UTC Log message: moved ResourceEntry to resource.h and changed all loading and unloading functions to use it (there are too many parameters to pass on the function call, and most functions don't care about some of them like bumpintensity) Modified files: darkwar/material.c darkwar/material.h darkwar/model.c darkwar/model.h darkwar/resource.c darkwar/resource.h darkwar/sound.c darkwar/sound.h darkwar/texture.c darkwar/texture.h darkwar/video.c darkwar/video.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.104246.havoc.diff URL: From havoc at icculus.org Sun Nov 21 07:55:25 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 07:55:25 -0500 Subject: Module neither: Change committed Message-ID: <20041121125525.20339.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 12:55:25 UTC Log message: added more #include's that are necessary to do anything useful (like compile the loader .h files) Modified files: darkwar/material.c darkwar/material.h darkwar/model.c darkwar/model.h darkwar/resource.h darkwar/sound.c darkwar/sound.h darkwar/texture.c darkwar/texture.h darkwar/video.c darkwar/video.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.125525.havoc.diff URL: From havoc at icculus.org Sun Nov 21 07:57:23 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 07:57:23 -0500 Subject: Module neither: Change committed Message-ID: <20041121125723.20489.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 12:57:23 UTC Log message: the texture loader, minimal as it may be Modified files: darkwar/texture.c darkwar/texture.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.125723.havoc.diff URL: From havoc at icculus.org Sun Nov 21 07:57:48 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 07:57:48 -0500 Subject: Module neither: Change committed Message-ID: <20041121125748.20566.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 12:57:48 UTC Log message: the game now uses the texture loader for the font Modified files: darkwar/renderer/main.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.125748.havoc.diff URL: From havoc at icculus.org Sun Nov 21 08:25:06 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 08:25:06 -0500 Subject: Module neither: Change committed Message-ID: <20041121132506.23017.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 13:25:06 UTC Log message: game now uses texture resources Modified files: darkwar/r_main.c darkwar/r_main.h darkwar/system.c darkwar/game/g_explosion.c darkwar/game/g_main.c darkwar/game/g_rain.c darkwar/game/particle.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.132506.havoc.diff URL: From havoc at icculus.org Sun Nov 21 08:28:28 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 08:28:28 -0500 Subject: Module neither: Change committed Message-ID: <20041121132828.23297.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 13:28:28 UTC Log message: removed an unused variable Modified files: darkwar/nimage.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.132828.havoc.diff URL: From havoc at icculus.org Sun Nov 21 08:35:50 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 08:35:50 -0500 Subject: Module neither: Change committed Message-ID: <20041121133550.23925.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 13:35:50 UTC Log message: remove include for ntextures.h 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.20041121.133550.havoc.diff URL: From havoc at icculus.org Sun Nov 21 08:43:12 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 08:43:12 -0500 Subject: Module neither: Change committed Message-ID: <20041121134312.24992.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 13:43:12 UTC Log message: removed uses of ntextures.[ch] and fixed all the warnings the scons compile pointed out Modified files: darkwar/Makefile darkwar/SConstruct darkwar/command.c darkwar/material.c darkwar/model.c darkwar/sound.c darkwar/texture.c darkwar/video.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.134312.havoc.diff URL: From havoc at icculus.org Sun Nov 21 08:45:32 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 08:45:32 -0500 Subject: Module neither: Change committed Message-ID: <20041121134532.25238.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 13:45:32 UTC Log message: removed unused files Removed files: darkwar/dwgame.c darkwar/dwgame.h darkwar/dwinput.c darkwar/dwinput.h darkwar/dwmain.c darkwar/dwmain.h darkwar/renderer/main.c darkwar/renderer/main.h darkwar/renderer/ntextures.c darkwar/renderer/ntextures.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.134532.havoc.diff URL: From warp at icculus.org Sun Nov 21 09:18:31 2004 From: warp at icculus.org (warp at icculus.org) Date: 21 Nov 2004 09:18:31 -0500 Subject: Module neither: Change committed Message-ID: <20041121141831.27510.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 14:18:31 UTC Log message: Move the dyngl stuff from /renderer to /, add r_ to the names. Modified files: darkwar/Makefile darkwar/SConstruct darkwar/r_main.c darkwar/system.c darkwar/texture.c darkwar/game/g_explosion.c darkwar/game/g_main.c darkwar/game/g_rain.c Added files: darkwar/r_dglfuncs.h darkwar/r_dyngl.c darkwar/r_dyngl.h darkwar/r_dynglstubs.c darkwar/r_dynglstubs.h Removed files: darkwar/renderer/dglfuncs.h darkwar/renderer/dyngl.c darkwar/renderer/dyngl.h darkwar/renderer/dynglstubs.c darkwar/renderer/dynglstubs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.141831.warp.diff URL: From warp at icculus.org Sun Nov 21 09:19:47 2004 From: warp at icculus.org (warp at icculus.org) Date: 21 Nov 2004 09:19:47 -0500 Subject: Module neither: Change committed Message-ID: <20041121141947.27618.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 14:19:47 UTC Log message: Kill .cvsignore from renderer so that we have an empty directory. Removed files: darkwar/renderer/.cvsignore -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.141947.warp.diff URL: From havoc at icculus.org Sun Nov 21 09:23:53 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 09:23:53 -0500 Subject: Module neither: Change committed Message-ID: <20041121142353.28056.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 14:23:53 UTC Log message: removed an unused file Removed files: darkwar/nhost.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.142353.havoc.diff URL: From warp at icculus.org Sun Nov 21 09:24:26 2004 From: warp at icculus.org (warp at icculus.org) Date: 21 Nov 2004 09:24:26 -0500 Subject: Module neither: Change committed Message-ID: <20041121142426.28218.qmail@icculus.org> Commiter : warp CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 14:24:26 UTC Log message: And r_dglfuncs.h becomes r_dynglfuncs.h. Modified files: darkwar/r_dyngl.c darkwar/r_dyngl.h darkwar/r_dynglstubs.c darkwar/r_dynglstubs.h Added files: darkwar/r_dynglfuncs.h Removed files: darkwar/r_dglfuncs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.142426.warp.diff URL: From havoc at icculus.org Sun Nov 21 09:58:06 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 09:58:06 -0500 Subject: Module neither: Change committed Message-ID: <20041121145806.30909.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 14:58:05 UTC Log message: merged image code into texture loading (the only use of it) Modified files: darkwar/texture.c darkwar/Makefile darkwar/SConstruct Removed files: darkwar/nimage.c darkwar/nimage.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.145805.havoc.diff URL: From havoc at icculus.org Sun Nov 21 11:05:42 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 11:05:42 -0500 Subject: Module neither: Change committed Message-ID: <20041121160542.4502.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 16:05:42 UTC Log message: updated file listing Modified files: darkwar/enginedesign.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.160542.havoc.diff URL: From havoc at icculus.org Sun Nov 21 11:28:05 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 21 Nov 2004 11:28:05 -0500 Subject: Module neither: Change committed Message-ID: <20041121162805.6236.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-21 16:28:05 UTC Log message: implemented extremely basic materials (ambient texture only) Modified files: darkwar/material.c darkwar/material.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041121.162805.havoc.diff URL: From havoc at icculus.org Tue Nov 23 08:13:44 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 23 Nov 2004 08:13:44 -0500 Subject: Module neither: Change committed Message-ID: <20041123131344.15979.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-23 13:13:44 UTC Log message: model loader written but not tested, util.[ch] added (currently just a C-style token parser) Modified files: darkwar/Makefile darkwar/SConstruct darkwar/mathlib.h darkwar/model.c darkwar/model.h Added files: darkwar/util.c darkwar/util.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041123.131344.havoc.diff URL: From havoc at icculus.org Tue Nov 23 21:21:16 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 23 Nov 2004 21:21:16 -0500 Subject: Module neither: Change committed Message-ID: <20041124022116.24693.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-24 02:21:16 UTC Log message: fix missing & on a Mem_Free Modified files: darkwar/nstring.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041124.022116.havoc.diff URL: From havoc at icculus.org Tue Nov 23 21:21:39 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 23 Nov 2004 21:21:39 -0500 Subject: Module neither: Change committed Message-ID: <20041124022139.24756.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-24 02:21:39 UTC Log message: reenabled File_WriteFile Modified files: darkwar/nfile.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041124.022139.havoc.diff URL: From havoc at icculus.org Tue Nov 23 21:24:15 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 23 Nov 2004 21:24:15 -0500 Subject: Module neither: Change committed Message-ID: <20041124022415.24917.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-24 02:24:15 UTC Log message: updated DWMesh_BuildTriangleTextureVectorsAndNormal to match the darkplaces one (fixes texture polarity problems, some optimizations, and notes on cost of the function) Modified files: darkwar/dwmesh.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041124.022415.havoc.diff URL: From havoc at icculus.org Tue Nov 23 21:25:09 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 23 Nov 2004 21:25:09 -0500 Subject: Module neither: Change committed Message-ID: <20041124022509.25013.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-24 02:25:09 UTC Log message: added util.c to the file list, and added some incomplete notes regarding server-wide event functions (such as clients connecting) Modified files: darkwar/enginedesign.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041124.022509.havoc.diff URL: From havoc at icculus.org Sat Nov 27 14:48:42 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 14:48:42 -0500 Subject: Module neither: Change committed Message-ID: <20041127194842.23207.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 19:48:42 UTC Log message: set matrix before drawing particles Modified files: darkwar/game/particle.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.194842.havoc.diff URL: From havoc at icculus.org Sat Nov 27 14:50:44 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 14:50:44 -0500 Subject: Module neither: Change committed Message-ID: <20041127195044.23408.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 19:50:44 UTC Log message: added a couple functions Modified files: darkwar/r_dynglfuncs.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.195044.havoc.diff URL: From havoc at icculus.org Sat Nov 27 14:52:16 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 14:52:16 -0500 Subject: Module neither: Change committed Message-ID: <20041127195216.23602.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 19:52:16 UTC Log message: added loading of more textures if present (not used yet) Modified files: darkwar/material.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.195216.havoc.diff URL: From havoc at icculus.org Sat Nov 27 15:03:25 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 15:03:25 -0500 Subject: Module neither: Change committed Message-ID: <20041127200325.24766.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 20:03:25 UTC Log message: made name parameter const, and added a console print if a resource is not found Modified files: darkwar/resource.c darkwar/resource.h -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.200325.havoc.diff URL: From havoc at icculus.org Sat Nov 27 15:39:58 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 15:39:58 -0500 Subject: Module neither: Change committed Message-ID: <20041127203958.27606.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 20:39:58 UTC Log message: md5 model loader works Modified files: darkwar/model.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.203958.havoc.diff URL: From havoc at icculus.org Sat Nov 27 18:15:45 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 18:15:45 -0500 Subject: Module neither: Change committed Message-ID: <20041127231545.10174.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 23:15:45 UTC Log message: parser fixes required to actually load md5mesh and .ent files successfully Modified files: darkwar/util.c -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.231545.havoc.diff URL: From havoc at icculus.org Sat Nov 27 18:20:08 2004 From: havoc at icculus.org (havoc at icculus.org) Date: 27 Nov 2004 18:20:08 -0500 Subject: Module neither: Change committed Message-ID: <20041127232008.10510.qmail@icculus.org> Commiter : havoc CVSROOT : /cvs/cvsroot/neither Module : neither Commit time: 2004-11-27 23:20:08 UTC Log message: now loads Kazashi's unfinished zombie model as a test case, and renders it (as an entity read from the test.ent file), a lot of other infrastructure work has also been done Modified files: darkwar/game/g_main.c darkwar/game/g_main.h Added files: darkwar/base/kazashi_zombie.pk3 darkwar/base/maps/test.ent -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: neither.20041127.232008.havoc.diff URL: