reporust_rebootcancel

137,965 Commits over 4,505 Days - 1.28cph!

2 Months Ago
Periodically recalculate the bounds on all of the skinned mesh renderers on a ragdoll so that the culilng bounds are up to date. (Every 9-10s) Should be more performant than just enabling Update when offscreen
2 Months Ago
First iteration of an automated system to find correct deployable snapping values. Will place a deployable against a ghost item in editor and calculate the perfect measurements
2 Months Ago
RRP contact shadows
2 Months Ago
Cleanup prefab path
2 Months Ago
round up BDU projectile protection this time without a bunch of random shit changed
2 Months Ago
round up BDU projectile protection
2 Months Ago
mp5 deploy update
2 Months Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
2 Months Ago
update apartment_complex_monument/prototype
2 Months Ago
Deploy and shadow animation updates on rifles
2 Months Ago
debugging options for seeing thrown darts in debugcam, fixed logs, fixed prefabs of scoreboards, fix crashing in 2p postgame
2 Months Ago
Disable skin viewer view in hands button for held entities not using the viewmodel camera (cultist deer torch)
2 Months Ago
Fixed guitare skin viewer framing
2 Months Ago
Fixed table skins not loading in the skin viewer
2 Months Ago
Ground floor mesh decals
2 Months Ago
fix 3p animations facing sideways oddly (turn off SpineIK on animation subsystem, apply extra rotation to anims)
2 Months Ago
Merge: from stringview_indexof_fix
2 Months Ago
Phrase update
2 Months Ago
Merge: from main
2 Months Ago
Initial attempt at a Train Ai that can patrol our existing rail network: - Based off the backend systems for Boat AI - Will reverse at dead ends - Will only work if theres a driver in the train car
2 Months Ago
Bugfix: StringView.IndexOf - prevent skipping a character if we had to abour a sequence match This affects Contains, Replace and IndexOfAny as well, as they depended on IndexOf Tests: ran unit tests, they pass
2 Months Ago
Update(tests): add a unit test case for StringView.IndexOf failing edge case Tests: test fails as expected
2 Months Ago
Setup components to allow for holosight to hide its sight rail depending on gun it is attached to
2 Months Ago
Apartments compelx communal areas progress Ground floor lobby dressing and lighting
2 Months Ago
fix underwater post processing not working in proc map
2 Months Ago
Flare fix
2 Months Ago
Fixed issue allow random position to fall outside of the targeting radius. Reworked to also be more random and less weighted around center of targeting radius.
2 Months Ago
Cherrypick 152932, 153053, 153256, 153278, 153279 onto new branch
2 Months Ago
merge from main -> apartment_complex_monument
2 Months Ago
merge from main -> PlayerMaintainedMonuments
2 Months Ago
DLC industrial light recovery. Fixed skewed tones.
2 Months Ago
Glass AR - texture update
2 Months Ago
Updated AO resolution for all bdu and ballistic items
2 Months Ago
Updated textures resolution for ballistic leg armour and ballistic helmet.
2 Months Ago
CR fix
2 Months Ago
Fix rotation/offset bug now I can actually see what the thrusters are meant to be doing.
2 Months Ago
m92 charm anchor tweaks
2 Months Ago
removed corridor fbx from blockers folder
2 Months Ago
Static version of industrial barricade for material checking
2 Months Ago
Add ability to send and load delta changes in the player metabolism system. Use a header mask bit to discern whats in the proto
2 Months Ago
Bugfix: StringView.IndexOf - handle seraching for empty same way as string - amended unit tests to enforce mathicng results check Tests: ran unit tests
2 Months Ago
merge from storepage_industrial
2 Months Ago
Added ConVar.Satellite.show_thruster_effects to toggle editor debug display. Some wip refactor/cleanup.
2 Months Ago
Added branded 9x16 media for pack showcase
2 Months Ago
edited vm empty magazine reload animation so it looks like the mag release button is pressed
2 Months Ago
Industrial decor pack showcase
2 Months Ago
Update: StringView - add StringOptions overloads to StartsWith, EndsWith - added unit tests to cover new methods Tests: ran unit tests
2 Months Ago
bunch of small shadow casters optims around apartment complex monument props experimenting with shadows off on overgrowth prefabs. Visual difference minimal so far, decent savings in places
2 Months Ago
Updated conditional mesh to improve clipping issues on vagabond jacket.
2 Months Ago
Update: StringView now supports StringComparisons when comparing to other StringViews - expanded unit tests to cover this Tests: ran unit tests