modular-avatar/Runtime/ArmatureAwase
bd_ 0024be06e0
fix: FreeSegment "segment not found" errors (#800)
Zero-length allocations could result in multiple entries with the same offset in the segment map. This would then break subsequent lookups.

Fixed by increasing these allocations to a minimum length of one.
2024-03-25 10:09:43 +00:00
..
AllocationMap.cs fix: FreeSegment "segment not found" errors (#800) 2024-03-25 10:09:43 +00:00
AllocationMap.cs.meta opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
ArmatureLockController.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
ArmatureLockController.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ArmatureLockJob.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
ArmatureLockJob.cs.meta opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
ArmatureLockJobAccessor.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
ArmatureLockJobAccessor.cs.meta opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
ArmatureLockOperator.cs fix: try to protect against segment double free a bit more (#766) 2024-03-11 10:32:57 +09:00
ArmatureLockOperator.cs.meta opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
BidirectionalArmatureLock.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
BidirectionalArmatureLock.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
DeferDestroy.cs opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
DeferDestroy.cs.meta fix: crash when undoing setup outfit (#680) 2024-02-18 21:56:59 +09:00
NativeMemoryManager.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
NativeMemoryManager.cs.meta opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
OnewayArmatureLock.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
OnewayArmatureLock.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
TransformState.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
TransformState.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Unity2019Compat.cs opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
Unity2019Compat.cs.meta opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
UpdateLoopController.cs opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
UpdateLoopController.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00