Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 34 → Rev 35

/nwinter/copies.def
146,7 → 146,6
// Rusty Concrete (3727)
texture 3727 {
pal 0 { file "highres/textures/0757.png" }
pal 24 { file "highres/textures/0757_24.png" }
normal { file "highres/textures/0757_n.png" parallaxbias 0.0 parallaxscale 0.03 }
specular { file "highres/textures/0757_s.png" }
detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
/nw_plus/NWinter.bat
143,6 → 143,17
start %exe%.exe %args%
)
 
set svnpath=0
for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S
if "%svnpath%"=="0" if exist "%ProgramFiles%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles%\TortoiseSVN\bin
if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin
 
cd /d "%addondir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
cd /d "%addonhrpdir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
set svnpath=
 
goto end
 
:nonwgrp