5,292 Commits over 2,345 Days - 0.09cph!
Updated protocol version, servers now listed on master server
Linux = all 64bit
Windows Server = all 64bit
Module message (client -> server)
Refactoring, simplification
More refactoring - this one breaks everything :)
Refactoring item system for simplicity
WorldItem (and deployable) now spawns, networks properly
Networking now provides own UIDs
Visibilty managers
Visibility Subscribers
Visibility groups
Snapshots on join
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)
Didn't save until I exited - empty prefab
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
Server browser functions (incomplete)
server_console prefab was BULLSHIT (!)
Still crashing with no gfx card, retrying
Server crash - following a hunch
Added server console window for -batchmode mode
Server now calls EndAuthSession when client disconnects
Client disconnect -> back to main menu
CancelAuthTicket for client
Added Empty scene to build settings
Replace SSOA with AO - which is much much faster
Fixed not being able to re-join server
Simplified connection auth calls
This shouldn't have been checked in
These don't get copied to the right place on compile - so removing and manually copying the required files over
Added prereq folder - for libraries that need to be added to builds
Lets not open the folder every compile
Fixes for compiling, added compile all
Adding a buttload of image effects that we will want, to make sure we have and retain support from the ground up.
Player position smoothing (the player's shadow is stuttery because it's un-smoothed)
Added a few trees to testlevel
Added 3D context menus
Fixed server using Update on Player
Had to add a hack to dfGUIManager line 1111 to get 3D gui's to be interactive :(
Missing from previous commit
Campfire now works as designed
Loot panel works as designed
Particles now spawnable via prefabs folder
WorldItems now use Tick system to update item (0.5s)
ItemActions can now have clientside functions
Fixed player position overriding when local
'Using' now opens menus as you would expect
Entity position ticking (no lerp yet)
Added ticker class, to help us avoid using Update or Coroutines (which are slow with 100,000+ objects)
Fixed fireplace/box etc not spawning properly
IFDEF'd Steam stuff, made the game work without Steam in editor (optionally)
entering game is faster now
Fixed player prefab eyes
Fixed client connect message not getting through properly
Receive and use player's tick