Skip to content

v2.5 Release 5

Latest
Compare
Choose a tag to compare
@Mauler125 Mauler125 released this 18 Nov 16:03
· 100 commits to p4sync since this release
  • Fixed input delay that was caused by using the wrong mutex type on CImguiSystem; also implemented a lockless exchange before acquiring any lock which improved performance significantly.
  • Fixed Live API not functioning correctly when calling the functions in coroutines. So far we haven't encountered an issue with this yet, but using statics with coroutines isn't correct.
  • Rebuilt _large and _extra_large NavMesh's (titans sized) with proper hull properties, and a correct traverseability microlut.
  • Reworked development API for RPak loading, and made swapping use the locking api instead to use otherwise burned CPU time for helping other pending async loading/unloading jobs.