-
Notifications
You must be signed in to change notification settings - Fork 2
/
Initiate
423 lines (423 loc) · 27.2 KB
/
Initiate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
CODBanFile.cpp: status="Reading Ban File"; progress->SetStatus(status);
DropList.cpp: status="Reading Drop List"; progress->SetStatus(status);
DropList.cpp: progress->Initiate(dropCount,
DropList.cpp: progress->Update(dropIndex+1);
ExternalDatabase.cpp: progress->Initiate(rowCount," rows",1," rows",1);
ExternalDatabase.cpp: progress->Update(currentRowCount);
ExternalDatabase.cpp: progress->Update(currentRowCount);
ExternalDatabase.cpp: progress->SetStatus(msg);
ExternalDatabase.cpp: progress->SetStatus(msg);
ExternalDatabase.cpp: progress->Update(currentRowCount);
ExternalDatabase.cpp: progress->SetStatus(msg);
ExternalDatabase.cpp: progress->SetStatus(msg);
ExternalDatabase.cpp: progress->Update(currentRowCount);
ExternalDatabase.cpp: progress->SetStatus(msg);
ExternalDatabase.cpp: progress->Update(currentRowCount);
ExternalDatabase.cpp: progress->SetStatus(msg);
ExternalDatabase.cpp: progress->Update(*currentRowCount);
ExternalDatabase.cpp: progress->Update(*currentRowCount);
ExternalDatabase.cpp: progress->LogError(msg,SeverityError);
ExternalDatabase.cpp: progress->LogError(msg,SeverityError);
ExternalDatabase.cpp: progress->LogError(msg,SeverityError);
ExternalDatabase.cpp: progress->LogError(msg,SeverityError);
ExternalDatabase.cpp: progress->LogError(msg,SeverityError);
FTPBrowserPanel.cpp: progress->SetDynamicPanel(NULL);
FTPBrowserPanel.cpp: status="Getting Size";progress->SetStatus(status);
FTPBrowserPanel.cpp: status="Done";progress->SetStatus(status);
FTPBrowserPanel.cpp: status="Getting Directory Listing"; progress->SetStatus(status);
FTPBrowserPanel.cpp: status="Done"; progress->SetStatus(status);
FTPBrowserPanel.cpp: progress->SetDynamicPanel(progressPanel);
FTPBrowserPanel.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DYNAMIC);
FTPBrowserPanel.cpp: progress->UpdateLabel("");
GlobalStatistics.cpp: progress->Initiate((long)rounds.GetCount(),
GlobalStatistics.cpp: progress->Update((long)(roundIndex+1));
GlobalStatistics.cpp: status="Reading Aliases"; progress->SetStatus(status);
GlobalStatistics.cpp: progress->Initiate(aliasCount,
GlobalStatistics.cpp: progress->Update(aliasIndex+1);
GlobalStatistics.cpp: progress->DisableTimeToGo();
GlobalStatistics.cpp: progress->Initiate(topValue,
GlobalStatistics.cpp: progress->Update(1);
GlobalStatistics.cpp: progress->Update(2);
GlobalStatistics.cpp: progress->Update(3);
GlobalStatistics.cpp: progress->Update(4);
GlobalStatistics.cpp: progress->ClearErrors();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_GENERAL);
GlobalStatistics.cpp: progress->LogError(templateFilename);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DOWNLOAD_LOGS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_PROCESS_LOGS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DROPPING_PLAYERS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_CALCULATING_SCORES1);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_CREATE_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_EMPTY_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_WRITE_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_TRANSFER_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_READ_TEMPLATE);
GlobalStatistics.cpp: progress->DisableTimeToGo();
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_PROCESS_TEMPLATE);
GlobalStatistics.cpp: progress->DisableTimeToGo();
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_WEBSITE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->Initiate(
GlobalStatistics.cpp: progress->LogError(msg,SeverityCaution);
GlobalStatistics.cpp: progress->Update((long)roundIndex+1);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_CALCULATING_SCORES2);
GlobalStatistics.cpp: progress->Initiate(
GlobalStatistics.cpp: progress->Update((long)playerIndex+1);
GlobalStatistics.cpp: status="Read Award Definitions"; progress->SetStatus(status);
GlobalStatistics.cpp: status="Updating Servers"; progress->SetStatus(status);
GlobalStatistics.cpp: status="Read Clan Definitions"; progress->SetStatus(status);
GlobalStatistics.cpp: progress->ClearErrors();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_GENERAL);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_CREATE_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_APPLY_ALIASES);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DOWNLOAD_LOGS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DATABASE_READ_STATIC);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_EMPTY_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_PROCESS_LOGS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DATABASE_LOCATE_EXISTING_PLAYERS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_DROPPING_PLAYERS);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_CALCULATING_SCORES1);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_WRITE_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_READ_TEMPLATE);
GlobalStatistics.cpp: progress->DisableTimeToGo();
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_PROCESS_TEMPLATE);
GlobalStatistics.cpp: progress->DisableTimeToGo();
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_TRANSFER_DATABASE);
GlobalStatistics.cpp: progress->Finalise();
GlobalStatistics.cpp: progress->ChoosePanel(WINDOW_ID_PROGRESS_PANEL_WEBSITE);
GlobalStatistics.cpp: progress->Finalise();
LogFile.cpp: progress->SetStatus(msg);
LogFileReader.cpp: progress->Update(currentFilePosition);
LogFileReader.cpp: progress->LogError(errorMessage,SeverityError);
MessageCentre.cpp: progress->LogError(msg,SeverityCaution);
MessageCentre.cpp: progress->LogError(msg,SeverityCaution);
MessageCentre.cpp: progress->LogError(msg,SeverityCaution);
MessageCentre.cpp: progress->LogError(msg,SeverityCaution);
MessageCentre.cpp: progress->LogError(msg,SeverityCaution);
MessageCentre.cpp: progress->LogError(msg,SeverityError);
MessageCentre.cpp: progress->LogError(msg,SeverityError);
PunkbusterBanFile.cpp: status="Reading Ban File"; progress->SetStatus(status);
QuakeWarsLogFileReader.cpp: progress->Update(currentPosition);
QuakeWarsLogFileReader.cpp: progress->Update(currentPosition);
QuakeWarsLogFileReader.cpp: progress->LogError(errorMessage,SeverityError);
RemoteMachine.cpp: progress->SetStatus(msg);
RemoteMachine.cpp: progress->LogError(msg,SeverityOK);
RemoteMachine.cpp: progress->Update(remoteFileSize);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->Update(bytesRead);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,SeverityCaution);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(errorMessage,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->Update(bytesTransferred);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
RemoteMachine.cpp: progress->LogError(msg,maxErrorSeverity);
Round.cpp: progress->WakeUp();
Server.cpp: progress->Initiate(totalFileSize,
Server.cpp: progress->Update(0);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->SetStatus(msg);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->Initiate(totalFileSize,
Server.cpp: //progress->SetStatus(msg);
Server.cpp: progress->SetOffset(progress->CurrentValue());
Server.cpp: progress->SetOffset(progress->CurrentValue());
Server.cpp: progress->SetOffset(progress->CurrentValue());
Server.cpp: progress->SetOffset(progress->CurrentValue());
Server.cpp: progress->LogError(msg,SeverityCaution);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->LogError(msg,SeverityError);
Server.cpp: progress->Initiate(
Server.cpp: currentProgress=progress->CurrentValue();
Server.cpp: progress->Update(currentProgress);
StatsgenApp.cpp: itemSize=progress->GetSize();
StatsgenDatabase.cpp: progress->LogError(msg,SeverityError);
StatsgenDatabase.cpp: progress->Initiate(topValue,
StatsgenDatabase.cpp: progress->DisableTimeToGo();
StatsgenDatabase.cpp: progress->Update(step++);
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Changed Players");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Changed Rounds");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Actions");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Ammo");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Weapons");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Maps");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Teams");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Classes");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Gametypes");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Locations");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:XP");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Cheats");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Skill Weights");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Score Weights");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Avatars");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Picture");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Website");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:XFire");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Clan Role");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Real Name");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Misc 1");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Misc 2");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("AKA List");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kill Totals:Maps");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kill Totals:Game Types");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kill Totals:Weapons");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kill Totals:Locations");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kill Totals:Teams");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kill Totals:Classes");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Servers");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Server Variables");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Server Progress");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Clans");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Players");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Rounds");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Round Variables");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Kills");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Team Wins");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Team Losses");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Actions");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Speech");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Players In Rounds");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Award Points");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Total XP Points");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("XP Points");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Streaks");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Award Definitions");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Miscellaneous");
StatsgenDatabase.cpp:// progress->Update(step++);progress->SetStatus("Indexes");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Views");
StatsgenDatabase.cpp: progress->LogError(errorString,SeverityError);
StatsgenDatabase.cpp: progress->Initiate(topValue,
StatsgenDatabase.cpp: progress->DisableTimeToGo();
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Starting");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Changed Players");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Changed Rounds");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Actions");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Ammo");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Weapons");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Maps");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Teams");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Classes");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Game Types");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:Locations");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Keys:XP");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Total XP List");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("XP List");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Cheaters List");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("AKA List");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Skill Weights");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Score Weights");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Avatars");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Pictures");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Website");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:XFire");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Clan Roles");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Real Names");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Misc 1");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Player Data:Misc 2");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kill Totals:Maps");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kill Totals:Game Types");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kill Totals:Weapons");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kill Totals:Locations");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kill Totals:Teams");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kill Totals:Classes");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Server Variables");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Servers");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Clans");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Players");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Rounds");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Round Variables");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Kills");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Team Wins");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Team Losses");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Actions");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Speech");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Players In Rounds");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Award Points");
StatsgenDatabase.cpp: // progress->Update(step++);progress->SetStatus("Streaks");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Award Definition");
StatsgenDatabase.cpp: progress->Update(step++);progress->SetStatus("Miscellaneous");
StatsgenDatabase.cpp: progress->SetStatus(totaltype);
StatsgenDatabase.cpp: progress->SetStatus("Create Indexes");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_1");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_2");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_3");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_4");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_5");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_6");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_7");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_8");
StatsgenDatabase.cpp: progress->SetStatus("xppoints_9");
StatsgenDatabase.cpp: progress->SetStatus("xptotalpoints_1");
StatsgenDatabase.cpp: progress->SetStatus("xptotalpoints_2");
StatsgenDatabase.cpp: progress->SetStatus("xptotalpoints_3");
StatsgenDatabase.cpp: progress->SetStatus("xptotalpoints_4");
StatsgenDatabase.cpp: progress->SetStatus("roundvariables_1");
StatsgenDatabase.cpp: progress->SetStatus("roundvariables_2");
StatsgenDatabase.cpp: progress->SetStatus("roundvariables_3");
StatsgenDatabase.cpp: progress->SetStatus("roundvariables_4");
StatsgenDatabase.cpp: progress->SetStatus("action_1");
StatsgenDatabase.cpp: progress->SetStatus("action_2");
StatsgenDatabase.cpp: progress->SetStatus("class_1");
StatsgenDatabase.cpp: progress->SetStatus("class_2");
StatsgenDatabase.cpp: progress->SetStatus("gametype_1");
StatsgenDatabase.cpp: progress->SetStatus("gametype_2");
StatsgenDatabase.cpp: progress->SetStatus("location_1");
StatsgenDatabase.cpp: progress->SetStatus("location_2");
StatsgenDatabase.cpp: progress->SetStatus("map_1");
StatsgenDatabase.cpp: progress->SetStatus("map_2");
StatsgenDatabase.cpp: progress->SetStatus("team_1");
StatsgenDatabase.cpp: progress->SetStatus("team_2");
StatsgenDatabase.cpp: progress->SetStatus("weapon_1");
StatsgenDatabase.cpp: progress->SetStatus("weapon_2");
StatsgenDatabase.cpp: progress->SetStatus("actiondata_1");
StatsgenDatabase.cpp: progress->SetStatus("actiondata_2");
StatsgenDatabase.cpp: progress->SetStatus("actiondata_3");
StatsgenDatabase.cpp: progress->SetStatus("actiondata_4");
StatsgenDatabase.cpp: progress->SetStatus("killdata_1");
StatsgenDatabase.cpp: progress->SetStatus("killdata_2");
StatsgenDatabase.cpp: progress->SetStatus("killdata_3");
StatsgenDatabase.cpp: progress->SetStatus("killdata_4");
StatsgenDatabase.cpp: progress->SetStatus("killdata_5");
StatsgenDatabase.cpp: progress->SetStatus("killdata_6");
StatsgenDatabase.cpp: progress->SetStatus("killdata_7");
StatsgenDatabase.cpp: progress->SetStatus("killdata_8");
StatsgenDatabase.cpp: progress->SetStatus("killdata_9");
StatsgenDatabase.cpp: progress->SetStatus("killdata_10");
StatsgenDatabase.cpp: progress->SetStatus("killdata_11");
StatsgenDatabase.cpp: progress->SetStatus("player_1");
StatsgenDatabase.cpp: progress->SetStatus("player_2");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_1");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_2");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_3");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_4");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_5");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_6");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_7");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_8");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_9");
StatsgenDatabase.cpp: progress->SetStatus("playerinround_10");
StatsgenDatabase.cpp: progress->SetStatus("rounds_1");
StatsgenDatabase.cpp: progress->SetStatus("rounds_2");
StatsgenDatabase.cpp: progress->SetStatus("rounds_3");
StatsgenDatabase.cpp: progress->SetStatus("rounds_4");
StatsgenDatabase.cpp: progress->SetStatus("rounds_5");
StatsgenDatabase.cpp: progress->SetStatus("rounds_6");
StatsgenDatabase.cpp: progress->SetStatus("rounds_7");
StatsgenDatabase.cpp: progress->SetStatus("rounds_8");
StatsgenDatabase.cpp: progress->SetStatus("rounds_9");
StatsgenDatabase.cpp: progress->SetStatus("rounds_10");
StatsgenDatabase.cpp: progress->SetStatus("rounds_11");
StatsgenDatabase.cpp: progress->SetStatus("rounds_12");
StatsgenDatabase.cpp: progress->SetStatus("speechdata_1");
StatsgenDatabase.cpp: progress->SetStatus("speechdata_2");
StatsgenDatabase.cpp: progress->SetStatus("speechdata_3");
StatsgenDatabase.cpp: progress->SetStatus("teamlossdata_1");
StatsgenDatabase.cpp: progress->SetStatus("teamlossdata_2");
StatsgenDatabase.cpp: progress->SetStatus("teamlossdata_3");
StatsgenDatabase.cpp: progress->SetStatus("teamwindata_1");
StatsgenDatabase.cpp: progress->SetStatus("teamwindata_2");
StatsgenDatabase.cpp: progress->SetStatus("teamwindata_3");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_1");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_2");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_3");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_4");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_5");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_6");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_7");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_8");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_9");
StatsgenDatabase.cpp: progress->SetStatus("streakdata_10");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_1");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_2");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_3");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_4");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_5");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_6");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_7");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_8");
StatsgenDatabase.cpp: progress->SetStatus("awardpoints_9");
StatsgenDatabase.cpp: progress->SetStatus(msg);
StatsgenDatabase.cpp: progress->Initiate((long)tableCount," tables",1, " tables",1);
StatsgenDatabase.cpp: progress->Update((long)tableIndex);
StatsgenDatabase.cpp: progress->SetStatus(statusText);
StatsgenDatabase.cpp: progress->Finalise();
StatsgenFrame.cpp: progress->Create(this,-1);
StatsgenFrame.cpp:// progress->CreatePanels();
StatsgenFrame.cpp: progress->DisableUpdate();
StatsgenFrame.cpp: progress->DisableUpdate();
StatsgenFrame.cpp: msg="Before Panel";progress->LogError(msg);
StatsgenFrame.cpp: msg="After Panel";progress->LogError(msg);
StatsgenFrame.cpp: msg="Before GUI";progress->LogError(msg);
StatsgenFrame.cpp: msg="After GUI";progress->LogError(msg);
StatsgenFrame.cpp: msg="Before Create";progress->LogError(msg);
StatsgenFrame.cpp: msg="After Create";progress->LogError(msg);
StatsgenFrame.cpp: msg="Before Addboolean";progress->LogError(msg);
StatsgenFrame.cpp: msg="After Addboolean";progress->LogError(msg);
StatsgenFrame.cpp: progress->DisableUpdate();
StatsgenLog.cpp: progress->LogError(messageString,newSeverity);
TemplateFile.cpp: progress->Update(templateLines.GetCount());
TemplateFile.cpp: progress->LogError(errorMessage,SeverityError);
TemplateFile.cpp: progress->LogError(msg,SeverityCaution);
TemplateFile.cpp: progress->LogError(msg,SeverityCaution);
TemplateFile.cpp: progress->Initiate((long)0,
TemplateFile.cpp: progress->LogError(msg,SeverityCaution);
TemplateFile.cpp: progress->LogError(msg,SeverityError);
TemplateFile.cpp: progress->LogError(msg,SeverityCaution);
TemplateFile.cpp: progress->Update(*lineIndex);
TemplateFile.cpp: progress->LogError(msg,SeverityCaution);
TemplateOpenQuery.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityCaution);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->LogError(msg,SeverityError);
TemplateVariable.cpp: progress->SetStatus(token);
Website.cpp: progress->SetStatus(msg);
Website.cpp: progress->Initiate(totalFileSize,
Website.cpp: progress->SetOffset(progress->CurrentValue());
Website.cpp: progress->SetStatus(filenameonly);
Website.cpp: progress->LogError(msg,SeverityError);