reporust_rebootcancel

145,242 Commits over 4,444 Days - 1.36cph!

2 Months Ago
assign stage-break effect for wood-piles
2 Months Ago
Merge from main
2 Months Ago
New solution for persisting held entity animations on the playermodel Seems to fix previous issues where those animations would not always clear correctly
2 Months Ago
Merge from main
2 Months Ago
power consumption set to a tentative 5
2 Months Ago
Clamp dungeon layer calculation in NetworkVisiblityGrid.PositionToLayer so there's no index out of bounds exception when entities exist at y >= 1500 If mods want to take advantage of the dungeon layers they can use the ones from 1000-1500, there's more than enough space already
2 Months Ago
adjust bounds, move io input, add dismount on unpowered
2 Months Ago
Bone armour female version update
2 Months Ago
Bowless Crossbow - worldmodel and LODs
2 Months Ago
Defensive upgrade now adds +bonusSlots to actual crafting roll result. Default is +1
2 Months Ago
Apartment stove FX & lighting prefab & related files. Perma-enable attached it to the prefab, for now.
2 Months Ago
Bugfix: don't overwrite callstack depths for frame 0 with values for other frames when multiple frames are found Tests: ran Export2FramesTorn - it passes and looks correct-ish (same wrong offset as in Export2Frames)
2 Months Ago
Bugfix(tests): fix invalid test logic in ExportExtraEnd2Frames - renamed ExportExtraEnd2Frames to Export2FramesTorn - added Export2Frames (shows invalid frame start - this is new) Tests: ran unit tests, failures where expected
2 Months Ago
exported latest crossbow bowless viewmodel  anims and updated rig
2 Months Ago
Fixing skinning for gingerbread man suit
2 Months Ago
Added ItemModContainerArmorSlot to 90+ additional clothing items so they can receive slots exclusively from the defensive upgrade. (list will need sanity checking if we do take this route)
2 Months Ago
Merge: from networkgrid_iterationspeed_changes - Optim: lazy allocate internals of NetworkGroup to save memory (adam.k's findings) Tests: flew around on craggy, opened deep sea and entered-left, printed entity counts of deep sea, shot scientists in the distance
2 Months Ago
Fix croc diving and charging
2 Months Ago
Update(tests): add ExportExtraEnd2Frames Test passes but looks incorrect Tests: ran unit tests
2 Months Ago
Add support for CraftedWithDefensiveUpgradeOnly. Setup beenie hat item as a test.
2 Months Ago
Bugfix: potentially support exporting profile of Recorder started inside a method and finished outside Need to write more tests to validate it works across frames - not confident about it. Tests: ran ExportExtraEnd - passes. ran all others - still valid
2 Months Ago
enable screen edge fade on eyeAO materials
2 Months Ago
computer station IO setup - no IO for static computer stations
2 Months Ago
add toggle for refraction screen edge fade behavior
2 Months Ago
Fix croc swim speed
2 Months Ago
Remove unecessary double reset of croc swim depth, remove log spam in sense component
2 Months Ago
Fix animals slowing down to a crawl when fleeing
2 Months Ago
Update(tests): emit valid timestamps when running profile exporter tests Tests: confirmed seconds-scale ranges in perfetto
2 Months Ago
Mannequin poses
2 Months Ago
Fix a few shader compilation errors with rare variants
2 Months Ago
Make mortar 3 functional: - swap out the script to allow for overriding behaviour. (empty for now) - hook up mortar shells as ammo - fix missing references for animator, ammo, fuse
2 Months Ago
Bugfix: handle cases where main thread doesn't have any profiling marks Veeeeeeery unlikely event to happen, but should be supported Tests: ran ExportEmptyMainThread test - it now passes
2 Months Ago
Fix animals looking behind unnaturally, bring back the fix from previous implementation
2 Months Ago
added a bunch more boat layouts for testing
2 Months Ago
Reduce guaranteed slots from defensive to 1
2 Months Ago
New(tests): ProfileExporter unit tests Synthesizes basic profile streams and sees if it sucesfully exports them, without checking contents. Tests: ran tests, 2 fail. inspected some outputs of passing ones
2 Months Ago
merge from render_pipeline_testing (reflection fix)
2 Months Ago
fix vclouds not showing up in water reflections in BiRP
2 Months Ago
basis of test to print table of front-on drag of a set of different copypaste boats, going to be used for retuning drag-by-angle values
2 Months Ago
2 Months Ago
Industrial Autoturret - Updated textures
2 Months Ago
Fixing skinning for lumberjack hazmat
2 Months Ago
New gesture animation polish pass
2 Months Ago
merge from waterwheel_deployable
2 Months Ago
fix label of new io info on item
2 Months Ago
Workbench level 2+3 loot panel assignment
2 Months Ago
▋ █▌▄█▋█ ▉▉▍██ ▆██▉▋▆▇▋▆▆▌▋▉▊▆▄▊▄▉▆█▍
2 Months Ago
fixed missing texture on tier 2 workbench
2 Months Ago
Add a workbench vitals prefab with the new setup, replace existing ones with it.
2 Months Ago
drag consistency fix - track generated rays on each drag projection plane, in some situations it could result in generating an extra ray and alter drag values - all tests now passing