Skip to content

v0.2.0

Compare
Choose a tag to compare
@Trisfald Trisfald released this 14 Feb 23:45
· 172 commits to master since this release

Features

RemoveTeam event.

You can now remove teams from battle with this event.

RegenerateStatistics and RegenerateAbilities events.

These two events provide a way to add or remove abilities and statistics to creatures.

EntityId now implements Copy.

It's not needed anymore to clone EntityId objects if CreatureId implements Copy.

New examples

An example showing how to use event sinks.
Example to demonstrate how to create user defined events and metrics.