userGarry Newmancancel

19,677 Commits over 4,049 Days - 0.20cph!

11 Years Ago
Added furnace + sack from old repo
11 Years Ago
Added Metal Ore item Added Metal Fragments item Added Sulfur Ore item
11 Years Ago
Poison now has an effect on health Poison heals itself slowly over time Metabolism notices UI (wip) Network all metabolism data
11 Years Ago
Disabling this code until Andre can make it stop throwing NRE's
11 Years Ago
Cleaned up layer tags (removing old UI layers) Added component for doing simple curve based animation of the local position of objects Campfire light bounces about Can't place campfires on campfires (using Deployed layer) Updated camera to render Deployed layer Added Deployed layer to collision_setup prefab
11 Years Ago
Fixed campfire + wood not creating charcoal Fixed ItemConditional_Chance not working as intended
11 Years Ago
Fix package loading exploit
11 Years Ago
Fixed potential error when turning into ragdoll
11 Years Ago
Fixed viewmodels casting shadows
11 Years Ago
Updated phrases
11 Years Ago
Updated items from admin site
11 Years Ago
Destroy corpses a bit sooner, at least until we get some kind of ragdoll freezing
11 Years Ago
Fixed corpse not saving properly
11 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
11 Years Ago
Hide players when they're dead
11 Years Ago
Updated protocol #
11 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
11 Years Ago
boltrifle world model fixed bow worldmodel (it's still fucked, but less obviously) Fixed bone name pooling (again!)
11 Years Ago
Fixed not being able to place walls on the edge of foundations
11 Years Ago
Fixed serverside compile errorz
11 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)
11 Years Ago
Fixed players turning into trees (string pool fixes)
11 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
11 Years Ago
Added colliders debug command
11 Years Ago
Sleep rock colliders too
11 Years Ago
Fixed multiple viewmodels on death
11 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
11 Years Ago
Removed more debug spam
11 Years Ago
Removed debug output
11 Years Ago
Keep track of how many colliders/components are disabled in a static Serverperformance log colliders, rigidbodies, buildingblock, disabled shit
11 Years Ago
Added network collider sleeping to trees/resources
11 Years Ago
Fixed being able to walk through walls
11 Years Ago
This was bullshit and I shouldn't have left it in
11 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)
11 Years Ago
Added SignalEffect module Added muzzle effect to bolt rifle (also plays shoot sound) Added Rifle hold type
11 Years Ago
Planner tool tweaks
11 Years Ago
Fixed stringtable fuckups
11 Years Ago
Oops, didn't save properly
11 Years Ago
Fixed player model Fixed NRE in LootableCorpse
11 Years Ago
Added PhysicsMaterial to splattype/overlaytype Added vis.footsteps console command Specific footstep effect logic (not used yet)
11 Years Ago
Added wall building plan Building blocks now 10x harder to destroy Foundations placed on uneven ground are orientated to it
11 Years Ago
Fixed warnings Fixed player hit detection being fucked
11 Years Ago
Automatically destroy more components on dedicatd server
11 Years Ago
Vary PlayerUpdate fractionally to avoid bunching up
11 Years Ago
Fixed pickup not working Fixed being able to shoot building blocks to bits
11 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)
11 Years Ago
Oops, need TestLevelTerrain for the test level :S
11 Years Ago
Committing these meta files so it doesn't keep asking me to commit them
11 Years Ago
Test/Art - Getting Rid
11 Years Ago
Fixing NRE errors popping up on Sentry