Skip to content

Releases: sebingel/sharpchievements

v2.0.2.1

22 Sep 13:34
Compare
Choose a tag to compare
  • Compatibility Bugfix for .NET Framework 4.5.2. See Commit Log for further details.

v2.0.2

19 Jan 17:10
Compare
Choose a tag to compare
  • AchievementOverviewControl now also displays all previously registered Achievements if invoked without a parameter

v2.0.1

19 Jan 16:54
Compare
Choose a tag to compare

Removed strong naming due to incompatibility with previous saved Achievements
For further information take a look at TargetInvocationException on BinaryFormatter.Deserialize after i added strong naming to my assembly

v2.0.0 - Major Upgrade

19 Jan 12:22
Compare
Choose a tag to compare

Install via the attached files or NuGet.

This update brings a lot of changes to the public API. Expect a lot of buil errors on existing code when upgrading.

Beside a lot of refactoring and cleaning this upgrade contains the following changes:

  1. Acces to AchievementManager-Singleton-Instance now through AchievementManager.Instance
  2. Achievementprogress is now tracked correctly
  3. AchievementControl now displays a ProgressBar when Achievements have multiple AchievementConditions to unlock or one AchievementCondition with more than one unlock-count
  4. AchievementControl now displays the progress in a X/Y way where X is the current progress and Y is the progress needed to unlock the Achievement
  5. Added NeutralResourcesLanguage and CLSCompliant
  6. AchievementControl now shows a Timestamp of when the Achievement was unlocked
  7. You can now unlock new Achievements which are using old and unlocked AchievementConditions by calling ReevaluateUnlockStatus() on AchievementManager
  8. Achievement now has a public method that checks if all AchievementConditions are met and unlocks the Achievement
  9. Constructors of Achievement have changed. Optional Parameters were moved to Properties.

v1.0.1

21 Dec 13:33
Compare
Choose a tag to compare

Notes

Corrected the Version infos
Now available on NuGet

v1.0.0

21 Dec 12:41
Compare
Choose a tag to compare

First release.
A rather basic version.
Also a test of the Releases feature of GitHub.