SHOW:
|
|
- or go back to the newest paste.
1 | /* Informational PseudoCode - The Last of The Summer Wine */ | |
2 | - | // Consider visiting our sponsor @ https://offcloud.com/?=949ebc7a |
2 | + | // Consider visiting our sponsor @ http://bit.ly/pastebinoffers |
3 | //Imports | |
4 | #include <global_imports> | |
5 | ||
6 | //Namespaces | |
7 | using namespace s_wine; | |
8 | using namespace global_s_wine; | |
9 | ||
10 | //Declarations | |
11 | int val = {-1,1,0}; | |
12 | int EPS[] = {-1,val[NULL],0}; | |
13 | int series = 0; | |
14 | Episode = New Episode(self); | |
15 | Series = New Series(self); | |
16 | Characters = New Characters(self); | |
17 | ||
18 | 2.1 Series 1 (1973),{init} | |
19 | { | |
20 | ||
21 | EPS = 6; | |
22 | ||
23 | Characters.Add{Compo, Clegg, Blamire, Nora, Ivy, Sid}; | |
24 | ||
25 | WatchTime.SetSeriesStart(1,NULL); | |
26 | WatchTime.SetSeriesEnd(1,NULL); | |
27 | } | |
28 | 2.2 Series 2 (1975),{Compo, Clegg, Blamire} | |
29 | { | |
30 | EPS = 7; | |
31 | ||
32 | WatchTime.SetSeriesStart(2,NULL); | |
33 | WatchTime.SetSeriesEnd(3,NULL); | |
34 | } | |
35 | ||
36 | 2.3 Series 3 (1976),{Compo, Clegg, Foggy} | |
37 | { | |
38 | EPS = 7; | |
39 | ||
40 | Characters.Remove({Blamire}; | |
41 | ||
42 | //Characters.Add{Foggy}; | |
43 | Characters.Add{Wally}; | |
44 | ||
45 | WatchTime.SetSeriesStart(3,NULL); | |
46 | WatchTime.SetSeriesEnd(3,NULL); | |
47 | } | |
48 | ||
49 | 2.4 Series 4 (1977–78) - {Compo, Clegg, Foggy} | |
50 | { | |
51 | EPS = 9; | |
52 | ||
53 | Episodes.Specials.AddSpecial(S04E09,1978,XMAS); | |
54 | ||
55 | WatchTime.SetSeriesStart(4,NULL); | |
56 | WatchTime.SetSeriesEnd(4,NULL); | |
57 | } | |
58 | ||
59 | 2.5 Series 5 (1979) - {Compo, Clegg, Foggy} | |
60 | { | |
61 | EPS = 9; | |
62 | ||
63 | Episodes.Specials.AddSpecial(S05E08,1979,XMAS),(S05E09,1981,XMAS); | |
64 | ||
65 | WatchTime.SetSeriesStart(5,NULL); | |
66 | WatchTime.SetSeriesEnd(5,NULL); | |
67 | } | |
68 | ||
69 | 2.6 Series 6 (1981–82) {Compo, Clegg, Foggy} | |
70 | { | |
71 | EPS = 8; | |
72 | ||
73 | Characters.Add{Wesley}; | |
74 | ||
75 | Episodes.Specials.AddSpecial(S06E08,1982,XMAS); | |
76 | ||
77 | WatchTime.SetSeriesStart(6,NULL); | |
78 | WatchTime.SetSeriesEnd(6,NULL); | |
79 | } | |
80 | ||
81 | 2.7 Series 7 (1982–83) - {Compo, Clegg, Foggy} | |
82 | { | |
83 | EPS = 8; | |
84 | ||
85 | Characters.Remove{Sid}; | |
86 | ||
87 | Episodes.Specials.AddSpecial(S07E07,1983,XMAS),(S07E08,1984,XMAS); | |
88 | ||
89 | WatchTime.SetSeriesStart(7,NULL); | |
90 | WatchTime.SetSeriesEnd(7,WED10.04.2019.1030); | |
91 | } | |
92 | ||
93 | 2.8 Series 8 (1984–85) - {Compo, Clegg, Foggy} | |
94 | { | |
95 | EPS = 7; | |
96 | Characters.Add{Millburn,Howard,Pearl,Marina}; | |
97 | Episodes.Specials.AddSpecial(S08E07,1986,NYD); | |
98 | WatchTime.SetSeriesStart(8,WED10.04.2019.1035); | |
99 | WatchTime.SetSeriesEnd(8,THU11.04.2019.1500); | |
100 | } | |
101 | ||
102 | 2.9 Series 9 (1986–87) - {Compo, Clegg, Seymour} | |
103 | { | |
104 | EPS = 14; | |
105 | ||
106 | Characters.Remove{Foggy}; | |
107 | Characters.Add{Seymour,Barry,Glenda,Edie,Eli}; | |
108 | ||
109 | Episodes.Specials.AddSpecial(S09E13,1986,XMAS); | |
110 | Episodes.Specials.AddSpecial(S09E14,1987,XMAS); | |
111 | ||
112 | WatchTime.SetSeriesStart(9,THU11.04.2019.1501); | |
113 | WatchTime.SetSeriesEnd(9,SAT13.04.2019.1540); | |
114 | } | |
115 | ||
116 | 2.10 Series 10 (1988) - {Compo, Clegg, Seymour} | |
117 | { | |
118 | EPS = 7; | |
119 | ||
120 | Characters.Remove{Wally} | |
121 | Characters.Add{"Clem_'Smiler'_Hemingway",Smiler} //First appearance (as non vital role) - returns (much) later as a regular | |
122 | Characters.Add{PC_Cooper,PC_Walsh} // First major appearance (appeared 1983 briefly apparently) | |
123 | Characters.Add{Auntie_Wainwright} | |
124 | ||
125 | Episodes.Features.AddFeature(10,'Coffee Morning','Skit'); // ('Synchronized Cup' & 'Cake Fight' components not yet implemented) | |
126 | Episodes.Specials.AddSpecial(S10E07,1988,XMAS); // CRUMS - 'Christmas Resistance Underground Movement' | |
127 | ||
128 | WatchTime.SetSeriesStart(10,SAT13.04.2019.1541); | |
129 | WatchTime.SetSeriesEnd(10,SUN14.04.2019.2032); | |
130 | ||
131 | } | |
132 | ||
133 | 2.11 Series 11 (1989) {Compo. Clegg, Seymour} | |
134 | { | |
135 | EPS = 8; | |
136 | ||
137 | Characters.Remove{Millburn}; | |
138 | ||
139 | Episodes.Features.AddFeature(11,'Coffee Morning Cake Fight','Skit'); // Awaiting Synchronized Cup Component | |
140 | Episodes.Specials.AddSpecial(S11E08,1989,XMAS); // "What's Santa Brought for Nora Then?" | |
141 | ||
142 | WatchTime.SetSeriesStart(11,SUN14.04.2019.2052); | |
143 | WatchTime.SetSeriesEnd(11,MON15.04.2019.1233); | |
144 | ||
145 | } | |
146 | ||
147 | 2.12 Series 12 (1990) {Compo, Clegg, Foggy} | |
148 | { | |
149 | ||
150 | EPS = 11; | |
151 | ||
152 | Characters.Remove{Seymour}; | |
153 | Characters.Add{Foggy}; | |
154 | Characters.Add{2ndPc}; //Actor Tony Capstick accompanies PC Cooper until later episodes when Walsh returns | |
155 | Characters.Add{Smiler} //Smiler appears as 'Smiler' (As opposed to 'Clem Hemingway') | |
156 | ||
157 | Episodes.Features.AddFeature(12,'Coffee Morning Synchronized Cup','Skit') // Finally got all classic components of Coffee Morning Skit | |
158 | Episodes.Specials.AddSpecial(S12E11,1990,XMAS); // "Barry's Christmas" | |
159 | ||
160 | WatchTime.SetSeriesStart(12,MON15.04.2019.1234); | |
161 | WatchTime.SetSeriesEnd(12,WED17.04.2019.1909); | |
162 | ||
163 | /* | |
164 | Season Notes: S13E06 - Clegg moves house (still next to Howard) - set redesign? - Need to verify reason for this | |
165 | - Apparently *both* howard and clegg move house, it's actually a *different* semi-detached block | |
166 | */ | |
167 | } | |
168 | ||
169 | 2.13 Series 13 (1991) {Compo, Clegg, Foggy} | |
170 | { | |
171 | ||
172 | EPS = 7; | |
173 | ||
174 | Episodes.Specials.AddSpecial(S13E11,1991,XMAS); // "Situations Vacant" (22dec91) | |
175 | ||
176 | WatchTime.SetSeriesStart(13,WED17.04.2019,1927); | |
177 | WatchTime.SetSeriesEnd(13,THU18.04.2019.2007); | |
178 | ||
179 | /* | |
180 | Season Notes: In the 1991 Special ("Situations Vacant") - Tom Owen makes a cameo appearance (briefly at the start of the episode). | |
181 | Of course, many years later he returns as Compo's Son (he *is* Bill Owen's son IRL). - This is one of several little | |
182 | cameo appearances of quite a few characters - which need further research. | |
183 | */ | |
184 | ||
185 | } | |
186 | ||
187 | 2.14 Series 14 (1992) {Compo, Clegg, Foggy} | |
188 | { | |
189 | ||
190 | EPS = 10 | |
191 | ||
192 | Episodes.Specials.AddSpecial(S14E10,1992,XMAS); // "Stop That Castle!" (26dec92) | |
193 | ||
194 | WatchTime.SetSeriesStart(14,THU18.04.2019.2010); | |
195 | WatchTime.SetSeriesEnd(14,NULL); | |
196 | ||
197 | /* | |
198 | Season Notes: In E06 ("Happy Birthday Howard") the actor who plays 'Ronnie' (Of Ronnie and Mildred)in One Foot in the Grave makes an | |
199 | appearance (library scene). | |
200 | In E07 ("Who's Got Rhythm") - Trevor Bannister makes a cameo appearance as a local tailor - he returns | |
201 | to the show in many far later episodes as a regular, playing the character of 'The Captain (Golf)'. (Possibly the same | |
202 | character?) | |
203 | */ | |
204 | ||
205 | } | |
206 | ||
207 | ||
208 | 2.15 Series 15 (1993) | |
209 | ||
210 | 2.16 Series 16 (1995) | |
211 | ||
212 | 2.17 Series 17 (1995) | |
213 | ||
214 | 2.18 Series 18 (1996–97) | |
215 | ||
216 | 2.19 Series 19 (1997–98) | |
217 | ||
218 | 2.20 Series 20 (1999) | |
219 | ||
220 | 2.21 Series 21 (2000) | |
221 | ||
222 | 2.22 Series 22 (2001) | |
223 | ||
224 | 2.23 Series 23 (2002) | |
225 | ||
226 | 2.24 Series 24 (2003) | |
227 | ||
228 | 2.25 Series 25 (2004) | |
229 | ||
230 | 2.26 Series 26 (2005) | |
231 | ||
232 | 2.27 Series 27 (2006) | |
233 | ||
234 | 2.28 Series 28 (2007) | |
235 | ||
236 | 2.29 Series 29 (2008) | |
237 | ||
238 | 2.30 Series 30 (2008–09) | |
239 | ||
240 | 2.31 Series 31 (2010) | |
241 | ||
242 | //Functions | |
243 | def__ addCharacter(character[]) | |
244 | { | |
245 | //TODO | |
246 | } | |
247 | ||
248 | //Main | |
249 | int main() | |
250 | { | |
251 | return 0; | |
252 | } |