blob: e9269e54ac997209f696083a6e47a3263d075cc6 (
plain)
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.metamuffin.hurrycurry.client</id>
<name>Hurry Curry!</name>
<summary>Multiplayer co-op coooking game</summary>
<developer id="org.metamuffin.hurrycurry">
<name>The Hurry Curry! contributors</name>
</developer>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<branding>
<color type="primary" scheme_preference="light">#f4a570</color>
<color type="primary" scheme_preference="dark">#e38242</color>
</branding>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
<control>gamepad</control>
</supports>
<recommends>
<internet>always</internet>
</recommends>
<description>
<p xml:lang="LANG">i.abstract</p>
<p xml:lang="LANG">i.gameplay_overview.par</p>
<p xml:lang="LANG">i.how_to_play.keyboard_controls</p>
<p xml:lang="LANG">i.how_to_play.controller_controls</p>
<p xml:lang="LANG">i.credits.primary</p>
</description>
<launchable type="desktop-id">org.metamuffin.hurrycurry.client.desktop</launchable>
<url type="homepage">https://hurrycurry.org/</url>
<url type="bugtracker">https://codeberg.org/hurrycurry/hurrycurry/issues</url>
<!-- <url type="help">https://codeberg.org/hurrycurry/hurrycurry/wiki</url> -->
<url type="vcs-browser">https://codeberg.org/hurrycurry/hurrycurry</url>
<url type="contribute">https://codeberg.org/hurrycurry/hurrycurry</url>
<url type="translate">https://translate.codeberg.org/engage/hurrycurry/</url>
<categories>
<category>Game</category>
</categories>
<screenshots>
<screenshot type="default">
<image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMS5qcGVn/original/2O5lVR.jpeg</image>
</screenshot>
<screenshot>
<image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMC5qcGVn/original/YDCBug.jpeg</image>
</screenshot>
<screenshot>
<image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMy5qcGVn/original/ynbKBP.jpeg</image>
</screenshot>
<screenshot>
<image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMi5qcGVn/original/CT6oZD.jpeg</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="2.3.5" date="2025-08-08" type="stable">
<description>
<p>Bug fixes:</p>
<ul>
<li>Fix game crashing when popups open</li>
<li>Fix item speech bubble rendering behind grass</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.5</url>
</release>
<release version="2.3.4" date="2025-07-19" type="stable">
<description>
<p>New Features:</p>
<ul>
<li>Player despawn animation</li>
<li>Added version menu</li>
<li>Added file picker for path settings</li>
<li>Server network options are now configurable</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fix character menu on mobile</li>
<li>Prevent keyboard popup on mobile</li>
<li>Prevent console window popup on windows</li>
<li>Android system back button can close menus now</li>
<li>Fix buttons not clickable on bottom screen edge</li>
<li>Add missing rice and coconut crate to senior map</li>
<li>Add missing pan and lettuce to village map</li>
<li>Menus now dont draw over the camera notch on android</li>
<li>Fix small gaps between floor tiles</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.4</url>
</release>
<release version="2.3.3" date="2025-06-20" type="stable">
<description>
<p>
<em>Banana Chips</em>
</p>
<p>Bug fixes:</p>
<ul>
<li>Fix cursor selecting customers</li>
<li>Fix cursor prioritizing players over tiles</li>
<li>Fix cursor range too high for player selection</li>
<li>Decrease game size by using better texture compression</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.3</url>
</release>
<release version="2.3.2" date="2025-06-18" type="stable">
<description>
<p>
<em>Banana Chips</em>
</p>
<p>New Features:</p>
<ul>
<li>Added optional headwear: cat ears, propellor hat, devil horns</li>
<li>Added map: Streetfood</li>
<li>Changed interact target behaviour to snap to interactable tiles</li>
<li>Added loading text when connecting to a server</li>
<li>Spectator camera now also zooms automatically to fit players on screen</li>
<li>Added new entity that spawns pedestrians for use in maps (used streetfood)</li>
</ul>
<p>Bug fixes and smaller improvements:</p>
<ul>
<li>Fixed crash when quitting the game that delayed window closing</li>
<li>Seperated cloth color options hairstyle selection</li>
<li>FPS display now renders on top of pinned orders</li>
<li>Chandeliers and lamps dont connect with counters anymore</li>
<li>Text in setup menu is now more readable when using cjk locale</li>
<li>LineEdit context menu does not popup when pressing escape key anymore</li>
<li>Setup menu can be launched directly from settings without game restart</li>
<li>Disable bot increase/decrease buttons in lobby menu if limits are reached</li>
<li>Fixed server list not loading because unknown mbedtls problems by falling back to unencrypted http</li>
<li>Fixed scene transition freezing before completely faded out</li>
<li>Improve localized error logging in the server</li>
<li>Fixed progress bars in item bubbles that were sticking out</li>
<li>Pausing now stops client-side timers</li>
<li>Fixed some lamps not having a collider</li>
<li>Marker now renders as always-on-top</li>
<li>Fixed scoreboard rank counter starting with zero</li>
<li>Replays can now be paused</li>
<li>Added tram and house models for future use</li>
<li>Added/Updated translations</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.2</url>
</release>
<release version="2.3.1" date="2025-04-06" type="stable">
<description>
<p>
<em>Banana Chips</em>
</p>
<p>Bug fixes / Maintenance:</p>
<ul>
<li>Replace credits menu with a more elaborate "About" menu</li>
<li>Pausable game in singleplayer</li>
<li>Fix newlines in translations not being displayed correctly</li>
<li>Show message for empty scoreboards</li>
<li>Update protocol to support changes in Godot's JSON parser</li>
<li>Add button to show scoreboard in rating menu</li>
<li>Remove quit button from in-game menu to avoid confusion</li>
<li>Fix too long player names blocking game starting menu</li>
<li>Add missing pan to Bar map</li>
<li>New translations</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.1</url>
</release>
<release version="2.3.0" date="2025-01-20" type="stable">
<description>
<p>
<em>Banana Chips</em>
</p>
<p>New Content:</p>
<ul>
<li>Add two-handed mode for specific maps</li>
<li>New translations</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Refactor translation system</li>
<li>Fix crash with empty username string in character menu</li>
<li>Fix inconsistent maximum username length</li>
<li>Fix reconnect button</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.0</url>
</release>
<release version="2.2.1" date="2024-11-27" type="stable">
<description>
<p>
<em>Banana Brûlée</em>
</p>
<ul>
<li>Fixes client and server version being incompatible within the same release</li>
<li>Updated rust toolchain</li>
<li>Fix errors in the build system</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.2.1</url>
</release>
<release version="2.2.0" date="2024-11-22" type="stable">
<description>
<p>
<em>Banana Brûlée</em>
</p>
<p>New Content:</p>
<ul>
<li>Replace pre-rendered recipe book with native version in-game</li>
<li>Chat messages now match the user color</li>
<li>Chat messages now support wrapping</li>
<li>New translations</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed "Error from server: Already interacting" bug</li>
<li>Fixed clients trying to start tutorial in spectator mode</li>
<li>Fixed disappearing cursor</li>
<li>Fixed "c.play.allow_query_registry" not translated</li>
<li>Fixed rice color indistinguishable from plate color</li>
<li>Fixed missing setup menu anti-aliasing</li>
<li>Fixed dishwasher-bot crash in server</li>
<li>Fixed scroll behaviour when new chat message is received while chat is open</li>
<li>Fixed inconsistent background color in settings menu</li>
<li>Fixed popup menu focus</li>
<li>Fixed pinned order layout in RTL languages</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.2.0</url>
</release>
<release version="2.1.1" date="2024-10-01" type="stable">
<description>
<p>
<em>Banana Appetizer</em>
</p>
<p>Fixed bugs:</p>
<ul>
<li>Customer had tie</li>
<li>Bot body color corrected</li>
<li>Fix player movement desync</li>
</ul>
<p>New Features:</p>
<ul>
<li>Customer demand scaling based on chairs</li>
<li>Ask for consent to contact registry</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.1.1</url>
</release>
<release version="2.1.0" date="2024-09-30" type="stable">
<description>
<p>
<em>Banana Appetizer</em>
</p>
<p>New Content:</p>
<ul>
<li>Orders need to be accepted now</li>
<li>Current orders are pinned to screen</li>
<li>Server discoverability through mDNS and a global registry</li>
<li>Added dish washer bot</li>
<li>Added "Salad Store" map</li>
<li>Added "Anti Curry!" recipe set and map</li>
<li>First person mode</li>
</ul>
<p>Performance improvements</p>
<ul>
<li>Optimized grass rendering</li>
<li>Combined floor meshes</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed broken RTL layout</li>
<li>Fix missing customers in Sushi Bar</li>
<li>Immediatly awarding points on fulfilled orders</li>
<li>Fix join button not working in jobby</li>
<li>Fix broken teleport in conveyors.com</li>
<li>Fix text entry settings resetting the cursor</li>
<li>Fix bots being counted as players</li>
<li>Many smaller fixes, reducing overall bugginess</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.1.0</url>
</release>
<release version="2.0.0" date="2024-09-21" type="stable">
<description>
<p>
<em>Banana</em>
</p>
<ul>
<li>New burger recipes</li>
<li>New bun recipes</li>
<li>New items</li>
<li>Improved translation system</li>
<li>Interactive tutorial</li>
<li>More intuitive active recipes</li>
<li>Bug fixes</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.0.0</url>
</release>
<release version="1.6.0" date="2024-09-02" type="stable">
<description>
<p>
<em>Apple Flavour</em>
</p>
<ul>
<li>Improved chat system</li>
<li>Categorize settings with tabs</li>
<li>Add input settings</li>
<li>New translations</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.6.0</url>
</release>
<release version="1.5.1" date="2024-08-25" type="stable">
<description>
<p>
<em>Apple Emitter</em>
</p>
<ul>
<li>Improved chat system</li>
<li>Categorize settings with tabs</li>
<li>Add input settings</li>
<li>New translations</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.5.1</url>
</release>
<release version="1.5.0" date="2024-08-20" type="stable">
<description>
<p>
<em>Apple Emitter</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.5.0</url>
</release>
<release version="1.4.0" date="2024-08-07" type="stable">
<description>
<p>
<em>Apple Doughnut</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.4.0</url>
</release>
<release version="1.3.0" date="2024-07-22" type="stable">
<description>
<p>
<em>Apple Candy</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.3.0</url>
</release>
<release version="1.2.1" date="2024-07-14" type="stable">
<description>
<p>
<em>Apple Biscuit</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.1</url>
</release>
<release version="1.2.0" date="2024-07-14" type="stable">
<description>
<p>
<em>Apple Biscuit</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.0</url>
</release>
<release version="1.1.0" date="2024-07-11" type="stable">
<description>
<p>
<em>Post-Jam Release</em>
</p>
<p>
Includes a few fixes for bugs encountered right after the jam end and some more
features as well.
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.1.0</url>
</release>
<release version="1.0.0" date="2024-07-09" type="stable">
<description>
<p>
<em>Purism Game Jam release </em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0</url>
</release>
</releases>
</component>
|