author | koda |
Thu, 01 Apr 2010 21:57:03 +0000 | |
changeset 3245 | 252be02536ab |
parent 3221 | 3e6586c1ab4f |
child 3250 | d5cd1a617123 |
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; |
3199 | 11 |
activeExecutable = 617987D7114AA2CD00BA94A9 /* HedgewarsMobile */; |
3221 | 12 |
activeSDKPreference = iphonesimulator3.2; |
3199 | 13 |
activeTarget = 1D6058900D05DD3D006BFB54 /* HedgewarsMobile */; |
2980 | 14 |
addToTargets = ( |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
15 |
1D6058900D05DD3D006BFB54 /* HedgewarsMobile */, |
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 |
}; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
97 |
PBXPerProjectTemplateStateSaveDate = 291853811; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
98 |
PBXWorkspaceStateSaveDate = 291853811; |
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 |
611FD82A1155111700C2203D = 611FD82A1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
109 |
611FD82B1155111700C2203D = 611FD82B1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
110 |
611FD82C1155111700C2203D = 611FD82C1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
111 |
611FD82D1155111700C2203D = 611FD82D1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
112 |
611FD95711551C3700C2203D = 611FD95711551C3700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
113 |
611FD95811551C3700C2203D = 611FD95811551C3700C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
114 |
611FD95911551C3700C2203D = 611FD95911551C3700C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
115 |
611FD96611551E8000C2203D = 611FD96611551E8000C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
116 |
611FDAC41155B77500C2203D = 611FDAC41155B77500C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
117 |
611FDB481155BCE500C2203D = 611FDB481155BCE500C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
118 |
611FDB6B1155C0B300C2203D = 611FDB6B1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
119 |
611FDB6C1155C0B300C2203D = 611FDB6C1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
120 |
611FDB6D1155C0B300C2203D = 611FDB6D1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
121 |
611FDBF71155D39400C2203D = 611FDBF71155D39400C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
122 |
612D5C451165535400C6D842 = 612D5C451165535400C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
123 |
612D616B1165536300C6D842 = 612D616B1165536300C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
124 |
612D618F1165545F00C6D842 = 612D618F1165545F00C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
125 |
612D61931165545F00C6D842 = 612D61931165545F00C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
126 |
61430D341165548700E2C62D = 61430D341165548700E2C62D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
127 |
61430D3B1165551600E2C62D = 61430D3B1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
128 |
61430D3C1165551600E2C62D = 61430D3C1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
129 |
61430D3D1165551600E2C62D = 61430D3D1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
130 |
61430D3E1165551600E2C62D = 61430D3E1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
131 |
61430D3F1165551600E2C62D = 61430D3F1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
132 |
61430D501165557800E2C62D = 61430D501165557800E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
133 |
61430D511165557800E2C62D = 61430D511165557800E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
134 |
61430D521165557800E2C62D = 61430D521165557800E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
135 |
615E2350115ED80500B0ACA1 = 615E2350115ED80500B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
136 |
615E2397115F023B00B0ACA1 = 615E2397115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
137 |
615E2398115F023B00B0ACA1 = 615E2398115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
138 |
615E2399115F023B00B0ACA1 = 615E2399115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
139 |
615E239A115F023B00B0ACA1 = 615E239A115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
140 |
615E239B115F023B00B0ACA1 = 615E239B115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
141 |
615F12B811655601002444F2 /* PBXTextBookmark */ = 615F12B811655601002444F2 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
142 |
615F12BB11655601002444F2 /* PBXTextBookmark */ = 615F12BB11655601002444F2 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
143 |
615F12C311655708002444F2 /* PBXTextBookmark */ = 615F12C311655708002444F2 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
144 |
61697B9E1163478A00CCDF37 = 61697B9E1163478A00CCDF37 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
145 |
61697BB611634A2400CCDF37 = 61697BB611634A2400CCDF37 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
146 |
6179889D114AA5BD00BA94A9 = 6179889D114AA5BD00BA94A9 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
147 |
61799342114B297000BA94A9 = 61799342114B297000BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
148 |
61799343114B297000BA94A9 = 61799343114B297000BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
149 |
6179937111501D7800BA94A9 = 6179937111501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
150 |
6179937411501D7800BA94A9 = 6179937411501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
151 |
6179937511501D7800BA94A9 = 6179937511501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
152 |
6179938511501FFA00BA94A9 = 6179938511501FFA00BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
153 |
6179943111502CEA00BA94A9 = 6179943111502CEA00BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
154 |
618AFC07115BE92A003D411B = 618AFC07115BE92A003D411B /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
155 |
6194CC0711505FCF00A4BA5C = 6194CC0711505FCF00A4BA5C /* PlistBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
156 |
61AB99EB1162CC3100B1CF7E = 61AB99EB1162CC3100B1CF7E /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
157 |
61CCBDA11160666200833FE8 = 61CCBDA11160666200833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
158 |
61CCBE60116135FF00833FE8 = 61CCBE60116135FF00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
159 |
61CCBF1E116162CA00833FE8 = 61CCBF1E116162CA00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
160 |
61CCBF1F116162CA00833FE8 = 61CCBF1F116162CA00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
161 |
61CCBF451161637F00833FE8 = 61CCBF451161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
162 |
61CCBF461161637F00833FE8 = 61CCBF461161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
163 |
61CCBF471161637F00833FE8 = 61CCBF471161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
164 |
61CCBF791161657400833FE8 = 61CCBF791161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
165 |
61CCBF7B1161657400833FE8 = 61CCBF7B1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
166 |
61CCBF7C1161657400833FE8 = 61CCBF7C1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
167 |
61CCBF7E1161657400833FE8 = 61CCBF7E1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
168 |
61CCBF7F1161657400833FE8 = 61CCBF7F1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
169 |
61CCBFD11161833800833FE8 = 61CCBFD11161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
170 |
61CCBFD21161833800833FE8 = 61CCBFD21161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
171 |
61CCBFD31161833800833FE8 = 61CCBFD31161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
172 |
61CCBFD41161833800833FE8 = 61CCBFD41161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
173 |
61CCBFD51161833800833FE8 = 61CCBFD51161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
174 |
61CCBFD71161833800833FE8 = 61CCBFD71161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
175 |
61CCBFD81161833800833FE8 = 61CCBFD81161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
176 |
61CCBFD91161833800833FE8 = 61CCBFD91161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
177 |
61CCBFDA1161833800833FE8 = 61CCBFDA1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
178 |
61CCBFDB1161833800833FE8 = 61CCBFDB1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
179 |
61CCBFDC1161833800833FE8 = 61CCBFDC1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
180 |
61CCBFDD1161833800833FE8 = 61CCBFDD1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
181 |
61CE23E7115E49560098C467 = 61CE23E7115E49560098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
182 |
61CE23FF115E4B290098C467 = 61CE23FF115E4B290098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
183 |
61CE2410115E4F620098C467 = 61CE2410115E4F620098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
184 |
61CE24D4115E5E630098C467 = 61CE24D4115E5E630098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
185 |
61CE24DC115E641F0098C467 = 61CE24DC115E641F0098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
186 |
61CE2514115E74CC0098C467 = 61CE2514115E74CC0098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
187 |
61CE2515115E74CC0098C467 = 61CE2515115E74CC0098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
188 |
61CE251F115E75A70098C467 = 61CE251F115E75A70098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
189 |
61CE2577115E78900098C467 = 61CE2577115E78900098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
190 |
61CE2578115E78900098C467 = 61CE2578115E78900098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
191 |
61CE25B4115E7C940098C467 = 61CE25B4115E7C940098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
192 |
61CE25B5115E7C940098C467 = 61CE25B5115E7C940098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
193 |
61E2F0811156B170002D33C1 = 61E2F0811156B170002D33C1 /* PBXTextBookmark */; |
2980 | 194 |
}; |
195 |
sourceControlManager = 617987DF114AA2EB00BA94A9 /* Source Control */; |
|
196 |
userBuildSettings = { |
|
197 |
}; |
|
198 |
}; |
|
199 |
32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */ = { |
|
200 |
uiCtxt = { |
|
3025 | 201 |
sepNavIntBoundsRect = "{{0, 0}, {698, 139}}"; |
202 |
sepNavSelRange = "{181, 0}"; |
|
203 |
sepNavVisRange = "{0, 225}"; |
|
204 |
}; |
|
205 |
}; |
|
206 |
6100DA6E115446B000F455E0 /* iHedgewars */ = { |
|
207 |
activeExec = 0; |
|
208 |
executables = ( |
|
209 |
6100DAD3115446B000F455E0 /* iHedgewars */, |
|
210 |
); |
|
211 |
}; |
|
212 |
6100DAD3115446B000F455E0 /* iHedgewars */ = { |
|
213 |
isa = PBXExecutable; |
|
214 |
activeArgIndices = ( |
|
215 |
); |
|
216 |
argumentStrings = ( |
|
217 |
); |
|
218 |
autoAttachOnCrash = 1; |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
219 |
breakpointsEnabled = 0; |
3025 | 220 |
configStateDict = { |
221 |
}; |
|
222 |
customDataFormattersEnabled = 1; |
|
223 |
dataTipCustomDataFormattersEnabled = 1; |
|
224 |
dataTipShowTypeColumn = 1; |
|
225 |
dataTipSortType = 0; |
|
226 |
debuggerPlugin = GDBDebugging; |
|
227 |
disassemblyDisplayState = 0; |
|
228 |
dylibVariantSuffix = ""; |
|
229 |
enableDebugStr = 1; |
|
230 |
environmentEntries = ( |
|
231 |
); |
|
232 |
executableSystemSymbolLevel = 0; |
|
233 |
executableUserSymbolLevel = 0; |
|
234 |
libgmallocEnabled = 0; |
|
235 |
name = iHedgewars; |
|
236 |
savedGlobals = { |
|
237 |
}; |
|
238 |
showTypeColumn = 0; |
|
239 |
sourceDirectories = ( |
|
240 |
); |
|
241 |
variableFormatDictionary = { |
|
242 |
}; |
|
243 |
}; |
|
244 |
611FD81D1155111700C2203D /* PBXTextBookmark */ = { |
|
245 |
isa = PBXTextBookmark; |
|
246 |
fRef = 6179885B114AA48A00BA94A9 /* SDL_image.h */; |
|
247 |
name = "SDL_image.h: 1"; |
|
248 |
rLen = 0; |
|
249 |
rLoc = 0; |
|
250 |
rType = 0; |
|
251 |
vrLen = 265; |
|
252 |
vrLoc = 899; |
|
253 |
}; |
|
254 |
611FD81E1155111700C2203D /* PBXTextBookmark */ = { |
|
255 |
isa = PBXTextBookmark; |
|
256 |
fRef = 6179885A114AA48A00BA94A9 /* PascalImports.h */; |
|
257 |
name = "PascalImports.h: 17"; |
|
258 |
rLen = 0; |
|
259 |
rLoc = 246; |
|
260 |
rType = 0; |
|
261 |
vrLen = 191; |
|
262 |
vrLoc = 0; |
|
263 |
}; |
|
264 |
611FD81F1155111700C2203D /* PBXTextBookmark */ = { |
|
265 |
isa = PBXTextBookmark; |
|
266 |
fRef = 61798858114AA48A00BA94A9 /* IMG_png.c */; |
|
267 |
name = "IMG_png.c: 69"; |
|
268 |
rLen = 0; |
|
269 |
rLoc = 2544; |
|
270 |
rType = 0; |
|
271 |
vrLen = 162; |
|
272 |
vrLoc = 2505; |
|
273 |
}; |
|
274 |
611FD8201155111700C2203D /* PBXTextBookmark */ = { |
|
275 |
isa = PBXTextBookmark; |
|
276 |
fRef = 61798859114AA48A00BA94A9 /* IMG.c */; |
|
277 |
name = "IMG.c: 1"; |
|
278 |
rLen = 0; |
|
279 |
rLoc = 0; |
|
280 |
rType = 0; |
|
281 |
vrLen = 295; |
|
282 |
vrLoc = 1032; |
|
283 |
}; |
|
284 |
611FD8211155111700C2203D /* PBXTextBookmark */ = { |
|
285 |
isa = PBXTextBookmark; |
|
286 |
fRef = 61798857114AA48A00BA94A9 /* CGPointUtils.h */; |
|
287 |
name = "CGPointUtils.h: 10"; |
|
288 |
rLen = 29; |
|
289 |
rLoc = 152; |
|
290 |
rType = 0; |
|
291 |
vrLen = 243; |
|
292 |
vrLoc = 3; |
|
293 |
}; |
|
294 |
611FD8281155111700C2203D /* PBXTextBookmark */ = { |
|
295 |
isa = PBXTextBookmark; |
|
296 |
fRef = 61798871114AA4D000BA94A9 /* SchemeEditViewController.h */; |
|
297 |
name = "SchemeEditViewController.h: 1"; |
|
298 |
rLen = 0; |
|
299 |
rLoc = 0; |
|
300 |
rType = 0; |
|
301 |
vrLen = 176; |
|
302 |
vrLoc = 0; |
|
303 |
}; |
|
304 |
611FD8291155111700C2203D /* PBXTextBookmark */ = { |
|
305 |
isa = PBXTextBookmark; |
|
306 |
fRef = 61798872114AA4D000BA94A9 /* SchemeEditViewController.m */; |
|
307 |
name = "SchemeEditViewController.m: 33"; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
308 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
309 |
rLoc = 835; |
3025 | 310 |
rType = 0; |
311 |
vrLen = 189; |
|
312 |
vrLoc = 0; |
|
313 |
}; |
|
314 |
611FD82A1155111700C2203D /* PBXTextBookmark */ = { |
|
315 |
isa = PBXTextBookmark; |
|
316 |
fRef = 61798874114AA4D000BA94A9 /* SettingsViewController.h */; |
|
317 |
name = "SettingsViewController.h: 1"; |
|
318 |
rLen = 0; |
|
319 |
rLoc = 0; |
|
320 |
rType = 0; |
|
321 |
vrLen = 174; |
|
322 |
vrLoc = 0; |
|
323 |
}; |
|
324 |
611FD82B1155111700C2203D /* PBXTextBookmark */ = { |
|
325 |
isa = PBXTextBookmark; |
|
326 |
fRef = 61798877114AA4D000BA94A9 /* TeamEditViewController.h */; |
|
327 |
name = "TeamEditViewController.h: 1"; |
|
328 |
rLen = 0; |
|
329 |
rLoc = 0; |
|
330 |
rType = 0; |
|
331 |
vrLen = 174; |
|
332 |
vrLoc = 0; |
|
333 |
}; |
|
334 |
611FD82C1155111700C2203D /* PBXTextBookmark */ = { |
|
335 |
isa = PBXTextBookmark; |
|
336 |
fRef = 6179887A114AA4D000BA94A9 /* TeamMenuViewController.h */; |
|
337 |
name = "TeamMenuViewController.h: 1"; |
|
338 |
rLen = 0; |
|
339 |
rLoc = 0; |
|
340 |
rType = 0; |
|
341 |
vrLen = 174; |
|
342 |
vrLoc = 0; |
|
343 |
}; |
|
344 |
611FD82D1155111700C2203D /* PBXTextBookmark */ = { |
|
345 |
isa = PBXTextBookmark; |
|
346 |
fRef = 32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */; |
|
347 |
name = "HedgewarsMobile_Prefix.pch: 7"; |
|
348 |
rLen = 0; |
|
349 |
rLoc = 181; |
|
350 |
rType = 0; |
|
351 |
vrLen = 225; |
|
352 |
vrLoc = 0; |
|
353 |
}; |
|
354 |
611FD95711551C3700C2203D /* PBXTextBookmark */ = { |
|
355 |
isa = PBXTextBookmark; |
|
356 |
fRef = 61798856114AA48A00BA94A9 /* CGPointUtils.c */; |
|
357 |
name = "CGPointUtils.c: 19"; |
|
358 |
rLen = 0; |
|
359 |
rLoc = 423; |
|
360 |
rType = 0; |
|
361 |
vrLen = 392; |
|
362 |
vrLoc = 283; |
|
363 |
}; |
|
364 |
611FD95811551C3700C2203D /* PBXBookmark */ = { |
|
365 |
isa = PBXBookmark; |
|
366 |
fRef = 61798A25114ADD2600BA94A9 /* Default.png */; |
|
367 |
}; |
|
368 |
611FD95911551C3700C2203D /* PBXBookmark */ = { |
|
369 |
isa = PBXBookmark; |
|
370 |
fRef = 61798A26114ADD2600BA94A9 /* Icon.png */; |
|
371 |
}; |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
372 |
611FD96611551E8000C2203D /* PBXBookmark */ = { |
3025 | 373 |
isa = PBXBookmark; |
374 |
fRef = 61798A27114ADD2600BA94A9 /* networkButton.png */; |
|
375 |
}; |
|
3027 | 376 |
611FDAC41155B77500C2203D /* PBXTextBookmark */ = { |
377 |
isa = PBXTextBookmark; |
|
378 |
fRef = 61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */; |
|
379 |
name = "SDL_uikitwindow.m: 58"; |
|
380 |
rLen = 0; |
|
381 |
rLoc = 1723; |
|
382 |
rType = 0; |
|
383 |
vrLen = 382; |
|
384 |
vrLoc = 1853; |
|
385 |
}; |
|
386 |
611FDB481155BCE500C2203D /* PBXTextBookmark */ = { |
|
387 |
isa = PBXTextBookmark; |
|
388 |
fRef = 61798878114AA4D000BA94A9 /* TeamEditViewController.m */; |
|
389 |
name = "TeamEditViewController.m: 33"; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
390 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
391 |
rLoc = 764; |
3027 | 392 |
rType = 0; |
393 |
vrLen = 295; |
|
394 |
vrLoc = 763; |
|
395 |
}; |
|
396 |
611FDB6B1155C0B300C2203D /* PBXBookmark */ = { |
|
397 |
isa = PBXBookmark; |
|
398 |
fRef = 611FDB631155BFFF00C2203D /* Default.png */; |
|
399 |
}; |
|
400 |
611FDB6C1155C0B300C2203D /* PBXBookmark */ = { |
|
401 |
isa = PBXBookmark; |
|
402 |
fRef = 611FD9C81155A1F200C2203D /* Background.png */; |
|
403 |
}; |
|
404 |
611FDB6D1155C0B300C2203D /* PBXBookmark */ = { |
|
405 |
isa = PBXBookmark; |
|
406 |
fRef = 611FD9D11155A41000C2203D /* Multiplayer.png */; |
|
407 |
}; |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
408 |
611FDBF71155D39400C2203D /* PBXTextBookmark */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
409 |
isa = PBXTextBookmark; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
410 |
fRef = 617987E1114AA34C00BA94A9 /* CCHandlers.inc */; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
411 |
name = "CCHandlers.inc: 1"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
412 |
rLen = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
413 |
rLoc = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
414 |
rType = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
415 |
vrLen = 201; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
416 |
vrLoc = 686; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
417 |
}; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
418 |
612D5C451165535400C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
419 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
420 |
fRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
421 |
name = "uKeys.pas: 106"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
422 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
423 |
rLoc = 2995; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
424 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
425 |
vrLen = 94; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
426 |
vrLoc = 2933; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
427 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
428 |
612D616B1165536300C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
429 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
430 |
fRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
431 |
name = "hwengine.pas: 21"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
432 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
433 |
rLoc = 806; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
434 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
435 |
vrLen = 33; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
436 |
vrLoc = 791; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
437 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
438 |
612D618F1165545F00C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
439 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
440 |
fRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
441 |
name = "hwLibrary.pas: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
442 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
443 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
444 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
445 |
vrLen = 14; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
446 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
447 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
448 |
612D61931165545F00C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
449 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
450 |
fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
451 |
name = "PascalExports.pas: 10"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
452 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
453 |
rLoc = 145; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
454 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
455 |
vrLen = 743; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
456 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
457 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
458 |
61430D341165548700E2C62D /* PBXBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
459 |
isa = PBXBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
460 |
fRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
461 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
462 |
61430D3B1165551600E2C62D /* PBXTextBookmark */ = { |
3199 | 463 |
isa = PBXTextBookmark; |
464 |
fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; |
|
465 |
name = "PascalExports.pas: 120"; |
|
466 |
rLen = 0; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
467 |
rLoc = 1966; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
468 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
469 |
vrLen = 22; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
470 |
vrLoc = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
471 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
472 |
61430D3C1165551600E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
473 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
474 |
fRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
475 |
name = "MainMenuViewController.m: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
476 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
477 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
478 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
479 |
vrLen = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
480 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
481 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
482 |
61430D3D1165551600E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
483 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
484 |
fRef = 61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
485 |
name = "SDL_uikitwindow.h: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
486 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
487 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
488 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
489 |
vrLen = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
490 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
491 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
492 |
61430D3E1165551600E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
493 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
494 |
fRef = 61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
495 |
name = "SDL_uikitappdelegate.h: 22"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
496 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
497 |
rLoc = 936; |
3199 | 498 |
rType = 0; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
499 |
vrLen = 324; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
500 |
vrLoc = 936; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
501 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
502 |
61430D3F1165551600E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
503 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
504 |
fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
505 |
name = "SDL_uikitappdelegate.m: 82"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
506 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
507 |
rLoc = 2541; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
508 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
509 |
vrLen = 860; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
510 |
vrLoc = 2929; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
511 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
512 |
61430D501165557800E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
513 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
514 |
fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
515 |
name = "SDL_uikitappdelegate.m: 32"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
516 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
517 |
rLoc = 1141; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
518 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
519 |
vrLen = 394; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
520 |
vrLoc = 1006; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
521 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
522 |
61430D511165557800E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
523 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
524 |
fRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
525 |
name = "MainMenuViewController.m: 47"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
526 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
527 |
rLoc = 1464; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
528 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
529 |
vrLen = 1025; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
530 |
vrLoc = 1158; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
531 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
532 |
61430D521165557800E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
533 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
534 |
fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
535 |
name = "PascalExports.pas: 10"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
536 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
537 |
rLoc = 145; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
538 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
539 |
vrLen = 743; |
3199 | 540 |
vrLoc = 0; |
541 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
542 |
615E2350115ED80500B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
543 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
544 |
fRef = 61CE24ED115E71C20098C467 /* PopupMenuViewController.m */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
545 |
name = "PopupMenuViewController.m: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
546 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
547 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
548 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
549 |
vrLen = 149; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
550 |
vrLoc = 7; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
551 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
552 |
615E2397115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
553 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
554 |
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
|
555 |
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
|
556 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
557 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
558 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
559 |
vrLen = 122; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
560 |
vrLoc = 85; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
561 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
562 |
615E2398115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
563 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
564 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
565 |
name = "MainMenuViewController.m: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
566 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
567 |
rLoc = 2; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
568 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
569 |
vrLen = 131; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
570 |
vrLoc = 147; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
571 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
572 |
615E2399115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
573 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
574 |
fRef = 61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
575 |
name = "SplitViewRootController.m: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
576 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
577 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
578 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
579 |
vrLen = 120; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
580 |
vrLoc = 262; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
581 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
582 |
615E239A115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
583 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
584 |
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
|
585 |
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
|
586 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
587 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
588 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
589 |
vrLen = 124; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
590 |
vrLoc = 53; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
591 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
592 |
615E239B115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
593 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
594 |
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
|
595 |
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
|
596 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
597 |
rLoc = 1399; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
598 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
599 |
vrLen = 269; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
600 |
vrLoc = 1592; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
601 |
}; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
602 |
615F12B811655601002444F2 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
603 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
604 |
fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
605 |
name = "SDL_uikitappdelegate.m: 32"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
606 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
607 |
rLoc = 1141; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
608 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
609 |
vrLen = 361; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
610 |
vrLoc = 1006; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
611 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
612 |
615F12BB11655601002444F2 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
613 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
614 |
fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
615 |
name = "PascalExports.pas: 10"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
616 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
617 |
rLoc = 145; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
618 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
619 |
vrLen = 743; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
620 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
621 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
622 |
615F12C311655708002444F2 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
623 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
624 |
fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
625 |
name = "SDL_uikitappdelegate.m: 32"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
626 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
627 |
rLoc = 1141; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
628 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
629 |
vrLen = 361; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
630 |
vrLoc = 1006; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
631 |
}; |
3221 | 632 |
61697B9E1163478A00CCDF37 /* PBXTextBookmark */ = { |
633 |
isa = PBXTextBookmark; |
|
634 |
fRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */; |
|
635 |
name = "uLandTexture.pas: 107"; |
|
636 |
rLen = 0; |
|
637 |
rLoc = 3388; |
|
638 |
rType = 0; |
|
639 |
vrLen = 250; |
|
640 |
vrLoc = 3; |
|
641 |
}; |
|
642 |
61697BB611634A2400CCDF37 /* PBXTextBookmark */ = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
643 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
644 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
3221 | 645 |
name = "GameSetup.m: 83"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
646 |
rLen = 0; |
3221 | 647 |
rLoc = 3164; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
648 |
rType = 0; |
3221 | 649 |
vrLen = 160; |
650 |
vrLoc = 1161; |
|
651 |
}; |
|
2980 | 652 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */ = { |
653 |
isa = PBXExecutable; |
|
654 |
activeArgIndices = ( |
|
655 |
); |
|
656 |
argumentStrings = ( |
|
657 |
); |
|
658 |
autoAttachOnCrash = 1; |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
659 |
breakpointsEnabled = 0; |
2980 | 660 |
configStateDict = { |
661 |
}; |
|
662 |
customDataFormattersEnabled = 1; |
|
663 |
dataTipCustomDataFormattersEnabled = 1; |
|
664 |
dataTipShowTypeColumn = 1; |
|
665 |
dataTipSortType = 0; |
|
666 |
debuggerPlugin = GDBDebugging; |
|
667 |
disassemblyDisplayState = 0; |
|
668 |
dylibVariantSuffix = ""; |
|
669 |
enableDebugStr = 1; |
|
670 |
environmentEntries = ( |
|
671 |
); |
|
672 |
executableSystemSymbolLevel = 0; |
|
673 |
executableUserSymbolLevel = 0; |
|
674 |
libgmallocEnabled = 0; |
|
675 |
name = HedgewarsMobile; |
|
3006 | 676 |
savedGlobals = { |
677 |
}; |
|
3015 | 678 |
showTypeColumn = 1; |
2980 | 679 |
sourceDirectories = ( |
680 |
); |
|
3006 | 681 |
variableFormatDictionary = { |
3015 | 682 |
$cs = 1; |
683 |
$ds = 1; |
|
684 |
$eax = 1; |
|
685 |
$ebp = 1; |
|
686 |
$ebx = 1; |
|
687 |
$ecx = 1; |
|
688 |
$edi = 1; |
|
689 |
$edx = 1; |
|
690 |
$eflags = 1; |
|
691 |
$eip = 1; |
|
692 |
$es = 1; |
|
693 |
$esi = 1; |
|
694 |
$esp = 1; |
|
695 |
$fs = 1; |
|
696 |
$gs = 1; |
|
697 |
$ss = 1; |
|
3006 | 698 |
}; |
2980 | 699 |
}; |
700 |
617987DF114AA2EB00BA94A9 /* Source Control */ = { |
|
701 |
isa = PBXSourceControlManager; |
|
702 |
fallbackIsa = XCSourceControlManager; |
|
703 |
isSCMEnabled = 0; |
|
704 |
scmConfiguration = { |
|
705 |
repositoryNamesForRoots = { |
|
706 |
"" = ""; |
|
707 |
}; |
|
708 |
}; |
|
709 |
}; |
|
710 |
617987E0114AA2EB00BA94A9 /* Code sense */ = { |
|
711 |
isa = PBXCodeSenseManager; |
|
712 |
indexTemplatePath = ""; |
|
713 |
}; |
|
714 |
617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = { |
|
715 |
uiCtxt = { |
|
3027 | 716 |
sepNavIntBoundsRect = "{{0, 0}, {735, 10088}}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
717 |
sepNavSelRange = "{17156, 0}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
718 |
sepNavVisRange = "{16604, 999}"; |
3027 | 719 |
sepNavWindowFrame = "{{406, 184}, {794, 632}}"; |
2980 | 720 |
}; |
721 |
}; |
|
3006 | 722 |
617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = { |
723 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
724 |
sepNavIntBoundsRect = "{{0, 0}, {572, 39507}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
725 |
sepNavSelRange = "{23048, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
726 |
sepNavVisRange = "{22940, 148}"; |
3027 | 727 |
sepNavWindowFrame = "{{429, 163}, {794, 632}}"; |
3006 | 728 |
}; |
729 |
}; |
|
2980 | 730 |
617987E7114AA34C00BA94A9 /* hwengine.pas */ = { |
731 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
732 |
sepNavIntBoundsRect = "{{0, 0}, {537, 7839}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
733 |
sepNavSelRange = "{806, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
734 |
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
|
735 |
sepNavWindowFrame = "{{421, 176}, {897, 692}}"; |
2980 | 736 |
}; |
737 |
}; |
|
738 |
617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = { |
|
739 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
740 |
sepNavIntBoundsRect = "{{0, 0}, {532, 299}}"; |
2980 | 741 |
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
|
742 |
sepNavVisRange = "{0, 14}"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
743 |
sepNavWindowFrame = "{{15, 481}, {897, 692}}"; |
2980 | 744 |
}; |
745 |
}; |
|
746 |
617987EB114AA34C00BA94A9 /* options.inc */ = { |
|
747 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
748 |
sepNavIntBoundsRect = "{{0, 0}, {532, 572}}"; |
2980 | 749 |
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
|
750 |
sepNavVisRange = "{0, 49}"; |
2980 | 751 |
sepNavWindowFrame = "{{864, 517}, {921, 605}}"; |
752 |
}; |
|
753 |
}; |
|
754 |
617987EC114AA34C00BA94A9 /* PascalExports.pas */ = { |
|
755 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
756 |
sepNavIntBoundsRect = "{{0, 0}, {744, 1651}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
757 |
sepNavSelRange = "{724, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
758 |
sepNavVisRange = "{140, 732}"; |
3021 | 759 |
sepNavWindowFrame = "{{238, 238}, {803, 674}}"; |
2980 | 760 |
}; |
761 |
}; |
|
762 |
617987ED114AA34C00BA94A9 /* SDLh.pas */ = { |
|
763 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
764 |
sepNavIntBoundsRect = "{{0, 0}, {532, 10582}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
765 |
sepNavSelRange = "{12867, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
766 |
sepNavVisRange = "{12812, 28}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
767 |
sepNavWindowFrame = "{{15, 455}, {927, 718}}"; |
2980 | 768 |
}; |
769 |
}; |
|
770 |
617987F0114AA34C00BA94A9 /* SinTable.inc */ = { |
|
771 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
772 |
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
|
773 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
774 |
sepNavVisRange = "{0, 49}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
775 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
776 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
777 |
617987F1114AA34C00BA94A9 /* uAI.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
778 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
779 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4862}}"; |
2980 | 780 |
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
|
781 |
sepNavVisRange = "{0, 1860}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
782 |
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
|
783 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
784 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
785 |
617987F2114AA34C00BA94A9 /* uAIActions.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
786 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
787 |
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
|
788 |
sepNavSelRange = "{878, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
789 |
sepNavVisRange = "{0, 2061}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
790 |
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
|
791 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
792 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
793 |
617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
794 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
795 |
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
|
796 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
797 |
sepNavVisRange = "{18811, 1378}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
798 |
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
|
799 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
800 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
801 |
617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
802 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
803 |
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
|
804 |
sepNavSelRange = "{6716, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
805 |
sepNavVisRange = "{2094, 49}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
806 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
2980 | 807 |
}; |
808 |
}; |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
809 |
617987F5114AA34C00BA94A9 /* uAmmos.pas */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
810 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
811 |
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
|
812 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
813 |
sepNavVisRange = "{0, 1559}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
814 |
sepNavWindowFrame = "{{38, 434}, {927, 718}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
815 |
}; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
816 |
}; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
817 |
617987F6114AA34C00BA94A9 /* uChat.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
818 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
819 |
sepNavIntBoundsRect = "{{0, 0}, {879, 3848}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
820 |
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
|
821 |
sepNavVisRange = "{0, 1960}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
822 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
823 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
824 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
825 |
617987F7114AA34C00BA94A9 /* uCollisions.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
826 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
827 |
sepNavIntBoundsRect = "{{0, 0}, {532, 4238}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
828 |
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
|
829 |
sepNavVisRange = "{111, 3}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
830 |
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
|
831 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
832 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
833 |
617987F8114AA34C00BA94A9 /* uConsole.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
834 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
835 |
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
|
836 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
837 |
sepNavVisRange = "{0, 2119}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
838 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
839 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
840 |
}; |
3027 | 841 |
617987F9114AA34C00BA94A9 /* uConsts.pas */ = { |
842 |
uiCtxt = { |
|
3199 | 843 |
sepNavIntBoundsRect = "{{0, 0}, {879, 25077}}"; |
844 |
sepNavSelRange = "{10318, 0}"; |
|
845 |
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
|
846 |
sepNavWindowFrame = "{{162, 164}, {938, 967}}"; |
3027 | 847 |
}; |
848 |
}; |
|
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
849 |
617987FA114AA34C00BA94A9 /* uFloat.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
850 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
851 |
sepNavIntBoundsRect = "{{0, 0}, {532, 4797}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
852 |
sepNavSelRange = "{0, 0}"; |
3063 | 853 |
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
|
854 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
855 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
856 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
857 |
617987FB114AA34C00BA94A9 /* uGame.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
858 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
859 |
sepNavIntBoundsRect = "{{0, 0}, {621, 1040}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
860 |
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
|
861 |
sepNavVisRange = "{49, 62}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
862 |
sepNavWindowFrame = "{{15, 455}, {927, 718}}"; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
863 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
864 |
}; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
865 |
617987FC114AA34C00BA94A9 /* uGears.pas */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
866 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
867 |
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
|
868 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
869 |
sepNavVisRange = "{258, 58}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
870 |
sepNavWindowFrame = "{{61, 413}, {927, 718}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
871 |
}; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
872 |
}; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
873 |
617987FD114AA34C00BA94A9 /* uIO.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
874 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
875 |
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
|
876 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
877 |
sepNavVisRange = "{0, 1848}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
878 |
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
|
879 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
880 |
}; |
2980 | 881 |
617987FE114AA34C00BA94A9 /* uKeys.pas */ = { |
882 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
883 |
sepNavIntBoundsRect = "{{0, 0}, {663, 7020}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
884 |
sepNavSelRange = "{2995, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
885 |
sepNavVisRange = "{2933, 94}"; |
2980 | 886 |
sepNavWindowFrame = "{{674, 505}, {921, 605}}"; |
887 |
}; |
|
888 |
}; |
|
3021 | 889 |
617987FF114AA34C00BA94A9 /* uLand.pas */ = { |
890 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
891 |
sepNavIntBoundsRect = "{{0, 0}, {1734, 16068}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
892 |
sepNavSelRange = "{25370, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
893 |
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
|
894 |
sepNavWindowFrame = "{{287, 275}, {803, 674}}"; |
3021 | 895 |
}; |
896 |
}; |
|
897 |
61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = { |
|
898 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
899 |
sepNavIntBoundsRect = "{{0, 0}, {1027, 7241}}"; |
3021 | 900 |
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
|
901 |
sepNavVisRange = "{5200, 1985}"; |
3021 | 902 |
sepNavWindowFrame = "{{61, 457}, {803, 674}}"; |
903 |
}; |
|
904 |
}; |
|
905 |
61798801114AA34C00BA94A9 /* uLandObjects.pas */ = { |
|
906 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
907 |
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
|
908 |
sepNavSelRange = "{1189, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
909 |
sepNavVisRange = "{114, 1541}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
910 |
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
|
911 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
912 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
913 |
61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
914 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
915 |
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
|
916 |
sepNavSelRange = "{1407, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
917 |
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
|
918 |
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
|
919 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
920 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
921 |
61798803114AA34C00BA94A9 /* uLandTexture.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
922 |
uiCtxt = { |
3221 | 923 |
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
|
924 |
sepNavSelRange = "{3388, 0}"; |
3221 | 925 |
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
|
926 |
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
|
927 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
928 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
929 |
61798804114AA34C00BA94A9 /* uLocale.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
930 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
931 |
sepNavIntBoundsRect = "{{0, 0}, {879, 1846}}"; |
3021 | 932 |
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
|
933 |
sepNavVisRange = "{0, 2884}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
934 |
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
|
935 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
936 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
937 |
61798805114AA34C00BA94A9 /* uMisc.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
938 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
939 |
sepNavIntBoundsRect = "{{0, 0}, {1034, 9659}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
940 |
sepNavSelRange = "{19704, 6}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
941 |
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
|
942 |
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
|
943 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
944 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
945 |
61798806114AA34C00BA94A9 /* uRandom.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
946 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
947 |
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
|
948 |
sepNavSelRange = "{1113, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
949 |
sepNavVisRange = "{0, 1817}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
950 |
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
|
951 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
952 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
953 |
61798807114AA34C00BA94A9 /* uScript.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
954 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
955 |
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
|
956 |
sepNavSelRange = "{1143, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
957 |
sepNavVisRange = "{1004, 219}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
958 |
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
|
959 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
960 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
961 |
61798808114AA34C00BA94A9 /* uSHA.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
962 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
963 |
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
|
964 |
sepNavSelRange = "{1408, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
965 |
sepNavVisRange = "{0, 1914}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
966 |
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
|
967 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
968 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
969 |
61798809114AA34C00BA94A9 /* uSound.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
970 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
971 |
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
|
972 |
sepNavSelRange = "{1282, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
973 |
sepNavVisRange = "{1229, 128}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
974 |
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
|
975 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
976 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
977 |
6179880A114AA34C00BA94A9 /* uStats.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
978 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
979 |
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
|
980 |
sepNavSelRange = "{905, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
981 |
sepNavVisRange = "{0, 2007}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
982 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3021 | 983 |
}; |
984 |
}; |
|
2980 | 985 |
6179880B114AA34C00BA94A9 /* uStore.pas */ = { |
986 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
987 |
sepNavIntBoundsRect = "{{0, 0}, {824, 19786}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
988 |
sepNavSelRange = "{36904, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
989 |
sepNavVisRange = "{0, 1275}"; |
3025 | 990 |
sepNavWindowFrame = "{{38, 478}, {803, 674}}"; |
991 |
}; |
|
992 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
993 |
6179880C114AA34C00BA94A9 /* uTeams.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
994 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
995 |
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
|
996 |
sepNavSelRange = "{932, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
997 |
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
|
998 |
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
|
999 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1000 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1001 |
6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1002 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1003 |
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
|
1004 |
sepNavSelRange = "{873, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1005 |
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
|
1006 |
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
|
1007 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1008 |
}; |
3025 | 1009 |
6179880F114AA34C00BA94A9 /* uWorld.pas */ = { |
1010 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1011 |
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
|
1012 |
sepNavSelRange = "{1635, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1013 |
sepNavVisRange = "{3460, 1435}"; |
3025 | 1014 |
sepNavWindowFrame = "{{158, 270}, {960, 678}}"; |
2980 | 1015 |
}; |
1016 |
}; |
|
1017 |
61798852114AA44900BA94A9 /* config.inc */ = { |
|
1018 |
uiCtxt = { |
|
1019 |
sepNavIntBoundsRect = "{{0, 0}, {620, 286}}"; |
|
1020 |
sepNavSelRange = "{0, 0}"; |
|
1021 |
sepNavVisRange = "{0, 874}"; |
|
1022 |
}; |
|
1023 |
}; |
|
3025 | 1024 |
61798856114AA48A00BA94A9 /* CGPointUtils.c */ = { |
1025 |
uiCtxt = { |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
1026 |
sepNavIntBoundsRect = "{{0, 0}, {696, 559}}"; |
3025 | 1027 |
sepNavSelRange = "{423, 0}"; |
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
1028 |
sepNavVisRange = "{170, 505}"; |
3025 | 1029 |
sepNavWindowFrame = "{{107, 411}, {960, 678}}"; |
1030 |
}; |
|
1031 |
}; |
|
1032 |
61798857114AA48A00BA94A9 /* CGPointUtils.h */ = { |
|
1033 |
uiCtxt = { |
|
1034 |
sepNavIntBoundsRect = "{{0, 0}, {719, 195}}"; |
|
1035 |
sepNavSelRange = "{152, 29}"; |
|
1036 |
sepNavVisRange = "{3, 243}"; |
|
1037 |
}; |
|
1038 |
}; |
|
2980 | 1039 |
61798858114AA48A00BA94A9 /* IMG_png.c */ = { |
1040 |
uiCtxt = { |
|
3025 | 1041 |
sepNavIntBoundsRect = "{{0, 0}, {1524, 6266}}"; |
2980 | 1042 |
sepNavSelRange = "{2544, 0}"; |
3025 | 1043 |
sepNavVisRange = "{2505, 162}"; |
1044 |
}; |
|
1045 |
}; |
|
1046 |
61798859114AA48A00BA94A9 /* IMG.c */ = { |
|
1047 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1048 |
sepNavIntBoundsRect = "{{0, 0}, {786, 1820}}"; |
3025 | 1049 |
sepNavSelRange = "{0, 0}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1050 |
sepNavVisRange = "{0, 776}"; |
2980 | 1051 |
}; |
1052 |
}; |
|
3015 | 1053 |
6179885A114AA48A00BA94A9 /* PascalImports.h */ = { |
1054 |
uiCtxt = { |
|
3025 | 1055 |
sepNavIntBoundsRect = "{{0, 0}, {537, 637}}"; |
3015 | 1056 |
sepNavSelRange = "{246, 0}"; |
3025 | 1057 |
sepNavVisRange = "{0, 191}"; |
3015 | 1058 |
sepNavWindowFrame = "{{685, 352}, {803, 674}}"; |
1059 |
}; |
|
1060 |
}; |
|
3025 | 1061 |
6179885B114AA48A00BA94A9 /* SDL_image.h */ = { |
1062 |
uiCtxt = { |
|
1063 |
sepNavIntBoundsRect = "{{0, 0}, {558, 1144}}"; |
|
1064 |
sepNavSelRange = "{0, 0}"; |
|
1065 |
sepNavVisRange = "{899, 265}"; |
|
1066 |
}; |
|
1067 |
}; |
|
3006 | 1068 |
61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */ = { |
1069 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1070 |
sepNavIntBoundsRect = "{{0, 0}, {558, 585}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1071 |
sepNavSelRange = "{936, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1072 |
sepNavVisRange = "{936, 324}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1073 |
sepNavWindowFrame = "{{841, 168}, {803, 674}}"; |
3006 | 1074 |
}; |
2980 | 1075 |
}; |
1076 |
61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */ = { |
|
1077 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1078 |
sepNavIntBoundsRect = "{{0, 0}, {537, 1898}}"; |
3199 | 1079 |
sepNavSelRange = "{1141, 0}"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1080 |
sepNavVisRange = "{1006, 361}"; |
3199 | 1081 |
sepNavWindowFrame = "{{156, 236}, {803, 674}}"; |
3006 | 1082 |
}; |
1083 |
}; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1084 |
61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1085 |
uiCtxt = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1086 |
sepNavIntBoundsRect = "{{0, 0}, {532, 572}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1087 |
sepNavSelRange = "{0, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1088 |
sepNavVisRange = "{0, 3}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1089 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1090 |
}; |
3006 | 1091 |
61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */ = { |
1092 |
uiCtxt = { |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1093 |
sepNavIntBoundsRect = "{{0, 0}, {696, 1690}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1094 |
sepNavSelRange = "{1722, 0}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
1095 |
sepNavVisRange = "{1635, 665}"; |
3027 | 1096 |
sepNavWindowFrame = "{{880, 321}, {794, 632}}"; |
2980 | 1097 |
}; |
1098 |
}; |
|
3006 | 1099 |
6179886E114AA4D000BA94A9 /* MainMenuViewController.h */ = { |
1100 |
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
|
1101 |
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
|
1102 |
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
|
1103 |
sepNavVisRange = "{0, 692}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1104 |
sepNavWindowFrame = "{{525, 308}, {775, 623}}"; |
3006 | 1105 |
}; |
1106 |
}; |
|
1107 |
6179886F114AA4D000BA94A9 /* MainMenuViewController.m */ = { |
|
1108 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1109 |
sepNavIntBoundsRect = "{{0, 0}, {901, 2405}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1110 |
sepNavSelRange = "{1464, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1111 |
sepNavVisRange = "{1158, 1025}"; |
3113 | 1112 |
sepNavWindowFrame = "{{525, 308}, {775, 623}}"; |
3006 | 1113 |
}; |
2980 | 1114 |
}; |
3025 | 1115 |
61798871114AA4D000BA94A9 /* SchemeEditViewController.h */ = { |
1116 |
uiCtxt = { |
|
1117 |
sepNavIntBoundsRect = "{{0, 0}, {719, 273}}"; |
|
1118 |
sepNavSelRange = "{0, 0}"; |
|
1119 |
sepNavVisRange = "{0, 176}"; |
|
1120 |
}; |
|
1121 |
}; |
|
3021 | 1122 |
61798872114AA4D000BA94A9 /* SchemeEditViewController.m */ = { |
1123 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1124 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 936}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1125 |
sepNavSelRange = "{1129, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1126 |
sepNavVisRange = "{0, 1678}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1127 |
sepNavWindowFrame = "{{508, 144}, {938, 967}}"; |
3021 | 1128 |
}; |
1129 |
}; |
|
1130 |
61798874114AA4D000BA94A9 /* SettingsViewController.h */ = { |
|
1131 |
uiCtxt = { |
|
3090 | 1132 |
sepNavIntBoundsRect = "{{0, 0}, {868, 717}}"; |
1133 |
sepNavSelRange = "{822, 67}"; |
|
1134 |
sepNavVisRange = "{0, 1130}"; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1135 |
sepNavWindowFrame = "{{38, 307}, {927, 845}}"; |
3021 | 1136 |
}; |
1137 |
}; |
|
3006 | 1138 |
61798875114AA4D000BA94A9 /* SettingsViewController.m */ = { |
1139 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1140 |
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
|
1141 |
sepNavSelRange = "{6297, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1142 |
sepNavVisRange = "{8001, 1601}"; |
3091 | 1143 |
sepNavWindowFrame = "{{38, 307}, {927, 845}}"; |
3006 | 1144 |
}; |
1145 |
}; |
|
3025 | 1146 |
61798877114AA4D000BA94A9 /* TeamEditViewController.h */ = { |
1147 |
uiCtxt = { |
|
1148 |
sepNavIntBoundsRect = "{{0, 0}, {532, 195}}"; |
|
1149 |
sepNavSelRange = "{0, 0}"; |
|
1150 |
sepNavVisRange = "{0, 174}"; |
|
1151 |
}; |
|
1152 |
}; |
|
3027 | 1153 |
61798878114AA4D000BA94A9 /* TeamEditViewController.m */ = { |
1154 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1155 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 816}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1156 |
sepNavSelRange = "{1057, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1157 |
sepNavVisRange = "{0, 1408}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1158 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3027 | 1159 |
}; |
1160 |
}; |
|
3025 | 1161 |
6179887A114AA4D000BA94A9 /* TeamMenuViewController.h */ = { |
1162 |
uiCtxt = { |
|
1163 |
sepNavIntBoundsRect = "{{0, 0}, {532, 195}}"; |
|
1164 |
sepNavSelRange = "{0, 0}"; |
|
1165 |
sepNavVisRange = "{0, 174}"; |
|
1166 |
}; |
|
1167 |
}; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1168 |
6179887B114AA4D000BA94A9 /* TeamMenuViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1169 |
uiCtxt = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1170 |
sepNavIntBoundsRect = "{{0, 0}, {532, 806}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1171 |
sepNavSelRange = "{0, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1172 |
sepNavVisRange = "{0, 148}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1173 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1174 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1175 |
}; |
3006 | 1176 |
61798887114AA4E600BA94A9 /* GameSetup.h */ = { |
1177 |
uiCtxt = { |
|
3199 | 1178 |
sepNavIntBoundsRect = "{{0, 0}, {1020, 742}}"; |
1179 |
sepNavSelRange = "{700, 0}"; |
|
1180 |
sepNavVisRange = "{0, 746}"; |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1181 |
sepNavWindowFrame = "{{61, 439}, {897, 692}}"; |
3006 | 1182 |
}; |
1183 |
}; |
|
1184 |
61798888114AA4E600BA94A9 /* GameSetup.m */ = { |
|
1185 |
uiCtxt = { |
|
3221 | 1186 |
sepNavIntBoundsRect = "{{0, 0}, {1062, 4667}}"; |
1187 |
sepNavSelRange = "{840, 0}"; |
|
1188 |
sepNavVisRange = "{131, 1623}"; |
|
1189 |
sepNavWindowFrame = "{{760, 256}, {1079, 870}}"; |
|
3006 | 1190 |
}; |
2980 | 1191 |
}; |
1192 |
6179889D114AA5BD00BA94A9 /* PBXTextBookmark */ = { |
|
1193 |
isa = PBXTextBookmark; |
|
1194 |
fRef = 61798852114AA44900BA94A9 /* config.inc */; |
|
1195 |
name = "config.inc: 1"; |
|
1196 |
rLen = 0; |
|
1197 |
rLoc = 0; |
|
1198 |
rType = 0; |
|
1199 |
vrLen = 874; |
|
1200 |
vrLoc = 0; |
|
1201 |
}; |
|
3006 | 1202 |
6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = { |
1203 |
activeExec = 0; |
|
2980 | 1204 |
}; |
3006 | 1205 |
61799342114B297000BA94A9 /* PBXBookmark */ = { |
1206 |
isa = PBXBookmark; |
|
1207 |
fRef = 61798A23114ADD2600BA94A9 /* borderBottom.png */; |
|
1208 |
}; |
|
1209 |
61799343114B297000BA94A9 /* PBXBookmark */ = { |
|
1210 |
isa = PBXBookmark; |
|
1211 |
fRef = 61798A21114ADD2600BA94A9 /* backgroundRight.png */; |
|
1212 |
}; |
|
1213 |
6179937111501D7800BA94A9 /* PBXBookmark */ = { |
|
1214 |
isa = PBXBookmark; |
|
1215 |
fRef = 61798A1E114ADD2600BA94A9 /* backgroundBottom.png */; |
|
2980 | 1216 |
}; |
3006 | 1217 |
6179937411501D7800BA94A9 /* PBXBookmark */ = { |
2980 | 1218 |
isa = PBXBookmark; |
3006 | 1219 |
fRef = 61798A29114ADD2600BA94A9 /* settingsButton.png */; |
2980 | 1220 |
}; |
3006 | 1221 |
6179937511501D7800BA94A9 /* PBXBookmark */ = { |
1222 |
isa = PBXBookmark; |
|
1223 |
fRef = 61798A2A114ADD2600BA94A9 /* storeButton.png */; |
|
2980 | 1224 |
}; |
3006 | 1225 |
6179938511501FFA00BA94A9 /* PBXBookmark */ = { |
2980 | 1226 |
isa = PBXBookmark; |
3006 | 1227 |
fRef = 6179934E114BD5AB00BA94A9 /* menuCorner.png */; |
1228 |
}; |
|
1229 |
6179943111502CEA00BA94A9 /* PBXBookmark */ = { |
|
1230 |
isa = PBXBookmark; |
|
1231 |
fRef = 6179936711501D3D00BA94A9 /* arrowDown.png */; |
|
1232 |
}; |
|
3063 | 1233 |
618AFC07115BE92A003D411B /* PBXBookmark */ = { |
1234 |
isa = PBXBookmark; |
|
1235 |
fRef = 61798A20114ADD2600BA94A9 /* backgroundLeft.png */; |
|
1236 |
}; |
|
3015 | 1237 |
6194CC0711505FCF00A4BA5C /* PlistBookmark */ = { |
1238 |
isa = PlistBookmark; |
|
1239 |
fRef = 8D1107310486CEB800E47090 /* Info.plist */; |
|
1240 |
fallbackIsa = PBXBookmark; |
|
1241 |
isK = 0; |
|
1242 |
kPath = ( |
|
1243 |
CFBundleIdentifier, |
|
1244 |
); |
|
1245 |
name = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Info.plist; |
|
1246 |
rLen = 0; |
|
1247 |
rLoc = 9223372036854775808; |
|
1248 |
}; |
|
3199 | 1249 |
61AB99EB1162CC3100B1CF7E /* PBXTextBookmark */ = { |
1250 |
isa = PBXTextBookmark; |
|
1251 |
fRef = 61CE24EA115E71C20098C467 /* OverlayViewController.h */; |
|
1252 |
name = "OverlayViewController.h: 14"; |
|
1253 |
rLen = 0; |
|
1254 |
rLoc = 281; |
|
1255 |
rType = 0; |
|
1256 |
vrLen = 31; |
|
1257 |
vrLoc = 0; |
|
1258 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1259 |
61CCBDA11160666200833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1260 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1261 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1262 |
name = "DetailViewController.m: 13"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1263 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1264 |
rLoc = 229; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1265 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1266 |
vrLen = 83; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1267 |
vrLoc = 229; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1268 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1269 |
61CCBE60116135FF00833FE8 /* PBXTextBookmark */ = { |
3021 | 1270 |
isa = PBXTextBookmark; |
1271 |
fRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */; |
|
1272 |
name = "uLandGraphics.pas: 6"; |
|
1273 |
rLen = 0; |
|
1274 |
rLoc = 204; |
|
1275 |
rType = 0; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1276 |
vrLen = 130; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1277 |
vrLoc = 186; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1278 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1279 |
61CCBF1E116162CA00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1280 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1281 |
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
|
1282 |
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
|
1283 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1284 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1285 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1286 |
vrLen = 125; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1287 |
vrLoc = 3102; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1288 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1289 |
61CCBF1F116162CA00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1290 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1291 |
fRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1292 |
name = "SDLh.pas: 488"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1293 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1294 |
rLoc = 12867; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1295 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1296 |
vrLen = 28; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1297 |
vrLoc = 12812; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1298 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1299 |
61CCBF451161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1300 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1301 |
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
|
1302 |
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
|
1303 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1304 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1305 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1306 |
vrLen = 49; |
3021 | 1307 |
vrLoc = 0; |
1308 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1309 |
61CCBF461161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1310 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1311 |
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
|
1312 |
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
|
1313 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1314 |
rLoc = 6716; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1315 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1316 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1317 |
vrLoc = 2094; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1318 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1319 |
61CCBF471161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1320 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1321 |
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
|
1322 |
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
|
1323 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1324 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1325 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1326 |
vrLen = 130; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1327 |
vrLoc = 186; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1328 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1329 |
61CCBF791161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1330 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1331 |
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
|
1332 |
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
|
1333 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1334 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1335 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1336 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1337 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1338 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1339 |
61CCBF7B1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1340 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1341 |
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
|
1342 |
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
|
1343 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1344 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1345 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1346 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1347 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1348 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1349 |
61CCBF7C1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1350 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1351 |
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
|
1352 |
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
|
1353 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1354 |
rLoc = 873; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1355 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1356 |
vrLen = 53; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1357 |
vrLoc = 822; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1358 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1359 |
61CCBF7E1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1360 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1361 |
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
|
1362 |
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
|
1363 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1364 |
rLoc = 1282; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1365 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1366 |
vrLen = 128; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1367 |
vrLoc = 1229; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1368 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1369 |
61CCBF7F1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1370 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1371 |
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
|
1372 |
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
|
1373 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1374 |
rLoc = 1143; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1375 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1376 |
vrLen = 219; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1377 |
vrLoc = 1004; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1378 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1379 |
61CCBFD11161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1380 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1381 |
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
|
1382 |
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
|
1383 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1384 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1385 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1386 |
vrLen = 3; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1387 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1388 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1389 |
61CCBFD21161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1390 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1391 |
fRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1392 |
name = "uCollisions.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1393 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1394 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1395 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1396 |
vrLen = 3; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1397 |
vrLoc = 111; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1398 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1399 |
61CCBFD31161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1400 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1401 |
fRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1402 |
name = "uConsts.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1403 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1404 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1405 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1406 |
vrLen = 72; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1407 |
vrLoc = 114; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1408 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1409 |
61CCBFD41161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1410 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1411 |
fRef = 617987FB114AA34C00BA94A9 /* uGame.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1412 |
name = "uGame.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1413 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1414 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1415 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1416 |
vrLen = 62; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1417 |
vrLoc = 49; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1418 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1419 |
61CCBFD51161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1420 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1421 |
fRef = 617987FC114AA34C00BA94A9 /* uGears.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1422 |
name = "uGears.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1423 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1424 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1425 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1426 |
vrLen = 58; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1427 |
vrLoc = 258; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1428 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1429 |
61CCBFD71161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1430 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1431 |
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
|
1432 |
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
|
1433 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1434 |
rLoc = 932; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1435 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1436 |
vrLen = 110; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1437 |
vrLoc = 831; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1438 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1439 |
61CCBFD81161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1440 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1441 |
fRef = 6179880B114AA34C00BA94A9 /* uStore.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1442 |
name = "uStore.pas: 1115"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1443 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1444 |
rLoc = 36904; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1445 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1446 |
vrLen = 383; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1447 |
vrLoc = 3; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1448 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1449 |
61CCBFD91161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1450 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1451 |
fRef = 61798805114AA34C00BA94A9 /* uMisc.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1452 |
name = "uMisc.pas: 24"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1453 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1454 |
rLoc = 853; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1455 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1456 |
vrLen = 89; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1457 |
vrLoc = 766; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1458 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1459 |
61CCBFDA1161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1460 |
isa = PBXTextBookmark; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1461 |
fRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1462 |
name = "uLandTemplates.pas: 37"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1463 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1464 |
rLoc = 1407; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1465 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1466 |
vrLen = 366; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1467 |
vrLoc = 1225; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1468 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1469 |
61CCBFDB1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1470 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1471 |
fRef = 617987FF114AA34C00BA94A9 /* uLand.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1472 |
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
|
1473 |
rLen = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1474 |
rLoc = 25370; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1475 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1476 |
vrLen = 209; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1477 |
vrLoc = 25434; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1478 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1479 |
61CCBFDC1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1480 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1481 |
fRef = 617987E4114AA34C00BA94A9 /* GSHandlers.inc */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1482 |
name = "GSHandlers.inc: 716"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1483 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1484 |
rLoc = 23048; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1485 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1486 |
vrLen = 148; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1487 |
vrLoc = 22940; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1488 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1489 |
61CCBFDD1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1490 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1491 |
fRef = 61CE24EB115E71C20098C467 /* OverlayViewController.m */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1492 |
name = "OverlayViewController.m: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1493 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1494 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1495 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1496 |
vrLen = 153; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1497 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1498 |
}; |
3113 | 1499 |
61CE23E7115E49560098C467 /* PBXTextBookmark */ = { |
1500 |
isa = PBXTextBookmark; |
|
1501 |
fRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */; |
|
1502 |
name = "uWorld.pas: 526"; |
|
1503 |
rLen = 0; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1504 |
rLoc = 16649; |
3113 | 1505 |
rType = 0; |
1506 |
vrLen = 482; |
|
1507 |
vrLoc = 16577; |
|
1508 |
}; |
|
1509 |
61CE23FF115E4B290098C467 /* PBXBookmark */ = { |
|
1510 |
isa = PBXBookmark; |
|
1511 |
fRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; |
|
1512 |
}; |
|
1513 |
61CE2410115E4F620098C467 /* PBXBookmark */ = { |
|
1514 |
isa = PBXBookmark; |
|
1515 |
fRef = 611FD9CF1155A40700C2203D /* NetworkPlay.png */; |
|
1516 |
}; |
|
1517 |
61CE24D4115E5E630098C467 /* PBXTextBookmark */ = { |
|
1518 |
isa = PBXTextBookmark; |
|
1519 |
fRef = 61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */; |
|
1520 |
name = "DetailViewController.h: 1"; |
|
1521 |
rLen = 0; |
|
1522 |
rLoc = 0; |
|
1523 |
rType = 0; |
|
1524 |
vrLen = 174; |
|
1525 |
vrLoc = 3; |
|
1526 |
}; |
|
1527 |
61CE24DC115E641F0098C467 /* PBXTextBookmark */ = { |
|
1528 |
isa = PBXTextBookmark; |
|
1529 |
fRef = 61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */; |
|
1530 |
name = "SplitViewRootController.h: 1"; |
|
1531 |
rLen = 0; |
|
1532 |
rLoc = 0; |
|
1533 |
rType = 0; |
|
1534 |
vrLen = 177; |
|
1535 |
vrLoc = 3; |
|
1536 |
}; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1537 |
61CE24EA115E71C20098C467 /* OverlayViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1538 |
uiCtxt = { |
3199 | 1539 |
sepNavIntBoundsRect = "{{0, 0}, {1004, 494}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1540 |
sepNavSelRange = "{281, 0}"; |
3199 | 1541 |
sepNavVisRange = "{0, 395}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1542 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1543 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1544 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1545 |
61CE24EB115E71C20098C467 /* OverlayViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1546 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1547 |
sepNavIntBoundsRect = "{{0, 0}, {532, 3848}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1548 |
sepNavSelRange = "{0, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
1549 |
sepNavVisRange = "{0, 153}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1550 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1551 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1552 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1553 |
61CE24EC115E71C20098C467 /* PopupMenuViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1554 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1555 |
sepNavIntBoundsRect = "{{0, 0}, {873, 273}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1556 |
sepNavSelRange = "{0, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1557 |
sepNavVisRange = "{3, 152}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1558 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1559 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1560 |
61CE24ED115E71C20098C467 /* PopupMenuViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1561 |
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
|
1562 |
sepNavIntBoundsRect = "{{0, 0}, {532, 1807}}"; |
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
|
1563 |
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
|
1564 |
sepNavVisRange = "{7, 149}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1565 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1566 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1567 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1568 |
61CE250B115E749A0098C467 /* OverlayViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1569 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1570 |
sepNavIntBoundsRect = "{{0, 0}, {879, 814}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1571 |
sepNavSelRange = "{664, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1572 |
sepNavVisRange = "{0, 718}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1573 |
sepNavWindowFrame = "{{1103, 125}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1574 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1575 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1576 |
61CE250C115E749A0098C467 /* OverlayViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1577 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1578 |
sepNavIntBoundsRect = "{{0, 0}, {936, 3510}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1579 |
sepNavSelRange = "{4169, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1580 |
sepNavVisRange = "{0, 369}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1581 |
sepNavWindowFrame = "{{737, 168}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1582 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1583 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1584 |
61CE2514115E74CC0098C467 /* PBXBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1585 |
isa = PBXBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1586 |
fRef = 61798A2B114ADD2600BA94A9 /* title.png */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1587 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1588 |
61CE2515115E74CC0098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1589 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1590 |
fRef = 6179886E114AA4D000BA94A9 /* MainMenuViewController.h */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1591 |
name = "MainMenuViewController.h: 1"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1592 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1593 |
rLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1594 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1595 |
vrLen = 148; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1596 |
vrLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1597 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1598 |
61CE251F115E75A70098C467 /* PBXBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1599 |
isa = PBXBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1600 |
fRef = 61798A28114ADD2600BA94A9 /* playButton.png */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1601 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1602 |
61CE2577115E78900098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1603 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1604 |
fRef = 61798875114AA4D000BA94A9 /* SettingsViewController.m */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1605 |
name = "SettingsViewController.m: 94"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1606 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1607 |
rLoc = 2739; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1608 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1609 |
vrLen = 167; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1610 |
vrLoc = 2736; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1611 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1612 |
61CE2578115E78900098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1613 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1614 |
fRef = 6179887B114AA4D000BA94A9 /* TeamMenuViewController.m */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1615 |
name = "TeamMenuViewController.m: 1"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1616 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1617 |
rLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1618 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1619 |
vrLen = 148; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1620 |
vrLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
1621 |
}; |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1622 |
61CE25B4115E7C940098C467 /* PBXTextBookmark */ = { |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1623 |
isa = PBXTextBookmark; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1624 |
fRef = 61CE250C115E749A0098C467 /* OverlayViewController.m */; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1625 |
name = "OverlayViewController.m: 129"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1626 |
rLen = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1627 |
rLoc = 3947; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1628 |
rType = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1629 |
vrLen = 488; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1630 |
vrLoc = 3790; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1631 |
}; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1632 |
61CE25B5115E7C940098C467 /* PBXTextBookmark */ = { |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1633 |
isa = PBXTextBookmark; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1634 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1635 |
name = "PopupMenuViewController.h: 1"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1636 |
rLen = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1637 |
rLoc = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1638 |
rType = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1639 |
vrLen = 152; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1640 |
vrLoc = 3; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
1641 |
}; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1642 |
61E2F0811156B170002D33C1 /* PBXTextBookmark */ = { |
3034 | 1643 |
isa = PBXTextBookmark; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1644 |
fRef = 617987F6114AA34C00BA94A9 /* uChat.pas */; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1645 |
name = "uChat.pas: 1"; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1646 |
rLen = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1647 |
rLoc = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1648 |
rType = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1649 |
vrLen = 181; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1650 |
vrLoc = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
1651 |
}; |
3113 | 1652 |
61FA761D115DA0DB00DA6ED0 /* MainMenuViewController.h */ = { |
1653 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1654 |
sepNavIntBoundsRect = "{{0, 0}, {532, 312}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1655 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1656 |
sepNavVisRange = "{85, 122}"; |
3113 | 1657 |
sepNavWindowFrame = "{{275, 284}, {927, 845}}"; |
1658 |
}; |
|
3090 | 1659 |
}; |
3113 | 1660 |
61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */ = { |
1661 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1662 |
sepNavIntBoundsRect = "{{0, 0}, {824, 2288}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1663 |
sepNavSelRange = "{2, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1664 |
sepNavVisRange = "{147, 131}"; |
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
|
1665 |
sepNavWindowFrame = "{{815, 219}, {927, 845}}"; |
3113 | 1666 |
}; |
3090 | 1667 |
}; |
3113 | 1668 |
61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */ = { |
1669 |
uiCtxt = { |
|
1670 |
sepNavIntBoundsRect = "{{0, 0}, {579, 299}}"; |
|
1671 |
sepNavSelRange = "{0, 0}"; |
|
1672 |
sepNavVisRange = "{3, 177}"; |
|
1673 |
sepNavWindowFrame = "{{750, 197}, {927, 845}}"; |
|
1674 |
}; |
|
3091 | 1675 |
}; |
3113 | 1676 |
61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */ = { |
1677 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1678 |
sepNavIntBoundsRect = "{{0, 0}, {663, 793}}"; |
3113 | 1679 |
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
|
1680 |
sepNavVisRange = "{262, 120}"; |
3113 | 1681 |
sepNavWindowFrame = "{{60, 197}, {927, 845}}"; |
1682 |
}; |
|
1683 |
}; |
|
1684 |
61FA765A115DAACC00DA6ED0 /* MasterViewController.h */ = { |
|
1685 |
uiCtxt = { |
|
1686 |
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
|
1687 |
sepNavSelRange = "{426, 51}"; |
3113 | 1688 |
sepNavVisRange = "{0, 483}"; |
1689 |
sepNavWindowFrame = "{{199, 160}, {927, 845}}"; |
|
1690 |
}; |
|
3091 | 1691 |
}; |
3113 | 1692 |
61FA765B115DAACC00DA6ED0 /* MasterViewController.m */ = { |
1693 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1694 |
sepNavIntBoundsRect = "{{0, 0}, {1048, 1612}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1695 |
sepNavSelRange = "{3308, 10}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1696 |
sepNavVisRange = "{2508, 1654}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1697 |
sepNavWindowFrame = "{{92, 210}, {927, 845}}"; |
3113 | 1698 |
}; |
3091 | 1699 |
}; |
3113 | 1700 |
61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */ = { |
1701 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1702 |
sepNavIntBoundsRect = "{{0, 0}, {868, 692}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1703 |
sepNavSelRange = "{678, 13}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1704 |
sepNavVisRange = "{0, 939}"; |
3113 | 1705 |
sepNavWindowFrame = "{{862, 170}, {927, 845}}"; |
1706 |
}; |
|
3091 | 1707 |
}; |
3113 | 1708 |
61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */ = { |
1709 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1710 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 1781}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1711 |
sepNavSelRange = "{229, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
1712 |
sepNavVisRange = "{229, 83}"; |
3113 | 1713 |
sepNavWindowFrame = "{{862, 170}, {927, 845}}"; |
1714 |
}; |
|
1715 |
}; |
|
2980 | 1716 |
928301160F10CAFC00CC5A3C /* fpc */ = { |
1717 |
activeExec = 0; |
|
1718 |
}; |
|
1719 |
} |