aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
AgeCommit message (Collapse)Author
2024-09-18remove signal layer for network packetsmetamuffin
2024-09-18Implement new server message packet; Remove old server error packet; Bump ↵tpart
protocol version to 7.0
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 ↵tpart
cutting animation; Bump protocol version
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
2024-08-15Add bot UI to lobby menutpart
2024-08-15Fix: Game crash on join; Update protocoltpart
2024-08-15cleanup and remove specs dirmetamuffin
2024-08-11update movement in protocol and all clientsmetamuffin
2024-08-11Disable camera input in lobby scenetpart
2024-08-10Fix players duplicating when game is cancelledtpart
2024-08-10update client to new protocolmetamuffin
2024-08-10free movement in spectating cameranokoe
2024-07-27Combine world environment code into single scenetpart
2024-07-26refactor environment effectsmetamuffin
2024-07-26add draft weather/environment systemmetamuffin
2024-07-21disable input more properlymetamuffin
2024-07-21Fix: overlay always visibletpart
2024-07-21Add rating menutpart
2024-07-20Implement movement sync packettpart
2024-07-17Fix crash when queue free is called on item which is not being heldtpart
2024-07-15Add join/spectate button; Join by defaulttpart
2024-07-14Fix: Move menus from game.tscn to menu/game.tscn to prevent wrong 2D ordertpart
2024-07-12Only show hints when in gametpart
2024-07-12Add hint systemtpart
2024-07-11correct extents, set camera target to map center when no players are connectednokoe
2024-07-11Add map details to lobby UItpart
2024-07-09Fix crash in replay modetpart
2024-07-08move interact target marker to playernokoe
2024-07-08center only on players if possiblenokoe
2024-07-08Merge branch 'master' of https://codeberg.org/metamuffin/hurrycurrymetamuffin
2024-07-08add replay system to client and server toolmetamuffin
2024-07-08add join/leave button to ingame menunokoe
2024-07-08[skip-notice] Update license notice everywhere.metamuffin
2024-07-08spectatingnokoe
2024-07-08add join buttonnokoe
2024-07-07Implement server messagestpart
2024-07-07Disable input while escape menu is open or writing in chattpart
2024-07-07Add cancel game buttontpart
2024-07-07Add lobby menutpart