userGarry Newmancancel

8,237 Commits over 2,649 Days - 0.13cph!

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
11 Years Ago
ItemContainer no longer derived from ScriptableObject Wolf prefab now uses Minh's animation + effects Increased protocol
11 Years Ago
Changing protocol
11 Years Ago
Made items not be ScriptableObjects ItemID's are now uint (was int)
11 Years Ago
Cleaned up GameManager slightly First stab at stripping components on the DS
11 Years Ago
Added kickall Server Perf logging fixes Added textures command (lists textures)
11 Years Ago
▄▇▉▄▆ ▌▇█▍▇▇ ▊█▇▆█▉▄
11 Years Ago
Added server perf.csv spitting to server
11 Years Ago
Fixed assert in Item.RemoveFromWorld()
11 Years Ago
Removed Tick Fixed fire gobbling too much wood
11 Years Ago
Fixed NRE when user disconnects during auth
11 Years Ago
Ignore plasticscm bullshit
11 Years Ago
More specific profiling on TransformChangeMonitor
11 Years Ago
Added build version in DS title
11 Years Ago
Unified item destroying
11 Years Ago
Now using Engine.IsDedicatedSever instead of .batchmode
11 Years Ago
Breaking Transform Monitoring into buckets
11 Years Ago
Keep the console at native res
11 Years Ago
Fixed infinite loop in FormatMemory Added gc.collect objects command now shows memory usage
11 Years Ago
Refactoring Unified network position lerping, less shitty
11 Years Ago
Fixed schoolboy error (got client and server the wrong way around)
11 Years Ago
Client fix
11 Years Ago
Refactoring, gulp
11 Years Ago
Refactoring
11 Years Ago
Refactoring
11 Years Ago
Bullet weapon test
11 Years Ago
Fixed weapon worldmodels floating 30 feet in front of player Bow can now fire arrows (wip) Fixed GameTrace sometimes returning too early Can pick up dropped world items again
11 Years Ago
We can cache these messages and reuse them to avoid GC churn
11 Years Ago
Eating now affects metabolism properly Campfire placement guide proper Pass time to take onto ItemActions
11 Years Ago
Changed say so you don't have to use quotes Wolf ragdoll
11 Years Ago
Resources now use the Resource Dispenser component Fixed gibs not working if the mesh wasn't convex
11 Years Ago
Added command say Added command users Added command banlist Added command banlistex Added command listid
11 Years Ago
Added status command Added connection.ping Added connection.connectionTime Added connection.GetSecondsConnected()
11 Years Ago
Added ConsoleSystem.RunConfig Ban.cfg now saved/loaded proper Added ConsoleSystem.Arg.GetPlayer( name/ip/steamid ) Added BasePlayer.Find( name/ip/steamid ) Added kick command Added ban command Added banid command
11 Years Ago
Server errors and asserts
11 Years Ago
Banlist, load
11 Years Ago
Null Ref fix n TransformMontitor
11 Years Ago
Remove corpses after 6 hours
11 Years Ago
Can now die from starving Can now die from drowning Can now die from thirst Can now die from freezing Can now die from bleeding
11 Years Ago
Can harvest human meat + bones Can harvest wolf meat + bones Added ResourceDispenser class Added custom editor property draw for item id's
11 Years Ago
Fixed server assert