author | koda |
Fri, 02 Apr 2010 12:38:36 +0000 | |
changeset 3250 | d5cd1a617123 |
parent 3245 | 252be02536ab |
child 3251 | 221c163ad5d9 |
permissions | -rw-r--r-- |
2980 | 1 |
// !$*UTF8*$! |
2 |
{ |
|
3 |
1D6058900D05DD3D006BFB54 /* HedgewarsMobile */ = { |
|
4 |
activeExec = 0; |
|
5 |
executables = ( |
|
6 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */, |
|
7 |
); |
|
8 |
}; |
|
9 |
29B97313FDCFA39411CA2CEA /* Project object */ = { |
|
3221 | 10 |
activeBuildConfigurationName = Debug; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
11 |
activeExecutable = 6100DAD3115446B000F455E0 /* iHedgewars */; |
3221 | 12 |
activeSDKPreference = iphonesimulator3.2; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
13 |
activeTarget = 6100DA6E115446B000F455E0 /* iHedgewars */; |
2980 | 14 |
addToTargets = ( |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
15 |
6100DA6E115446B000F455E0 /* iHedgewars */, |
2980 | 16 |
); |
3006 | 17 |
breakpoints = ( |
18 |
); |
|
2980 | 19 |
codeSenseManager = 617987E0114AA2EB00BA94A9 /* Code sense */; |
20 |
executables = ( |
|
21 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */, |
|
3025 | 22 |
6100DAD3115446B000F455E0 /* iHedgewars */, |
2980 | 23 |
); |
3063 | 24 |
ignoreBreakpointsInProjectsDict = { |
25 |
SDL_mixer = Ignored; |
|
26 |
SDL_net = Ignored; |
|
27 |
}; |
|
2980 | 28 |
perUserDictionary = { |
3063 | 29 |
"PBXConfiguration.PBXBreakpointsDataSource.v1:1CA1AED706398EBD00589147" = { |
30 |
PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; |
|
31 |
PBXFileTableDataSourceColumnSortingKey = PBXBreakpointsDataSource_BreakpointID; |
|
32 |
PBXFileTableDataSourceColumnWidthsKey = ( |
|
33 |
20, |
|
34 |
20, |
|
35 |
198, |
|
36 |
20, |
|
37 |
99, |
|
38 |
99, |
|
39 |
29, |
|
40 |
20, |
|
41 |
); |
|
42 |
PBXFileTableDataSourceColumnsKey = ( |
|
43 |
PBXBreakpointsDataSource_ActionID, |
|
44 |
PBXBreakpointsDataSource_TypeID, |
|
45 |
PBXBreakpointsDataSource_BreakpointID, |
|
46 |
PBXBreakpointsDataSource_UseID, |
|
47 |
PBXBreakpointsDataSource_LocationID, |
|
48 |
PBXBreakpointsDataSource_ConditionID, |
|
49 |
PBXBreakpointsDataSource_IgnoreCountID, |
|
50 |
PBXBreakpointsDataSource_ContinueID, |
|
51 |
); |
|
52 |
}; |
|
2980 | 53 |
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { |
54 |
PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; |
|
55 |
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; |
|
56 |
PBXFileTableDataSourceColumnWidthsKey = ( |
|
57 |
20, |
|
3021 | 58 |
354, |
2980 | 59 |
20, |
60 |
48, |
|
61 |
43, |
|
62 |
43, |
|
63 |
20, |
|
64 |
); |
|
65 |
PBXFileTableDataSourceColumnsKey = ( |
|
66 |
PBXFileDataSource_FiletypeID, |
|
67 |
PBXFileDataSource_Filename_ColumnID, |
|
68 |
PBXFileDataSource_Built_ColumnID, |
|
69 |
PBXFileDataSource_ObjectSize_ColumnID, |
|
70 |
PBXFileDataSource_Errors_ColumnID, |
|
71 |
PBXFileDataSource_Warnings_ColumnID, |
|
72 |
PBXFileDataSource_Target_ColumnID, |
|
73 |
); |
|
74 |
}; |
|
75 |
PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { |
|
76 |
PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; |
|
77 |
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; |
|
78 |
PBXFileTableDataSourceColumnWidthsKey = ( |
|
79 |
20, |
|
3025 | 80 |
314, |
2980 | 81 |
60, |
82 |
20, |
|
83 |
48, |
|
84 |
43, |
|
85 |
43, |
|
86 |
); |
|
87 |
PBXFileTableDataSourceColumnsKey = ( |
|
88 |
PBXFileDataSource_FiletypeID, |
|
89 |
PBXFileDataSource_Filename_ColumnID, |
|
90 |
PBXTargetDataSource_PrimaryAttribute, |
|
91 |
PBXFileDataSource_Built_ColumnID, |
|
92 |
PBXFileDataSource_ObjectSize_ColumnID, |
|
93 |
PBXFileDataSource_Errors_ColumnID, |
|
94 |
PBXFileDataSource_Warnings_ColumnID, |
|
95 |
); |
|
96 |
}; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
97 |
PBXPerProjectTemplateStateSaveDate = 291904903; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
98 |
PBXWorkspaceStateSaveDate = 291904903; |
2980 | 99 |
}; |
100 |
perUserProjectItems = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
101 |
611FD81D1155111700C2203D = 611FD81D1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
102 |
611FD81E1155111700C2203D = 611FD81E1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
103 |
611FD81F1155111700C2203D = 611FD81F1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
104 |
611FD8201155111700C2203D = 611FD8201155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
105 |
611FD8211155111700C2203D = 611FD8211155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
106 |
611FD8281155111700C2203D = 611FD8281155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
107 |
611FD8291155111700C2203D = 611FD8291155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
108 |
611FD82B1155111700C2203D = 611FD82B1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
109 |
611FD82C1155111700C2203D = 611FD82C1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
110 |
611FD82D1155111700C2203D = 611FD82D1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
111 |
611FD95711551C3700C2203D = 611FD95711551C3700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
112 |
611FD95811551C3700C2203D = 611FD95811551C3700C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
113 |
611FD95911551C3700C2203D = 611FD95911551C3700C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
114 |
611FD96611551E8000C2203D = 611FD96611551E8000C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
115 |
611FDAC41155B77500C2203D = 611FDAC41155B77500C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
116 |
611FDB481155BCE500C2203D = 611FDB481155BCE500C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
117 |
611FDB6B1155C0B300C2203D = 611FDB6B1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
118 |
611FDB6C1155C0B300C2203D = 611FDB6C1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
119 |
611FDB6D1155C0B300C2203D = 611FDB6D1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
120 |
611FDBF71155D39400C2203D = 611FDBF71155D39400C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
121 |
612D5C451165535400C6D842 = 612D5C451165535400C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
122 |
612D616B1165536300C6D842 = 612D616B1165536300C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
123 |
612D618F1165545F00C6D842 = 612D618F1165545F00C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
124 |
61430D3B1165551600E2C62D = 61430D3B1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
125 |
61430D3D1165551600E2C62D = 61430D3D1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
126 |
615E2397115F023B00B0ACA1 = 615E2397115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
127 |
615E239A115F023B00B0ACA1 = 615E239A115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
128 |
615E239B115F023B00B0ACA1 = 615E239B115F023B00B0ACA1 /* PBXTextBookmark */; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
129 |
615F12CE11655B21002444F2 = 615F12CE11655B21002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
130 |
615F12CF11655B21002444F2 = 615F12CF11655B21002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
131 |
615F12FB116560D9002444F2 = 615F12FB116560D9002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
132 |
615F1316116561BE002444F2 = 615F1316116561BE002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
133 |
615F134D11656569002444F2 = 615F134D11656569002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
134 |
615F13E811657001002444F2 = 615F13E811657001002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
135 |
615F147F11659AC5002444F2 = 615F147F11659AC5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
136 |
615F148B11659BC2002444F2 = 615F148B11659BC2002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
137 |
615F148C11659BC2002444F2 = 615F148C11659BC2002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
138 |
615F14A911659E9A002444F2 = 615F14A911659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
139 |
615F14AA11659E9A002444F2 = 615F14AA11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
140 |
615F14AC11659E9A002444F2 = 615F14AC11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
141 |
615F14AD11659E9A002444F2 = 615F14AD11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
142 |
615F14AE11659E9A002444F2 = 615F14AE11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
143 |
615F14B911659F40002444F2 = 615F14B911659F40002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
144 |
615F15291165A792002444F2 = 615F15291165A792002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
145 |
615F154C1165A976002444F2 = 615F154C1165A976002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
146 |
615F154D1165A976002444F2 = 615F154D1165A976002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
147 |
615F154E1165A976002444F2 = 615F154E1165A976002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
148 |
615F15591165AA5C002444F2 = 615F15591165AA5C002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
149 |
615F157011661D95002444F2 /* PBXBookmark */ = 615F157011661D95002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
150 |
615F157111661DA5002444F2 /* PBXTextBookmark */ = 615F157111661DA5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
151 |
615F157211661DA5002444F2 /* PBXTextBookmark */ = 615F157211661DA5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
152 |
615F157711661DA5002444F2 /* PBXTextBookmark */ = 615F157711661DA5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
153 |
615F158011661FA4002444F2 /* PBXBookmark */ = 615F158011661FA4002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
154 |
615F158311662071002444F2 /* PBXTextBookmark */ = 615F158311662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
155 |
615F158411662071002444F2 /* PBXTextBookmark */ = 615F158411662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
156 |
615F158511662071002444F2 /* PBXTextBookmark */ = 615F158511662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
157 |
615F158611662071002444F2 /* PBXTextBookmark */ = 615F158611662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
158 |
615F158711662071002444F2 /* PBXTextBookmark */ = 615F158711662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
159 |
615F158A11662071002444F2 /* PBXTextBookmark */ = 615F158A11662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
160 |
615F158D11662090002444F2 /* PBXTextBookmark */ = 615F158D11662090002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
161 |
615F158E11662090002444F2 /* PBXTextBookmark */ = 615F158E11662090002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
162 |
615F158F11662090002444F2 /* PBXTextBookmark */ = 615F158F11662090002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
163 |
615F15AB1166270F002444F2 /* PBXBookmark */ = 615F15AB1166270F002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
164 |
615F15B0116628F2002444F2 /* PBXBookmark */ = 615F15B0116628F2002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
165 |
615F15B5116629A0002444F2 /* PBXTextBookmark */ = 615F15B5116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
166 |
615F15B6116629A0002444F2 /* PBXTextBookmark */ = 615F15B6116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
167 |
615F15B7116629A0002444F2 /* PBXTextBookmark */ = 615F15B7116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
168 |
615F15B8116629A0002444F2 /* PBXTextBookmark */ = 615F15B8116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
169 |
615F15B9116629A0002444F2 /* PBXTextBookmark */ = 615F15B9116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
170 |
615F15BA116629A0002444F2 /* PBXTextBookmark */ = 615F15BA116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
171 |
615F15BB116629A0002444F2 /* PBXTextBookmark */ = 615F15BB116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
172 |
615F15BC116629A0002444F2 /* PBXTextBookmark */ = 615F15BC116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
173 |
615F15BD116629A0002444F2 /* PBXTextBookmark */ = 615F15BD116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
174 |
615F15BE116629A0002444F2 /* PBXTextBookmark */ = 615F15BE116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
175 |
615F15BF116629A0002444F2 /* PBXTextBookmark */ = 615F15BF116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
176 |
615F15C2116629A0002444F2 /* PBXTextBookmark */ = 615F15C2116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
177 |
615F15C5116629A0002444F2 /* PBXTextBookmark */ = 615F15C5116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
178 |
615F15C8116629A0002444F2 /* PBXTextBookmark */ = 615F15C8116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
179 |
615F15C9116629A0002444F2 /* PBXTextBookmark */ = 615F15C9116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
180 |
615F15CA116629A0002444F2 /* PBXTextBookmark */ = 615F15CA116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
181 |
615F15CB116629A0002444F2 /* PBXTextBookmark */ = 615F15CB116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
182 |
615F15CC116629A0002444F2 /* PBXTextBookmark */ = 615F15CC116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
183 |
615F15CD116629A0002444F2 /* PBXTextBookmark */ = 615F15CD116629A0002444F2 /* PBXTextBookmark */; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
184 |
61697B9E1163478A00CCDF37 = 61697B9E1163478A00CCDF37 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
185 |
6179889D114AA5BD00BA94A9 = 6179889D114AA5BD00BA94A9 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
186 |
61799342114B297000BA94A9 = 61799342114B297000BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
187 |
61799343114B297000BA94A9 = 61799343114B297000BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
188 |
6179937111501D7800BA94A9 = 6179937111501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
189 |
6179937411501D7800BA94A9 = 6179937411501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
190 |
6179937511501D7800BA94A9 = 6179937511501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
191 |
6179938511501FFA00BA94A9 = 6179938511501FFA00BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
192 |
6179943111502CEA00BA94A9 = 6179943111502CEA00BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
193 |
618AFC07115BE92A003D411B = 618AFC07115BE92A003D411B /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
194 |
6194CC0711505FCF00A4BA5C = 6194CC0711505FCF00A4BA5C /* PlistBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
195 |
61CCBE60116135FF00833FE8 = 61CCBE60116135FF00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
196 |
61CCBF1E116162CA00833FE8 = 61CCBF1E116162CA00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
197 |
61CCBF451161637F00833FE8 = 61CCBF451161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
198 |
61CCBF461161637F00833FE8 = 61CCBF461161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
199 |
61CCBF471161637F00833FE8 = 61CCBF471161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
200 |
61CCBF791161657400833FE8 = 61CCBF791161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
201 |
61CCBF7B1161657400833FE8 = 61CCBF7B1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
202 |
61CCBF7C1161657400833FE8 = 61CCBF7C1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
203 |
61CCBF7E1161657400833FE8 = 61CCBF7E1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
204 |
61CCBF7F1161657400833FE8 = 61CCBF7F1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
205 |
61CCBFD11161833800833FE8 = 61CCBFD11161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
206 |
61CCBFD21161833800833FE8 = 61CCBFD21161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
207 |
61CCBFD31161833800833FE8 = 61CCBFD31161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
208 |
61CCBFD41161833800833FE8 = 61CCBFD41161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
209 |
61CCBFD51161833800833FE8 = 61CCBFD51161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
210 |
61CCBFD71161833800833FE8 = 61CCBFD71161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
211 |
61CCBFD81161833800833FE8 = 61CCBFD81161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
212 |
61CCBFD91161833800833FE8 = 61CCBFD91161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
213 |
61CCBFDA1161833800833FE8 = 61CCBFDA1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
214 |
61CCBFDB1161833800833FE8 = 61CCBFDB1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
215 |
61CCBFDC1161833800833FE8 = 61CCBFDC1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
216 |
61CE23E7115E49560098C467 = 61CE23E7115E49560098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
217 |
61CE23FF115E4B290098C467 = 61CE23FF115E4B290098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
218 |
61CE2410115E4F620098C467 = 61CE2410115E4F620098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
219 |
61CE24DC115E641F0098C467 = 61CE24DC115E641F0098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
220 |
61CE2514115E74CC0098C467 = 61CE2514115E74CC0098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
221 |
61CE2515115E74CC0098C467 = 61CE2515115E74CC0098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
222 |
61CE251F115E75A70098C467 = 61CE251F115E75A70098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
223 |
61CE2577115E78900098C467 = 61CE2577115E78900098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
224 |
61CE2578115E78900098C467 = 61CE2578115E78900098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
225 |
61CE25B4115E7C940098C467 = 61CE25B4115E7C940098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
226 |
61E2F0811156B170002D33C1 = 61E2F0811156B170002D33C1 /* PBXTextBookmark */; |
2980 | 227 |
}; |
228 |
sourceControlManager = 617987DF114AA2EB00BA94A9 /* Source Control */; |
|
229 |
userBuildSettings = { |
|
230 |
}; |
|
231 |
}; |
|
232 |
32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */ = { |
|
233 |
uiCtxt = { |
|
3025 | 234 |
sepNavIntBoundsRect = "{{0, 0}, {698, 139}}"; |
235 |
sepNavSelRange = "{181, 0}"; |
|
236 |
sepNavVisRange = "{0, 225}"; |
|
237 |
}; |
|
238 |
}; |
|
239 |
6100DA6E115446B000F455E0 /* iHedgewars */ = { |
|
240 |
activeExec = 0; |
|
241 |
executables = ( |
|
242 |
6100DAD3115446B000F455E0 /* iHedgewars */, |
|
243 |
); |
|
244 |
}; |
|
245 |
6100DAD3115446B000F455E0 /* iHedgewars */ = { |
|
246 |
isa = PBXExecutable; |
|
247 |
activeArgIndices = ( |
|
248 |
); |
|
249 |
argumentStrings = ( |
|
250 |
); |
|
251 |
autoAttachOnCrash = 1; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
252 |
breakpointsEnabled = 1; |
3025 | 253 |
configStateDict = { |
254 |
}; |
|
255 |
customDataFormattersEnabled = 1; |
|
256 |
dataTipCustomDataFormattersEnabled = 1; |
|
257 |
dataTipShowTypeColumn = 1; |
|
258 |
dataTipSortType = 0; |
|
259 |
debuggerPlugin = GDBDebugging; |
|
260 |
disassemblyDisplayState = 0; |
|
261 |
dylibVariantSuffix = ""; |
|
262 |
enableDebugStr = 1; |
|
263 |
environmentEntries = ( |
|
264 |
); |
|
265 |
executableSystemSymbolLevel = 0; |
|
266 |
executableUserSymbolLevel = 0; |
|
267 |
libgmallocEnabled = 0; |
|
268 |
name = iHedgewars; |
|
269 |
savedGlobals = { |
|
270 |
}; |
|
271 |
showTypeColumn = 0; |
|
272 |
sourceDirectories = ( |
|
273 |
); |
|
274 |
variableFormatDictionary = { |
|
275 |
}; |
|
276 |
}; |
|
277 |
611FD81D1155111700C2203D /* PBXTextBookmark */ = { |
|
278 |
isa = PBXTextBookmark; |
|
279 |
fRef = 6179885B114AA48A00BA94A9 /* SDL_image.h */; |
|
280 |
name = "SDL_image.h: 1"; |
|
281 |
rLen = 0; |
|
282 |
rLoc = 0; |
|
283 |
rType = 0; |
|
284 |
vrLen = 265; |
|
285 |
vrLoc = 899; |
|
286 |
}; |
|
287 |
611FD81E1155111700C2203D /* PBXTextBookmark */ = { |
|
288 |
isa = PBXTextBookmark; |
|
289 |
fRef = 6179885A114AA48A00BA94A9 /* PascalImports.h */; |
|
290 |
name = "PascalImports.h: 17"; |
|
291 |
rLen = 0; |
|
292 |
rLoc = 246; |
|
293 |
rType = 0; |
|
294 |
vrLen = 191; |
|
295 |
vrLoc = 0; |
|
296 |
}; |
|
297 |
611FD81F1155111700C2203D /* PBXTextBookmark */ = { |
|
298 |
isa = PBXTextBookmark; |
|
299 |
fRef = 61798858114AA48A00BA94A9 /* IMG_png.c */; |
|
300 |
name = "IMG_png.c: 69"; |
|
301 |
rLen = 0; |
|
302 |
rLoc = 2544; |
|
303 |
rType = 0; |
|
304 |
vrLen = 162; |
|
305 |
vrLoc = 2505; |
|
306 |
}; |
|
307 |
611FD8201155111700C2203D /* PBXTextBookmark */ = { |
|
308 |
isa = PBXTextBookmark; |
|
309 |
fRef = 61798859114AA48A00BA94A9 /* IMG.c */; |
|
310 |
name = "IMG.c: 1"; |
|
311 |
rLen = 0; |
|
312 |
rLoc = 0; |
|
313 |
rType = 0; |
|
314 |
vrLen = 295; |
|
315 |
vrLoc = 1032; |
|
316 |
}; |
|
317 |
611FD8211155111700C2203D /* PBXTextBookmark */ = { |
|
318 |
isa = PBXTextBookmark; |
|
319 |
fRef = 61798857114AA48A00BA94A9 /* CGPointUtils.h */; |
|
320 |
name = "CGPointUtils.h: 10"; |
|
321 |
rLen = 29; |
|
322 |
rLoc = 152; |
|
323 |
rType = 0; |
|
324 |
vrLen = 243; |
|
325 |
vrLoc = 3; |
|
326 |
}; |
|
327 |
611FD8281155111700C2203D /* PBXTextBookmark */ = { |
|
328 |
isa = PBXTextBookmark; |
|
329 |
fRef = 61798871114AA4D000BA94A9 /* SchemeEditViewController.h */; |
|
330 |
name = "SchemeEditViewController.h: 1"; |
|
331 |
rLen = 0; |
|
332 |
rLoc = 0; |
|
333 |
rType = 0; |
|
334 |
vrLen = 176; |
|
335 |
vrLoc = 0; |
|
336 |
}; |
|
337 |
611FD8291155111700C2203D /* PBXTextBookmark */ = { |
|
338 |
isa = PBXTextBookmark; |
|
339 |
fRef = 61798872114AA4D000BA94A9 /* SchemeEditViewController.m */; |
|
340 |
name = "SchemeEditViewController.m: 33"; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
341 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
342 |
rLoc = 835; |
3025 | 343 |
rType = 0; |
344 |
vrLen = 189; |
|
345 |
vrLoc = 0; |
|
346 |
}; |
|
347 |
611FD82B1155111700C2203D /* PBXTextBookmark */ = { |
|
348 |
isa = PBXTextBookmark; |
|
349 |
fRef = 61798877114AA4D000BA94A9 /* TeamEditViewController.h */; |
|
350 |
name = "TeamEditViewController.h: 1"; |
|
351 |
rLen = 0; |
|
352 |
rLoc = 0; |
|
353 |
rType = 0; |
|
354 |
vrLen = 174; |
|
355 |
vrLoc = 0; |
|
356 |
}; |
|
357 |
611FD82C1155111700C2203D /* PBXTextBookmark */ = { |
|
358 |
isa = PBXTextBookmark; |
|
359 |
fRef = 6179887A114AA4D000BA94A9 /* TeamMenuViewController.h */; |
|
360 |
name = "TeamMenuViewController.h: 1"; |
|
361 |
rLen = 0; |
|
362 |
rLoc = 0; |
|
363 |
rType = 0; |
|
364 |
vrLen = 174; |
|
365 |
vrLoc = 0; |
|
366 |
}; |
|
367 |
611FD82D1155111700C2203D /* PBXTextBookmark */ = { |
|
368 |
isa = PBXTextBookmark; |
|
369 |
fRef = 32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */; |
|
370 |
name = "HedgewarsMobile_Prefix.pch: 7"; |
|
371 |
rLen = 0; |
|
372 |
rLoc = 181; |
|
373 |
rType = 0; |
|
374 |
vrLen = 225; |
|
375 |
vrLoc = 0; |
|
376 |
}; |
|
377 |
611FD95711551C3700C2203D /* PBXTextBookmark */ = { |
|
378 |
isa = PBXTextBookmark; |
|
379 |
fRef = 61798856114AA48A00BA94A9 /* CGPointUtils.c */; |
|
380 |
name = "CGPointUtils.c: 19"; |
|
381 |
rLen = 0; |
|
382 |
rLoc = 423; |
|
383 |
rType = 0; |
|
384 |
vrLen = 392; |
|
385 |
vrLoc = 283; |
|
386 |
}; |
|
387 |
611FD95811551C3700C2203D /* PBXBookmark */ = { |
|
388 |
isa = PBXBookmark; |
|
389 |
fRef = 61798A25114ADD2600BA94A9 /* Default.png */; |
|
390 |
}; |
|
391 |
611FD95911551C3700C2203D /* PBXBookmark */ = { |
|
392 |
isa = PBXBookmark; |
|
393 |
fRef = 61798A26114ADD2600BA94A9 /* Icon.png */; |
|
394 |
}; |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
395 |
611FD96611551E8000C2203D /* PBXBookmark */ = { |
3025 | 396 |
isa = PBXBookmark; |
397 |
fRef = 61798A27114ADD2600BA94A9 /* networkButton.png */; |
|
398 |
}; |
|
3027 | 399 |
611FDAC41155B77500C2203D /* PBXTextBookmark */ = { |
400 |
isa = PBXTextBookmark; |
|
401 |
fRef = 61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */; |
|
402 |
name = "SDL_uikitwindow.m: 58"; |
|
403 |
rLen = 0; |
|
404 |
rLoc = 1723; |
|
405 |
rType = 0; |
|
406 |
vrLen = 382; |
|
407 |
vrLoc = 1853; |
|
408 |
}; |
|
409 |
611FDB481155BCE500C2203D /* PBXTextBookmark */ = { |
|
410 |
isa = PBXTextBookmark; |
|
411 |
fRef = 61798878114AA4D000BA94A9 /* TeamEditViewController.m */; |
|
412 |
name = "TeamEditViewController.m: 33"; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
413 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
414 |
rLoc = 764; |
3027 | 415 |
rType = 0; |
416 |
vrLen = 295; |
|
417 |
vrLoc = 763; |
|
418 |
}; |
|
419 |
611FDB6B1155C0B300C2203D /* PBXBookmark */ = { |
|
420 |
isa = PBXBookmark; |
|
421 |
fRef = 611FDB631155BFFF00C2203D /* Default.png */; |
|
422 |
}; |
|
423 |
611FDB6C1155C0B300C2203D /* PBXBookmark */ = { |
|
424 |
isa = PBXBookmark; |
|
425 |
fRef = 611FD9C81155A1F200C2203D /* Background.png */; |
|
426 |
}; |
|
427 |
611FDB6D1155C0B300C2203D /* PBXBookmark */ = { |
|
428 |
isa = PBXBookmark; |
|
429 |
fRef = 611FD9D11155A41000C2203D /* Multiplayer.png */; |
|
430 |
}; |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
431 |
611FDBF71155D39400C2203D /* PBXTextBookmark */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
432 |
isa = PBXTextBookmark; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
433 |
fRef = 617987E1114AA34C00BA94A9 /* CCHandlers.inc */; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
434 |
name = "CCHandlers.inc: 1"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
435 |
rLen = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
436 |
rLoc = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
437 |
rType = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
438 |
vrLen = 201; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
439 |
vrLoc = 686; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
440 |
}; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
441 |
612D5C451165535400C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
442 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
443 |
fRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
444 |
name = "uKeys.pas: 106"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
445 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
446 |
rLoc = 2995; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
447 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
448 |
vrLen = 94; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
449 |
vrLoc = 2933; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
450 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
451 |
612D616B1165536300C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
452 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
453 |
fRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
454 |
name = "hwengine.pas: 21"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
455 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
456 |
rLoc = 806; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
457 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
458 |
vrLen = 33; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
459 |
vrLoc = 791; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
460 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
461 |
612D618F1165545F00C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
462 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
463 |
fRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
464 |
name = "hwLibrary.pas: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
465 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
466 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
467 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
468 |
vrLen = 14; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
469 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
470 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
471 |
61430D3B1165551600E2C62D /* PBXTextBookmark */ = { |
3199 | 472 |
isa = PBXTextBookmark; |
473 |
fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; |
|
474 |
name = "PascalExports.pas: 120"; |
|
475 |
rLen = 0; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
476 |
rLoc = 1966; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
477 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
478 |
vrLen = 22; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
479 |
vrLoc = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
480 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
481 |
61430D3D1165551600E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
482 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
483 |
fRef = 61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
484 |
name = "SDL_uikitwindow.h: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
485 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
486 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
487 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
488 |
vrLen = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
489 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
490 |
}; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
491 |
615E2397115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
492 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
493 |
fRef = 61FA761D115DA0DB00DA6ED0 /* MainMenuViewController.h */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
494 |
name = "MainMenuViewController.h: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
495 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
496 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
497 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
498 |
vrLen = 122; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
499 |
vrLoc = 85; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
500 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
501 |
615E239A115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
502 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
503 |
fRef = 61FA765A115DAACC00DA6ED0 /* MasterViewController.h */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
504 |
name = "MasterViewController.h: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
505 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
506 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
507 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
508 |
vrLen = 124; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
509 |
vrLoc = 53; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
510 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
511 |
615E239B115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
512 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
513 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
514 |
name = "MasterViewController.m: 42"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
515 |
rLen = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
516 |
rLoc = 1543; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
517 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
518 |
vrLen = 269; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
519 |
vrLoc = 1592; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
520 |
}; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
521 |
615F12CE11655B21002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
522 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
523 |
fRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
524 |
name = "MainMenuViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
525 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
526 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
527 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
528 |
vrLen = 147; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
529 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
530 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
531 |
615F12CF11655B21002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
532 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
533 |
fRef = 61798874114AA4D000BA94A9 /* SettingsViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
534 |
name = "SettingsViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
535 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
536 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
537 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
538 |
vrLen = 128; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
539 |
vrLoc = 45; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
540 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
541 |
615F12FB116560D9002444F2 /* PBXTextBookmark */ = { |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
542 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
543 |
fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
544 |
name = "SDL_uikitappdelegate.m: 32"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
545 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
546 |
rLoc = 1141; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
547 |
rType = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
548 |
vrLen = 185; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
549 |
vrLoc = 981; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
550 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
551 |
615F1316116561BE002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
552 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
553 |
fRef = 61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
554 |
name = "SDL_uikitappdelegate.h: 40"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
555 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
556 |
rLoc = 1430; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
557 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
558 |
vrLen = 331; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
559 |
vrLoc = 1260; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
560 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
561 |
615F1342116564A7002444F2 /* DisclosureDatailController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
562 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
563 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
564 |
lastKnownFileType = sourcecode.c.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
565 |
name = DisclosureDatailController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
566 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureDatailController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
567 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
568 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
569 |
sepNavIntBoundsRect = "{{0, 0}, {532, 234}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
570 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
571 |
sepNavVisRange = "{0, 94}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
572 |
sepNavWindowFrame = "{{94, 427}, {897, 692}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
573 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
574 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
575 |
615F1343116564A7002444F2 /* DisclosureDatailController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
576 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
577 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
578 |
lastKnownFileType = sourcecode.c.objc; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
579 |
name = DisclosureDatailController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
580 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureDatailController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
581 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
582 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
583 |
sepNavIntBoundsRect = "{{0, 0}, {532, 377}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
584 |
sepNavSelRange = "{218, 26}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
585 |
sepNavVisRange = "{201, 111}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
586 |
sepNavWindowFrame = "{{733, 303}, {897, 692}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
587 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
588 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
589 |
615F134D11656569002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
590 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
591 |
fRef = 61798887114AA4E600BA94A9 /* GameSetup.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
592 |
name = "GameSetup.h: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
593 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
594 |
rLoc = 254; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
595 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
596 |
vrLen = 135; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
597 |
vrLoc = 169; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
598 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
599 |
615F136A11656646002444F2 /* DisclosureButtonController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
600 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
601 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
602 |
lastKnownFileType = sourcecode.c.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
603 |
name = DisclosureButtonController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
604 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureButtonController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
605 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
606 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
607 |
sepNavIntBoundsRect = "{{0, 0}, {537, 247}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
608 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
609 |
sepNavVisRange = "{36, 122}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
610 |
}; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
611 |
}; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
612 |
615F136B11656646002444F2 /* DisclosureButtonController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
613 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
614 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
615 |
lastKnownFileType = sourcecode.c.objc; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
616 |
name = DisclosureButtonController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
617 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureButtonController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
618 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
619 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
620 |
sepNavIntBoundsRect = "{{0, 0}, {1069, 2600}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
621 |
sepNavSelRange = "{5792, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
622 |
sepNavVisRange = "{0, 1429}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
623 |
sepNavWindowFrame = "{{970, 210}, {895, 693}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
624 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
625 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
626 |
615F13E811657001002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
627 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
628 |
fRef = 61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
629 |
name = "SplitViewRootController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
630 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
631 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
632 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
633 |
vrLen = 153; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
634 |
vrLoc = 229; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
635 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
636 |
615F147F11659AC5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
637 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
638 |
fRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
639 |
name = "SDLh.pas: 488"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
640 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
641 |
rLoc = 12867; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
642 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
643 |
vrLen = 150; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
644 |
vrLoc = 12762; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
645 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
646 |
615F148B11659BC2002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
647 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
648 |
fRef = 61CE24ED115E71C20098C467 /* PopupMenuViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
649 |
name = "PopupMenuViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
650 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
651 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
652 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
653 |
vrLen = 159; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
654 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
655 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
656 |
615F148C11659BC2002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
657 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
658 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
659 |
name = "PopupMenuViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
660 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
661 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
662 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
663 |
vrLen = 155; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
664 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
665 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
666 |
615F14A911659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
667 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
668 |
fRef = 61CE24EB115E71C20098C467 /* OverlayViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
669 |
name = "OverlayViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
670 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
671 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
672 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
673 |
vrLen = 153; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
674 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
675 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
676 |
615F14AA11659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
677 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
678 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
679 |
name = "MainMenuViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
680 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
681 |
rLoc = 2; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
682 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
683 |
vrLen = 135; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
684 |
vrLoc = 144; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
685 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
686 |
615F14AC11659E9A002444F2 /* PBXTextBookmark */ = { |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
687 |
isa = PBXTextBookmark; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
688 |
fRef = 61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
689 |
name = "DetailViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
690 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
691 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
692 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
693 |
vrLen = 147; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
694 |
vrLoc = 30; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
695 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
696 |
615F14AD11659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
697 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
698 |
fRef = 615F1342116564A7002444F2 /* DisclosureDatailController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
699 |
name = "DisclosureDatailController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
700 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
701 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
702 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
703 |
vrLen = 156; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
704 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
705 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
706 |
615F14AE11659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
707 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
708 |
fRef = 615F136A11656646002444F2 /* DisclosureButtonController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
709 |
name = "DisclosureButtonController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
710 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
711 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
712 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
713 |
vrLen = 158; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
714 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
715 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
716 |
615F14B911659F40002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
717 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
718 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
719 |
name = "GameSetup.m: 84"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
720 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
721 |
rLoc = 3164; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
722 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
723 |
vrLen = 222; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
724 |
vrLoc = 1100; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
725 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
726 |
615F15291165A792002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
727 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
728 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
729 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
730 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
731 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
732 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
733 |
vrLen = 162; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
734 |
vrLoc = 36; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
735 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
736 |
615F154C1165A976002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
737 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
738 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
739 |
name = "DetailViewController.m: 13"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
740 |
rLen = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
741 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
742 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
743 |
vrLen = 167; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
744 |
vrLoc = 157; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
745 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
746 |
615F154D1165A976002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
747 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
748 |
fRef = 615F1343116564A7002444F2 /* DisclosureDatailController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
749 |
name = "DisclosureDatailController.m: 12"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
750 |
rLen = 26; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
751 |
rLoc = 218; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
752 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
753 |
vrLen = 111; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
754 |
vrLoc = 201; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
755 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
756 |
615F154E1165A976002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
757 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
758 |
fRef = 61CE24EA115E71C20098C467 /* OverlayViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
759 |
name = "OverlayViewController.h: 14"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
760 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
761 |
rLoc = 257; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
762 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
763 |
vrLen = 91; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
764 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
765 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
766 |
615F15591165AA5C002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
767 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
768 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
769 |
name = "PopupMenuViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
770 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
771 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
772 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
773 |
vrLen = 155; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
774 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
775 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
776 |
615F157011661D95002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
777 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
778 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
779 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
780 |
615F157111661DA5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
781 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
782 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
783 |
name = "PopupMenuViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
784 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
785 |
rLoc = 0; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
786 |
rType = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
787 |
vrLen = 93; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
788 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
789 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
790 |
615F157211661DA5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
791 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
792 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
793 |
name = "DetailViewController.m: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
794 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
795 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
796 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
797 |
vrLen = 166; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
798 |
vrLoc = 157; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
799 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
800 |
615F157711661DA5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
801 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
802 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
803 |
name = "DetailViewController.m: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
804 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
805 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
806 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
807 |
vrLen = 1427; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
808 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
809 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
810 |
615F158011661FA4002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
811 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
812 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
813 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
814 |
615F158311662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
815 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
816 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
817 |
name = "DetailViewController.m: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
818 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
819 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
820 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
821 |
vrLen = 166; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
822 |
vrLoc = 157; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
823 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
824 |
615F158411662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
825 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
826 |
fRef = 615F1342116564A7002444F2 /* DisclosureDatailController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
827 |
name = "DisclosureDatailController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
828 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
829 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
830 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
831 |
vrLen = 94; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
832 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
833 |
}; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
834 |
615F158511662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
835 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
836 |
fRef = 615F1343116564A7002444F2 /* DisclosureDatailController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
837 |
name = "DisclosureDatailController.m: 12"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
838 |
rLen = 26; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
839 |
rLoc = 218; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
840 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
841 |
vrLen = 111; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
842 |
vrLoc = 201; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
843 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
844 |
615F158611662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
845 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
846 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
847 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
848 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
849 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
850 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
851 |
vrLen = 139; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
852 |
vrLoc = 59; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
853 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
854 |
615F158711662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
855 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
856 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
857 |
name = "DetailViewController.m: 76"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
858 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
859 |
rLoc = 2278; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
860 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
861 |
vrLen = 1890; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
862 |
vrLoc = 1075; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
863 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
864 |
615F158A11662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
865 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
866 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
867 |
name = "DisclosureButtonController.m: 102"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
868 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
869 |
rLoc = 3050; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
870 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
871 |
vrLen = 1320; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
872 |
vrLoc = 1777; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
873 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
874 |
615F158D11662090002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
875 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
876 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
877 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
878 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
879 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
880 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
881 |
vrLen = 100; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
882 |
vrLoc = 59; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
883 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
884 |
615F158E11662090002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
885 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
886 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
887 |
name = "DisclosureButtonController.m: 102"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
888 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
889 |
rLoc = 3014; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
890 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
891 |
vrLen = 1324; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
892 |
vrLoc = 1777; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
893 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
894 |
615F158F11662090002444F2 /* PBXTextBookmark */ = { |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
895 |
isa = PBXTextBookmark; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
896 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
897 |
name = "DetailViewController.m: 74"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
898 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
899 |
rLoc = 2209; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
900 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
901 |
vrLen = 1859; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
902 |
vrLoc = 1075; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
903 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
904 |
615F159C1166216A002444F2 /* TeamSettingsViewController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
905 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
906 |
sepNavIntBoundsRect = "{{0, 0}, {836, 565}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
907 |
sepNavSelRange = "{328, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
908 |
sepNavVisRange = "{0, 400}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
909 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
910 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
911 |
615F159D1166216A002444F2 /* TeamSettingsViewController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
912 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
913 |
sepNavIntBoundsRect = "{{0, 0}, {836, 2249}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
914 |
sepNavSelRange = "{234, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
915 |
sepNavVisRange = "{0, 1486}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
916 |
sepNavWindowFrame = "{{610, 162}, {895, 693}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
917 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
918 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
919 |
615F15AB1166270F002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
920 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
921 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
922 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
923 |
615F15AC116628CC002444F2 /* SingleTeamViewController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
924 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
925 |
sepNavIntBoundsRect = "{{0, 0}, {532, 221}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
926 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
927 |
sepNavVisRange = "{0, 94}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
928 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
929 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
930 |
615F15AD116628CC002444F2 /* SingleTeamViewController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
931 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
932 |
sepNavFolds = "{\n c = (\n {\n l = DetailViewController;\n r = \"{4176, 24}\";\n s = 1;\n },\n {\n l = DetailViewController;\n r = \"{4227, 24}\";\n s = 1;\n },\n {\n l = \"Nib name\";\n r = \"{4277, 12}\";\n s = 1;\n }\n );\n r = \"{0, 4973}\";\n s = 0;\n}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
933 |
sepNavIntBoundsRect = "{{0, 0}, {1048, 2444}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
934 |
sepNavSelRange = "{2575, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
935 |
sepNavVisRange = "{2112, 1583}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
936 |
sepNavWindowFrame = "{{153, 354}, {895, 693}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
937 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
938 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
939 |
615F15B0116628F2002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
940 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
941 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
942 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
943 |
615F15B5116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
944 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
945 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
946 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
947 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
948 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
949 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
950 |
vrLen = 139; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
951 |
vrLoc = 59; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
952 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
953 |
615F15B6116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
954 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
955 |
fRef = 61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
956 |
name = "SplitViewRootController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
957 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
958 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
959 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
960 |
vrLen = 124; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
961 |
vrLoc = 56; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
962 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
963 |
615F15B7116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
964 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
965 |
fRef = 61FA765A115DAACC00DA6ED0 /* MasterViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
966 |
name = "MasterViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
967 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
968 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
969 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
970 |
vrLen = 124; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
971 |
vrLoc = 53; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
972 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
973 |
615F15B8116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
974 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
975 |
fRef = 61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
976 |
name = "SplitViewRootController.m: 1"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
977 |
rLen = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
978 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
979 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
980 |
vrLen = 152; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
981 |
vrLoc = 229; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
982 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
983 |
615F15B9116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
984 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
985 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
986 |
name = "GameSetup.m: 84"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
987 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
988 |
rLoc = 3164; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
989 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
990 |
vrLen = 206; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
991 |
vrLoc = 1116; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
992 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
993 |
615F15BA116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
994 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
995 |
fRef = 61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
996 |
name = "DetailViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
997 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
998 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
999 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1000 |
vrLen = 124; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1001 |
vrLoc = 53; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1002 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1003 |
615F15BB116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1004 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1005 |
fRef = 615F159C1166216A002444F2 /* TeamSettingsViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1006 |
name = "TeamSettingsViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1007 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1008 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1009 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1010 |
vrLen = 96; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1011 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1012 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1013 |
615F15BC116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1014 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1015 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1016 |
name = "TeamSettingsViewController.m: 26"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1017 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1018 |
rLoc = 872; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1019 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1020 |
vrLen = 309; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1021 |
vrLoc = 744; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1022 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1023 |
615F15BD116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1024 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1025 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1026 |
name = "SingleTeamViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1027 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1028 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1029 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1030 |
vrLen = 94; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1031 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1032 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1033 |
615F15BE116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1034 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1035 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1036 |
name = "SingleTeamViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1037 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1038 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1039 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1040 |
vrLen = 57; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1041 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1042 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1043 |
615F15BF116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1044 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1045 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1046 |
name = "DetailViewController.m: 21"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1047 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1048 |
rLoc = 615; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1049 |
rType = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1050 |
vrLen = 2232; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1051 |
vrLoc = 2115; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1052 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1053 |
615F15C2116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1054 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1055 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1056 |
name = "SingleTeamViewController.m: 80"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1057 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1058 |
rLoc = 1696; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1059 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1060 |
vrLen = 1581; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1061 |
vrLoc = 2112; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1062 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1063 |
615F15C5116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1064 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1065 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1066 |
name = "GameSetup.m: 84"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1067 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1068 |
rLoc = 3164; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1069 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1070 |
vrLen = 3225; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1071 |
vrLoc = 1444; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1072 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1073 |
615F15C8116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1074 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1075 |
fRef = 615F159C1166216A002444F2 /* TeamSettingsViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1076 |
name = "TeamSettingsViewController.h: 10"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1077 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1078 |
rLoc = 214; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1079 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1080 |
vrLen = 400; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1081 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1082 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1083 |
615F15C9116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1084 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1085 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1086 |
name = "TeamSettingsViewController.m: 6"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1087 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1088 |
rLoc = 154; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1089 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1090 |
vrLen = 1481; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1091 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1092 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1093 |
615F15CA116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1094 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1095 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1096 |
name = "TeamSettingsViewController.m: 10"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1097 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1098 |
rLoc = 234; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1099 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1100 |
vrLen = 1484; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1101 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1102 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1103 |
615F15CB116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1104 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1105 |
fRef = 615F136A11656646002444F2 /* DisclosureButtonController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1106 |
name = "DisclosureButtonController.h: 16"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1107 |
rLen = 45; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1108 |
rLoc = 353; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1109 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1110 |
vrLen = 479; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1111 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1112 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1113 |
615F15CC116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1114 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1115 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1116 |
name = "DisclosureButtonController.m: 75"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1117 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1118 |
rLoc = 2027; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1119 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1120 |
vrLen = 1330; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1121 |
vrLoc = 1774; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1122 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1123 |
615F15CD116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1124 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1125 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1126 |
name = "DisclosureButtonController.m: 179"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1127 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1128 |
rLoc = 5792; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1129 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1130 |
vrLen = 1427; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1131 |
vrLoc = 0; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1132 |
}; |
3221 | 1133 |
61697B9E1163478A00CCDF37 /* PBXTextBookmark */ = { |
1134 |
isa = PBXTextBookmark; |
|
1135 |
fRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */; |
|
1136 |
name = "uLandTexture.pas: 107"; |
|
1137 |
rLen = 0; |
|
1138 |
rLoc = 3388; |
|
1139 |
rType = 0; |
|
1140 |
vrLen = 250; |
|
1141 |
vrLoc = 3; |
|
1142 |
}; |
|
2980 | 1143 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */ = { |
1144 |
isa = PBXExecutable; |
|
1145 |
activeArgIndices = ( |
|
1146 |
); |
|
1147 |
argumentStrings = ( |
|
1148 |
); |
|
1149 |
autoAttachOnCrash = 1; |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
1150 |
breakpointsEnabled = 0; |
2980 | 1151 |
configStateDict = { |
1152 |
}; |
|
1153 |
customDataFormattersEnabled = 1; |
|
1154 |
dataTipCustomDataFormattersEnabled = 1; |
|
1155 |
dataTipShowTypeColumn = 1; |
|
1156 |
dataTipSortType = 0; |
|
1157 |
debuggerPlugin = GDBDebugging; |
|
1158 |
disassemblyDisplayState = 0; |
|
1159 |
dylibVariantSuffix = ""; |
|
1160 |
enableDebugStr = 1; |
|
1161 |
environmentEntries = ( |
|
1162 |
); |
|
1163 |
executableSystemSymbolLevel = 0; |
|
1164 |
executableUserSymbolLevel = 0; |
|
1165 |
libgmallocEnabled = 0; |
|
1166 |
name = HedgewarsMobile; |
|
3006 | 1167 |
savedGlobals = { |
1168 |
}; |
|
3015 | 1169 |
showTypeColumn = 1; |
2980 | 1170 |
sourceDirectories = ( |
1171 |
); |
|
3006 | 1172 |
variableFormatDictionary = { |
3015 | 1173 |
$cs = 1; |
1174 |
$ds = 1; |
|
1175 |
$eax = 1; |
|
1176 |
$ebp = 1; |
|
1177 |
$ebx = 1; |
|
1178 |
$ecx = 1; |
|
1179 |
$edi = 1; |
|
1180 |
$edx = 1; |
|
1181 |
$eflags = 1; |
|
1182 |
$eip = 1; |
|
1183 |
$es = 1; |
|
1184 |
$esi = 1; |
|
1185 |
$esp = 1; |
|
1186 |
$fs = 1; |
|
1187 |
$gs = 1; |
|
1188 |
$ss = 1; |
|
3006 | 1189 |
}; |
2980 | 1190 |
}; |
1191 |
617987DF114AA2EB00BA94A9 /* Source Control */ = { |
|
1192 |
isa = PBXSourceControlManager; |
|
1193 |
fallbackIsa = XCSourceControlManager; |
|
1194 |
isSCMEnabled = 0; |
|
1195 |
scmConfiguration = { |
|
1196 |
repositoryNamesForRoots = { |
|
1197 |
"" = ""; |
|
1198 |
}; |
|
1199 |
}; |
|
1200 |
}; |
|
1201 |
617987E0114AA2EB00BA94A9 /* Code sense */ = { |
|
1202 |
isa = PBXCodeSenseManager; |
|
1203 |
indexTemplatePath = ""; |
|
1204 |
}; |
|
1205 |
617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = { |
|
1206 |
uiCtxt = { |
|
3027 | 1207 |
sepNavIntBoundsRect = "{{0, 0}, {735, 10088}}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1208 |
sepNavSelRange = "{17156, 0}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1209 |
sepNavVisRange = "{16604, 999}"; |
3027 | 1210 |
sepNavWindowFrame = "{{406, 184}, {794, 632}}"; |
2980 | 1211 |
}; |
1212 |
}; |
|
3006 | 1213 |
617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = { |
1214 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1215 |
sepNavIntBoundsRect = "{{0, 0}, {572, 39507}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1216 |
sepNavSelRange = "{23048, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1217 |
sepNavVisRange = "{22940, 148}"; |
3027 | 1218 |
sepNavWindowFrame = "{{429, 163}, {794, 632}}"; |
3006 | 1219 |
}; |
1220 |
}; |
|
2980 | 1221 |
617987E7114AA34C00BA94A9 /* hwengine.pas */ = { |
1222 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1223 |
sepNavIntBoundsRect = "{{0, 0}, {537, 7839}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1224 |
sepNavSelRange = "{806, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1225 |
sepNavVisRange = "{791, 33}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1226 |
sepNavWindowFrame = "{{421, 176}, {897, 692}}"; |
2980 | 1227 |
}; |
1228 |
}; |
|
1229 |
617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = { |
|
1230 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1231 |
sepNavIntBoundsRect = "{{0, 0}, {532, 299}}"; |
2980 | 1232 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1233 |
sepNavVisRange = "{0, 14}"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1234 |
sepNavWindowFrame = "{{15, 481}, {897, 692}}"; |
2980 | 1235 |
}; |
1236 |
}; |
|
1237 |
617987EB114AA34C00BA94A9 /* options.inc */ = { |
|
1238 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1239 |
sepNavIntBoundsRect = "{{0, 0}, {532, 572}}"; |
2980 | 1240 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1241 |
sepNavVisRange = "{0, 49}"; |
2980 | 1242 |
sepNavWindowFrame = "{{864, 517}, {921, 605}}"; |
1243 |
}; |
|
1244 |
}; |
|
1245 |
617987EC114AA34C00BA94A9 /* PascalExports.pas */ = { |
|
1246 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1247 |
sepNavIntBoundsRect = "{{0, 0}, {744, 1651}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1248 |
sepNavSelRange = "{724, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1249 |
sepNavVisRange = "{140, 732}"; |
3021 | 1250 |
sepNavWindowFrame = "{{238, 238}, {803, 674}}"; |
2980 | 1251 |
}; |
1252 |
}; |
|
1253 |
617987ED114AA34C00BA94A9 /* SDLh.pas */ = { |
|
1254 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1255 |
sepNavIntBoundsRect = "{{0, 0}, {532, 10569}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1256 |
sepNavSelRange = "{12867, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1257 |
sepNavVisRange = "{12762, 150}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1258 |
sepNavWindowFrame = "{{15, 455}, {927, 718}}"; |
2980 | 1259 |
}; |
1260 |
}; |
|
1261 |
617987F0114AA34C00BA94A9 /* SinTable.inc */ = { |
|
1262 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1263 |
sepNavIntBoundsRect = "{{0, 0}, {532, 13936}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1264 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1265 |
sepNavVisRange = "{0, 49}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1266 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1267 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1268 |
617987F1114AA34C00BA94A9 /* uAI.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1269 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1270 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4862}}"; |
2980 | 1271 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1272 |
sepNavVisRange = "{0, 1860}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1273 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1274 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1275 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1276 |
617987F2114AA34C00BA94A9 /* uAIActions.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1277 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1278 |
sepNavIntBoundsRect = "{{0, 0}, {879, 2847}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1279 |
sepNavSelRange = "{878, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1280 |
sepNavVisRange = "{0, 2061}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1281 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1282 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1283 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1284 |
617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1285 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1286 |
sepNavIntBoundsRect = "{{0, 0}, {1174, 8190}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1287 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1288 |
sepNavVisRange = "{18811, 1378}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1289 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1290 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1291 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1292 |
617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1293 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1294 |
sepNavIntBoundsRect = "{{0, 0}, {719, 6279}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1295 |
sepNavSelRange = "{6716, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1296 |
sepNavVisRange = "{2094, 49}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1297 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
2980 | 1298 |
}; |
1299 |
}; |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1300 |
617987F5114AA34C00BA94A9 /* uAmmos.pas */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1301 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1302 |
sepNavIntBoundsRect = "{{0, 0}, {868, 4966}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1303 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1304 |
sepNavVisRange = "{0, 1559}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1305 |
sepNavWindowFrame = "{{38, 434}, {927, 718}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1306 |
}; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1307 |
}; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1308 |
617987F6114AA34C00BA94A9 /* uChat.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1309 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1310 |
sepNavIntBoundsRect = "{{0, 0}, {879, 3848}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1311 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1312 |
sepNavVisRange = "{0, 1960}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1313 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1314 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1315 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1316 |
617987F7114AA34C00BA94A9 /* uCollisions.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1317 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1318 |
sepNavIntBoundsRect = "{{0, 0}, {532, 4238}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1319 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1320 |
sepNavVisRange = "{111, 3}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1321 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1322 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1323 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1324 |
617987F8114AA34C00BA94A9 /* uConsole.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1325 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1326 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4407}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1327 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1328 |
sepNavVisRange = "{0, 2119}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1329 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1330 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1331 |
}; |
3027 | 1332 |
617987F9114AA34C00BA94A9 /* uConsts.pas */ = { |
1333 |
uiCtxt = { |
|
3199 | 1334 |
sepNavIntBoundsRect = "{{0, 0}, {879, 25077}}"; |
1335 |
sepNavSelRange = "{10318, 0}"; |
|
1336 |
sepNavVisRange = "{9634, 1948}"; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1337 |
sepNavWindowFrame = "{{162, 164}, {938, 967}}"; |
3027 | 1338 |
}; |
1339 |
}; |
|
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1340 |
617987FA114AA34C00BA94A9 /* uFloat.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1341 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1342 |
sepNavIntBoundsRect = "{{0, 0}, {532, 4797}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1343 |
sepNavSelRange = "{0, 0}"; |
3063 | 1344 |
sepNavVisRange = "{0, 49}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1345 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1346 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1347 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1348 |
617987FB114AA34C00BA94A9 /* uGame.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1349 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1350 |
sepNavIntBoundsRect = "{{0, 0}, {621, 1040}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1351 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1352 |
sepNavVisRange = "{49, 62}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1353 |
sepNavWindowFrame = "{{15, 455}, {927, 718}}"; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1354 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1355 |
}; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1356 |
617987FC114AA34C00BA94A9 /* uGears.pas */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1357 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1358 |
sepNavIntBoundsRect = "{{0, 0}, {768, 30953}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1359 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1360 |
sepNavVisRange = "{258, 58}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1361 |
sepNavWindowFrame = "{{61, 413}, {927, 718}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1362 |
}; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1363 |
}; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1364 |
617987FD114AA34C00BA94A9 /* uIO.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1365 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1366 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4810}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1367 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1368 |
sepNavVisRange = "{0, 1848}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1369 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1370 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1371 |
}; |
2980 | 1372 |
617987FE114AA34C00BA94A9 /* uKeys.pas */ = { |
1373 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1374 |
sepNavIntBoundsRect = "{{0, 0}, {663, 7020}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1375 |
sepNavSelRange = "{2995, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1376 |
sepNavVisRange = "{2933, 94}"; |
2980 | 1377 |
sepNavWindowFrame = "{{674, 505}, {921, 605}}"; |
1378 |
}; |
|
1379 |
}; |
|
3021 | 1380 |
617987FF114AA34C00BA94A9 /* uLand.pas */ = { |
1381 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1382 |
sepNavIntBoundsRect = "{{0, 0}, {1734, 16068}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1383 |
sepNavSelRange = "{25370, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1384 |
sepNavVisRange = "{25434, 209}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1385 |
sepNavWindowFrame = "{{287, 275}, {803, 674}}"; |
3021 | 1386 |
}; |
1387 |
}; |
|
1388 |
61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = { |
|
1389 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1390 |
sepNavIntBoundsRect = "{{0, 0}, {1027, 7241}}"; |
3021 | 1391 |
sepNavSelRange = "{204, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1392 |
sepNavVisRange = "{5200, 1985}"; |
3021 | 1393 |
sepNavWindowFrame = "{{61, 457}, {803, 674}}"; |
1394 |
}; |
|
1395 |
}; |
|
1396 |
61798801114AA34C00BA94A9 /* uLandObjects.pas */ = { |
|
1397 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1398 |
sepNavIntBoundsRect = "{{0, 0}, {744, 6812}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1399 |
sepNavSelRange = "{1189, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1400 |
sepNavVisRange = "{114, 1541}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1401 |
sepNavWindowFrame = "{{84, 436}, {803, 674}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1402 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1403 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1404 |
61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1405 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1406 |
sepNavIntBoundsRect = "{{0, 0}, {544, 26650}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1407 |
sepNavSelRange = "{1407, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1408 |
sepNavVisRange = "{1225, 366}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1409 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1410 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1411 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1412 |
61798803114AA34C00BA94A9 /* uLandTexture.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1413 |
uiCtxt = { |
3221 | 1414 |
sepNavIntBoundsRect = "{{0, 0}, {845, 1638}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1415 |
sepNavSelRange = "{3388, 0}"; |
3221 | 1416 |
sepNavVisRange = "{3, 250}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1417 |
sepNavWindowFrame = "{{400, 151}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1418 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1419 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1420 |
61798804114AA34C00BA94A9 /* uLocale.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1421 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1422 |
sepNavIntBoundsRect = "{{0, 0}, {879, 1846}}"; |
3021 | 1423 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1424 |
sepNavVisRange = "{0, 2884}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1425 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1426 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1427 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1428 |
61798805114AA34C00BA94A9 /* uMisc.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1429 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1430 |
sepNavIntBoundsRect = "{{0, 0}, {1034, 9659}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1431 |
sepNavSelRange = "{19704, 6}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1432 |
sepNavVisRange = "{18808, 1596}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1433 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1434 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1435 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1436 |
61798806114AA34C00BA94A9 /* uRandom.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1437 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1438 |
sepNavIntBoundsRect = "{{0, 0}, {879, 1235}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1439 |
sepNavSelRange = "{1113, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1440 |
sepNavVisRange = "{0, 1817}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1441 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1442 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1443 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1444 |
61798807114AA34C00BA94A9 /* uScript.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1445 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1446 |
sepNavIntBoundsRect = "{{0, 0}, {607, 11297}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1447 |
sepNavSelRange = "{1143, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1448 |
sepNavVisRange = "{1004, 219}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1449 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1450 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1451 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1452 |
61798808114AA34C00BA94A9 /* uSHA.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1453 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1454 |
sepNavIntBoundsRect = "{{0, 0}, {879, 2028}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1455 |
sepNavSelRange = "{1408, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1456 |
sepNavVisRange = "{0, 1914}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1457 |
sepNavWindowFrame = "{{749, 211}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1458 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1459 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1460 |
61798809114AA34C00BA94A9 /* uSound.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1461 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1462 |
sepNavIntBoundsRect = "{{0, 0}, {544, 3302}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1463 |
sepNavSelRange = "{1282, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1464 |
sepNavVisRange = "{1229, 128}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1465 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1466 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1467 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1468 |
6179880A114AA34C00BA94A9 /* uStats.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1469 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1470 |
sepNavIntBoundsRect = "{{0, 0}, {879, 3042}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1471 |
sepNavSelRange = "{905, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1472 |
sepNavVisRange = "{0, 2007}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1473 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3021 | 1474 |
}; |
1475 |
}; |
|
2980 | 1476 |
6179880B114AA34C00BA94A9 /* uStore.pas */ = { |
1477 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1478 |
sepNavIntBoundsRect = "{{0, 0}, {824, 19799}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1479 |
sepNavSelRange = "{36649, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1480 |
sepNavVisRange = "{36112, 1360}"; |
3025 | 1481 |
sepNavWindowFrame = "{{38, 478}, {803, 674}}"; |
1482 |
}; |
|
1483 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1484 |
6179880C114AA34C00BA94A9 /* uTeams.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1485 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1486 |
sepNavIntBoundsRect = "{{0, 0}, {775, 6617}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1487 |
sepNavSelRange = "{932, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1488 |
sepNavVisRange = "{831, 110}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1489 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1490 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1491 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1492 |
6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1493 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1494 |
sepNavIntBoundsRect = "{{0, 0}, {1321, 11063}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1495 |
sepNavSelRange = "{873, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1496 |
sepNavVisRange = "{0, 2081}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1497 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1498 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1499 |
}; |
3025 | 1500 |
6179880F114AA34C00BA94A9 /* uWorld.pas */ = { |
1501 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1502 |
sepNavIntBoundsRect = "{{0, 0}, {901, 13247}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1503 |
sepNavSelRange = "{1635, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1504 |
sepNavVisRange = "{3460, 1435}"; |
3025 | 1505 |
sepNavWindowFrame = "{{158, 270}, {960, 678}}"; |
2980 | 1506 |
}; |
1507 |
}; |
|
1508 |
61798852114AA44900BA94A9 /* config.inc */ = { |
|
1509 |
uiCtxt = { |
|
1510 |
sepNavIntBoundsRect = "{{0, 0}, {620, 286}}"; |
|
1511 |
sepNavSelRange = "{0, 0}"; |
|
1512 |
sepNavVisRange = "{0, 874}"; |
|
1513 |
}; |
|
1514 |
}; |
|
3025 | 1515 |
61798856114AA48A00BA94A9 /* CGPointUtils.c */ = { |
1516 |
uiCtxt = { |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
1517 |
sepNavIntBoundsRect = "{{0, 0}, {696, 559}}"; |
3025 | 1518 |
sepNavSelRange = "{423, 0}"; |
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
1519 |
sepNavVisRange = "{170, 505}"; |
3025 | 1520 |
sepNavWindowFrame = "{{107, 411}, {960, 678}}"; |
1521 |
}; |
|
1522 |
}; |
|
1523 |
61798857114AA48A00BA94A9 /* CGPointUtils.h */ = { |
|
1524 |
uiCtxt = { |
|
1525 |
sepNavIntBoundsRect = "{{0, 0}, {719, 195}}"; |
|
1526 |
sepNavSelRange = "{152, 29}"; |
|
1527 |
sepNavVisRange = "{3, 243}"; |
|
1528 |
}; |
|
1529 |
}; |
|
2980 | 1530 |
61798858114AA48A00BA94A9 /* IMG_png.c */ = { |
1531 |
uiCtxt = { |
|
3025 | 1532 |
sepNavIntBoundsRect = "{{0, 0}, {1524, 6266}}"; |
2980 | 1533 |
sepNavSelRange = "{2544, 0}"; |
3025 | 1534 |
sepNavVisRange = "{2505, 162}"; |
1535 |
}; |
|
1536 |
}; |
|
1537 |
61798859114AA48A00BA94A9 /* IMG.c */ = { |
|
1538 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1539 |
sepNavIntBoundsRect = "{{0, 0}, {786, 1820}}"; |
3025 | 1540 |
sepNavSelRange = "{0, 0}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1541 |
sepNavVisRange = "{0, 776}"; |
2980 | 1542 |
}; |
1543 |
}; |
|
3015 | 1544 |
6179885A114AA48A00BA94A9 /* PascalImports.h */ = { |
1545 |
uiCtxt = { |
|
3025 | 1546 |
sepNavIntBoundsRect = "{{0, 0}, {537, 637}}"; |
3015 | 1547 |
sepNavSelRange = "{246, 0}"; |
3025 | 1548 |
sepNavVisRange = "{0, 191}"; |
3015 | 1549 |
sepNavWindowFrame = "{{685, 352}, {803, 674}}"; |
1550 |
}; |
|
1551 |
}; |
|
3025 | 1552 |
6179885B114AA48A00BA94A9 /* SDL_image.h */ = { |
1553 |
uiCtxt = { |
|
1554 |
sepNavIntBoundsRect = "{{0, 0}, {558, 1144}}"; |
|
1555 |
sepNavSelRange = "{0, 0}"; |
|
1556 |
sepNavVisRange = "{899, 265}"; |
|
1557 |
}; |
|
1558 |
}; |
|
3006 | 1559 |
61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */ = { |
1560 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1561 |
sepNavIntBoundsRect = "{{0, 0}, {1004, 611}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1562 |
sepNavSelRange = "{1430, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1563 |
sepNavVisRange = "{1109, 510}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1564 |
sepNavWindowFrame = "{{156, 236}, {803, 674}}"; |
3006 | 1565 |
}; |
2980 | 1566 |
}; |
1567 |
61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */ = { |
|
1568 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1569 |
sepNavIntBoundsRect = "{{0, 0}, {796, 1885}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1570 |
sepNavSelRange = "{2651, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1571 |
sepNavVisRange = "{2048, 1631}"; |
3199 | 1572 |
sepNavWindowFrame = "{{156, 236}, {803, 674}}"; |
3006 | 1573 |
}; |
1574 |
}; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1575 |
61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1576 |
uiCtxt = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1577 |
sepNavIntBoundsRect = "{{0, 0}, {532, 572}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1578 |
sepNavSelRange = "{0, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1579 |
sepNavVisRange = "{0, 3}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1580 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1581 |
}; |
3006 | 1582 |
61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */ = { |
1583 |
uiCtxt = { |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1584 |
sepNavIntBoundsRect = "{{0, 0}, {696, 1690}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1585 |
sepNavSelRange = "{1722, 0}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1586 |
sepNavVisRange = "{1635, 665}"; |
3027 | 1587 |
sepNavWindowFrame = "{{880, 321}, {794, 632}}"; |
2980 | 1588 |
}; |
1589 |
}; |
|
3006 | 1590 |
6179886E114AA4D000BA94A9 /* MainMenuViewController.h */ = { |
1591 |
uiCtxt = { |
|
3122
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
1592 |
sepNavIntBoundsRect = "{{0, 0}, {716, 495}}"; |
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
1593 |
sepNavSelRange = "{354, 0}"; |
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
1594 |
sepNavVisRange = "{0, 692}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1595 |
sepNavWindowFrame = "{{525, 308}, {775, 623}}"; |
3006 | 1596 |
}; |
1597 |
}; |
|
1598 |
6179886F114AA4D000BA94A9 /* MainMenuViewController.m */ = { |
|
1599 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1600 |
sepNavIntBoundsRect = "{{0, 0}, {901, 2431}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1601 |
sepNavSelRange = "{1601, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1602 |
sepNavVisRange = "{1080, 935}"; |
3113 | 1603 |
sepNavWindowFrame = "{{525, 308}, {775, 623}}"; |
3006 | 1604 |
}; |
2980 | 1605 |
}; |
3025 | 1606 |
61798871114AA4D000BA94A9 /* SchemeEditViewController.h */ = { |
1607 |
uiCtxt = { |
|
1608 |
sepNavIntBoundsRect = "{{0, 0}, {719, 273}}"; |
|
1609 |
sepNavSelRange = "{0, 0}"; |
|
1610 |
sepNavVisRange = "{0, 176}"; |
|
1611 |
}; |
|
1612 |
}; |
|
3021 | 1613 |
61798872114AA4D000BA94A9 /* SchemeEditViewController.m */ = { |
1614 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1615 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 936}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1616 |
sepNavSelRange = "{1129, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1617 |
sepNavVisRange = "{0, 1678}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1618 |
sepNavWindowFrame = "{{508, 144}, {938, 967}}"; |
3021 | 1619 |
}; |
1620 |
}; |
|
1621 |
61798874114AA4D000BA94A9 /* SettingsViewController.h */ = { |
|
1622 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1623 |
sepNavIntBoundsRect = "{{0, 0}, {551, 494}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1624 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1625 |
sepNavVisRange = "{45, 128}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1626 |
sepNavWindowFrame = "{{38, 307}, {927, 845}}"; |
3021 | 1627 |
}; |
1628 |
}; |
|
3006 | 1629 |
61798875114AA4D000BA94A9 /* SettingsViewController.m */ = { |
1630 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1631 |
sepNavIntBoundsRect = "{{0, 0}, {901, 4173}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1632 |
sepNavSelRange = "{6297, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1633 |
sepNavVisRange = "{8001, 1601}"; |
3091 | 1634 |
sepNavWindowFrame = "{{38, 307}, {927, 845}}"; |
3006 | 1635 |
}; |
1636 |
}; |
|
3025 | 1637 |
61798877114AA4D000BA94A9 /* TeamEditViewController.h */ = { |
1638 |
uiCtxt = { |
|
1639 |
sepNavIntBoundsRect = "{{0, 0}, {532, 195}}"; |
|
1640 |
sepNavSelRange = "{0, 0}"; |
|
1641 |
sepNavVisRange = "{0, 174}"; |
|
1642 |
}; |
|
1643 |
}; |
|
3027 | 1644 |
61798878114AA4D000BA94A9 /* TeamEditViewController.m */ = { |
1645 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1646 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 816}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1647 |
sepNavSelRange = "{1057, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1648 |
sepNavVisRange = "{0, 1408}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1649 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3027 | 1650 |
}; |
1651 |
}; |
|
3025 | 1652 |
6179887A114AA4D000BA94A9 /* TeamMenuViewController.h */ = { |
1653 |
uiCtxt = { |
|
1654 |
sepNavIntBoundsRect = "{{0, 0}, {532, 195}}"; |
|
1655 |
sepNavSelRange = "{0, 0}"; |
|
1656 |
sepNavVisRange = "{0, 174}"; |
|
1657 |
}; |
|
1658 |
}; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1659 |
6179887B114AA4D000BA94A9 /* TeamMenuViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1660 |
uiCtxt = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1661 |
sepNavIntBoundsRect = "{{0, 0}, {532, 806}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1662 |
sepNavSelRange = "{0, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1663 |
sepNavVisRange = "{0, 148}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1664 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1665 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1666 |
}; |
3006 | 1667 |
61798887114AA4E600BA94A9 /* GameSetup.h */ = { |
1668 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1669 |
sepNavIntBoundsRect = "{{0, 0}, {572, 416}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1670 |
sepNavSelRange = "{254, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1671 |
sepNavVisRange = "{169, 135}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1672 |
sepNavWindowFrame = "{{761, 205}, {897, 692}}"; |
3006 | 1673 |
}; |
1674 |
}; |
|
1675 |
61798888114AA4E600BA94A9 /* GameSetup.m */ = { |
|
1676 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1677 |
sepNavIntBoundsRect = "{{0, 0}, {1412, 4446}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1678 |
sepNavSelRange = "{3164, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1679 |
sepNavVisRange = "{1444, 3377}"; |
3221 | 1680 |
sepNavWindowFrame = "{{760, 256}, {1079, 870}}"; |
3006 | 1681 |
}; |
2980 | 1682 |
}; |
1683 |
6179889D114AA5BD00BA94A9 /* PBXTextBookmark */ = { |
|
1684 |
isa = PBXTextBookmark; |
|
1685 |
fRef = 61798852114AA44900BA94A9 /* config.inc */; |
|
1686 |
name = "config.inc: 1"; |
|
1687 |
rLen = 0; |
|
1688 |
rLoc = 0; |
|
1689 |
rType = 0; |
|
1690 |
vrLen = 874; |
|
1691 |
vrLoc = 0; |
|
1692 |
}; |
|
3006 | 1693 |
6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = { |
1694 |
activeExec = 0; |
|
2980 | 1695 |
}; |
3006 | 1696 |
61799342114B297000BA94A9 /* PBXBookmark */ = { |
1697 |
isa = PBXBookmark; |
|
1698 |
fRef = 61798A23114ADD2600BA94A9 /* borderBottom.png */; |
|
1699 |
}; |
|
1700 |
61799343114B297000BA94A9 /* PBXBookmark */ = { |
|
1701 |
isa = PBXBookmark; |
|
1702 |
fRef = 61798A21114ADD2600BA94A9 /* backgroundRight.png */; |
|
1703 |
}; |
|
1704 |
6179937111501D7800BA94A9 /* PBXBookmark */ = { |
|
1705 |
isa = PBXBookmark; |
|
1706 |
fRef = 61798A1E114ADD2600BA94A9 /* backgroundBottom.png */; |
|
2980 | 1707 |
}; |
3006 | 1708 |
6179937411501D7800BA94A9 /* PBXBookmark */ = { |
2980 | 1709 |
isa = PBXBookmark; |
3006 | 1710 |
fRef = 61798A29114ADD2600BA94A9 /* settingsButton.png */; |
2980 | 1711 |
}; |
3006 | 1712 |
6179937511501D7800BA94A9 /* PBXBookmark */ = { |
1713 |
isa = PBXBookmark; |
|
1714 |
fRef = 61798A2A114ADD2600BA94A9 /* storeButton.png */; |
|
2980 | 1715 |
}; |
3006 | 1716 |
6179938511501FFA00BA94A9 /* PBXBookmark */ = { |
2980 | 1717 |
isa = PBXBookmark; |
3006 | 1718 |
fRef = 6179934E114BD5AB00BA94A9 /* menuCorner.png */; |
1719 |
}; |
|
1720 |
6179943111502CEA00BA94A9 /* PBXBookmark */ = { |
|
1721 |
isa = PBXBookmark; |
|
1722 |
fRef = 6179936711501D3D00BA94A9 /* arrowDown.png */; |
|
1723 |
}; |
|
3063 | 1724 |
618AFC07115BE92A003D411B /* PBXBookmark */ = { |
1725 |
isa = PBXBookmark; |
|
1726 |
fRef = 61798A20114ADD2600BA94A9 /* backgroundLeft.png */; |
|
1727 |
}; |
|
3015 | 1728 |
6194CC0711505FCF00A4BA5C /* PlistBookmark */ = { |
1729 |
isa = PlistBookmark; |
|
1730 |
fRef = 8D1107310486CEB800E47090 /* Info.plist */; |
|
1731 |
fallbackIsa = PBXBookmark; |
|
1732 |
isK = 0; |
|
1733 |
kPath = ( |
|
1734 |
CFBundleIdentifier, |
|
1735 |
); |
|
1736 |
name = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Info.plist; |
|
1737 |
rLen = 0; |
|
1738 |
rLoc = 9223372036854775808; |
|
1739 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1740 |
61CCBE60116135FF00833FE8 /* PBXTextBookmark */ = { |
3021 | 1741 |
isa = PBXTextBookmark; |
1742 |
fRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */; |
|
1743 |
name = "uLandGraphics.pas: 6"; |
|
1744 |
rLen = 0; |
|
1745 |
rLoc = 204; |
|
1746 |
rType = 0; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1747 |
vrLen = 130; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1748 |
vrLoc = 186; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1749 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1750 |
61CCBF1E116162CA00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1751 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1752 |
fRef = 617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1753 |
name = "uAIAmmoTests.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1754 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1755 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1756 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1757 |
vrLen = 125; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1758 |
vrLoc = 3102; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1759 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1760 |
61CCBF451161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1761 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1762 |
fRef = 617987F0114AA34C00BA94A9 /* SinTable.inc */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1763 |
name = "SinTable.inc: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1764 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1765 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1766 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1767 |
vrLen = 49; |
3021 | 1768 |
vrLoc = 0; |
1769 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1770 |
61CCBF461161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1771 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1772 |
fRef = 617987F4114AA34C00BA94A9 /* uAIMisc.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1773 |
name = "uAIMisc.pas: 205"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1774 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1775 |
rLoc = 6716; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1776 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1777 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1778 |
vrLoc = 2094; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1779 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1780 |
61CCBF471161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1781 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1782 |
fRef = 617987F5114AA34C00BA94A9 /* uAmmos.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1783 |
name = "uAmmos.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1784 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1785 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1786 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1787 |
vrLen = 130; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1788 |
vrLoc = 186; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1789 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1790 |
61CCBF791161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1791 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1792 |
fRef = 617987EB114AA34C00BA94A9 /* options.inc */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1793 |
name = "options.inc: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1794 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1795 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1796 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1797 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1798 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1799 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1800 |
61CCBF7B1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1801 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1802 |
fRef = 617987FA114AA34C00BA94A9 /* uFloat.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1803 |
name = "uFloat.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1804 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1805 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1806 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1807 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1808 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1809 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1810 |
61CCBF7C1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1811 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1812 |
fRef = 6179880E114AA34C00BA94A9 /* uVisualGears.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1813 |
name = "uVisualGears.pas: 23"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1814 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1815 |
rLoc = 873; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1816 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1817 |
vrLen = 53; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1818 |
vrLoc = 822; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1819 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1820 |
61CCBF7E1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1821 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1822 |
fRef = 61798809114AA34C00BA94A9 /* uSound.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1823 |
name = "uSound.pas: 42"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1824 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1825 |
rLoc = 1282; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1826 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1827 |
vrLen = 128; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1828 |
vrLoc = 1229; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1829 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1830 |
61CCBF7F1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1831 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1832 |
fRef = 61798807114AA34C00BA94A9 /* uScript.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1833 |
name = "uScript.pas: 32"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1834 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1835 |
rLoc = 1143; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1836 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1837 |
vrLen = 219; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1838 |
vrLoc = 1004; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1839 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1840 |
61CCBFD11161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1841 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1842 |
fRef = 617987FD114AA34C00BA94A9 /* uIO.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1843 |
name = "uIO.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1844 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1845 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1846 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1847 |
vrLen = 3; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1848 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1849 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1850 |
61CCBFD21161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1851 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1852 |
fRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1853 |
name = "uCollisions.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1854 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1855 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1856 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1857 |
vrLen = 3; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1858 |
vrLoc = 111; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1859 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1860 |
61CCBFD31161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1861 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1862 |
fRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1863 |
name = "uConsts.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1864 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1865 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1866 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1867 |
vrLen = 72; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1868 |
vrLoc = 114; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1869 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1870 |
61CCBFD41161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1871 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1872 |
fRef = 617987FB114AA34C00BA94A9 /* uGame.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1873 |
name = "uGame.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1874 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1875 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1876 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1877 |
vrLen = 62; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1878 |
vrLoc = 49; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1879 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1880 |
61CCBFD51161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1881 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1882 |
fRef = 617987FC114AA34C00BA94A9 /* uGears.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1883 |
name = "uGears.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1884 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1885 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1886 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1887 |
vrLen = 58; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1888 |
vrLoc = 258; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1889 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1890 |
61CCBFD71161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1891 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1892 |
fRef = 6179880C114AA34C00BA94A9 /* uTeams.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1893 |
name = "uTeams.pas: 23"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1894 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1895 |
rLoc = 932; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1896 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1897 |
vrLen = 110; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1898 |
vrLoc = 831; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1899 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1900 |
61CCBFD81161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1901 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1902 |
fRef = 6179880B114AA34C00BA94A9 /* uStore.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1903 |
name = "uStore.pas: 1115"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1904 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1905 |
rLoc = 36904; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1906 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1907 |
vrLen = 383; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1908 |
vrLoc = 3; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1909 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1910 |
61CCBFD91161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1911 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1912 |
fRef = 61798805114AA34C00BA94A9 /* uMisc.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1913 |
name = "uMisc.pas: 24"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1914 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1915 |
rLoc = 853; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1916 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1917 |
vrLen = 89; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1918 |
vrLoc = 766; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1919 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1920 |
61CCBFDA1161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1921 |
isa = PBXTextBookmark; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1922 |
fRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1923 |
name = "uLandTemplates.pas: 37"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1924 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1925 |
rLoc = 1407; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1926 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1927 |
vrLen = 366; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1928 |
vrLoc = 1225; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1929 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1930 |
61CCBFDB1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1931 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1932 |
fRef = 617987FF114AA34C00BA94A9 /* uLand.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1933 |
name = "uLand.pas: 912"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1934 |
rLen = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1935 |
rLoc = 25370; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1936 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1937 |
vrLen = 209; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1938 |
vrLoc = 25434; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1939 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1940 |
61CCBFDC1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1941 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1942 |
fRef = 617987E4114AA34C00BA94A9 /* GSHandlers.inc */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1943 |
name = "GSHandlers.inc: 716"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1944 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1945 |
rLoc = 23048; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1946 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1947 |
vrLen = 148; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1948 |
vrLoc = 22940; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1949 |
}; |
3113 | 1950 |
61CE23E7115E49560098C467 /* PBXTextBookmark */ = { |
1951 |
isa = PBXTextBookmark; |
|
1952 |
fRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */; |
|
1953 |
name = "uWorld.pas: 526"; |
|
1954 |
rLen = 0; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1955 |
rLoc = 16649; |
3113 | 1956 |
rType = 0; |
1957 |
vrLen = 482; |
|
1958 |
vrLoc = 16577; |
|
1959 |
}; |
|
1960 |
61CE23FF115E4B290098C467 /* PBXBookmark */ = { |
|
1961 |
isa = PBXBookmark; |
|
1962 |
fRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; |
|
1963 |
}; |
|
1964 |
61CE2410115E4F620098C467 /* PBXBookmark */ = { |
|
1965 |
isa = PBXBookmark; |
|
1966 |
fRef = 611FD9CF1155A40700C2203D /* NetworkPlay.png */; |
|
1967 |
}; |
|
1968 |
61CE24DC115E641F0098C467 /* PBXTextBookmark */ = { |
|
1969 |
isa = PBXTextBookmark; |
|
1970 |
fRef = 61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */; |
|
1971 |
name = "SplitViewRootController.h: 1"; |
|
1972 |
rLen = 0; |
|
1973 |
rLoc = 0; |
|
1974 |
rType = 0; |
|
1975 |
vrLen = 177; |
|
1976 |
vrLoc = 3; |
|
1977 |
}; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1978 |
61CE24EA115E71C20098C467 /* OverlayViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1979 |
uiCtxt = { |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1980 |
sepNavIntBoundsRect = "{{0, 0}, {532, 455}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1981 |
sepNavSelRange = "{257, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1982 |
sepNavVisRange = "{0, 91}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1983 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1984 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1985 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1986 |
61CE24EB115E71C20098C467 /* OverlayViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1987 |
uiCtxt = { |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1988 |
sepNavIntBoundsRect = "{{0, 0}, {532, 3406}}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1989 |
sepNavSelRange = "{0, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1990 |
sepNavVisRange = "{0, 153}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1991 |
sepNavWindowFrame = "{{586, 162}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1992 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1993 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1994 |
61CE24EC115E71C20098C467 /* PopupMenuViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1995 |
uiCtxt = { |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1996 |
sepNavIntBoundsRect = "{{0, 0}, {532, 260}}"; |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1997 |
sepNavSelRange = "{0, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1998 |
sepNavVisRange = "{0, 93}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1999 |
sepNavWindowFrame = "{{530, 457}, {897, 692}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2000 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2001 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2002 |
61CE24ED115E71C20098C467 /* PopupMenuViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2003 |
uiCtxt = { |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2004 |
sepNavIntBoundsRect = "{{0, 0}, {532, 1612}}"; |
3122
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
2005 |
sepNavSelRange = "{0, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2006 |
sepNavVisRange = "{0, 159}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2007 |
sepNavWindowFrame = "{{530, 457}, {897, 692}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2008 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2009 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2010 |
61CE250B115E749A0098C467 /* OverlayViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2011 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2012 |
sepNavIntBoundsRect = "{{0, 0}, {879, 814}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2013 |
sepNavSelRange = "{664, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2014 |
sepNavVisRange = "{0, 718}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2015 |
sepNavWindowFrame = "{{1103, 125}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2016 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2017 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2018 |
61CE250C115E749A0098C467 /* OverlayViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2019 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2020 |
sepNavIntBoundsRect = "{{0, 0}, {936, 3510}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2021 |
sepNavSelRange = "{4169, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2022 |
sepNavVisRange = "{0, 369}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2023 |
sepNavWindowFrame = "{{737, 168}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2024 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2025 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2026 |
61CE2514115E74CC0098C467 /* PBXBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2027 |
isa = PBXBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2028 |
fRef = 61798A2B114ADD2600BA94A9 /* title.png */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2029 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2030 |
61CE2515115E74CC0098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2031 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2032 |
fRef = 6179886E114AA4D000BA94A9 /* MainMenuViewController.h */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2033 |
name = "MainMenuViewController.h: 1"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2034 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2035 |
rLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2036 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2037 |
vrLen = 148; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2038 |
vrLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2039 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2040 |
61CE251F115E75A70098C467 /* PBXBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2041 |
isa = PBXBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2042 |
fRef = 61798A28114ADD2600BA94A9 /* playButton.png */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2043 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2044 |
61CE2577115E78900098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2045 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2046 |
fRef = 61798875114AA4D000BA94A9 /* SettingsViewController.m */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2047 |
name = "SettingsViewController.m: 94"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2048 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2049 |
rLoc = 2739; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2050 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2051 |
vrLen = 167; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2052 |
vrLoc = 2736; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2053 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2054 |
61CE2578115E78900098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2055 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2056 |
fRef = 6179887B114AA4D000BA94A9 /* TeamMenuViewController.m */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2057 |
name = "TeamMenuViewController.m: 1"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2058 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2059 |
rLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2060 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2061 |
vrLen = 148; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2062 |
vrLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2063 |
}; |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2064 |
61CE25B4115E7C940098C467 /* PBXTextBookmark */ = { |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2065 |
isa = PBXTextBookmark; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2066 |
fRef = 61CE250C115E749A0098C467 /* OverlayViewController.m */; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2067 |
name = "OverlayViewController.m: 129"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2068 |
rLen = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2069 |
rLoc = 3947; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2070 |
rType = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2071 |
vrLen = 488; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2072 |
vrLoc = 3790; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
2073 |
}; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2074 |
61E2F0811156B170002D33C1 /* PBXTextBookmark */ = { |
3034 | 2075 |
isa = PBXTextBookmark; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2076 |
fRef = 617987F6114AA34C00BA94A9 /* uChat.pas */; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2077 |
name = "uChat.pas: 1"; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2078 |
rLen = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2079 |
rLoc = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2080 |
rType = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2081 |
vrLen = 181; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2082 |
vrLoc = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2083 |
}; |
3113 | 2084 |
61FA761D115DA0DB00DA6ED0 /* MainMenuViewController.h */ = { |
2085 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2086 |
sepNavIntBoundsRect = "{{0, 0}, {868, 717}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2087 |
sepNavSelRange = "{0, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2088 |
sepNavVisRange = "{0, 427}"; |
3113 | 2089 |
sepNavWindowFrame = "{{275, 284}, {927, 845}}"; |
2090 |
}; |
|
3090 | 2091 |
}; |
3113 | 2092 |
61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */ = { |
2093 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2094 |
sepNavIntBoundsRect = "{{0, 0}, {901, 2145}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2095 |
sepNavSelRange = "{2, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2096 |
sepNavVisRange = "{144, 135}"; |
3122
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
2097 |
sepNavWindowFrame = "{{815, 219}, {927, 845}}"; |
3113 | 2098 |
}; |
3090 | 2099 |
}; |
3113 | 2100 |
61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */ = { |
2101 |
uiCtxt = { |
|
2102 |
sepNavIntBoundsRect = "{{0, 0}, {579, 299}}"; |
|
2103 |
sepNavSelRange = "{0, 0}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2104 |
sepNavVisRange = "{56, 124}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2105 |
sepNavWindowFrame = "{{213, 231}, {927, 845}}"; |
3113 | 2106 |
}; |
3091 | 2107 |
}; |
3113 | 2108 |
61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */ = { |
2109 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2110 |
sepNavIntBoundsRect = "{{0, 0}, {943, 1144}}"; |
3113 | 2111 |
sepNavSelRange = "{0, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2112 |
sepNavVisRange = "{229, 152}"; |
3113 | 2113 |
sepNavWindowFrame = "{{60, 197}, {927, 845}}"; |
2114 |
}; |
|
2115 |
}; |
|
2116 |
61FA765A115DAACC00DA6ED0 /* MasterViewController.h */ = { |
|
2117 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2118 |
sepNavIntBoundsRect = "{{0, 0}, {586, 325}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2119 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2120 |
sepNavVisRange = "{53, 124}"; |
3113 | 2121 |
sepNavWindowFrame = "{{199, 160}, {927, 845}}"; |
2122 |
}; |
|
3091 | 2123 |
}; |
3113 | 2124 |
61FA765B115DAACC00DA6ED0 /* MasterViewController.m */ = { |
2125 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2126 |
sepNavIntBoundsRect = "{{0, 0}, {1048, 1664}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2127 |
sepNavSelRange = "{3057, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2128 |
sepNavVisRange = "{2239, 2059}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2129 |
sepNavWindowFrame = "{{92, 210}, {927, 845}}"; |
3113 | 2130 |
}; |
3091 | 2131 |
}; |
3113 | 2132 |
61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */ = { |
2133 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2134 |
sepNavIntBoundsRect = "{{0, 0}, {868, 717}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2135 |
sepNavSelRange = "{365, 1}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2136 |
sepNavVisRange = "{0, 565}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2137 |
sepNavWindowFrame = "{{364, 237}, {927, 845}}"; |
3113 | 2138 |
}; |
3091 | 2139 |
}; |
3113 | 2140 |
61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */ = { |
2141 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2142 |
sepNavIntBoundsRect = "{{0, 0}, {1503, 1677}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2143 |
sepNavSelRange = "{753, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2144 |
sepNavVisRange = "{0, 1517}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2145 |
sepNavWindowFrame = "{{543, 159}, {927, 845}}"; |
3113 | 2146 |
}; |
2147 |
}; |
|
2980 | 2148 |
928301160F10CAFC00CC5A3C /* fpc */ = { |
2149 |
activeExec = 0; |
|
2150 |
}; |
|
2151 |
} |