Changes between Version 1 and Version 4 of Ticket #63
- Timestamp:
- 08/27/08 09:13:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63
-
Property
Status
changed from
new
toaccepted
-
Property
Status
changed from
-
Ticket #63 – Description
v1 v4 1 Add a third configuration dialog, used to detect, configure and initialize the settings of the technologies (connections to hardware controller).1 Add a third configuration dialog, used to detect, configure and initialize the settings of the connectors. 2 2 3 3 The following tabs are needed: … … 7 7 A button at the bottom allows to accelerate the cars (separately) for a few centimeters, to test whether the connection is working. 8 8 9 This includes creating a ! TechnologyConfigurationManager that stores a !TechnologyController for each connected car and that is used by the !PlayerSettingsDialog to assign technologyIDs to players.9 This includes creating a !ConnectorManager (!ConnectorConfigurationManager?) that stores a !SlotCarSystemConnector for each connected car and that is used by the !PlayerSettingsDialog to assign connector IDs to players. 10 10 11 11 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. :)