Opened 16 years ago
Closed 16 years ago
#68 closed defect (fixed)
Lanes for the track
Reported by: | Stefanos Papadopoulos | Owned by: | Stefanos Papadopoulos |
---|---|---|---|
Priority: | major | Milestone: | MS1: First release (1.0.0) |
Component: | track | Version: | pre-1.0 |
Keywords: | Cc: |
Description
Add lanes for the analogue tiles.
Change History (10)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 16 years ago by
Owner: | changed from Henrik Heimbuerger to Stefanos Papadopoulos |
---|---|
Status: | reopened → assigned |
comment:4 Changed 16 years ago by
Status: | assigned → accepted |
---|
comment:5 Changed 16 years ago by
comment:6 Changed 16 years ago by
Owner: | changed from Stefanos Papadopoulos to Henrik Heimbuerger |
---|
comment:7 Changed 16 years ago by
New commit by hheimbuerger (revision [246]):
[Partial fix for ticket #68] Tilesets are now customizable and various error checks have been added.
The tilesets are no longer based off a fixed set of enums, but defined by what's given in the tiles.xml. The whole code around reading them at startup has been restructured.
The tilesets must now state how many lanes each of their tiles will contain and this is enforced, i.e. having just one tile with less or more lanes will raise an exception.
Various checks have been added, e.g. that tracks contain exactly one initial tile.
The bean for the tileset repository is now named tilesetRepositoryBean to follow the convention.
The change to the tiles.xml in [211] has been reverted, I still don't know what it was for.
Two track files with proper names for the digital and the analogue sets have been added.
comment:8 Changed 16 years ago by
comment:9 Changed 16 years ago by
Owner: | changed from Henrik Heimbuerger to Stefanos Papadopoulos |
---|---|
Status: | accepted → assigned |
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
New commit by spapadopoulos (revision [211]):
[fix for ticket #68] additional lanes for the analogue track
i made a couple of changes in the TrackWidget? so you can see all 4 lanes in the analogue track