Skip to content

Releases: heroespatchnotes/sdk-php

Bugfixes

01 Jan 20:50
f280684
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

Fixes a bug where missing strings were not setting a null value on Entities.

Bugfix

01 Jan 18:40
ff3044e
Compare
Choose a tag to compare
Bugfix Pre-release
Pre-release

Fixes a bug where the HeroFactory would fail to set a Hero's contents, making game data unavailable for those entities.

getByNameId

31 Dec 21:26
f911312
Compare
Choose a tag to compare
getByNameId Pre-release
Pre-release
  • Factories now create an internal index of entities for performance and lookup
  • Adds SkillFactory::getByNameId() for easier Ability and Talent access
  • Adds many tests and doc updates

See CHANGLELOG.md for full details

Gamestrings

29 Dec 18:58
3978913
Compare
Choose a tag to compare
Gamestrings Pre-release
Pre-release

Adds new Gamestring class for string format handling, and a variety of class transport improvements.

See CHANGLELOG.md for full details

Entity Strings

26 Dec 21:07
f7e2658
Compare
Choose a tag to compare
Entity Strings Pre-release
Pre-release

Adds new string() method for Entity game string access.

See CHANGLELOG.md for full details

Initial Beta

21 Dec 01:05
fb7b271
Compare
Choose a tag to compare
Initial Beta Pre-release
Pre-release
v0.9-beta.1

Complete the move