CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 20:13:02 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/AlmasB/FXGL.git
etag: W/"89e1c04d777602be2eaf0541a395fda0"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=pyIvOozZRiqIiHP5zqEsPeWeBOPDXEpR%2BLQJA5Ep5uQplIa3dhakY%2Fd42wlHZepcjbkqqhEny6x2DYKkSYwJVFg1FuMa3VHnt6YH0dekXhecA%2BTNNiqODAn6UDR6uqaXFr9CIQ%2FmMi8nvQMLQSHznATxfZqb6cumsnCIhHufkcXUn6wqJPHGSlDFahAdA1uRrAPx24sLchgU0I9UUwxc1a1oncJhINkSO%2BzzVGZVE%2Bc72YFsQsxjDw%2Bo6IPArqvIfSMBKfSdn7P5mFaArHdgsQ%3D%3D--So8irqoEVZehQAOq--CN%2BySuq56IoTN06%2Fg5S4Vg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.166444825.1753733581; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 20:13:01 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 20:13:01 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D17C:B9BC6:66421:87F8B:6887D9CD
feat: completed implementation of QuestService, closes #848 · AlmasB/FXGL@a9c8e04 · GitHub
Copy file name to clipboardExpand all lines: fxgl-gameplay/src/main/kotlin/com/almasb/fxgl/quest/Quest.kt
Copy file name to clipboardExpand all lines: fxgl-gameplay/src/main/kotlin/com/almasb/fxgl/quest/QuestService.kt
Copy file name to clipboard
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 622
Commit a9c8e04
File tree
Expand file treeCollapse file tree
5 files changed
+288
-74
lines changedFilter options
- fxgl-gameplay/src
- main/kotlin/com/almasb/fxgl/quest
- test/kotlin/com/almasb/fxgl/quest
- fxgl-samples/src/main/java/intermediate
Expand file treeCollapse file tree
5 files changed
+288
-74
lines changedfxgl-gameplay/src/main/kotlin/com/almasb/fxgl/quest/Quest.kt
Copy file name to clipboardExpand all lines: fxgl-gameplay/src/main/kotlin/com/almasb/fxgl/quest/Quest.kt+88-18Lines changed: 88 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 |
| - | |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
34 | 44 |
| |
35 | 45 |
| |
36 | 46 |
| |
| |||
49 | 59 |
| |
50 | 60 |
| |
51 | 61 |
| |
52 |
| - | |
| 62 | + | |
53 | 63 |
| |
54 | 64 |
| |
55 | 65 |
| |
56 |
| - | |
| 66 | + | |
57 | 67 |
| |
58 | 68 |
| |
59 | 69 |
| |
60 |
| - | |
| 70 | + | |
61 | 71 |
| |
62 | 72 |
| |
63 | 73 |
| |
64 | 74 |
| |
65 | 75 |
| |
66 |
| - | |
| 76 | + | |
67 | 77 |
| |
68 | 78 |
| |
69 | 79 |
| |
70 | 80 |
| |
71 | 81 |
| |
72 | 82 |
| |
73 |
| - | |
| 83 | + | |
74 | 84 |
| |
75 | 85 |
| |
76 | 86 |
| |
77 | 87 |
| |
78 | 88 |
| |
| 89 | + | |
79 | 90 |
| |
80 | 91 |
| |
81 | 92 |
| |
82 | 93 |
| |
83 | 94 |
| |
84 | 95 |
| |
85 | 96 |
| |
86 |
| - | |
| 97 | + | |
87 | 98 |
| |
88 | 99 |
| |
89 | 100 |
| |
90 | 101 |
| |
91 | 102 |
| |
92 | 103 |
| |
93 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
94 | 119 |
| |
| 120 | + | |
| 121 | + | |
95 | 122 |
| |
96 | 123 |
| |
97 | 124 |
| |
| |||
126 | 153 |
| |
127 | 154 |
| |
128 | 155 |
| |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
129 | 161 |
| |
130 | 162 |
| |
131 | 163 |
| |
132 | 164 |
| |
133 |
| - | |
| 165 | + | |
134 | 166 |
| |
135 | 167 |
| |
136 | 168 |
| |
| |||
139 | 171 |
| |
140 | 172 |
| |
141 | 173 |
| |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
142 | 185 |
| |
143 | 186 |
| |
144 | 187 |
| |
| |||
152 | 195 |
| |
153 | 196 |
| |
154 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
155 | 216 |
| |
156 | 217 |
| |
157 | 218 |
| |
158 | 219 |
| |
159 | 220 |
| |
160 |
| - | |
| 221 | + | |
161 | 222 |
| |
162 | 223 |
| |
163 | 224 |
| |
| |||
166 | 227 |
| |
167 | 228 |
| |
168 | 229 |
| |
169 |
| - | |
| 230 | + | |
170 | 231 |
| |
171 | 232 |
| |
172 | 233 |
| |
| |||
175 | 236 |
| |
176 | 237 |
| |
177 | 238 |
| |
178 |
| - | |
| 239 | + | |
179 | 240 |
| |
180 | 241 |
| |
181 | 242 |
| |
182 | 243 |
| |
183 | 244 |
| |
| 245 | + | |
184 | 246 |
| |
185 |
| - | |
| 247 | + | |
186 | 248 |
| |
187 | 249 |
| |
188 |
| - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
189 | 255 |
| |
190 |
| - | |
| 256 | + | |
191 | 257 |
| |
192 | 258 |
| |
193 | 259 |
| |
| |||
203 | 269 |
| |
204 | 270 |
| |
205 | 271 |
| |
| 272 | + | |
| 273 | + | |
206 | 274 |
| |
207 | 275 |
| |
208 | 276 |
| |
| |||
220 | 288 |
| |
221 | 289 |
| |
222 | 290 |
| |
223 |
| - | |
| 291 | + | |
224 | 292 |
| |
225 |
| - | |
| 293 | + | |
226 | 294 |
| |
227 | 295 |
| |
228 | 296 |
| |
| |||
236 | 304 |
| |
237 | 305 |
| |
238 | 306 |
| |
| 307 | + | |
| 308 | + | |
239 | 309 |
| |
240 | 310 |
| |
241 | 311 |
| |
| |||
252 | 322 |
| |
253 | 323 |
| |
254 | 324 |
| |
255 |
| - | |
| 325 | + | |
256 | 326 |
| |
257 |
| - | |
| 327 | + | |
258 | 328 |
| |
259 | 329 |
| |
260 | 330 |
| |
|
fxgl-gameplay/src/main/kotlin/com/almasb/fxgl/quest/QuestService.kt
Copy file name to clipboardExpand all lines: fxgl-gameplay/src/main/kotlin/com/almasb/fxgl/quest/QuestService.kt+27-30Lines changed: 27 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 |
| - | |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 32 | + | |
| 33 | + | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
39 |
| - | |
| 37 | + | |
| 38 | + | |
40 | 39 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 40 | + | |
| 41 | + | |
45 | 42 |
| |
46 | 43 |
| |
47 | 44 |
| |
48 |
| - | |
| 45 | + | |
49 | 46 |
| |
50 | 47 |
| |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
| 48 | + | |
55 | 49 |
| |
56 | 50 |
| |
57 | 51 |
| |
58 |
| - | |
59 |
| - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
60 | 58 |
| |
61 | 59 |
| |
62 |
| - | |
63 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
| 67 | + | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 71 | + | |
| 72 | + | |
76 | 73 |
| |
77 | 74 |
|
fxgl-gameplay/src/test/kotlin/com/almasb/fxgl/quest/QuestServiceTest.kt
Copy file name to clipboard+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + |
You can’t perform that action at this time.
0 commit comments