Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.Tab_SPLadderTeam


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153
00154
00155
00156
00157
00158
00159
00160
00161
00162
00163
00164
00165
00166
00167
00168
00169
00170
00171
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
00214
00215
00216
00217
00218
00219
00220
00221
00222
00223
00224
00225
00226
00227
00228
00229
00230
00231
00232
00233
00234
00235
00236
00237
00238
00239
00240
00241
00242
00243
00244
00245
00246
00247
00248
00249
00250
00251
00252
00253
00254
00255
00256
00257
00258
00259
00260
00261
00262
00263
00264
00265
00266
00267
00268
00269
00270
00271
00272
00273
00274
00275
00276
00277
00278
00279
00280
00281
00282
00283
00284
00285
00286
00287
00288
00289
00290
00291
00292
00293
00294
00295
00296
00297
00298
00299
00300
00301
00302
00303
00304
00305
00306
00307
00308
00309
00310
00311
00312
00313
00314
00315
00316
00317
00318
00319
00320
00321
00322
00323
00324
00325
00326
00327
00328
00329
00330
00331
00332
00333
00334
00335
00336
00337
00338
00339
00340
00341
00342
00343
00344
00345
00346
00347
00348
00349
00350
00351
00352
00353
00354
00355
00356
00357
00358
00359
00360
00361
00362
00363
00364
00365
00366
00367
00368
00369
00370
00371
00372
00373
00374
00375
00376
00377
00378
00379
00380
00381
00382
00383
00384
00385
00386
00387
00388
00389
00390
00391
00392
00393
00394
00395
00396
00397
00398
00399
00400
00401
00402
00403
00404
00405
00406
00407
00408
00409
00410
00411
00412
00413
00414
00415
00416
00417
00418
00419
00420
00421
00422
00423
00424
00425
00426
00427
00428
00429
00430
00431
00432
00433
00434
00435
00436
00437
00438
00439
00440
00441
00442
00443
00444
00445
00446
00447
00448
00449
00450
00451
00452
00453
00454
00455
00456
00457
00458
00459
00460
00461
00462
00463
00464
00465
00466
00467
00468
00469
00470
00471
00472
00473
00474
00475
00476
00477
00478
00479
00480
00481
00482
00483
00484
00485
00486
00487
00488
00489
00490
00491
00492
00493
00494
00495
00496
00497
00498
00499
00500
00501
00502
00503
00504
00505
00506
00507
00508
00509
00510
00511
00512
00513
00514
00515
00516
00517
00518
00519
00520
00521
00522
00523
00524
00525
00526
00527
00528
00529
00530
00531
00532
00533
00534
00535
00536
00537
00538
00539
00540
00541
00542
00543
00544
00545
00546
00547
00548
00549
// ====================================================================
//  Class:  XInterface.Tab_SPLadderTeam
//  Parent: XInterface.Tab_SPLadderBase
//  Single player menu for for selecting which match to play.
//  author:  capps 8/24/02
// ====================================================================

class Tab_SPLadderTeam extends Tab_SPLadderBase;

#exec OBJ LOAD FILE=InterfaceContent.utx

var array<LadderButton> TDMButtons;
var array<LadderButton> DOMButtons;
var array<LadderButton> BRButtons;
var array<LadderButton> CTFButtons;
var array<int>			LockIndexes;
var GUIGfxButton		ChampButton;
var GUIImage			ChampBorder;

function InitPanel()
{
local int i;

	ScrollInfo=GUIScrollTextBox(Controls[4]);
	MapPicHolder=GUIImage(Controls[1]);
	MapNameLabel=GUILabel(Controls[3]);
	ChampButton=GUIGfxButton(Controls[29]);
	ChampBorder=GUIImage(Controls[30]);

	// Create TDMButtons Array
	for (i=0; i<6; i++)
		TDMButtons[TDMButtons.Length] = NewLadderButton(1, i, 0.050195, 0.799215 - 0.128333 * i);

	for (i=0; i<5; i++)
		DOMButtons[DOMButtons.Length] = NewLadderButton(2, i, 0.176172, 0.799215 - 0.128333 * i);

	for (i=0; i<5; i++)
		BRButtons[BRButtons.Length] = NewLadderButton(4, i, 0.733789, 0.799215 - 0.128333 * i);

	for (i=0; i<6; i++)
		CTFButtons[CTFButtons.Length] = NewLadderButton(3, i, 0.860742, 0.799215 - 0.128333 * i);

	ScrollInfo.SetContent("");

	OnProfileUpdated();
}

