reporust_rebootcancel

128,995 Commits over 4,232 Days - 1.27cph!

28 Days Ago
Compile fixes
28 Days Ago
naval_update -> pt_boat_gameplay_pass
28 Days Ago
Add client prediction to ServersideMountedWeapon aiming This means players can now move the turret around indepdently of the server Do reconcilliation on server receive state (if out of date enough) This is now just a checkbox on any ServersideMountedWeapon. Still requires some further improvements, but will work for now Also added seat caching to Mounted Weapons
28 Days Ago
▋▇▋▇▉ ▋▊▌█ ▋▊▍▇▆▋▇▅▋_▊▇▉_▊█▇▍_█▇▉▋▌
28 Days Ago
▆▄▄ ▄▅▌▅▇▇▇▌▅▊▋ ▄▋▋▅▊ ▍▇█ ▇ ▍▌▌-█▍▉▄▍▄ █▇▉▍▅▄▅ ▋▉▋ █▇█▇
28 Days Ago
▋▋▇▌ ▊▄▋▌▅▍▅ ▇▄▆▇▄▇▉▊ ▉▆▅▅▊▋▅▊ ▇▆▆▊▋ ▄▇▆▍ ▇▇▍ ▆▋█▌ ▆▌█ ▅▉▍.
28 Days Ago
Merge from naval_update
28 Days Ago
ocean tropical shore stuff
28 Days Ago
Tropical palm LODs slightly extended because the islands are small and we can afford it. Nudged trumpet tree canopy alpha clip a small fraction denser.
28 Days Ago
merge from painting_colourpicker
28 Days Ago
Final'ish.
28 Days Ago
Undergrowth material tweaks.
28 Days Ago
Tropical variant of Strangler
28 Days Ago
Change favourite colour convars to a single CSV convar, improve UI with buttons for dynamic sizing
28 Days Ago
Profile the shit out of everything
28 Days Ago
merge from optimize_auth_list -> main
28 Days Ago
Make a warning editor only to avoid tanking fps
28 Days Ago
▇▄▅██▄▉▌ ▆▄ ▇▌▄▌▅▄ ▊▊▅ ▇▅▆█ ▄▆▍▌█▌▇▋▉ ▊▍▊▆▄ █▆▅
28 Days Ago
Merge from parent
28 Days Ago
merge from optimize_findbyid -> main
28 Days Ago
28 Days Ago
Final'ish spawn tables.
28 Days Ago
merge from naval_update -> deep_sea
28 Days Ago
Replaced mesh cull with rendererLOD on casino barge decks
28 Days Ago
Casino baked LODs
28 Days Ago
floating city 4 latest
28 Days Ago
Merge from boat_building
28 Days Ago
merge from fix_boat_drift -> naval_update
28 Days Ago
Add parenting to NPCSpawner and set it up for ghostships
28 Days Ago
Shrink ValidBounds back to 8km * 8km (old size) and rely on ValidBounds checking the DeepSeaBounds separately (we already added it but were both increasing the size & checking if the entity was inside the deep sea)
28 Days Ago
Fixed deep sea marker not extending to the end of the screen
28 Days Ago
RPG7 - viewmodel and texture update
28 Days Ago
Rust 12th Birthday Cake - Updated model asset, added textures and created subsurface profiles. Icon display updated.
28 Days Ago
Fix players nearby being teleported into the water below when a boat is purchased at fishing village For players to be "nudged" they now need to additionally intersect with a trigger instead of just being inside the nudge radius S2P fishing villages
28 Days Ago
merge from ui_overhead_optims
28 Days Ago
Fix compile error
28 Days Ago
Fix scientists walking through the container on ghostship_d
28 Days Ago
Single 50cal anim update
28 Days Ago
Add large vehicle colliders to the outside of boat building area to prevent other boats entering when in edit mode. Extra safety check for parent when destroying blocks/deployables in BBS menu option.
28 Days Ago
- fixed deep sea default ocean values - take shortest distance to shore when copying into overlapping data
28 Days Ago
Fixed another issue with boat items not being placeable in certain situations. Added option to Area/Sphere checks to ignore the forced large vehicle vicinity check.
28 Days Ago
Merge: from main
28 Days Ago
Casino remaining LODs CH47 static variant prefab Casino prefab fixes
28 Days Ago
LoadingScreen toggles its soft mask
28 Days Ago
DeathScreen toggles its canvas too
28 Days Ago
exported latest rpg skin anims and rig
28 Days Ago
Crafting, inventory, contacts, conversation and clan screens toggle their canvas when hidden Saves an extra ~0.05ms per frame
28 Days Ago
Buildfix: add missing namespace using Tests: none, trivial change
28 Days Ago
Merge: from analytics_track_menu_times - Client analytics now aggregates frametimes, lag spikes and gc events into InGame, MainMenu, Inventory, Crafting, Contacts and Map groups - Skip sending lag spikes and gc counts if there were none during performance logging tick Tests: observerd client_perf analytics ticks in editor with debug code
28 Days Ago
Clean: remove unused namespace using Tests: none, trivial change