reporust_rebootcancel

134,410 Commits over 4,444 Days - 1.26cph!

19 Days Ago
Disable skin viewer view in hands button for held entities not using the viewmodel camera (cultist deer torch)
19 Days Ago
Fixed guitare skin viewer framing
19 Days Ago
Fixed table skins not loading in the skin viewer
19 Days Ago
Ground floor mesh decals
19 Days Ago
fix 3p animations facing sideways oddly (turn off SpineIK on animation subsystem, apply extra rotation to anims)
19 Days Ago
Merge: from stringview_indexof_fix
19 Days Ago
Phrase update
19 Days Ago
Merge: from main
19 Days 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
19 Days 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
19 Days Ago
Update(tests): add a unit test case for StringView.IndexOf failing edge case Tests: test fails as expected
19 Days Ago
Setup components to allow for holosight to hide its sight rail depending on gun it is attached to
19 Days Ago
Apartments compelx communal areas progress Ground floor lobby dressing and lighting
19 Days Ago
fix underwater post processing not working in proc map
19 Days Ago
Flare fix
19 Days 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.
19 Days Ago
Cherrypick 152932, 153053, 153256, 153278, 153279 onto new branch
19 Days Ago
merge from main -> apartment_complex_monument
19 Days Ago
merge from main -> PlayerMaintainedMonuments
19 Days Ago
DLC industrial light recovery. Fixed skewed tones.
19 Days Ago
Glass AR - texture update
19 Days Ago
Updated AO resolution for all bdu and ballistic items
19 Days Ago
Updated textures resolution for ballistic leg armour and ballistic helmet.
19 Days Ago
CR fix
19 Days Ago
Fix rotation/offset bug now I can actually see what the thrusters are meant to be doing.
19 Days Ago
m92 charm anchor tweaks
19 Days Ago
removed corridor fbx from blockers folder
19 Days Ago
Static version of industrial barricade for material checking
19 Days 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
19 Days Ago
Bugfix: StringView.IndexOf - handle seraching for empty same way as string - amended unit tests to enforce mathicng results check Tests: ran unit tests
19 Days Ago
merge from storepage_industrial
19 Days Ago
Added ConVar.Satellite.show_thruster_effects to toggle editor debug display. Some wip refactor/cleanup.
19 Days Ago
Added branded 9x16 media for pack showcase
19 Days Ago
edited vm empty magazine reload animation so it looks like the mag release button is pressed
19 Days Ago
Industrial decor pack showcase
19 Days Ago
Update: StringView - add StringOptions overloads to StartsWith, EndsWith - added unit tests to cover new methods Tests: ran unit tests
19 Days 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
19 Days Ago
Updated conditional mesh to improve clipping issues on vagabond jacket.
19 Days Ago
Update: StringView now supports StringComparisons when comparing to other StringViews - expanded unit tests to cover this Tests: ran unit tests
19 Days Ago
Quick fixes to playground assets
19 Days Ago
Industrial decor pack store page
19 Days Ago
Bugfix: StringView - ensure defaulted string view can compare to empty string as equal - left a note about string.Equals(object) not recognizing StringView - reorganized comparisons in Ranges test to make them pass Tests: ran unit tests
19 Days Ago
Skin bundle update
19 Days Ago
Use HasGreatlyChanged() for wetness, calories and hydration
19 Days Ago
first pass of the monument blocker-collapse
19 Days Ago
merge from main
19 Days Ago
fixing coconut underwear skinning
19 Days Ago
merge from industrial_dlc
19 Days Ago
cleaned up single shalllow wall shelves naming so it isnt so granular - set to "wall shelves", set one as industrial and the other as bamboo
19 Days Ago
Update(tests): add a bit more coverage to IndexOf and IndexOfAny null tests Tests: ran tests