function OnProfileUpdated()
{
local int i;

	for (i=0; i<6; i++)
	{
		UpdateLadderButton(TDMButtons[i], 1, i);
		UpdateLadderButton(CTFButtons[i], 3, i);
	}
		
	for (i=0; i<5; i++)
	{
		UpdateLadderButton(DOMButtons[i], 2, i);
		UpdateLadderButton(BRButtons[i], 4, i);
	}

	ChampBorder.bVisible=false;

	// Set the Yellow Bars and the Lock picture for completed ladders
	SetYellowBar(1, 12, TDMButtons);
	SetYellowBar(2, 20, DOMButtons); 	
	SetYellowBar(4, 24, BRButtons); 	
	SetYellowBar(3, 16, CTFButtons);
	SetChampionship(false);

	// Figure out which map info to display, always display lowest uncompleted ladder's next map
	if (GetProfile() != None)
	{
		GetProfile().ChampBorderObject = ChampBorder;

		if (!SetActiveMatch(1, TDMButtons) && !SetActiveMatch(2, DOMButtons) && !SetActiveMatch(3, CTFButtons) && !SetActiveMatch(4, BRButtons))
		{
			if (GetProfile().LadderRung[5] >= 0) {
				Log ( "SINGLEPLAYER Opening Championship." );
				SetChampionship(true);		// turn on button
				ChampMatch(ChampButton);	// and select it
			}
		}
	}
	// Else Display a No Picture avail (default picture)
}

function int SetYellowBar(int ladder, int index, out array<LadderButton> Buttons)
{
local int Rung, lockindex;
local string HiStr;

	Super.SetYellowBar(ladder, index, Buttons);

	if (GetProfile() != None)
	{
		Rung = GetProfile().LadderRung[ladder];
		lockindex = ladder;
		// Reset Lock pictures with the bars going to them

		HiStr = "";
		if (Rung == Buttons.Length)
			HiStr = "Hi";


		GUIImage(Controls[4+lockindex]).Image = DLOMaterial("InterfaceContent.SPMenu.Lock"$lockindex$HiStr);
		if (ladder < 3)
			GUIImage(Controls[index-2]).Image = DLOMaterial("InterfaceContent.SPMenu.BarCornerLeft"$HiStr);
		else
			GUIImage(Controls[index-2]).Image = DLOMaterial("InterfaceContent.SPMenu.BarCornerRight"$HiStr);
		GUIImage(Controls[index-3]).Image = DLOMaterial("InterfaceContent.SPMenu.BarHorizontal"$HiStr);
	}

	if (HiStr == "Hi")
		return 1;
	else 
		return 0;
}

// received click from the championship button
function bool ChampMatch (GUIComponent Sender) 
{
	local LadderButton LButton;
	local GameProfile GP;

	GP = GetProfile();
	if (GP != None ) 
	{
		if ( GP.ChampBorderObject != none ) 
			GUIImage(GP.ChampBorderObject).bVisible=true;
		GP.CurrentMenuRung = GP.LadderRung[5];
		GP.CurrentLadder = 5;
		LButton=LadderButton(GP.NextMatchObject);
		if ( LButton != none ) 
		{
			LButton.SetState(GP.LadderRung[LButton.LadderIndex]);
			LButton = none;
		}
		ShowMatchInfo( GP.GetMatchInfo ( GP.CurrentLadder, GP.CurrentMenuRung ) );
		MatchUpdated(GP.CurrentLadder, GP.CurrentMenuRung);
	}
	return true;
}

