#40 closed enhancement (fixed)
Implement saving 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: | track editor, save, xml | Cc: |
Description
Modified or newly created tracks need to be saveable. The method for that has already been prepared (Track.saveAsXml()), just needs to be implemented.
Shouldn't take much time. Must of course be compatible to the loadFromXml() method.
Change History (7)
comment:1 Changed 17 years ago by
| Owner: | changed from somebody to Henrik Heimbuerger |
|---|---|
| Status: | new → assigned |
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
| Status: | assigned → accepted |
|---|
comment:4 Changed 17 years ago by
New commit by hheimbuerger (revision [184]):
[Fix for ticket #40] Implemented support for saving tracks.
Tracks can now be saved to a file by invoking the Track's saveToXml() method. This also has been integrated into the track designer.
Additionally, a bug has been fixed that caused the track name to be read incorrectly (trackName was set to the tileset name, instead of the actual name specified in the file).
comment:5 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
comment:6 Changed 17 years ago by
| Milestone: | MS2: Track editor available → MS1: First usable version |
|---|
Batch moved all tickets from MS2 (track editor) to MS1 (first working version).
comment:7 Changed 17 years ago by
| Component: | unspecified → track |
|---|

Consider using XStream.