summaryrefslogtreecommitdiff
path: root/client/game.gd
AgeCommit message (Expand)Author
2024-09-26floor as one meshnokoe
2024-09-25Fix crash if player is nulltpart
2024-09-25Clear pinned messagestpart
2024-09-25Fix: Pinned messages are invisible when joinigtpart
2024-09-25Support pinned messagestpart
2024-09-21redirect packetmetamuffin
2024-09-21Don't set theoretical join_sent when receiving packet from server (Fixes #141)tpart
2024-09-20Prevent player duplication bug (Fixes #141)tpart
2024-09-20Start tutorial based on ingredients not finished mealstpart
2024-09-20Don't display server errorstpart
2024-09-20replace % operator with String.format()metamuffin
2024-09-19Fix in_lobby incorrect for follow cameratpart
2024-09-19Ignore server hint if player id doesn't match; Remove legacy commenttpart
2024-09-19Fix crash when transfering item between playerstpart
2024-09-19Add setting to disable tutorialtpart
2024-09-19Clear tutorial queue if tutorial completed unsuccessfullytpart
2024-09-19Only save tutorial as completed if succesfultpart
2024-09-19Disable game hints while tutorial is runningtpart
2024-09-19Fix: Remove all occurences of finished tutorial in tutorial queuetpart
2024-09-19Ignore tutorial ended packet if player id doesn't matchtpart
2024-09-19Fix: Item names should be string representation in tutorials_played profile s...tpart
2024-09-19Add tutorial queue logictpart
2024-09-19Keep track of played tutorials; Implement tutorial ended packettpart
2024-09-19oopssmetamuffin
2024-09-19draft for accessible movementmetamuffin
2024-09-19Automatically start tutorial for first item requestedtpart
2024-09-19Fix: Crash when displaying scoretpart
2024-09-19Fix hint system not startingtpart
2024-09-19fix progress packetmetamuffin
2024-09-19Clarify server error messagestpart
2024-09-19Implement new server hint packet; Implement positional server message logictpart
2024-09-19fix packet types in multiplayer.gdmetamuffin
2024-09-19refactor game.gd some moremetamuffin
2024-09-18client compiles but broken nowmetamuffin
2024-09-18Merge branch 'master' of codeberg.org:hurrycurry/hurrycurrymetamuffin
2024-09-18remove signal layer for network packetsmetamuffin
2024-09-18Implement new server message packet; Remove old server error packet; Bump pro...tpart
2024-09-16remove printsmetamuffin
2024-09-16add item animations on removalmetamuffin
2024-09-06Fix cutting animation; Implement new acting player protocoltpart
2024-09-06implement book menu packetmetamuffin
2024-09-04Fix crash on item finished; Clean up code; Update knife modeltpart
2024-09-04Add new progress protocol; Add knife model; Add knife to cutting board; Add c...tpart
2024-09-02Fix more action typostpart
2024-09-02Fix typo in action nametpart
2024-08-29Fix error when leaving and joining game after sending chat messagestpart
2024-08-29Add new chat systemtpart
2024-08-19Remove error message; Occurs due to historical reasonstpart
2024-08-17Fix: Touch screen buttons overlapping with lobby UI in lobby scenetpart
2024-08-15Implement new message protocol in clienttpart