145,983 Commits over 4,413 Days - 1.38cph!

Today
Avoid double lookup
Today
Optim: cache BasePlayer.ForceUpdateTriggersAction allocation Saves a single 128b alloc Tests: none, trivial change
Today
Fixed binds menu not using strict GetButtonsWithBind +attack was showing mouse0 and mouse1 instead of just mouse0
Today
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
Today
Setup spawning an impact entity on impact so I can assign one later (crashed satellite version)
Today
▉ ▍▄▆█▅ ▄▍▇▇ ▆▍▄▇
Today
merge from main
Today
Default binds are automatically localized so non us-QWERTY players dont have to rebind everything when starting the game for the first time keys_default is now using 'bind_default' instead of 'bind'
Today
Shrink/expand thruster actions don't consume fuel if already at min/max. Shrink doesn't do the movement nudge in this situation either.
Today
Fix lock trajectory token
Today
Delete old SatelliteOrbit prefab
Today
Satellite kills players on impact. Added killRadius and debug draw.
Today
Merge: from buildcommand_allocs - Bugfix for enable_marker_teleport teleporting to wrong Z Tests: unit tests + enable_marker_teleport
Today
Optim: get rid of a string alloc in teleportpos Forgot it when expanding string view compatibility Tests: used enable_marker_teleport
Today
Bugfix: fix invalid trimming in ToVector(StringView) - StringView - add 2- and 3-char Trim overloads - add a unit test Tests: unit tests + enable_marker_teleport
Today
Fix fuel cells draining in wrong order
Today
Merge from main
merge from PlayerRigUpdate2
Today
merge from playerboat_beached_flipping_fix
Today
better controlled lifting force with PlayerBoat unbeaching
Today
merge from keyboard_layouts_fix
Reverted environment volume changes for wing and core interiors
Today
More keyboard layout fixes. We now register all buttons using their display name Symbols not part of the Key enum are still stored by their name for consistency Binds saved with raw keycaps are auto converted "bind [ kill" -> "bind leftbracket kill"
Today
Merge: from main
Today
Clean: add root-level *.slnx to plastic ignore list Tests: plastic doesn't show it as a new file
Today
Merge: from player_benchmark_improvements - New: added PlayerModelBenchmark scene that tracks rendering cost of new player model Tests: ran benchmark a couple times
Today
Added error handling when cleaning up temporary map files upon cancelling the download Temporary map file names now use unique GUIDs
Today
Clean: remove UNITY_EDITOR ifdefs around logging Tests: none, trivial change
Today
Merge from main
Today
▉█ ▌▇▊ ▍█▌▊██▄▇██ ▍▅▉▆▍█▇ █▌▄▊▄▌ ▇▉▍▊▅▋ ▇▇▌ ▌▊▄▆▇▍▅▅▊ ▋▍▊▌█▌▅▊▉▅▍▄▇▄▍▊▉▅▉▋▍▊▅▅ ▄▆▍▅▊▅█▇
Today
Merge: from main
Today
Merge: from pm2
Rin
Today
merge from save285 - Staging wipe!
Codegen
Today
Update: disable lightmap baking on scene load for PlayerModelBenchmark Tests: deleted generated assets, reopened scene - no new lightdata
Today
Update: add PlayerModelBenchmark scene to the build list - also add it to recognized +autobench list Tests: none, trivial change
Merge from main
Today
Update: add PlayerModelBenchmarks cene shortcut to Scenes menu Tests: compiles
Rin
Today
network++ save++ persistance++
Today
fixed BDU protection values switched
Today
commiting a bunch of meta files plastic moaning about
Today
ballistic armor condiction pass
Today
Merge from main
Today
merge from main
Today
Merge from tutorial_animator_fixups
Today
Delete some more deprecated components
Today
Removed the deprecated cinemachine camera component from the end tutorial cinematic Update the tutorial NPC to use a child animator rather than cinematic mode (we'll eventually phase out cinematic mode)
Today
Merge from PlayerRigUpdate2
Today
Added a toggle to disable spine IK to animator sub systems Applied to shopkeeper NPC
Today
Hardcode drop_item gesture to 1s as it's now faster