r2237 - branches/nexuiz-2.0/data/menu trunk/data/menu

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 16 08:15:24 EDT 2007


Author: esteel
Date: 2007-03-16 08:15:24 -0400 (Fri, 16 Mar 2007)
New Revision: 2237

Modified:
   branches/nexuiz-2.0/data/menu/demos.menu
   branches/nexuiz-2.0/data/menu/joingame.menu
   trunk/data/menu/demos.menu
   trunk/data/menu/joingame.menu
Log:
cl_autodemo is back and working. USE IT USE IT USE IT :)


Modified: branches/nexuiz-2.0/data/menu/demos.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/demos.menu	2007-03-16 08:56:54 UTC (rev 2236)
+++ branches/nexuiz-2.0/data/menu/demos.menu	2007-03-16 12:15:24 UTC (rev 2237)
@@ -63,14 +63,11 @@
 			action	Nex_Demos_Start
 		}
 	}
-// until its fixed in the engine..
-Ignore
-{
 	Item Layout Settings
 	{
 		size		'1000 200'
 		alignment	[AlignLeft]
-		pos		'50 540'
+		pos		'50 537'
 		direction	'0 10'
 		
 		Derive Nex_Option_Switch AutoDemo
@@ -98,4 +95,3 @@
 		}
 	}
 }
-}

Modified: branches/nexuiz-2.0/data/menu/joingame.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/joingame.menu	2007-03-16 08:56:54 UTC (rev 2236)
+++ branches/nexuiz-2.0/data/menu/joingame.menu	2007-03-16 12:15:24 UTC (rev 2237)
@@ -198,9 +198,40 @@
 	}
 	Derive PictureButton Refresh
 	{
-		pos	'395 522'
+		pos	'30 522'
 		normal	"$gfx/join_b_refresh"
 
 		action 	Nex_Action_RefreshSlist
 	}
+	Item Layout Settings
+	{
+		size		'1000 200'
+		alignment	[AlignLeft]
+		pos		'200 537'
+		direction	'0 10'
+		
+		Derive Nex_Option_Switch AutoDemo
+		{
+			text	"Automatically record a Demo when playing"
+			target	"Data::Demos::AutoDemo::Switch"
+		}
+		DeriveTemplate Nex_Composition Option_EditBox
+		{
+			DeriveTemplate Nex_Automation_Option_EditBox Automation
+			{}
+			DeriveTemplate TextButton Description
+			{}
+			DeriveTemplate EditBox EditBox
+			{
+				size 	'500 12'
+				action  Nex_Action_TestOnChange
+				select  Nex_Action_TestOnSelect
+			}
+		}
+		Derive Option_EditBox AutoDemoFormat
+		{
+			text	"Demo Name Format"
+			target	"Data::Demos::AutoDemoFormat::Text"
+		}
+	}
 }

Modified: trunk/data/menu/demos.menu
===================================================================
--- trunk/data/menu/demos.menu	2007-03-16 08:56:54 UTC (rev 2236)
+++ trunk/data/menu/demos.menu	2007-03-16 12:15:24 UTC (rev 2237)
@@ -63,14 +63,11 @@
 			action	Nex_Demos_Start
 		}
 	}
-// until its fixed in the engine..
-Ignore
-{
 	Item Layout Settings
 	{
 		size		'1000 200'
 		alignment	[AlignLeft]
-		pos		'50 540'
+		pos		'50 537'
 		direction	'0 10'
 		
 		Derive Nex_Option_Switch AutoDemo
@@ -98,4 +95,3 @@
 		}
 	}
 }
-}

Modified: trunk/data/menu/joingame.menu
===================================================================
--- trunk/data/menu/joingame.menu	2007-03-16 08:56:54 UTC (rev 2236)
+++ trunk/data/menu/joingame.menu	2007-03-16 12:15:24 UTC (rev 2237)
@@ -198,9 +198,40 @@
 	}
 	Derive PictureButton Refresh
 	{
-		pos	'395 522'
+		pos	'30 522'
 		normal	"$gfx/join_b_refresh"
 
 		action 	Nex_Action_RefreshSlist
 	}
+	Item Layout Settings
+	{
+		size		'1000 200'
+		alignment	[AlignLeft]
+		pos		'200 537'
+		direction	'0 10'
+		
+		Derive Nex_Option_Switch AutoDemo
+		{
+			text	"Automatically record a Demo when playing"
+			target	"Data::Demos::AutoDemo::Switch"
+		}
+		DeriveTemplate Nex_Composition Option_EditBox
+		{
+			DeriveTemplate Nex_Automation_Option_EditBox Automation
+			{}
+			DeriveTemplate TextButton Description
+			{}
+			DeriveTemplate EditBox EditBox
+			{
+				size 	'500 12'
+				action  Nex_Action_TestOnChange
+				select  Nex_Action_TestOnSelect
+			}
+		}
+		Derive Option_EditBox AutoDemoFormat
+		{
+			text	"Demo Name Format"
+			target	"Data::Demos::AutoDemoFormat::Text"
+		}
+	}
 }




More information about the nexuiz-commits mailing list