21 次代码提交 (678fd232-9ba0-48a9-a340-f4dcf1118ae1)

作者 SHA1 备注 提交日期
Jacob Stove Lorentzen a394c6e4 Latest Dev and Readme without Vivox 3 年前
UnityJacob 4dc33191 merging in the working plastic branch. 3 年前
UnityJacob d7613e86 Latest Rename Changes. 3 年前
nathaniel.buck@unity3d.com 678fd232 Still partial progress. I have a little handoff going where the client identifies itself to the server and the server responds with an ID to use in further communication. However, I don't think that will actually work since all clients would also need those IDs? I can just send the user ID, which takes up more bandwidth but not dramatically so. Also, this pinpoints the heartbeat for keeping the Relay allocation up. I'm trying to pull out all the job system things, since that both seems like an extra layer of complexity that devs would have to learn and it also isn't, like, *actually* used correctly in the sample? 3 年前
nathaniel.buck@unity3d.com fbb0cb37 Adding inclusion of initial player data to lobby creation/join. Adding logic for Relay hosts to ferry network events from client to client. A bit of progress on changing the flow of user state to account for Relay, but that's still mostly in-progress. Adding client heartbeat to keep the UTP connection alive. 3 年前
nathaniel.buck@unity3d.com 90d3890c Completing the game state shift from lobby to relay. This adjusts the countdown to be interruptible and to properly handle exiting the game and restarting it. I'm also starting to trim a bit from the GameStateManager and the main scene, though most of that is pending. 3 年前
nathaniel.buck@unity3d.com 60538f07 Adjusting the color filter UI elements to work with arbitrary aspect ratios. 3 年前
Jacob Stove Lorentzen e5c32078 Updated all UI elements to new borders 3 年前
Jacob Stove Lorentzen cdf1ba7f Updated Canvas Visuals to new Assets 3 年前
nathaniel.buck@unity3d.com e0abc931 Bugs: Removing the selected lobby data from the Join menu, so that when we return from a lobby, if we select Join again immediately, we don't just try to join the same lobby again. Changing "Ready." to "Ready" in the lobby UI. Making the error popup block raycasts fully, except for the Back button (for the case of the host disconnecting from the Lobby, since they would be popping up a 404 every 1.5s such that it would be difficult to click the button to leave the lobby). 3 年前
nathaniel.buck@unity3d.com 8192c7a4 Bugs: Fixing a couple harmless null refs that could result from quitting out of a lobby during Relay connection. Allowing the Back button to be visible during lobby countdown since quitting out at that point won't, like, *ruin* anything; this is actually to fix an issue where a client's Back button could disappear for an UpdateSlow between the point where they locally know they're in game and the lobby receives the actual data push from the host. 3 年前
Jacob Stove Lorentzen 963ba54f UI text font unification. 3 年前
Jacob Stove Lorentzen 710a57f6 Tweaked shiny button. 3 年前
Jacob Stove Lorentzen cb671a01 Addressed CR feedback and implemented new Assets. 3 年前
nathaniel.buck@unity3d.com a1a07b92 Pulling the countdown logic out of the GameManager and the LocalLobby; the latter fixes a bug where the countdown would prevent any lobby changes from being pushed from the host, since every from the LocalLobby's OnChanged event would fire. 3 年前
Jacob Stove Lorentzen 4c0d3e65 Colorblindness pass for lobbies. 3 年前
Jacob Stove Lorentzen 0669b238 New Emote Icons. 3 年前
Jacob Stove Lorentzen 99574f3b Icon Changes and slightly more opaque interaction panel. 3 年前
Jacob Stove Lorentzen 3ca1aac2 Removed Outlines of Icons. 3 年前
nathaniel.buck@unity3d.com ba20852d Merging from main/staging 3 年前
nathaniel.buck@unity3d.com 7d08ddb1 Merge from the host_handshake branch 3 年前