promotional bannermobile promotional banner

HearthPhone

A smartphone for WoW — messaging, social network, 20+ mini-games, music player, and more

File Details

v0.4

  • R
  • Mar 11, 2026
  • 216.14 KB
  • 29
  • 12.0.1
  • Retail

File Name

HearthPhone-v0.4.zip

Supported Versions

  • 12.0.1

lightweight tag 02522e8bc516471dafb676f1c864beadbd0fb774 v0.4
Author:    FlintarN <a.nyborg@hotmail.com>
Date:    Wed Mar 11 01:06:56 2026 +0100

commit 02522e8bc516471dafb676f1c864beadbd0fb774
Author: FlintarN <a.nyborg@hotmail.com>
Date:   Wed Mar 11 01:06:56 2026 +0100

    Overhaul DPS Meter with group leaderboards and Death Recap, remove WowSoFit slash commands

    DPS Meter: add 6-tab layout (Me, Dmg, Heal, Taken, Deaths, Recap) with group
    leaderboards via C_DamageMeter API. Death Recap tab mirrors Blizzard's built-in
    recap with spell icons, relative timestamps, overkill, and absorbed damage.
    Hooks DeathRecapFrame_OpenRecap for reliable recapId capture.

    WowSoFit: remove /wsf and /wowsofit slash commands — buttons call functions
    directly. It's a HearthPhone app, not a standalone addon.

    Update README.md and CURSEFORGE.md with new DPS Meter and Fitness Tracker
    descriptions, add cross-realm presence feature note.

commit 293ddf95e69c4b1d9201e080f7f0591633de4d4d
Author: FlintarN <a.nyborg@hotmail.com>
Date:   Tue Mar 10 22:27:40 2026 +0100

    Add PhonePresence module, BNet cross-realm calling, and README updates

commit 11dd937acd51e7c632a47461482474e38e111d52
Author: FlintarN <a.nyborg@hotmail.com>
Date:   Tue Mar 10 19:54:54 2026 +0100

    Add Tower Defense game, fix Survivor rendering, QoL improvements

    - New Tower Defense app with grid-based gameplay, 3 tower types (Arrow,
      Cannon, Ice), upgrade system, AoE splash, homing projectiles, and
      cubic HP scaling for explosive late-game difficulty
    - Fix global Render() collision between Survivor and Tower Defense by
      making both local with forward declarations
    - Add click-to-start for both Survivor and Tower Defense
    - Remove shooting tick sound from Survivor
    - Raise phone scale slider max from 2.0 to 3.0
    - Add /phonereset command to reset phone scale
    - Update README with Survivor entry and recent features