Skip to content

Latest commit

 

History

History
234 lines (124 loc) · 6.95 KB

CHANGELOG.md

File metadata and controls

234 lines (124 loc) · 6.95 KB

Unreleased

Compare v4.0.2...HEAD

v4.0.2

Fixed

  • [maint] Fix chat spectator channel (AMHOL)

Compare v4.0.1...v4.0.2

v4.0.1

Fixed

  • [maint] Ignore empty SyncLobbyClients orders (AMHOL)

Compare v4.0.0...v4.0.1

v4.0.0

Added

  • [maint] Support playtest-20201213 - drops support for all older clients (AMHOL)
  • [core] Generate file hash in replay-data and replay-metadata commands (AMHOL)

Compare v3.0.1...v4.0.0

v3.0.1

Added

  • [maint] Added openra-commands file to load stand-alone commands (AMHOL)

Compare v3.0.0...v3.0.1

v3.0.0

Added

  • [replay-metadata] Renamed metadata command to replay-metadata (AMHOL)

Compare v2.3.1...v3.0.0

v2.3.1

  • [replay-data] Fixed error when parsing replays with spectators (AMHOL)

Compare v2.3.0...v2.3.1

v2.3.0

Added

  • [replay-data] Add AdvancedChronoshift to Openra::SUPPORT_POWERS (AMHOL)
  • [metadata] Added metadata command (AMHOL)

Fixed

  • [replay-data] Store clients from SyncInfo command and keep syncing after game start (AMHOL)

Compare v2.2.0...v2.3.0

v2.2.0

Fixed

  • [replay-data] Fixed timing calculations (AMHOL)

Compare v2.1.0...v2.2.0

v2.1.0

Added

  • [replay-data] Add client fingerprint to output (AMHOL)
  • [replay-data] Restored placement outputs to x, y, layers hash
  • [replay-data] Added support for bot replays

Compare v2.0.0...v2.1.0

v2.0.0

Removed

  • [detect-production-macros] Remove command because it's garbage (AMHOL)

Compare v1.8.2...v2.0.0

v1.8.2

Fixes

  • [core] Fix encoding issues again (AMHOL)

Compare v1.8.1...v1.8.2

v1.8.1

Updates

  • [replay-data] Update support powers to include game time and target positions (AMHOL)

Compare v1.8.0...v1.8.1

v1.8.0

Added

  • [replay-data] Add support_powers with usage counts to output (AMHOL)

Compare v1.7.0...v1.8.0

v1.7.0

Improvements

  • [core] Decreased memory usage by streaming orders with iterator (AMHOL)

Compare v1.6.0...v1.7.0

v1.6.0

Fixed

  • [core] Updated to work with release-20200202 (current release) (AMHOL)

Compare v1.5.0...v1.6.0

v1.5.0

Added

  • [detect-production-macros] A new command to detect production macros (AMHOL)

Fixed

  • [core] Fix error when sync info does not exactly precede the start game order (AMHOL)

Compare v1.4.0...v1.5.0

v1.4.0

Fixed

  • [replay-data] Output timestamps in ISO8601 (thanks to dragunoff) (AMHOL)

Compare v1.3.0...v1.4.0

v1.3.0

Fixed

  • [replay-data] Fix client IP by making it omittable (AMHOL)
  • [replay-data] utf8 encode chat names (AMHOL)

Compare v1.2.0...v1.3.0

v1.2.0

Fixed

  • [replay-data] Use SyncLobbyClients to get chat names (AMHOL)
  • [replay-data] Make client IP optional in client struct (fixes parsing replays with bots) (AMHOL)

Compare v1.1.0...v1.2.0

v1.1.0

Fixed

  • [replay-data] Make chat messages show name at time of message (AMHOL)
  • [replay-data] Only include clients present at game start (AMHOL)

Compare v1.0.1...v1.1.0

v1.0.1

Fixed

  • [core] Add bundler as a runtime dependency (thanks to dragunoff) (AMHOL)
  • [replay-data] Fixed the game "type" field (by updating it to use players rather than clients array) (AMHOL)

Compare v1.0.0...v1.0.1

v1.0.0

Added

  • [core] Clean up internals with structs and better abstractions (AMHOL)
  • [replay-data] Added duration struct to game output (formatted/msec) (AMHOL)
  • [replay-data] Added support for YAML output format (AMHOL)

Removed

  • [replay-data] Removed duration (seconds) field from game output (AMHOL)

Compare v0.3.0...v1.0.0

v0.3.0

Fixed

  • [replay-data] Fix "type" output when no teams set (AMHOL)
  • [replay-data] Fix error uninitialized constant Openra::CLI::Commands::ReplayData::SecureRandom (AMHOL)

Compare v0.2.0...v0.3.0

v0.2.0

Added

  • [replay-data] Show chosen and actual faction (AMHOL)
  • [replay-data] Add spawn point info

Fixed

  • [replay-data] Fetch team from replay metadata players hash (AMHOL)

Compare v0.1.0...v0.2.0

v0.1.0

Added

  • Include server and team chat messages in replay data (AMHOL)
  • Include is_winner replay data client output (AMHOL)

Fixed

  • Return null for client team in replay data when team is not set (AMHOL)

Compare v0.0.5...v0.1.0