userGarry Newmancancel
reporust_rebootcancel

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

10 Years Ago
Fixed corpse not saving properly
10 Years Ago
Update metabolism and inventory seperately Send changed player state in an atomic invoke instead of checking for dirty Run metabolism much slower when asleep
10 Years Ago
Hide players when they're dead
10 Years Ago
Updated protocol #
10 Years Ago
Ragdolls now inherit their parents bone positions properly Added Transform.GetAllChildren Chanegd BasePlayer.worldmodel to BasePlayer.playerModel Added BaseEntity.model - should only be used clientside Removed shitty looking wireframe effect from build guide Added Model component - which serves out the right bones for ragdolls Added Ragdoll component - which handles copying bones from models Removed BoneStringPooler - this is done in the Model component now
10 Years Ago
boltrifle world model fixed bow worldmodel (it's still fucked, but less obviously) Fixed bone name pooling (again!)
10 Years Ago
Fixed not being able to place walls on the edge of foundations
10 Years Ago
Fixed serverside compile errorz
10 Years Ago
Don't pool an empty string Cleaned up how bone names get string pooled Added player.ChatMessage( str ) Failed building block placements will return an error in chat (temp debug)
10 Years Ago
Fixed players turning into trees (string pool fixes)
10 Years Ago
Walls now can't be half hanging off foundations Cleaned up placement guide code Added jitter to invalid building blocks, to try to find suitable place
10 Years Ago
Added colliders debug command
10 Years Ago
Sleep rock colliders too
10 Years Ago
Fixed multiple viewmodels on death
10 Years Ago
Fixed disconnecting from a server landing you in a crazy limbo fally world Fixed Disconnect still showing in main menu after disconnection Fixed not being able to reconnect after disconnecting once
10 Years Ago
Removed more debug spam
10 Years Ago
Removed debug output
10 Years Ago
Keep track of how many colliders/components are disabled in a static Serverperformance log colliders, rigidbodies, buildingblock, disabled shit
10 Years Ago
Added network collider sleeping to trees/resources
10 Years Ago
Fixed being able to walk through walls
10 Years Ago
This was bullshit and I shouldn't have left it in
10 Years Ago
SendMessage "OnNetworkWake" on networkables on first subscriber join SendMessage "OnNetworkSleep" on networkables on last subscriber leave Added NetworkSleep component to turn off components when no network subscribers Building Blocks turn off colliders when no network subscribers (Left debug output in on purpose)
10 Years Ago
Added SignalEffect module Added muzzle effect to bolt rifle (also plays shoot sound) Added Rifle hold type
10 Years Ago
Planner tool tweaks
10 Years Ago
Fixed stringtable fuckups
10 Years Ago
Oops, didn't save properly
10 Years Ago
Fixed player model Fixed NRE in LootableCorpse
10 Years Ago
Added PhysicsMaterial to splattype/overlaytype Added vis.footsteps console command Specific footstep effect logic (not used yet)
10 Years Ago
Added wall building plan Building blocks now 10x harder to destroy Foundations placed on uneven ground are orientated to it
10 Years Ago
Fixed warnings Fixed player hit detection being fucked
10 Years Ago
Automatically destroy more components on dedicatd server
10 Years Ago
Vary PlayerUpdate fractionally to avoid bunching up
10 Years Ago
Fixed pickup not working Fixed being able to shoot building blocks to bits
10 Years Ago
Item modules are no longer instanced per item Item modules use opt-in event system instead of interface style system Item modules no longer derive from Scriptableobject Renamed ItemInformation to Item.Definition Item definition now holds Modules (instead of Item)
10 Years Ago
Oops, need TestLevelTerrain for the test level :S
10 Years Ago
Committing these meta files so it doesn't keep asking me to commit them
10 Years Ago
Test/Art - Getting Rid
10 Years Ago
Fixing NRE errors popping up on Sentry
10 Years Ago
ItemContainer no longer derived from ScriptableObject Wolf prefab now uses Minh's animation + effects Increased protocol
10 Years Ago
Changing protocol
10 Years Ago
Made items not be ScriptableObjects ItemID's are now uint (was int)
10 Years Ago
Cleaned up GameManager slightly First stab at stripping components on the DS
10 Years Ago
Added kickall Server Perf logging fixes Added textures command (lists textures)
10 Years Ago
▄▇▉▄▆ ▌▇█▍▇▇ ▊█▇▆█▉▄
10 Years Ago
Added server perf.csv spitting to server
10 Years Ago
Fixed assert in Item.RemoveFromWorld()
10 Years Ago
Removed Tick Fixed fire gobbling too much wood
10 Years Ago
Fixed NRE when user disconnects during auth
10 Years Ago
More specific profiling on TransformChangeMonitor
10 Years Ago
Added build version in DS title