userGarry Newmancancel
reporust_rebootcancel

7,315 Commits over 2,345 Days - 0.13cph!

11 Years Ago
Unsubscribe from network messages when entity leaves PVS
11 Years Ago
Missed
11 Years Ago
Network visibility for testing - This is going to get a cleanup tomorrow - Maybe moving some of the more generic stuff into Facepunch.dll
11 Years Ago
Enabled fog, Added Ranged SSAO, Added dev texture
11 Years Ago
Fixed a bunch of warnings
11 Years Ago
Moved protobuffers to their own dll Entity destroy messages
11 Years Ago
A regression happened that meant inventory wasn't being networked properly
11 Years Ago
Client fixes
11 Years Ago
Fixed oven, cooking Added burning flag Added OnItemChanged event for itemmodules to use
11 Years Ago
Fixed client errors
11 Years Ago
Proper clientside rotation lerp
11 Years Ago
Override player network rotation with viewangles
11 Years Ago
Upped player position rate to 20hz
11 Years Ago
Lerp the player's positions, updated tickrate
11 Years Ago
Smoother player movement Fixed ClientInit being called multiple times
11 Years Ago
Removed popup console window on client Fixed server error on invalid prefab drop Stopped excessive server logging
11 Years Ago
Didnt' save
11 Years Ago
Server browser tweaks, can join game now
11 Years Ago
Capatalized HUD tabs because it looks cool
11 Years Ago
Dlls from latest steam sdk, Dlls for 64bit win server/client
11 Years Ago
Updated native lib
11 Years Ago
64bit steam plugin
11 Years Ago
64bit steam plugin
11 Years Ago
Updated protocol version, servers now listed on master server
11 Years Ago
Protocol roll
11 Years Ago
Linux = all 64bit Windows Server = all 64bit
11 Years Ago
OSX is 64bit
11 Years Ago
Module message (client -> server)
11 Years Ago
Refactoring, simplification
11 Years Ago
More refactoring - this one breaks everything :)
11 Years Ago
Refactoring item system for simplicity
11 Years Ago
WorldItem (and deployable) now spawns, networks properly
11 Years Ago
Networking now provides own UIDs
11 Years Ago
Visibilty managers Visibility Subscribers Visibility groups Snapshots on join
11 Years Ago
Client inventory is now networked Make Net.IsServer/IsClient proper - they basically return whether we're running a server, or running a client. Will return false if we're doing neither (like if we're in the menu)
11 Years Ago
Shit server names
11 Years Ago
Didn't save until I exited - empty prefab
11 Years Ago
Big server browser changes, still pending a lot of stuff, but is functional Added DroidSandMono - it's a monospaced font for situations where we need one (Roboto don't do one) Fleshed out steam library further
11 Years Ago
Server Browser fixes
11 Years Ago
Menu Tweaking
11 Years Ago
Server browser functions (incomplete)
11 Years Ago
server_console prefab was BULLSHIT (!)
11 Years Ago
Brute debugging
11 Years Ago
Still crashing with no gfx card, retrying
11 Years Ago
Server crash - following a hunch
11 Years Ago
Added server console window for -batchmode mode
11 Years Ago
Server now calls EndAuthSession when client disconnects
11 Years Ago
Client disconnect -> back to main menu CancelAuthTicket for client Added Empty scene to build settings
11 Years Ago
Replace SSOA with AO - which is much much faster
11 Years Ago
Fixed not being able to re-join server Simplified connection auth calls