repoFacepunch.Systemcancel

12 Commits over 518 Days - 0.00cph!

5 Years Ago
Throw error when calling Free instead of FreeList or FreeMemoryStream (editor only)
6 Years Ago
Restored pool dictionary for debug access (getter still uses generic for perf)
6 Years Ago
Add OrderedList<T>
6 Years Ago
Use generics to store PoolCollections instead of a Dictionary
6 Years Ago
Unity Module support Base36 optimizaion Added List.Shuffle Fixed Grid.Node warning
6 Years Ago
Fixed NRE in List.Compare extension method
7 Years Ago
Added union structs
7 Years Ago
Added Pool.FillBuffer
7 Years Ago
Added Pool.ResizeBuffer
7 Years Ago
Pool.cs ItemsInUse fix Bug causes ItemsInUse to report falsely high numbers if too many items are retrieved from the Pool and then freed, hitting hit the upper limit size check. Decrementing ItemsInUse in the upper limit check fixes it to report correctly. Merge pull request #1 from Facepunch/Nition-patch-1 Pool.cs ItemsInUse fix
7 Years Ago
Pool.cs ItemsInUse fix Bug causes ItemsInUse to report falsely high numbers if too many items are retrieved from the Pool and then freed, hitting hit the upper limit size check. Decrementing ItemsInUse in the upper limit check fixes it to report correctly.
7 Years Ago
Facepunch System Latest Jenkinsfile Solution fixes