// // CJSONDeserializer.h // TouchCode // // Created by Jonathan Wight on 12/15/2005. // Copyright 2005 toxicsoftware.com. All rights reserved. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the following // conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES // OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, // WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR // OTHER DEALINGS IN THE SOFTWARE. // #import #import "CJSONScanner.h" extern NSString *const kJSONDeserializerErrorDomain /* = @"CJSONDeserializerErrorDomain" */; enum { kJSONDeserializationOptions_MutableContainers = kJSONScannerOptions_MutableContainers, kJSONDeserializationOptions_MutableLeaves = kJSONScannerOptions_MutableLeaves, }; typedef NSUInteger EJSONDeserializationOptions; @class CJSONScanner; @interface CJSONDeserializer : NSObject { CJSONScanner *scanner; EJSONDeserializationOptions options; } @property (readwrite, nonatomic, retain) CJSONScanner *scanner; /// Object to return instead when a null encountered in the JSON. Defaults to NSNull. Setting to null causes the scanner to skip null values. @property (readwrite, nonatomic, retain) id nullObject; /// JSON must be encoded in Unicode (UTF-8, UTF-16 or UTF-32). Use this if you expect to get the JSON in another encoding. @property (readwrite, nonatomic, assign) NSStringEncoding allowedEncoding; @property (readwrite, nonatomic, assign) EJSONDeserializationOptions options; + (id)deserializer; - (id)deserialize:(NSData *)inData error:(NSError **)outError; - (id)deserializeAsDictionary:(NSData *)inData error:(NSError **)outError; - (id)deserializeAsArray:(NSData *)inData error:(NSError **)outError; @end ange
path: root/data/maps/daedalus/rooms/Z2 Room.txtpb
blob: 513150afcb320d3eb1b14f105b40c9eca72d83e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
name: "Z2 Room"
panel_display_name: "Z2 Room"
panels {
  name: "EXHIBIT"
  path: "Panels/V Maze/entry"
  clue: "exhibit"
  answer: "zoo"
  symbols: BOXES
}
panels {
  name: "MICROSCOPE"
  path: "Panels/Theos Room/theo_1"
  clue: "microscope"
  answer: "focus"
  symbols: BOXES
}
panels {
  name: "KEY"
  path: "Panels/Theos Room/theo_2"
  clue: "key"
  answer: "escape"
  symbols: EXAMPLE
}
panels {
  name: "HORSE"
  path: "Panels/Theos Room/theo_3"
  clue: "horse"
  answer: "mustang"
  symbols: EXAMPLE
}
panels {
  name: "CAR"
  path: "Panels/Theos Room/theo_4"
  clue: "car"
  answer: "charger"
  symbols: SPARKLES
}
panels {
  name: "SOLSTICE"
  path: "Panels/Theos Room/theo_5"
  clue: "solstice"
  answer: "equinox"
  symbols: SUN
}
panels {
  name: "EQUINE"
  path: "Panels/Theos Room/theo_6"
  clue: "equine"
  answer: "equinox"
  symbols: SPARKLES
}
panels {
  name: "CHARGE"
  path: "Panels/Theos Room/theo_7"
  clue: "charge"
  answer: "charger"
  symbols: PYRAMID
}
panels {
  name: "MUST"
  path: "Panels/Theos Room/theo_8"
  clue: "must"
  answer: "mustang"
  symbols: SPARKLES
}
panels {
  name: "CAPE"
  path: "Panels/Theos Room/theo_9"
  clue: "cape"
  answer: "escape"
  symbols: SPARKLES
}
panels {
  name: "GLANCE"
  path: "Panels/Theos Room/theo_10"
  clue: "glance"
  answer: "focus"
  symbols: PYRAMID
}
panels {
  name: "JAR"
  path: "Panels/Theos Room2/theo_1"
  clue: "jar"
  answer: "jaguar"
  symbols: SPARKLES
}
panels {
  name: "AGREEMENT"
  path: "Panels/Theos Room2/theo_2"
  clue: "agreement"
  answer: "accord"
  symbols: SUN
}
panels {
  name: "VOYAGE"
  path: "Panels/Theos Room2/theo_3"
  clue: "voyage"
  answer: "odyssey"
  symbols: SUN
}
panels {
  name: "INSECT"
  path: "Panels/Theos Room2/theo_4"
  clue: "insect"
  answer: "beetle"
  symbols: EXAMPLE
}
panels {
  name: "EAGLE"
  path: "Panels/Theos Room2/theo_5"
  clue: "eagle"
  answer: "regal"
  symbols: ZERO
}
panels {
  name: "MAJESTIC"
  path: "Panels/Theos Room2/theo_6"
  clue: "majestic"
  answer: "regal"
  symbols: SUN
}
panels {
  name: "RINGO"
  path: "Panels/Theos Room2/theo_7"
  clue: "ringo"
  answer: "beetle"
  symbols: ZERO
  symbols: BOXES
  symbols: PLANET
}
panels {
  name: "POLICY"
  path: "Panels/Theos Room2/theo_8"
  clue: "policy"
  answer: "odyssey"
  symbols: ZERO
}
panels {
  name: "DISCORD"
  path: "Panels/Theos Room2/theo_9"
  clue: "discord"
  answer: "accord"
  symbols: SUN
}
panels {
  name: "CAT"
  path: "Panels/Theos Room2/theo_10"
  clue: "cat"
  answer: "jaguar"
  symbols: EXAMPLE
}
paintings {
  name: "IN"
  path: "Components/Paintings/Group1/in"
}
paintings {
  name: "IN2"
  path: "Components/Paintings/Group1/in2"
}
paintings {
  name: "IN3"
  path: "Components/Paintings/Group1/in3"
}
paintings {
  name: "IN4"
  path: "Components/Paintings/Group1/in4"
}