aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
AgeCommit message (Collapse)Author
2024-12-22translate frank lines, fixes #229metamuffin
2024-11-18fix unsupported message type in tutorial hintsnokoe
2024-10-15replace old book textures with ui booknokoe
2024-10-03chat messages show user color; align vertically; fixes #207nokoe
2024-10-02check `join_state` before starting tutorial; fixes #210nokoe
2024-10-01only join automatically if game is not runningnokoe
2024-10-01use floats as player_id; resync now workingnokoe
(this feels wrong)
2024-09-28Refactor in_lobby code in popup messagetpart
2024-09-28Add support for non-monospace server messagestpart
2024-09-28Unhide server errors (Fixes #171)tpart
2024-09-28Implement support for multiple positional server hints (Fixes #150)tpart
2024-09-28replace `is_joined` and `join_sent` with `join_state`nokoe
2024-09-28allow joining after leaving; fixes #172nokoe
2024-09-27fix player still holding knife after cutting board interaction finishesnokoe
2024-09-27set initial item position when spawning in han, fix #149metamuffin
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 ↵tpart
setting
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