userGarry Newmancancel

19,645 Commits over 4,018 Days - 0.20cph!

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
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()