about summary refs log tree commit diff stats
path: root/data/maps/the_great
Commit message (Expand)AuthorAgeFilesLines
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-2033-145/+145
* Maps have display names nowStar Rauchenberger2025-08-201-0/+1
* Added the_repetitiveStar Rauchenberger2025-08-181-1/+1
* Validate that nodes in game files are usedStar Rauchenberger2025-08-186-9/+16
* Validate that node paths aren't used multiple timesStar Rauchenberger2025-08-171-7/+0
* Started writing a data validatorStar Rauchenberger2025-08-161-0/+7
* Assigned IDs for the_hive, the_impressive, and the_invisibleStar Rauchenberger2025-08-141-2/+2
* Added the_greatStar Rauchenberger2025-08-1443-0/+2074
1a910c845a7c8482091'>^
9f25878 ^
9798316 ^
2adce17 ^

9798316 ^



d7212d7 ^
02c331f ^




325ea53 ^
02c331f ^
9f25878 ^

9798316 ^


02c331f ^
9798316 ^

09d67fb ^


325ea53 ^
02c331f ^
09d67fb ^


9798316 ^






02c331f ^





9bf6a50 ^


02c331f ^






9798316 ^


f753049 ^


















9798316 ^
f753049 ^

9f25878 ^
02c331f ^


a9bc708 ^








02c331f ^
a9bc708 ^
d7212d7 ^
3b49bdc ^

53a2ec2 ^





02c331f ^

8e89e19 ^
4adfe42 ^







8e89e19 ^
02c331f ^






325ea53 ^




a9bc708 ^




























02c331f ^





22014b9 ^



9bf6a50 ^



02c331f ^

22014b9 ^
02c331f ^

22014b9 ^
02c331f ^
9f25878 ^
9798316 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192