userGarry Newmancancel

18,364 Commits over 3,714 Days - 0.21cph!

8 Years Ago
Don't record/update framerate if console is open
8 Years Ago
Uncompressed ambient sounds (for playback perf)
8 Years Ago
Fixed visit webpage not working when connected to server
8 Years Ago
Removed numpad graphic quality debug keys
8 Years Ago
Updated phrases - with hopefully non sweary russian versions
8 Years Ago
Fixed sign painting
8 Years Ago
Fixed not falling when chat open etc
8 Years Ago
Mouse wheel default switch
8 Years Ago
when cancelling a craft, obey the stack laws
8 Years Ago
pie sounds are affected by volume controls
8 Years Ago
Added map key binding Fixed rebinding keys not working
8 Years Ago
Don't allow key binds when NeedsKeyboard is enabled.. unless it's an F key
8 Years Ago
UI server cull components
8 Years Ago
Fixed real player names showing in corpse loot when in streamer mode
8 Years Ago
Removed ` from default console binds Fixed voice recording when typing v in chat/console Fixed game input when in main menu/console/chat
8 Years Ago
Mouse wheel repeats Disable mouse wheel buttons if cursor visible
8 Years Ago
Fixed hands material
8 Years Ago
Updated phrases
8 Years Ago
Missing meta files
8 Years Ago
Added tools -> prepareprefabs, calls DoPrepare on every component in every prefab Call DoPrepare pre bundling Setting an asset bundle in OnValidate is causing editor lockup, so moved it to DoPrepare, which will probably improve editor perf too Added EffectRecycle components to flies they need them to be included in the bundle
8 Years Ago
Undone shader bundle change
8 Years Ago
Subtractive merge cs 12346 - because unity crashes if bundles are > 2gb and we ain't got time for this bullshit
8 Years Ago
worldmodel bundle names
8 Years Ago
Fixed steam inventory breaking if you have more than 128 items
8 Years Ago
Bundle tweaks
8 Years Ago
Bug reporter categories
8 Years Ago
Fixed RUST-277 - server objects aren't networking their positions to clients Removed some unused network functions
8 Years Ago
Fucking water texture fuck the fuck off
8 Years Ago
Reset item.removeTime on load serverside, to avoid items falling into limbo
8 Years Ago
Added input Reset To Defaults Added mouse blocking canvas when binding a key Fixed options starting on wrong screen
8 Years Ago
Fixed being able to open chat when it's disabled
8 Years Ago
Fixed client rpc prediction cull not working (own weapons effects playing twice)
8 Years Ago
Use scaled time for client tick + lerp (timescale debugging weapons)
8 Years Ago
Don't split textures into different bundles (loadtime vs diskspace)
8 Years Ago
Include default key config on osx
8 Years Ago
Enabling LoadInBackground on sounds - to see what happens
8 Years Ago
Centralised place to Instantiate GameObjects (for better debugging/tracking)
8 Years Ago
Fixed missing linux config
8 Years Ago
Debugging
8 Years Ago
Updated rustbuilder
8 Years Ago
UI tweaks
8 Years Ago
Copy default config properly
8 Years Ago
voice key convar clash
8 Years Ago
Server fixes
8 Years Ago
Added new bindable input system
8 Years Ago
keys_default.cfg
8 Years Ago
Properly replace binds, properly remove binds
8 Years Ago
Key binding
8 Years Ago
Raven json fix
8 Years Ago
Fixed find, save convars Converted unity GetButton to custom system