#18 closed enhancement (fixed)
Create an XML file format for race tracks
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | major | Milestone: | MS1: First release (1.0.0) |
Component: | track | Version: | pre-1.0 |
Keywords: | xml, data structure, race tracks | Cc: |
Description
Both an in-memory data structure as well as an XML-based file format for saving race tracks have to be designed.
No formal design phase should be necessary. The format can be extended as the required data that needs to be saved is determined.
A library for serialising/deserialising from the data structure into a file and back needs to be written.
Change History (5)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Status: | assigned → accepted |
---|
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Has actually been implemented by [74].
Closing the ticket, please file a new ticket for bugs and required extensions.
comment:5 Changed 16 years ago by
Component: | unspecified → track |
---|
Note: See
TracTickets for help on using
tickets.
New commit by hheimbuerger (revision [67]):
[In preparation of #18 and #5] Improved in-memory data structures for storing the slot car track.
The Track class has been extended by some methods (most of which aren't implemented yet) and a new class TrackSection? has been created that is supposed to represent one section of the whole track.
Also added three section bitmaps for testing, taken from the track bitmap Fabi found somewhere. These are of course not the final images, only placeholders.