Minicommander for IL-2 FB DS.
Date: | 27.06.2014 |
---|---|
Download links: | Windows, Linux/Mac |
Changes: | Issues, code changes |
Hot fixes for the 1st release. Key points:
- Ensure relative paths to missions files have no leading slashes (#1);
- Ensure editing of mission list does not affect running mission (#2);
- Activate menu items with single click instead of double click (#4);
- Ensure
localHost
parameter is set in server's config (#7); - Ensure only one instance of application can be created (#8);
- Update
il2ds-middleware
dependency up to version0.10.3
to handle connection exceptions on russified Windows (#9); - Add version number to user settings (#11);
- Fix chat messages about mission state when current mission is changed manually while mission was playing (#12);
- Disable
Next
andPrevious
buttons if there is only one mission in missions list (#14); - Ensure mission's duration is positive integer above zero (#15);
- Hide log dialog produced by
py2exe
when a new log file is created due to unhandled exceptions (#17).
Date: | 10.05.2014 |
---|---|
Download links: | Windows, Linux/Mac |
Initial version. Includes:
- Connecting to IL-2 FB server with reconnection support.
- Missions list definition and managing. Each mission has it's own:
- order number;
- verbose name;
- path to file;
- duration in minutes;
- Game flow control:
- go to first;
- go to previous;
- stop current;
- start;
- restart current;
- go to next;
- go to last.
GNU General Public License v2 (GPLv2), free for non-commercial use.
Please see DEVELOPMENT.