Skip to content

Optional Compression after a Match

David requested to merge bluemoon93/rclm2:master into master

Added option not to compress logs at the end of match, as per decision of Technical Committee for the 3D Soccer Simulation League. It is optional, and defaults to the normal behavior of compressing. If user decides not to, at the end of the next game, compression will be done for all previous logs. The intuition is to compress all games only at the end of a round, not after each game.

Merge request reports