r3018 - in trunk/data/qcsrc: client common menu menu/custom menu-div0test menu-div0test/item menu-div0test/nexuiz menu-div0test/oo server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Dec 12 08:56:46 EST 2007


Author: div0
Date: 2007-12-12 08:56:45 -0500 (Wed, 12 Dec 2007)
New Revision: 3018

Modified:
   trunk/data/qcsrc/client/csqc_builtins.h
   trunk/data/qcsrc/client/csqc_constants.h
   trunk/data/qcsrc/client/defs.c
   trunk/data/qcsrc/client/helpers.c
   trunk/data/qcsrc/client/main.c
   trunk/data/qcsrc/client/vars.h
   trunk/data/qcsrc/client/view.c
   trunk/data/qcsrc/common/campaign_file.qc
   trunk/data/qcsrc/common/campaign_setup.qc
   trunk/data/qcsrc/common/gamecommand.qc
   trunk/data/qcsrc/common/mapinfo.qc
   trunk/data/qcsrc/common/util.qc
   trunk/data/qcsrc/menu-div0test/classes.c
   trunk/data/qcsrc/menu-div0test/draw.qc
   trunk/data/qcsrc/menu-div0test/gamecommand.qc
   trunk/data/qcsrc/menu-div0test/item.c
   trunk/data/qcsrc/menu-div0test/item/borderimage.c
   trunk/data/qcsrc/menu-div0test/item/button.c
   trunk/data/qcsrc/menu-div0test/item/checkbox.c
   trunk/data/qcsrc/menu-div0test/item/container.c
   trunk/data/qcsrc/menu-div0test/item/dialog.c
   trunk/data/qcsrc/menu-div0test/item/gecko.c
   trunk/data/qcsrc/menu-div0test/item/image.c
   trunk/data/qcsrc/menu-div0test/item/inputbox.c
   trunk/data/qcsrc/menu-div0test/item/inputcontainer.c
   trunk/data/qcsrc/menu-div0test/item/label.c
   trunk/data/qcsrc/menu-div0test/item/listbox.c
   trunk/data/qcsrc/menu-div0test/item/modalcontroller.c
   trunk/data/qcsrc/menu-div0test/item/nexposee.c
   trunk/data/qcsrc/menu-div0test/item/radiobutton.c
   trunk/data/qcsrc/menu-div0test/item/slider.c
   trunk/data/qcsrc/menu-div0test/item/tab.c
   trunk/data/qcsrc/menu-div0test/item/textslider.c
   trunk/data/qcsrc/menu-div0test/menu.qc
   trunk/data/qcsrc/menu-div0test/nexuiz/button.c
   trunk/data/qcsrc/menu-div0test/nexuiz/checkbox.c
   trunk/data/qcsrc/menu-div0test/nexuiz/colorbutton.c
   trunk/data/qcsrc/menu-div0test/nexuiz/commandbutton.c
   trunk/data/qcsrc/menu-div0test/nexuiz/crosshairbutton.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_create.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_create_mapinfo.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_create_mutators.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_join.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_playersetup.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_quit.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings_audio.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings_effects.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings_video.c
   trunk/data/qcsrc/menu-div0test/nexuiz/dialog_teamselect.c
   trunk/data/qcsrc/menu-div0test/nexuiz/gametypebutton.c
   trunk/data/qcsrc/menu-div0test/nexuiz/image.c
   trunk/data/qcsrc/menu-div0test/nexuiz/inputbox.c
   trunk/data/qcsrc/menu-div0test/nexuiz/listbox.c
   trunk/data/qcsrc/menu-div0test/nexuiz/mainwindow.c
   trunk/data/qcsrc/menu-div0test/nexuiz/maplist.c
   trunk/data/qcsrc/menu-div0test/nexuiz/nexposee.c
   trunk/data/qcsrc/menu-div0test/nexuiz/playermodel.c
   trunk/data/qcsrc/menu-div0test/nexuiz/radiobutton.c
   trunk/data/qcsrc/menu-div0test/nexuiz/rootdialog.c
   trunk/data/qcsrc/menu-div0test/nexuiz/serverlist.c
   trunk/data/qcsrc/menu-div0test/nexuiz/slider.c
   trunk/data/qcsrc/menu-div0test/nexuiz/slider_resolution.c
   trunk/data/qcsrc/menu-div0test/nexuiz/tab.c
   trunk/data/qcsrc/menu-div0test/nexuiz/tabcontroller.c
   trunk/data/qcsrc/menu-div0test/nexuiz/textlabel.c
   trunk/data/qcsrc/menu-div0test/nexuiz/textslider.c
   trunk/data/qcsrc/menu-div0test/nexuiz/util.qc
   trunk/data/qcsrc/menu-div0test/oo/base.h
   trunk/data/qcsrc/menu-div0test/oo/classdefs.h
   trunk/data/qcsrc/menu-div0test/oo/constructors.h
   trunk/data/qcsrc/menu-div0test/oo/implementation.h
   trunk/data/qcsrc/menu/custom/campaign.qc
   trunk/data/qcsrc/menu/custom/demos.qm
   trunk/data/qcsrc/menu/custom/extresponse.qc
   trunk/data/qcsrc/menu/custom/gecko.qm
   trunk/data/qcsrc/menu/custom/sound.qm
   trunk/data/qcsrc/menu/gamecommand.qc
   trunk/data/qcsrc/server/arena.qc
