From: Erik V. <eri...@xs...> - 2009-11-27 21:22:16
|
- Beautified the Report (window and log) by inserting more space and highlighting round starts. The type of GUI Object used (JTextArea) does not allow highlighting by fonts and colors, so I have added horizontal lnes of various types. - Added a new option "report.window.open" to my_properties that, if the value is "yes", will open the Report Window at game start. The default remains closed. - Added a new option "or.number_format" that allows choosing the OR number format. The default remains x.y (where x is the number of the previous SR, and y runs 1..3). By setting or.number_format=simple, the OR number is a simple integer that runs from 1 upwards. - The OR window title has been modified: it now displays "Operating Round x (y of z)" where x is either a simple or composite OR number. Erik. |