Dave 'Arjuna' O'Connor
Panther Games Designer
- Joined
- Jul 31, 2014
- Messages
- 3,416
- Points
- 113
- Location
- Canberra, Australia
- Website
- www.panthergames.com
In the works.
Changes/Fixes.
* Fixed CTD on opening OB Tab after loading Save. Code now ensures that the GameWindow Instance variable is only deleted if the current GameWindow matches the variable.
* Fixed CTD when reattaching unit. This is caused by the Edit Task dialog pointing to a GameTask that no longer exists. The Edit Task dialog now responds to the destruction of the GameTask (caused by the reattach command) by clearing all controls.
* Fixed CTD caused by infinite recursion when the currEnd of a task was at the maxEnd for the Plan.
* Fixed corruption of Edit Task dialog when bombard task dialog was dismissed and another non-bombard task dialog opened. The code now ensures all controls are cleared on dismissal.
* Fixed map centring on unit when task selected. This was caused by the Order of Battle (OB) dialog bringing the tasks' subject into view. It no longer does that automatically. Now you have to double click the OB entry to bring the unit into view.
Changes/Fixes.
* Fixed CTD on opening OB Tab after loading Save. Code now ensures that the GameWindow Instance variable is only deleted if the current GameWindow matches the variable.
* Fixed CTD when reattaching unit. This is caused by the Edit Task dialog pointing to a GameTask that no longer exists. The Edit Task dialog now responds to the destruction of the GameTask (caused by the reattach command) by clearing all controls.
* Fixed CTD caused by infinite recursion when the currEnd of a task was at the maxEnd for the Plan.
* Fixed corruption of Edit Task dialog when bombard task dialog was dismissed and another non-bombard task dialog opened. The code now ensures all controls are cleared on dismissal.
* Fixed map centring on unit when task selected. This was caused by the Order of Battle (OB) dialog bringing the tasks' subject into view. It no longer does that automatically. Now you have to double click the OB entry to bring the unit into view.