Rogus McBogus 1.3a Release Notes


WARNING: For right now, you should always run Rogus with both Virtual Memory and the Modern Memory Manager turned off. Otherwise, Rogus may crash on exit if you make use of the Score Player. The reason for this is unknown and is being investigated.


Version 1.3a of Rogus McBogus contains two main enhancements beyond version 1.2a. One is the addition of the Recorder, and the other is an enhanced statistics-gathering mechanism.

The new statistics mechanism replaces the old dialog boxes which were displayed when Rogus exited. The new mechanism, if it is enabled, writes statistics to the file Rogus.log in the current directory. The statistics are collected on a per-parser basis, include a time stamp, and include nifty bar graphs or various important things. For Rogus 1.3a, your fooFinder.cp needs to contain a definition of the boolean variable statistics_on:

bool statistics_on = true; // write statistics to the file Rogus.log
or
bool statistics_on = false; // do not keep statistics
As always, if you have any questions or comments, send them to pepellet@mit.edu and/or bdenckla@media.mit.edu.


Modified 16 December 1995 pepellet@mit.edu