summaryrefslogtreecommitdiff
path: root/client/game.gd
AgeCommit message (Collapse)Author
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-29Refactor character script (Closes #312)tpart
2025-06-24player despawn animation; close #327metamuffin
2025-06-18Consider players interact targets; Rewrite a lot of interact target code; ↵tpart
Fix #321
2025-06-16Fix: Variable declared twice under different namestpart
2025-06-16Fix on screen control setting not working; Add support for two-handed on ↵tpart
screen buttons. Fixes #238
2025-06-08Fix chattpart
2025-06-08Fix marker color for item on floortpart
2025-06-06corretly reset slow camera smoothingmetamuffin
2025-06-06smoother camera when autozoom spectatormetamuffin
2025-06-06unlock spectator camera on zoomingmetamuffin
2025-06-06Reset camera when player stops spectatingtpart
2025-06-06fix a few logic bugs in spectate_centermetamuffin
2025-06-06Correctly implement pausing (Fix #284)tpart
2025-06-04implement specator auto-zoom; closes #281metamuffin
2025-06-03Support new character style systemtpart
2025-03-23Fix lobby menu not always selected when joining lobbytpart
2025-01-28Add button to show scoreboard in rating menutpart
2024-12-25map-specific two-handed modemetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25fix two-handed clear progresmetamuffin
2024-12-25two-handed mostly worksmetamuffin
2024-12-22replace server_url global variable with menu datametamuffin
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