repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

9 Years Ago
Elevator test mesh - uv's and low poly done.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Added some simple changes to the room browser to make it less confusing.
9 Years Ago
Added a `NetConfig` static class to communicate networking settings between scenes, fixed up screen reflection shader properties.
9 Years Ago
Removed the need to specify a server's public address - that wasn't the cause of the connection issue.
9 Years Ago
Trying to fix connecting to the Amazon hosted dedicated server by specifying its address to Lidgren.
9 Years Ago
Added `//:smoothing = <value>` option for fields in protobuf schema definitions, `SnapshotBuffer` smoothing solution seems to work well.
9 Years Ago
Improved player movement, players now collide with cabinets.
9 Years Ago
Fixed screen reflections.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Added categories to room browser
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Attempting to debug poor snapshot interpolation.
9 Years Ago
Room description text uses best fit to make better use of the space, allowing a max of 4 lines of text
9 Years Ago
Merge branch 'net-lidgren' of arcade
9 Years Ago
Started on room browser visuals
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Some docs for `SnapshotBuffer`.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Fixed a bug with cabinet frame buffering.
9 Years Ago
Now using `SnapshotBuffer` for cabinet streaming.
9 Years Ago
Implemented `SnapshotBuffer<TSnapshot>`, now used for player updates.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Removed reference to a non-existent `Facepunch` project.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Committing so I can merge.
9 Years Ago
Merge branch 'master' of arcade into net-lidgren
9 Years Ago
Fixed DevKit project.
9 Years Ago
Inputs are now sampled during a FixedUpdate().
9 Years Ago
Working on allowing input sampling during fixed updates.
9 Years Ago
[zombies] added new movement indicator
9 Years Ago
Some project restructure, now using MaterialPropertyBlocks for screens and screen reflectors.
9 Years Ago
Added NotifyPanel to NetworkingTest to help diagnose issues.
9 Years Ago
Added third cabinet, possible fix for player movement networking.
9 Years Ago
Fixed exceptions when entities are removed from groups.
9 Years Ago
Fixed a possible error after removing networkables.
9 Years Ago
Fixed cabinet streaming.
9 Years Ago
Moved `Arcade.Math` to `Arcade.Maths` to fix conflicts with `System.Math`, cabinet streaming works sometimes.
9 Years Ago
Merge branch 'net-lidgren' of arcade into net-lidgren
9 Years Ago
Started work on cabinet streaming.
9 Years Ago
Started on Main Menu UI
9 Years Ago
Fixed players not sending requests to control cabinets.
9 Years Ago
Possible fix for NetworkTest scene constantly being marked as modified.
9 Years Ago
Working on allowing players to control cabinets.
9 Years Ago
Started work on cabinet networking.
9 Years Ago
[zombies] cursor now above hud
9 Years Ago
[zombies] custom cursor
9 Years Ago
Merge branch 'master' into net-lidgren
9 Years Ago
Added `Controls.IsCursorVisible`, although the cursor seems to stay hidden when switching games.
9 Years Ago
Basic handling of players disconnecting.