userDaniel Pcancel

3,021 Commits over 730 Days - 0.17cph!

11 Minutes Ago
Bugfix: batch of replacement for Time usage with ThreadSafeTime Only 1 skipped out for now, BuildingPriviledge - that one does lazy-eval, which is problematic Tests: TestMTSave - 42 -> 32
28 Minutes Ago
Bugfix: BasePlayer - avoid Time.time when evaluating mortarCooldown There's one more issue to resolve, but it doesn't affect unit tests, will resolve later Tests: TestMTSave - 59 -> 42 fails
35 Minutes Ago
Bugfix: vehicle related Time api fixes - TimeSince and TimeUntil now have a member method allowing to calculate from passed time (to avoid Time.time invoke) - TrainCar uses GetNetworkTime(ThreadSafeTime) overload Tests: ran TestMTSave, 74 -> 59 fails Tests: TestMTSave
47 Minutes Ago
Bugfix: don't use cached fuel fraction, just calculate it when saving Avoids TimeUntil sample, which isn't safe in MT Tests: TestMTSave(AttachHelicopter) pass
1 Hour Ago
Update(tests): another small batch of patches and skips that I missed Tests: TestMTSave 81 -> 75 failures
1 Hour Ago
Bugfix: BaseNPC - fallback to original GetNtworkRotation implementation for server side entity It knows how to fetch local rotation in MT-safe way Tests: TestMTSave - 94 -> 81 failures
1 Hour Ago
Update(tests, editor): last batch of patches and bypasses to spawn entities - Renamed Prefabs editor script into PrefabTools, as it was conflicting with PRefabs.Misc.GhostShip I can finally get to fixing save issues for MT Tests: relevant TestMTSave pass
1 Hour 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
2 Hours Ago
Update(tests): skip marker spawning in tests for DeliveryDrone Tests: TestMTSave(DeliveryDrone) pass
2 Hours Ago
Update(tests): patch GraveyardFence Tests: TestMTSave(GraveyardFence) pass
2 Hours Ago
Update(tests): patch StringFirecracker Tests: TestMTSave(StringFirecracker) pass
2 Hours Ago
Update(tests): patch CookingWorkbench Tests: TestMTSave(CookingWorkbench) fails on Save now (realtimeSinceStartup)
2 Hours Ago
Update(tests): patch WaterInflatable Tests: TestMTSave(WaterInflatable) pass
3 Hours Ago
Update(tests): TestServer now creates TreeManager Tests: TestMTSave(TreeEntity) pass
3 Hours Ago
Update(tests): patch ThrownBoomerang Tests: TestMTSave(ThrownBoomerang) pass
3 Hours Ago
Update(tests): patch SingleUseMissionStorageContainer - also have TestServer explicitly create InvokeHandlerFixedTime to avoid DontDestroy call Tests: TestMTSave(SingleUseMSC) pass
3 Hours Ago
Update(tests): patch SantaSleigh Tests: TestMTSave(SantaSleigh) pass
3 Hours Ago
Update(tests): patch MobilePhone Tests: TestMTSave(MobilePhone) pass
3 Hours Ago
Update(tests): patch DisplayingBoxStorage Tests: TestMTSave(DisplayingBoxStorage) pass
3 Hours Ago
Update(tests): patch ConstructableEntity Tests: TestMTSave(ContainerCorpse) pass
3 Hours Ago
Update(tests): patch BallistaGun Tests: TestMTSave(BallistaGun) pass
3 Hours Ago
Update(tests): patch WildlifeHazard Tests: TestMTSave(WildlifeHazard) pass
3 Hours 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
3 Hours 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
3 Hours Ago
Update(tests): redirect relationship db location to temp path in tests Tests: TestMTSave(RelationshipManager) pass
4 Hours Ago
Update(tests): skip generation and map marker of ProceduralDynamicDungeon in tests Tests: TestMTSave(ProceduralDynamicDungeon) pass
4 Hours Ago
Update(tests): patch PatrolHelicopter - also bypass map marker spawn in unit tests Tests: TestMTSave(PatrolHelicopter) - fails on transform access in save
4 Hours Ago
Update(tests): bypass mapMarkerPrefab spawning in unit tests Tests: TestMTSave(MLRSRocket) pass
4 Hours Ago
Update(tests): patch MiningQuarry - also bypass deposit spawning in unit tests Tests: TestMTSave(MiningQuarry) pass
4 Hours Ago
Update(tests): patch InvisibleVendingMachine Tests: TestMTSave(InvisibleVendingMachine) - fails on translation token
4 Hours Ago
Update(tests): bypass grid spawn in HexagonGridGenerator tests Tests: TestMTSave(HexagonGridGenerator) pass
4 Hours Ago
Update(tests): patch HeldBoomBox Tests: TestMTSave(HeldBoomBox) pass
4 Hours Ago
Update(tests): bypass reclaim manager spawn in GameModeSoftcore unit testing Tests: TestMTSave(GameModeSoftcore) pass
4 Hours Ago
Update(tests): patch BaseHuntEvent Tests: TestMTSave(EggHuntEvent) pass
4 Hours Ago
Update(tests): patch DynamicDungeon Tests: TestMTSave(DynamicDungeon)
4 Hours Ago
Update(tests): bypass createdObject spawning of DroppedItem in unit tests Tests: TestMTSave(DroppedItem) pass
5 Hours Ago
Update(tests): bypass self-destroy of DeepSeaManager if we're in unit testing mode Tests: TestMTSave(DeepSeaManager) pass
5 Hours Ago
Update(tests): patch BradleyAPC Tests: TestMTSave(BradleyAPC) pass
5 Hours Ago
Update(tests): patch BasicCar Tests: TestMTSave(BasicCar) pass
5 Hours Ago
Update(tests): patch BaseProjectile Tests: TestMTSave(BaseProjectile) pass
5 Hours Ago
Update(tests): patch BaseGameMode Tests: TestMTSave(BaseGameMode) pass
5 Hours Ago
Bugfix(editor): add NRE check for OnValidate of HeldEntity Tests: TestMTSave(BaseFishingRod) pass
Today
Update(tests): patch WeaponRack Tests: TestMTSave(WeaponRack) pass
Today
Update(tests): patch VendingMachine Tests: TestMTSave(VendingMachine) pass
Today
Update(tests): patch VehicleModuleStorage Tests: TestMTSave(VehicleModuleStorage) - pass
Today
Update(tests): skip module spawning for VehicleModuleCamper in tests Tests: TestMTSave(VehicleModuleCamper) - pass
Today
Update(tests): patch TravelingVendor - skip spawning mapMarker and preventBuilding trigger when testing Tests: TestMTSave(TravelingVendor) - fails on IsGrounded while updating flags
Today
Update(tests): patch TrainEngine Tests: TestMTSave(TrainEngine) - fails on GetNetworkTime
Today
Update(tests): patch TrainCar Tests: TestMTSave(TrainCar) falls over in GetNetworkTime
Today
Update(tests): patch Telephone Tests: TestMTSave(Telephone) passes