Commit Graph

38 Commits

Author SHA1 Message Date
algodoogle 4ca0a05d1b Fix world population race and add multiplayer diagnostics
The world was populated before NetworkManager.world_ready() actually
called host()/join(), so owns_world() read true for every peer
(including a joining client) and each one built its own local,
unreplicated copy instead of the client receiving the server's spawn
through the MultiplayerSpawner. Population now happens after the
session is actually established.

Also adds net-log coverage for spawn/despawn, station gating, item
authority handoff, station snapping, avatar spawn/despawn, and scene
transitions, so multiplayer behavior is visible in
%TEMP%\vryhungry_net_<pid>.log instead of failing silently.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 19:42:49 +01:00
algodoogle 596d777fae asd 2026-07-25 19:26:43 +01:00
algodoogle f7024db98d added multi 2026-07-25 18:20:12 +01:00
JonShard 265dd12b37 Add Table 2026-07-25 18:18:17 +02:00
JonShard a1cb484ca5 Add Table picks an order 2026-07-22 15:15:30 +02:00
JonShard ab6cce3d9a Add table with finite state machine 2026-07-20 13:43:18 +02:00
JonShard b6372c532a Improve look of stations 2026-07-20 09:37:06 +02:00
JonShard fc2c854305 Kanban 2026-07-19 11:15:35 +02:00
JonShard bd2ee722df Support multiple cooking recipes for same item 2026-07-19 10:48:41 +02:00
JonShard a48611c0ff Refactor hob to use Recipemanager 2026-07-19 10:48:22 +02:00
JonShard f0e3ba705d Load chopping, rolling and augmenting recipes from YAML 2026-07-19 10:48:21 +02:00
JonShard 714d813344 Reafactoring Recipemanager 2026-07-19 10:48:21 +02:00
JonShard 847af48394 Clean up what the AI did 2026-07-19 10:48:21 +02:00
JonShard 4d06e72bc1 Add Recipemanager that loads recipes from YAML 2026-07-19 10:47:28 +02:00
JonShard 840908e9ff Add Dirty plates and sink. Dirty plates don't accept food 2026-07-17 11:52:21 +02:00
JonShard b0fd26f3da Kanban 2026-07-16 18:22:11 +02:00
algodoogle 5e0b58a984 add kanban 2026-07-16 15:52:34 +01:00
JonShard 329bb1f984 Add plates accept MEALS and SIDES 2026-07-16 16:28:57 +02:00
JonShard e27ddfe3f1 Reorganize project into folder structure 2026-07-16 15:09:12 +02:00
JonShard 4b8e017d64 Fix circular dependency in combinable_item scene 2026-07-16 14:31:51 +02:00
JonShard 5e6b403a43 Add Container detects platable items 2026-07-16 12:07:32 +02:00
JonShard 3f1b9aea38 Add notes in TODO.md 2026-07-15 12:45:10 +02:00
JonShard 885c6f49f0 Add hamburger and refactor CookableItem and CombinableItem into scenes 2026-07-15 11:14:23 +02:00
JonShard 485ca899ab Add cooked_burger and change recipe chain 2026-07-15 10:14:45 +02:00
algodoogle 57ddfb0355 Merge branch 'master' of https://git.offcoursegames.com/JonShard/VRyHungry1 2026-07-14 19:20:16 +01:00
algodoogle f162578c3b plate 2026-07-14 19:19:48 +01:00
JonShard 9c55853930 Add Item dispenser that will dispense burger buns 2026-07-14 19:57:29 +02:00
JonShard f106d1a6ff Fix positioning of BurgerBuns 2026-07-14 19:25:54 +02:00
JonShard d770195b78 Merge branch 'master' of https://git.offcoursegames.com/JonShard/VRyHungry1 2026-07-14 19:20:21 +02:00
JonShard 7ee267e6ac Add burger buns 2026-07-14 19:20:17 +02:00
algodoogle b0b9d16b74 burger 2026-07-14 18:17:43 +01:00
algodoogle 1454303a80 Combinable Items 2026-07-14 17:47:47 +01:00
algodoogle 8845a519c5 fix hob 2026-07-14 16:42:27 +01:00
algodoogle 295f9802bf added some stuff
added some stuff
2026-07-14 16:05:12 +01:00
JonShard 852762e746 Move Hob and Counter into scenes 2026-07-14 15:55:18 +02:00
JonShard 32f4b92983 Add logic to convert item to other 2026-07-14 15:38:01 +02:00
JonShard 6dbade14a2 Add Cube grab points 2026-07-14 13:36:33 +02:00
JonShard f101648080 Initial commit - pickup object 2026-07-14 12:51:57 +02:00