Skip to content

barking up the right tree but it wasn't valid in the first place (0.18.3)

Compare
Choose a tag to compare
@nosoop nosoop released this 30 Jan 22:35
· 6 commits to master since this release

Bug fix update.

ℹ️ Users are advised to update if they work with the particle attribute list and use Windows.

Added

  • The project now has Github workflow integration for releases.

Fixed

  • TF2Econ_GetParticleAttributeList was not validating that the parent of the underlying CUtlRBTree was valid. This caused crashes on Windows systems. (#19)
  • The plugin changed a comparison used against the TFEconParticleSet to a constant NUM_ECON_PARTICLE_SETS, allowing it to now compile against 1.11 and newer. (#10)
    • This did not affect developers using the include file for their projects; it just allows the plugin itself to be compiled.
    • That said, the workflow still only targets and outputs code compatible with SourceMod 1.10, even though only 1.11 onward is officially built with SDK headers that are current with TF2 updates.