[nexuiz-commits] r7430 - in trunk: . Docs/htmlfiles data data/maps data/models/desertfactory/objects_metal data/models/desertfactory/objects_plants data/models/desertfactory/objects_wood data/models/desertfactory/structure_metal data/models/desertfactory/structure_stone data/models/desertfactory/structure_wood data/models/sprites misc/buildfiles/brand misc/mediasource/hud misc/mediasource/menuskins/wickedz/background_builder misc/tools misc/tools/ttf2conchars server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 12 13:25:46 EDT 2009


Author: mrbougo
Date: 2009-08-12 13:25:46 -0400 (Wed, 12 Aug 2009)
New Revision: 7430

Modified:
   trunk/Docs/htmlfiles/make-htmlfiles.sh
   trunk/data/Makefile
   trunk/data/apply-eol-style.sh
   trunk/data/build-compat-pack.sh
   trunk/data/check-sounds.sh
   trunk/data/find-eol-style.sh
   trunk/data/maps/compile_bloodprisonctf.sh
   trunk/data/maps/strength.sh
   trunk/data/models/desertfactory/objects_metal/compile.sh
   trunk/data/models/desertfactory/objects_plants/compile.sh
   trunk/data/models/desertfactory/objects_wood/compile.sh
   trunk/data/models/desertfactory/structure_metal/compile.sh
   trunk/data/models/desertfactory/structure_stone/compile.sh
   trunk/data/models/desertfactory/structure_wood/compile.sh
   trunk/data/models/sprites/make-sprites.sh
   trunk/data/update-cvarcount.sh
   trunk/misc/buildfiles/brand/nexbrand.sh
   trunk/misc/mediasource/hud/sprite-to-num.sh
   trunk/misc/mediasource/menuskins/wickedz/background_builder/append.sh
   trunk/misc/tools/autoshader.sh
   trunk/misc/tools/brightspot.sh
   trunk/misc/tools/csqcarchive.sh
   trunk/misc/tools/demotc-race-record-extractor.sh
   trunk/misc/tools/jpeg-if-not-alpha.sh
   trunk/misc/tools/makebuild.sh
   trunk/misc/tools/testbuild.sh
   trunk/misc/tools/ttf2conchars/foo.sh
   trunk/nexuiz-linux-glx.sh
   trunk/nexuiz-linux-sdl.sh
   trunk/server/server_havoc_linux.sh
   trunk/server/server_havoc_mac.sh
   trunk/server/server_linux.sh
   trunk/server/server_mac.sh
Log:
forcing unix line endings on sh files and the makefile, fixing mixed line endings on the makebuild script


Property changes on: trunk/Docs/htmlfiles/make-htmlfiles.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/data/Makefile
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/apply-eol-style.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/build-compat-pack.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/check-sounds.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/find-eol-style.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/maps/compile_bloodprisonctf.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/maps/strength.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/desertfactory/objects_metal/compile.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/desertfactory/objects_plants/compile.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/desertfactory/objects_wood/compile.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/desertfactory/structure_metal/compile.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/desertfactory/structure_stone/compile.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/desertfactory/structure_wood/compile.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/models/sprites/make-sprites.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/data/update-cvarcount.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


Property changes on: trunk/misc/buildfiles/brand/nexbrand.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/mediasource/hud/sprite-to-num.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/mediasource/menuskins/wickedz/background_builder/append.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/autoshader.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/brightspot.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/csqcarchive.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/demotc-race-record-extractor.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/jpeg-if-not-alpha.sh
___________________________________________________________________
Name: svn:eol-style
   + LF

Modified: trunk/misc/tools/makebuild.sh
===================================================================
--- trunk/misc/tools/makebuild.sh	2009-08-12 16:22:42 UTC (rev 7429)
+++ trunk/misc/tools/makebuild.sh	2009-08-12 17:25:46 UTC (rev 7430)
@@ -283,12 +283,12 @@
 mv NetRadiant.app NetRadiant-${netradiant_release}-osxintel.app
 rm -f netradiant-${netradiant_release}-osxintel.zip
 cat >> unsupported.txt <<EOF
-This directory contains NetRadiant, a stabilized Q3 map editor,
-configured for Nexuiz.
-
-It is not officially supported by Alientrap.
-
-Website: http://www.icculus.org/netradiant/
+This directory contains NetRadiant, a stabilized Q3 map editor,
+configured for Nexuiz.
+
+It is not officially supported by Alientrap.
+
+Website: http://www.icculus.org/netradiant/
 EOF
 cd ..
 


Property changes on: trunk/misc/tools/makebuild.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/testbuild.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/misc/tools/ttf2conchars/foo.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/nexuiz-linux-glx.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/nexuiz-linux-sdl.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/server/server_havoc_linux.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/server/server_havoc_mac.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/server/server_linux.sh
___________________________________________________________________
Name: svn:eol-style
   + LF


Property changes on: trunk/server/server_mac.sh
___________________________________________________________________
Name: svn:eol-style
   + LF



More information about the nexuiz-commits mailing list