Added preference to load the most recently used campaign at startup.
Startup now loads in the order:
Auto-save recovery, or
Command-line option -F , or
Most recent campaign, or
Blank campaign.
Added pref KEY_LOAD_MRU_CAMPAIGN_AT_START
Changed AutoSaveManager.check() from void to boolean.
Changed command-line campaign load to only execute when not recovering auto-save.
(unrelated) Removed annoying Scale.setZoomLevel "System.out.println(this.zoomLevel);" that has been bugging me.
Possible Drawbacks
Buggy campaign locking MapTool on load. Can be worked around by launching with command-line options -F or waiting for auto-save to trigger recover auto-save on next launch.
Documentation Notes
Added preference to launch most recent campaign at startup.
Release Notes
Added preference to launch most recent campaign at startup.
Identify the Bug or Feature request
resolves #4869
Description of the Change
Added preference to load the most recently used campaign at startup.
Startup now loads in the order:
Possible Drawbacks
Buggy campaign locking MapTool on load. Can be worked around by launching with command-line options -F or waiting for auto-save to trigger recover auto-save on next launch.
Documentation Notes
Release Notes
This change is