// 
function SetChampionship(bool bEnable) 
{
	local MatchInfo MI;
	local GameProfile GP;

	GP = GetProfile();
	if (GP != None ) 
	{
		ChampButton.bVisible=bEnable;
		ChampButton.bAcceptsInput=bEnable;
		ChampButton.bNeverFocus=!bEnable;

		if ( bEnable ) 
		{
			// completed or not?
			if ( GP.LadderRung[5] >= GP.GameLadder.default.ChampionshipMatches.Length ) 
			{
				ChampButton.Graphic = DLOMaterial("PlayerPictures.aDOM");
				// show trophy
			} 
			else 
			{
				// show thumb
				MI = GP.GetMatchInfo( 5, GP.LadderRung[5] );
				ChampButton.Graphic = DLOMaterial("SinglePlayerThumbs."$MI.LevelName);		
			}
		}
	}
}

defaultproperties
{
	Begin Object Class=GUIImage Name=MapPicBack
		Image=Material'InterfaceContent.Menu.EditBox'
		WinWidth=0.413281
		WinHeight=0.294141
		WinLeft=0.293164
		WinTop=0.247917
		ImageStyle=ISTY_Stretched
	End Object

	Begin Object Class=GUIImage Name=MapPic
		Image=Material'InterfaceContent.Menu.NoLevelPreview'
		WinWidth=0.401563
		WinHeight=0.279493
		WinLeft=0.299219
		WinTop=0.255313
		ImageStyle=ISTY_Justified
		ImageAlign=IMGA_Center
	End Object

	Begin Object Class=GUIImage Name=MapInfoBack
		Image=Material'InterfaceContent.Menu.EditBox'
		WinWidth=0.412305
		WinHeight=0.361524
		WinLeft=0.294141
		WinTop=0.551823
		ImageStyle=ISTY_Stretched
	End Object

	Begin Object Class=GUILabel Name=MapInfoName
		Caption="No Match Selected"
		WinWidth=0.396680
		WinHeight=0.051406
		WinLeft=0.301172
		WinTop=0.562240
		TextAlign=TXTA_Center
		TextFont="UT2HeaderFont"
		TextColor=(R=220,G=180,B=0,A=255)	
	End Object

	Begin Object Class=GUIScrollTextBox Name=MapInfoScroll
		WinWidth=0.402539
		WinHeight=0.290234
		WinLeft=0.299023
		WinTop=0.616407
		CharDelay=0.0025
		EOLDelay=0.5
		bNeverFocus=true
		StyleName="NoBackground"
	End Object

	Begin Object Class=GUIImage Name=ImgLock1
		Image=Material'InterfaceContent.SPMenu.Lock1'
		WinWidth=0.062891
		WinHeight=0.087305
		WinLeft=0.437695
		WinTop=0.064322
		ImageStyle=ISTY_Scaled
		ImageAlign=IMGA_Center
	End Object

	Begin Object Class=GUIImage Name=ImgLock2
		Image=Material'InterfaceContent.SPMenu.Lock2'
		WinWidth=0.062891
		WinHeight=0.087305
		WinLeft=0.437695
		WinTop=0.150260
		ImageStyle=ISTY_Scaled
		ImageAlign=IMGA_Center
	End Object

	Begin Object Class=GUIImage Name=ImgLock3
		Image=Material'InterfaceContent.SPMenu.Lock3'
		WinWidth=0.062891
		WinHeight=0.087305
		WinLeft=0.500195
		WinTop=0.064322
		ImageStyle=ISTY_Scaled
		ImageAlign=IMGA_Center
	End Object

	Begin Object Class=GUIImage Name=ImgLock4
		Image=Material'InterfaceContent.SPMenu.Lock4'
		WinWidth=0.062891
		WinHeight=0.087305
		WinLeft=0.500195
		WinTop=0.150260
		ImageStyle=ISTY_Scaled
		ImageAlign=IMGA_Center
	End Object

	// BAR LEADING TO TDM LADDER

	Begin Object Class=GUIImage Name=TopLeftBar
		Image=Material'InterfaceContent.SPMenu.BarHorizontal'
		WinWidth=0.338086
		WinHeight=0.003906
		WinLeft=0.099218
		WinTop=0.105729
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=TopLeftCorner
		Image=Material'InterfaceContent.SPMenu.BarCornerLeft'
		WinWidth=0.003906
		WinHeight=0.003906
		WinLeft=0.095312
		WinTop=0.105729
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=TDMBar1
		Image=Material'InterfaceContent.SPMenu.BarVertical'
		WinWidth=0.003906
		WinLeft=0.095312
		WinTop=0.109896
		WinHeight=0.682227
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=TDMBar2
		Image=Material'InterfaceContent.SPMenu.BarVerticalHi'
		WinWidth=0.003906
		WinLeft=0.095312
		WinTop=0.109896
		WinHeight=0.682227
		ImageStyle=ISTY_Scaled
		bVisible=false
	End Object

	// BAR LEADING TO CTF LADDER

	Begin Object Class=GUIImage Name=TopRightBar
		Image=Material'InterfaceContent.SPMenu.BarHorizontal'
		WinWidth=0.338086
		WinHeight=0.003906
		WinLeft=0.563085
		WinTop=0.105729
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=TopRightCorner
		Image=Material'InterfaceContent.SPMenu.BarCornerRight'
		WinWidth=0.003906
		WinHeight=0.003906
		WinLeft=0.901171
		WinTop=0.105729
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=CTFBar1
		Image=Material'InterfaceContent.SPMenu.BarVertical'
		WinWidth=0.003906
		WinLeft=0.901171
		WinTop=0.109896
		WinHeight=0.682227
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=CTFBar2
		Image=Material'InterfaceContent.SPMenu.BarVerticalHi'
		WinWidth=0.003906
		WinLeft=0.901171
		WinTop=0.109896
		WinHeight=0.682227
		ImageStyle=ISTY_Scaled
		bVisible=false
	End Object

	// BAR LEADING TO DOM LADDER

	Begin Object Class=GUIImage Name=MidLeftBar
		Image=Material'InterfaceContent.SPMenu.BarHorizontal'
		WinWidth=0.215039
		WinHeight=0.003906
		WinLeft=0.222266
		WinTop=0.194218
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=MidLeftCorner
		Image=Material'InterfaceContent.SPMenu.BarCornerLeft'
		WinWidth=0.003906
		WinHeight=0.003906
		WinLeft=0.219336
		WinTop=0.194218
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=DOMBar1
		Image=Material'InterfaceContent.SPMenu.BarVertical'
		WinWidth=0.003906
		WinHeight=0.594688
		WinLeft=0.219336
		WinTop=0.198125
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=DOMBar2
		Image=Material'InterfaceContent.SPMenu.BarVerticalHi'
		WinWidth=0.003906
		WinHeight=0.594688
		WinLeft=0.219336
		WinTop=0.198125
		ImageStyle=ISTY_Scaled
		bVisible=false
	End Object

	// BAR LEADING TO BR LADDER

	Begin Object Class=GUIImage Name=MidRightBar
		Image=Material'InterfaceContent.SPMenu.BarHorizontal'
		WinWidth=0.213086
		WinHeight=0.003906
		WinLeft=0.563085
		WinTop=0.194270
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=MidRightCorner
		Image=Material'InterfaceContent.SPMenu.BarCornerRight'
		WinWidth=0.003906
		WinHeight=0.003906
		WinLeft=0.776171
		WinTop=0.194271
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=BRBar1
		Image=Material'InterfaceContent.SPMenu.BarVertical'
		WinWidth=0.003906
		WinHeight=0.594687
		WinLeft=0.775976
		WinTop=0.197970
		ImageStyle=ISTY_Scaled
	End Object

	Begin Object Class=GUIImage Name=BRBar2
		Image=Material'InterfaceContent.SPMenu.BarVerticalHi'
		WinWidth=0.003906
		WinHeight=0.594687
		WinLeft=0.775976
		WinTop=0.197970
		ImageStyle=ISTY_Scaled
		bVisible=false
	End Object

	// Ladder Labels

	Begin Object Class=GUILabel Name=TDMLabel
		Caption="TEAM DEATHMATCH"
		TextColor=(R=192,B=192,G=192,A=255)
		bTransparent=true
		BackColor=(R=255,B=255,G=255,A=255)
		TextAlign=TXTA_Center
		WinWidth=0.347500
		WinHeight=0.043125
		WinLeft=0.118437
		WinTop=0.060833
	End Object

	Begin Object Class=GUILabel Name=CTFLabel
		Caption="CAPTURE THE FLAG"
		TextColor=(R=192,B=192,G=192,A=255)
		bTransparent=true
		BackColor=(R=255,B=255,G=255,A=255)
		TextAlign=TXTA_Center
		WinWidth=0.346250
		WinHeight=0.043125
		WinLeft=0.544064
		WinTop=0.060833
	End Object

	Begin Object Class=GUILabel Name=DOMLabel
		Caption="DOMINATION"
		TextColor=(R=192,B=192,G=192,A=255)
		bTransparent=true
		BackColor=(R=255,B=255,G=255,A=255)
		TextAlign=TXTA_Center
		WinWidth=0.223122
		WinHeight=0.043125
		WinLeft=0.242813
		WinTop=0.149167
	End Object

	Begin Object Class=GUILabel Name=BRLabel
		Caption="BOMBING RUN"
		TextColor=(R=192,B=192,G=192,A=255)
		bTransparent=true
		BackColor=(R=255,B=255,G=255,A=255)
		TextAlign=TXTA_Center
		WinWidth=0.221874
		WinHeight=0.043125
		WinLeft=0.537818
		WinTop=0.149166
	End Object

	// championship image
	Begin Object Class=GUIGfxButton Name=SPLChampButton
		Graphic=Material'InterfaceContent.SPMenu.Lock1'
		WinWidth=0.083925
		WinHeight=0.113688
		WinLeft=0.458633
		WinTop=0.094322
	    Position=ICP_Scaled
		bVisible=false
		bAcceptsInput=false
		OnClick=ChampMatch
		OnDblClick=MatchDoubleClick
		bRepeatClick=false
	End Object

	// championship border
	Begin Object Class=GUIImage Name=SPLChampBorder
		Image=Material'InterfaceContent.SP_FinalButton'
		WinWidth=0.125722
		WinHeight=0.172673
		WinLeft=0.437930
		WinTop=0.064895
		bVisible=false
		bAcceptsInput=false
		ImageStyle=ISTY_Scaled
	End Object



	Controls(0)=GUIImage'MapPicBack'
	Controls(1)=GUIImage'MapPic'
	Controls(2)=GUIImage'MapInfoBack'
	Controls(3)=GUILabel'MapInfoName'
	Controls(4)=GUIScrollTextBox'MapInfoScroll'
	Controls(5)=GUIImage'ImgLock1'
	Controls(6)=GUIImage'ImgLock2'
	Controls(7)=GUIImage'ImgLock3'
	Controls(8)=GUIImage'ImgLock4'
	Controls(9)=GUIImage'TopLeftBar'
	Controls(10)=GUIImage'TopLeftCorner'
	Controls(11)=GUIImage'TDMBar1'
	Controls(12)=GUIImage'TDMBar2'
	Controls(13)=GUIImage'TopRightBar'
	Controls(14)=GUIImage'TopRightCorner'
	Controls(15)=GUIImage'CTFBar1'
	Controls(16)=GUIImage'CTFBar2'
	Controls(17)=GUIImage'MidLeftBar'
	Controls(18)=GUIImage'MidLeftCorner'
	Controls(19)=GUIImage'DOMBar1'
	Controls(20)=GUIImage'DOMBar2'
	Controls(21)=GUIImage'MidRightBar'
	Controls(22)=GUIImage'MidRightCorner'
	Controls(23)=GUIImage'BRBar1'
	Controls(24)=GUIImage'BRBar2'
	Controls(25)=GUILabel'TDMLabel'
	Controls(26)=GUILabel'CTFLabel'
	Controls(27)=GUILabel'DOMLabel'
	Controls(28)=GUILabel'BRLabel'
	Controls(29)=GUIGfxButton'SPLChampButton'
	Controls(30)=GUIImage'SPLChampBorder'

	LockIndexes(0)=0
	LockIndexes(1)=1
	LockIndexes(2)=3
	LockIndexes(3)=2
	LockIndexes(4)=4

	WinTop=0.15
	WinLeft=0
	WinWidth=1
	WinHeight=0.77
	bAcceptsInput=false		
	bFillHeight=true;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:36:28.000 - Creation time: Do 14.8.2014 09:58:51.671 - Created with UnCodeX