Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6804 Modified Files: build.cmd buildexe.cmd compile.txt Log Message: This latest series of changes adds stereo quasi-3D sound effects for both players and observers, as well as adding much improved support for observer sounds (previously they were limited as to what sounds they would hear). Index: compile.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/compile.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- compile.txt 18 Apr 2006 13:41:48 -0000 1.5 +++ compile.txt 26 Apr 2006 02:04:24 -0000 1.6 @@ -9,9 +9,21 @@ - Edit clientr.dsp and change \netrek_files to be same as InstCWD (only if using VCC) - Edit src\cursors\curslib.dsp and change \netrek_files to be same as InstCWD (again only necessary if using VCC) - +- Get SDL.dll and SDL_mixer.dll from the SDL website (you will need these to + run the client, they must be in the installer package) After compilation under BCC, there will be one folder under InstCWD - netrek. Netrek contains the ready to distribute netrek client tree. +After compilation under VCC, there will be an additional directory called +tmp which can be deleted. + + +Additional instructions for compiling with Microsoft Visual C++ 2005 Express Edition, +aka Microsoft Visual Studio 2005 + +You will need the SDK from the web, as the software doesn't come with the necessary files. +Additionally, DirectX SDK is probably needed too, for the SDL support. The build file +will not work under Visual Studio. + Stas Pirogov (keyos at keyos.org) Index: buildexe.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/buildexe.cmd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- buildexe.cmd 16 Apr 2006 07:58:37 -0000 1.2 +++ buildexe.cmd 26 Apr 2006 02:04:24 -0000 1.3 @@ -75,6 +75,18 @@ del resources\ships\mono\ori\orishipM.bmp resources\ships\mono\ori\ori_??.bmp del resources\ships\mono\rom\romshipM.bmp resources\ships\mono\rom\rom_??.bmp +del resources\ships\grayscale\fed\fedshipG.bmp resources\ships\grayscale\fed\fed_??.bmp +del resources\ships\grayscale\ind\indshipG.bmp resources\ships\grayscale\ind\ind_??.bmp +del resources\ships\grayscale\kli\klishipG.bmp resources\ships\grayscale\kli\kli_??.bmp +del resources\ships\grayscale\ori\orishipG.bmp resources\ships\grayscale\ori\ori_??.bmp +del resources\ships\grayscale\rom\romshipG.bmp resources\ships\grayscale\rom\rom_??.bmp + +del resources\ships\tinted\fed\fedshipT.bmp resources\ships\tinted\fed\fed_??.bmp +del resources\ships\tinted\ind\indshipT.bmp resources\ships\tinted\ind\ind_??.bmp +del resources\ships\tinted\kli\klishipT.bmp resources\ships\tinted\kli\kli_??.bmp +del resources\ships\tinted\ori\orishipT.bmp resources\ships\tinted\ori\ori_??.bmp +del resources\ships\tinted\rom\romshipT.bmp resources\ships\tinted\rom\rom_??.bmp + del resources\planlibm\bronco\plan.bmp del resources\planlibm\rabbit\planR.bmp del resources\planlibm\moo\planM.bmp Index: build.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- build.cmd 24 Apr 2006 14:13:25 -0000 1.7 +++ build.cmd 26 Apr 2006 02:04:24 -0000 1.8 @@ -349,7 +349,7 @@ :CompilerVCC pushd src -%MyCWD%\tools\mkkey -k %RSAKEY% +%MyCWD%\tools\mkkey -nt -k %RSAKEY% popd pushd src\cursors