Skip to content

weekly-2026-02-13

Choose a tag to compare

@github-actions github-actions released this 13 Feb 09:22
· 165 commits to main since this release
7ce6eeb

Changelog

  • feat(lanapi): Add LANAPI function to find LAN game with host IP address (TheSuperHackers#2249)
  • fix(update): Extend the height of the USA Particle Cannon laser beam for enormous camera heights (TheSuperHackers#2220)
  • tweak(pathfinder): Add audio event and message to announce pathfinding failover (TheSuperHackers#2242)
  • refactor(audio): Replace AudioManager's loseFocus/regainFocus with reason-based mute/unmute functions (TheSuperHackers#2236)
  • fix(update): Fix value initialization of ProjectileStreamUpdate::m_projectileIDs (TheSuperHackers#2248)
  • fix(draw): Replace ParticleSystem pointers with ParticleSystemID for safe particle lookups in W3DTrankDraw, W3DTankTruckDraw, W3DTruckDraw (TheSuperHackers#2235)
  • refactor(draw): Simplify particle effects code in W3DTankDraw, W3DTankTruckDraw, W3DTruckDraw (TheSuperHackers#2235)
  • feat(version): Add functions to get Git short hash string (TheSuperHackers#2243)
  • refactor(lanapi): Make LANMessage accessible in LANAPI (TheSuperHackers#2241)