Skip to content

Releases: heroespatchnotes/sdk-php

Bugfixes

Bugfixes Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 01 Jan 20:50
f280684

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

Bugfix

Bugfix Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 01 Jan 18:40
ff3044e

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

getByNameId

getByNameId Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 31 Dec 21:26
f911312
  • 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

Gamestrings Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 29 Dec 18:58
3978913

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

See CHANGLELOG.md for full details

Entity Strings

Entity Strings Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 26 Dec 21:07
f7e2658

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

See CHANGLELOG.md for full details

Initial Beta

Initial Beta Pre-release
Pre-release

Choose a tag to compare

@MGatner MGatner released this 21 Dec 01:05
fb7b271
v0.9-beta.1

Complete the move