Log:
zsh$ svn propset svn:eol-style native **/*.{c,h,qm,qc,qh}

This apparently needs to be done regularily, as SVN is too brain-dead to accept a repository setting for this by file type.



Property changes on: trunk/data/qcsrc/client/csqc_builtins.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/client/csqc_constants.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/client/defs.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/client/helpers.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/client/main.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/client/vars.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/client/view.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/common/campaign_file.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/common/campaign_setup.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/common/gamecommand.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/common/mapinfo.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/common/util.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu/custom/campaign.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu/custom/demos.qm
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu/custom/extresponse.qc
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: trunk/data/qcsrc/menu/custom/gecko.qm
===================================================================
--- trunk/data/qcsrc/menu/custom/gecko.qm	2007-12-12 13:38:33 UTC (rev 3017)
+++ trunk/data/qcsrc/menu/custom/gecko.qm	2007-12-12 13:56:45 UTC (rev 3018)
@@ -1,53 +1,53 @@
-// Andreas Kirsch 2007
-// Im putting it into custom because its not really engineered but simply hacked together
-.string targetURL;
-
-var float _gecko_instanceNumber;
-
-void() Item_Gecko_Draw = {
-	Menu_DrawPicture( self.pos, self.picture, self.size, self.color, self.alpha, self.drawFlag );
-};
-
-void() Item_Gecko_Destroy =
-{
-	if( self.picture ) {
-		gecko_destroy( self.picture );
-	}
-
-	String_EntityFree( self, picture );
-};
-
-void() Item_Gecko_Update = {
-	// "normalize" the mouse position
-	local vector lNormalizedPosition;
-	lNormalizedPosition_x = (Menu_Cursor_Position_x - self.pos_x) / self.size_x;
-	lNormalizedPosition_y = (Menu_Cursor_Position_y - self.pos_y) / self.size_y;
-	lNormalizedPosition_z = 0.0;
-
-	if( Util_InRect( lNormalizedPosition, '0 0 0', '1 1 0' ) ) {
-		gecko_mousemove( self.picture, lNormalizedPosition_x, lNormalizedPosition_y );
-	}
-};
-
-bool( float pKey, float pAscii ) Item_Gecko_Key = {
-	if( pKey == K_ESCAPE ) {
-		return false;
-	}
-	return gecko_keyevent( self.picture, pKey, GECKO_BUTTON_PRESS );
-};
-
-void() Item_Gecko_Spawn = {
-	// targetURL wont be changed anyway...
-	self.picture = String_Zone( strcat( "_dynamic/gecko/menu/", ftos( _gecko_instanceNumber ) ) );
-	_gecko_instanceNumber += 1;
-
-	gecko_create( self.picture );
-	gecko_navigate( self.picture, self.targetURL );
-
-	self._destroy = Item_Gecko_Destroy;
-	self._key = Item_Gecko_Key;
-	self._draw = Item_Gecko_Draw;
-	self._update = Item_Gecko_Update;
-};
-
-
+// Andreas Kirsch 2007
+// Im putting it into custom because its not really engineered but simply hacked together
+.string targetURL;
+
+var float _gecko_instanceNumber;
+
+void() Item_Gecko_Draw = {
+	Menu_DrawPicture( self.pos, self.picture, self.size, self.color, self.alpha, self.drawFlag );
+};
+
+void() Item_Gecko_Destroy =
+{
+	if( self.picture ) {
+		gecko_destroy( self.picture );
+	}
+
+	String_EntityFree( self, picture );
+};
+
+void() Item_Gecko_Update = {
+	// "normalize" the mouse position
+	local vector lNormalizedPosition;
+	lNormalizedPosition_x = (Menu_Cursor_Position_x - self.pos_x) / self.size_x;
+	lNormalizedPosition_y = (Menu_Cursor_Position_y - self.pos_y) / self.size_y;
+	lNormalizedPosition_z = 0.0;
+
+	if( Util_InRect( lNormalizedPosition, '0 0 0', '1 1 0' ) ) {
+		gecko_mousemove( self.picture, lNormalizedPosition_x, lNormalizedPosition_y );
+	}
+};
+
+bool( float pKey, float pAscii ) Item_Gecko_Key = {
+	if( pKey == K_ESCAPE ) {
+		return false;
+	}
+	return gecko_keyevent( self.picture, pKey, GECKO_BUTTON_PRESS );
+};
+
+void() Item_Gecko_Spawn = {
+	// targetURL wont be changed anyway...
+	self.picture = String_Zone( strcat( "_dynamic/gecko/menu/", ftos( _gecko_instanceNumber ) ) );
+	_gecko_instanceNumber += 1;
+
+	gecko_create( self.picture );
+	gecko_navigate( self.picture, self.targetURL );
+
+	self._destroy = Item_Gecko_Destroy;
+	self._key = Item_Gecko_Key;
+	self._draw = Item_Gecko_Draw;
+	self._update = Item_Gecko_Update;
+};
+
+


Property changes on: trunk/data/qcsrc/menu/custom/gecko.qm
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu/custom/sound.qm
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu/gamecommand.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/classes.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/draw.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/gamecommand.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/borderimage.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/button.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/checkbox.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/container.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/dialog.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/gecko.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/image.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/inputbox.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/inputcontainer.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/label.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/listbox.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/modalcontroller.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/nexposee.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/radiobutton.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/slider.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/tab.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item/textslider.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/item.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/menu.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/button.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/checkbox.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/colorbutton.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/commandbutton.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/crosshairbutton.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_create.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_create_mapinfo.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_create_mutators.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_join.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_multiplayer_playersetup.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_quit.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings_audio.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings_effects.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_settings_video.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/dialog_teamselect.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/gametypebutton.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/image.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/inputbox.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/listbox.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/mainwindow.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/maplist.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/nexposee.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/playermodel.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/radiobutton.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/rootdialog.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/serverlist.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/slider.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/slider_resolution.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/tab.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/tabcontroller.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/textlabel.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/textslider.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/nexuiz/util.qc
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/oo/base.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/oo/classdefs.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/oo/constructors.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/menu-div0test/oo/implementation.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/data/qcsrc/server/arena.qc
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the nexuiz-commits mailing list