Skip to content

2026-May-09 - 2.7.15522

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 May 04:17
e0f0815
fix(minimap): render minimap directly without downscaling (#14377)

Large memory saving update. Instead of creating full resolution
territory images of each territory to then downscale and render
into the minimap, this update draws the minimap directly.

For World of Warcraft: war Heroes, the difference is a 0.5Gig
consumption of memory. With this update, WoW uses 1Gig of memory.
Without, the initial map rendering spikes memory to 1.5 gig, and
then it comes back down to 1.0. This update eliminates that memory
spike.

Resolves: #7147