136,424 Commits over 4,444 Days - 1.28cph!

27 Days Ago
Set up rail to appear on all scopes
27 Days Ago
Merge from bowless_crossbow_audio
27 Days Ago
tweak
27 Days Ago
Optim: avoid boxing allocs in Azure.LogResource Weirdly Enum.ToString has 2 boxing allocs, totalling 48b. Tests: none, trivial change
27 Days Ago
merge from keyboard_layouts_fix
27 Days Ago
Popup background blur/color consistency pass
27 Days Ago
Better looking key conflict popup
27 Days Ago
Codegen
27 Days Ago
fix active state for underwater effect not propagating
27 Days Ago
Refactor to cache calculated crash position instead of recalculating it needlessly. Serialze te cached position too.
27 Days Ago
Clean: fixup formatting in BasePlayer.OnProjectileAttack Tests: none, trivial change
27 Days Ago
Folder cleanup - Renamed animators - Deleted old player 3p anims - Renamed static viewmodel mesh - Deleted blockout mesh
27 Days Ago
Refactor SatelliteCrash serialization to use it's own new protobuf message too.
27 Days Ago
fixed industrial auto turret gibs referencing original auto turret
27 Days Ago
Codegen/proto
27 Days Ago
Add SatelliteControlComputer protobuf definition. Serialize shit
27 Days Ago
Tweak placeholder remains size/pos/rot
27 Days Ago
Merge from Main
27 Days Ago
Updating industrial torch mesh
27 Days Ago
Added crash remains prefab/entity script. Hook up to satellite prefab.
27 Days Ago
Optim: cache RemoveOldNoises invoke Saves 1-2 allocs, 128b each Tests: none, trivial changes
27 Days Ago
exported updated v_m16a2 anims
27 Days Ago
Fixed some bind widgets not using the full command
27 Days Ago
player_loot_mark_dirty_fix -> main
27 Days Ago
Remove repeated allocation in PlayerLoot::MarkDirty
27 Days Ago
Added a warning popup when you're about to override a bind from the keybind menu Localized "Press a key" text on the bind button
27 Days Ago
small and medium apartment, mesh colliders
27 Days Ago
merge from main
27 Days Ago
merge from main
27 Days Ago
dance gesture animation update
27 Days Ago
Merge from PlayerRigUpdate2
27 Days Ago
Optim: use pooling in BaseNetworkable::OnNetworkLimitStart Saves us 3 allocs, 100b min Tests: none, trivial change
27 Days Ago
UI sounds polish and audio tweaks
27 Days Ago
merge from main
27 Days Ago
Optim: cache action in PlayerLoot.MarkDirty 1 alloc/128b Tests: none, trivial change
27 Days Ago
Optim: cache PlayerLoot.MarkDirty action creation Saves 1 alloc/128b per container Tests: none, trivial change
27 Days Ago
merge from PlayerRigUpdate2
27 Days Ago
merge from PlayerRigUpdate2 (just texture metas)
27 Days Ago
commit annoying body hair and mannequin texture metas
27 Days Ago
Optim: cache actions in TrainEngine.PlayerServerInput Saves 2 actions, 128b per Tests: none, trivial change
27 Days Ago
Male playermodelskin set up
27 Days Ago
for the apartment corridors: added lods, vertex paint, tweaked trim material, set culling distances
27 Days Ago
Fix 'elbow-ness' a little on the front turret
27 Days Ago
merge from resourcedispenser_allocs
27 Days Ago
Avoid double lookup
27 Days Ago
Optim: cache BasePlayer.ForceUpdateTriggersAction allocation Saves a single 128b alloc Tests: none, trivial change
27 Days Ago
Fixed binds menu not using strict GetButtonsWithBind +attack was showing mouse0 and mouse1 instead of just mouse0
27 Days Ago
When reading the cfg, we now apply keys.cfg before keys_default.cfg. Fixes default binds always being re-applied as the primary on startup. This was breaking binds on non-US layouts, AZERTY for example: rebinding +prevskin to A would end up with Q back as the primary and A as a secondary after a restart. But Q is +left for AZERTY users, so moving left while upgrading building blocks was switching skins... Tradeoff: any unbound command gets filled in from defaults on startup
27 Days Ago
Setup spawning an impact entity on impact so I can assign one later (crashed satellite version)
27 Days Ago
merge from main