Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-01-03 | Add IC2-specific data | Daniel Friesel | -0/+5 | |
2019-01-03 | handle empty Baureihe (e.g. for swiss EC trains) | Daniel Friesel | -2/+6 | |
2019-01-02 | remove debug output | Daniel Friesel | -1/+0 | |
2019-01-02 | add train type-specific data (e.g. phone/quiet areas) | Daniel Friesel | -6/+96 | |
2019-01-02 | train_subtype: return undef if unknown | Daniel Friesel | -2/+2 | |
2019-01-02 | Add train_subtype accessor (ICE 1 / 2 / 3 / 4 / T / IC2) | Daniel Friesel | -2/+63 | |
2019-01-02 | show wagon model / series | Daniel Friesel | -4/+10 | |
2019-01-02 | remove AC description tag | Daniel Friesel | -3/+0 | |
2019-01-02 | add mm, s, w wagon types | Daniel Friesel | -8/+19 | |
2019-01-02 | Add generic train data accessors | Daniel Friesel | -0/+38 | |
2019-01-01 | add has_compartments accessor | Daniel Friesel | -24/+27 | |
2018-12-27 | add some type parsing | Daniel Friesel | -4/+73 | |
2018-12-26 | skip unknown/invalid sections | Daniel Friesel | -0/+3 | |
2018-12-26 | Fix direction | Daniel Friesel | -12/+11 | |
2018-12-26 | Fix db-wagenreihung for terminal stops | Daniel Friesel | -1/+1 | |
2018-12-26 | no special color for second class | Daniel Friesel | -1/+1 | |
2018-12-26 | show train direction | Daniel Friesel | -3/+24 | |
2018-12-26 | Add README, update Build.PL | Daniel Friesel | -0/+37 | |
2018-12-26 | rename dbwagenreihung to db-wagenreihung | Daniel Friesel | -0/+0 | |
2018-12-26 | add basic option parsing | Daniel Friesel | -15/+39 | |
2018-12-26 | Use color-coding for class distinction | Daniel Friesel | -26/+20 | |
2018-11-26 | perltidy | Daniel Friesel | -82/+95 | |
2018-11-26 | Use ::Section module for section data | Daniel Friesel | -4/+39 | |
2018-11-26 | ... fix typo in previous commit | Daniel Friesel | -1/+1 | |
2018-11-26 | fix is_first_class / is_second_class accessors | Daniel Friesel | -2/+3 | |
2018-11-25 | add preliminary build.PL and basic tests | Daniel Friesel | -0/+70 | |
2018-11-25 | add locomotive/powercar flag and positions | Daniel Friesel | -17/+108 | |
2018-11-25 | Add train classes | Daniel Friesel | -4/+44 | |
2018-11-25 | Initial commit | Daniel Friesel | -0/+217 | |