userDaniel Pcancel

3,115 Commits over 730 Days - 0.18cph!

18 Days Ago
Update(tests): batch of various patches and prefab spawn skips Got about 10 patches to apply before starting to fix saving for MT Tests: relevant TestMTSave pass
18 Days Ago
Update(tests): skip marker spawning in tests for DeliveryDrone Tests: TestMTSave(DeliveryDrone) pass
18 Days Ago
Update(tests): patch GraveyardFence Tests: TestMTSave(GraveyardFence) pass
18 Days Ago
Update(tests): patch StringFirecracker Tests: TestMTSave(StringFirecracker) pass
18 Days Ago
Update(tests): patch CookingWorkbench Tests: TestMTSave(CookingWorkbench) fails on Save now (realtimeSinceStartup)
18 Days Ago
Update(tests): patch WaterInflatable Tests: TestMTSave(WaterInflatable) pass
18 Days Ago
Update(tests): TestServer now creates TreeManager Tests: TestMTSave(TreeEntity) pass
18 Days Ago
Update(tests): patch ThrownBoomerang Tests: TestMTSave(ThrownBoomerang) pass
18 Days Ago
Update(tests): patch SingleUseMissionStorageContainer - also have TestServer explicitly create InvokeHandlerFixedTime to avoid DontDestroy call Tests: TestMTSave(SingleUseMSC) pass
18 Days Ago
Update(tests): patch SantaSleigh Tests: TestMTSave(SantaSleigh) pass
18 Days Ago
Update(tests): patch MobilePhone Tests: TestMTSave(MobilePhone) pass
18 Days Ago
Update(tests): patch DisplayingBoxStorage Tests: TestMTSave(DisplayingBoxStorage) pass
18 Days Ago
Update(tests): patch ConstructableEntity Tests: TestMTSave(ContainerCorpse) pass
18 Days Ago
Update(tests): patch BallistaGun Tests: TestMTSave(BallistaGun) pass
18 Days Ago
Update(tests): patch WildlifeHazard Tests: TestMTSave(WildlifeHazard) pass
18 Days Ago
Bugfix(editor): rename TreeManager.Reset into ResetTrees Unity was derping trying to call instance Reset when it was marked as static Tests: TestMTSave(TreeManager) pass
18 Days Ago
Update(tests): ensure patched BaseCombatEnt have non-0 starting health Allows for Stocking to survive during initial damage tick on spawn Tests: TestMTSave(Stocking) pass
18 Days Ago
Update(tests): redirect relationship db location to temp path in tests Tests: TestMTSave(RelationshipManager) pass
18 Days Ago
Update(tests): skip generation and map marker of ProceduralDynamicDungeon in tests Tests: TestMTSave(ProceduralDynamicDungeon) pass
18 Days Ago
Update(tests): patch PatrolHelicopter - also bypass map marker spawn in unit tests Tests: TestMTSave(PatrolHelicopter) - fails on transform access in save
18 Days Ago
Update(tests): bypass mapMarkerPrefab spawning in unit tests Tests: TestMTSave(MLRSRocket) pass
18 Days Ago
Update(tests): patch MiningQuarry - also bypass deposit spawning in unit tests Tests: TestMTSave(MiningQuarry) pass
18 Days Ago
Update(tests): patch InvisibleVendingMachine Tests: TestMTSave(InvisibleVendingMachine) - fails on translation token
18 Days Ago
Update(tests): bypass grid spawn in HexagonGridGenerator tests Tests: TestMTSave(HexagonGridGenerator) pass
18 Days Ago
Update(tests): patch HeldBoomBox Tests: TestMTSave(HeldBoomBox) pass
18 Days Ago
Update(tests): bypass reclaim manager spawn in GameModeSoftcore unit testing Tests: TestMTSave(GameModeSoftcore) pass
18 Days Ago
Update(tests): patch BaseHuntEvent Tests: TestMTSave(EggHuntEvent) pass
18 Days Ago
Update(tests): patch DynamicDungeon Tests: TestMTSave(DynamicDungeon)
18 Days Ago
Update(tests): bypass createdObject spawning of DroppedItem in unit tests Tests: TestMTSave(DroppedItem) pass
18 Days Ago
Update(tests): bypass self-destroy of DeepSeaManager if we're in unit testing mode Tests: TestMTSave(DeepSeaManager) pass
18 Days Ago
Update(tests): patch BradleyAPC Tests: TestMTSave(BradleyAPC) pass
18 Days Ago
Update(tests): patch BasicCar Tests: TestMTSave(BasicCar) pass
18 Days Ago
Update(tests): patch BaseProjectile Tests: TestMTSave(BaseProjectile) pass
18 Days Ago
Update(tests): patch BaseGameMode Tests: TestMTSave(BaseGameMode) pass
18 Days Ago
Bugfix(editor): add NRE check for OnValidate of HeldEntity Tests: TestMTSave(BaseFishingRod) pass
18 Days Ago
Update(tests): patch WeaponRack Tests: TestMTSave(WeaponRack) pass
18 Days Ago
Update(tests): patch VendingMachine Tests: TestMTSave(VendingMachine) pass
18 Days Ago
Update(tests): patch VehicleModuleStorage Tests: TestMTSave(VehicleModuleStorage) - pass
18 Days Ago
Update(tests): skip module spawning for VehicleModuleCamper in tests Tests: TestMTSave(VehicleModuleCamper) - pass
18 Days Ago
Update(tests): patch TravelingVendor - skip spawning mapMarker and preventBuilding trigger when testing Tests: TestMTSave(TravelingVendor) - fails on IsGrounded while updating flags
18 Days Ago
Update(tests): patch TrainEngine Tests: TestMTSave(TrainEngine) - fails on GetNetworkTime
18 Days Ago
Update(tests): patch TrainCar Tests: TestMTSave(TrainCar) falls over in GetNetworkTime
18 Days Ago
Update(tests): patch Telephone Tests: TestMTSave(Telephone) passes
18 Days Ago
Update(tests): bypass priv spawn in unit tests Tests: TestMTSave(SteeringWheel) passes
18 Days Ago
Update(tests): patch StashContainer Tests: TestMTSave(StashContainer) passes
18 Days Ago
Update(tests): use TestFuelSystem when running tests for SmallEngine Tests: TestMTSave(SmallEngine) - passes
18 Days Ago
Update(tests): patch SlotMachine Tests: TestMTSave(SlotMachine) - passes
18 Days Ago
Update(tests): patch ShutterFrame Tests: TestMTSave(ShutterFrame) - passes
18 Days Ago
Bugfix(editor): add null checks to SearchLight Reset flow Tests: TestMTSave(SearchLight) - passes
18 Days Ago
Update(tests): patch RidableHorse Tests: TestMTSave(RidableHorse) - passes