Opened 16 years ago
Last modified 16 years ago
#63 closed feature
Implement the technology configuration dialog — at Initial Version
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | critical | Milestone: | MS1: First release (1.0.0) |
Component: | ui | Version: | pre-1.0 |
Keywords: | Cc: | technology, configuration, dialog |
Description
Add a third configuration dialog, used to detect, configure and initialize the settings of the technologies (connections to hardware controller).
The following tabs are needed:
- 42: Allows to assign IDs to cars.
- BlueRider?: Allows to choose COM port of the Bluetooth interface.
- Analogue: Allows to enter host that runs the network interface.
A button at the bottom allows to accelerate the cars (separately) for a few centimeters, to test whether the connection is working.
This includes creating a TechnologyConfigurationManager that stores a TechnologyController for each connected car and that is used by the PlayerSettingsDialog to assign technology IDs to players.
Code can be derived from #39 when it's completed, as the LnF should be similar and all the layout manager crap doesn't have to be done twice. :)