reporust_rebootcancel

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

13 Days Ago
Log warning instead of error when no save file for navmesh is found
13 Days Ago
Fixed not being able to reskin large furnace while there's storage adaptors attached Fixed reskinning regular furnace <-> legacy furnace not preserving attached storage adaptor
13 Days Ago
Fix compile errors
13 Days Ago
13 Days Ago
merge from main
13 Days Ago
renamed to wip title bar games, rebuilt skins
13 Days Ago
merge from main
13 Days Ago
Fix an issue with streamer mode showing your own name when use_steam_nicknames is enabled
13 Days Ago
update from main
13 Days Ago
Merge from main
13 Days Ago
Merge from main
13 Days Ago
set dressing progress in floor 5
13 Days Ago
converting all Acceleration/VelocityChange to use Force/Impulse in prep for engine change
13 Days Ago
Merge from main
13 Days Ago
re-factoring the apartment wing prefab a bit with all floors set dressing organised under props disabled a bunch more shadow casters on top floor, base for 5th
14 Days Ago
Only enforce additional parent validation if an AreaCheck socket mod is present on a deployable, otherwise revert to original behaviour
14 Days Ago
Created a separate Electrical Branch config UI prefab so all I/O cant be named
15 Days Ago
update SetRenderFunc calls
15 Days Ago
subtract 153677 areacheck_parent_fix
15 Days Ago
cherrypicking 153697
15 Days Ago
merge from spraycan_reskin_refactor
16 Days Ago
fix for last thrown dart in 2p counting as next players first throw
16 Days Ago
Communal interiors progress / top floor dressing
16 Days Ago
Glass AR - worldmodel
16 Days Ago
fix scoreboard not updating for 2nd player potential fix camera bug by removing viewmodel camera bone animation
16 Days Ago
Exclude SimpleBuildingBlock from tests as we are only interested in testing deployables here, not construction, high walls or wall frame socket pieces
16 Days Ago
Gamesroom - ran localization - ran manifest - ran skins
16 Days Ago
Gamesroom Minifridge; - Greybox wip model for minifridge - Setup item, skin files and prefabs - Icon, material setup
16 Days Ago
RRP contact shadows fixes
16 Days Ago
Tidy up how deployables are filtered for this test by using a new TestParameterSource
16 Days Ago
Fixed a bug on the TestRunnerWindow where clicking 'run' would incorrectly run editor tests in play mode after changing prefab source attributes because of stale values. Changing this and my editor test worked again. Previous unreliable fix was to untick and retick tests before running but that didn't work for me
16 Days Ago
Some cleanup
16 Days Ago
Ugly initial setup to stop grenades + c4/satches from feeling laggy to throw and stop them coming out of the players eyes
16 Days Ago
Implemented the new client version notification: if a new release or staging client is released, the player gets a local notification telling them to update their game Latest changeset numbers are in the manifest, so its refreshed after every manifest update
16 Days Ago
Moved notification convars to a partial class
16 Days Ago
oops
16 Days Ago
add debug layer for contact shadows
16 Days Ago
set up RRP renderer datas for skinviewer cameras
16 Days Ago
Fix compile error
16 Days Ago
Added the special powerplant fuseboxes to powerplant scene so it's testable in procedural maps. S2P powerplant Deleted some powergrid testing prefabs
16 Days Ago
integrated new dartboard model
16 Days Ago
Never failed but ran recalculate bounds on flameturret.deployed
16 Days Ago
Exclude electric.windmill.small from the test. All tests pass :tada:
16 Days Ago
changed from renderedLod to Meshlod on metal and wood parts
16 Days Ago
Manually shrank SnowMachine bounds to only cover the deployable. The snow effect didn't need to be covered. Tested in Craggy, no behaviour change. Test passes
16 Days Ago
monument blockers: addressing feddback on the collapse version and checking in first pass on the vent
16 Days Ago
Recalculated bounds on igniter.deployed. Test passes
16 Days Ago
Removed unneeded Mesh Filter component on the Server object of the electrical.heater as it was contributing to significant Bounds. Recalculated bounds. Test passes
16 Days Ago
Test list jsons
16 Days Ago
New automated test to check all deployables for BaseEntity bounds significantly larger than the deploy volume. Included exclusions for deployables that have intended oversized bounds (doors, constructables, high externals...)