Skip to content

Releases: ta2edchimp/BattleReporter

Release 0.5.8

20 Jun 15:17
Compare
Choose a tag to compare
  • Database update for Citadel
  • Update CI Test Environment(s) #97
    • Allow Travis Builds on PHP nightlies to fail without failing the entire build
    • Require PHP at v5.4 min.
    • Include PHP 5.4-5.6, 7.0 and nightlies in CI builds
    • Update test framework
  • Implement JSON output for BattleReports
  • Avoid ZERO_DATE for user session validity

Release 0.5.7

27 Jan 10:12
Compare
Choose a tag to compare

Hotfix Release 0.5.7, including:

  • Updated BattlePartyGroups with new T2 Logistics Frigates and new Ewar Faction Frigates.

Release 0.5.6 Notes:

  • Database update for Frostline.
  • Fixed miscalculated efficiency in description meta.
  • Included a note on theming until v1.0

Release 0.5.6

27 Jan 09:53
Compare
Choose a tag to compare
  • Database update for Frostline.
  • Fixed miscalculated efficiency in description meta.
  • Included a note on theming until v1.0

Release 0.5.5

08 Oct 19:25
Compare
Choose a tag to compare
  • #93 Changed imageserver links to those recommended by CCP.
  • #86 Implemented pagination of BattleReports Overview.

Release 0.5.4

06 Oct 14:42
Compare
Choose a tag to compare

Fixes the following issues:

  • #90 Hide priceTag/lossValue on ships that survived.
  • #92 Distribution of damage numbers not working reliable.

Release 0.5.3

02 Oct 21:45
Compare
Choose a tag to compare
  • Fixes the issue of saving BattleReports being slow, due to appropriate indexes missing.
  • Adds a Damage Overview to BattleReports.

Release 0.5.2

02 Oct 16:18
Compare
Choose a tag to compare

Statistics \o/

  • Damage values are now considered when fetching killmails.
  • Efficiency now is being calculated correctly for each battle party depending on the target damage has been dealt to.
  • Some template files have been adjusted to use new or altered statistic fields.
  • Db tables have been updated to latest Vanguard Release of EVE Online.

Known Issues

Saving battle reports is very, very slow at the moment, due to some not yet optimized shenanigans on the newly implemented statistics stuff. It is recommended to temporarily set the corresponding timeout values to a high amount when doing the batch statistics prepopulation (admin section) or to a reasonable value when manually resaving each battle report to apply the statistics changes to already existing ones.

Release 0.5.0

25 Sep 12:08
Compare
Choose a tag to compare
  • Modified default theme to better fit mobile display (≤ 640 px width).
  • Added br has an aar hint icon on overview list.
  • Added update information when there are newer releases available.
  • Removed obsolete debug loggings.
  • Partially added documentation of source code and tests.
  • Bugfix for falsely interpreted numerical value in php strict mode.

Release 0.4.7

24 Sep 11:30
Compare
Choose a tag to compare
  • Database updated to EVE Online Galatea release
  • Improved code quality, added documentation to code (partially), removed dead code, centralized duplicate code