userGarry Newmancancel

6,664 Commits over 2,345 Days - 0.12cph!

12 Years Ago
Entity position ticking (no lerp yet)
12 Years Ago
'Using' now opens menus as you would expect
12 Years Ago
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
12 Years Ago
Missing from previous commit
12 Years Ago
Removed debug
12 Years Ago
Possiblish 64bit fix
12 Years Ago
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 :(
12 Years Ago
Added a few trees to testlevel
12 Years Ago
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)
12 Years Ago
Added Water
12 Years Ago
Fixes for compiling, added compile all
12 Years Ago
Lets not open the folder every compile
12 Years Ago
Added prereq folder - for libraries that need to be added to builds
12 Years Ago
These don't get copied to the right place on compile - so removing and manually copying the required files over
12 Years Ago
Copy pre-reqs
12 Years Ago
Filename fixes
12 Years Ago
More filename fixes
12 Years Ago
Splashscreen/Icon
12 Years Ago
This shouldn't have been checked in
12 Years Ago
Fixed not being able to re-join server Simplified connection auth calls
12 Years Ago
Replace SSOA with AO - which is much much faster
12 Years Ago
Client disconnect -> back to main menu CancelAuthTicket for client Added Empty scene to build settings
12 Years Ago
Server now calls EndAuthSession when client disconnects
12 Years Ago
Added server console window for -batchmode mode
12 Years Ago
Server crash - following a hunch
12 Years Ago
Still crashing with no gfx card, retrying
12 Years Ago
Brute debugging
12 Years Ago
server_console prefab was BULLSHIT (!)
12 Years Ago
Server browser functions (incomplete)
12 Years Ago
Menu Tweaking
12 Years Ago
Server Browser fixes
12 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
12 Years Ago
Didn't save until I exited - empty prefab
12 Years Ago
Shit server names
12 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)
12 Years Ago
Visibilty managers Visibility Subscribers Visibility groups Snapshots on join
12 Years Ago
Networking now provides own UIDs
12 Years Ago
WorldItem (and deployable) now spawns, networks properly
12 Years Ago
Refactoring item system for simplicity
12 Years Ago
More refactoring - this one breaks everything :)
12 Years Ago
Refactoring, simplification
12 Years Ago
Module message (client -> server)
12 Years Ago
OSX is 64bit
12 Years Ago
Linux = all 64bit Windows Server = all 64bit
12 Years Ago
Protocol roll
12 Years Ago
Updated protocol version, servers now listed on master server
12 Years Ago
64bit steam plugin
12 Years Ago
64bit steam plugin
12 Years Ago
Updated native lib
12 Years Ago
Dlls from latest steam sdk, Dlls for 64bit win server/client