summaryrefslogtreecommitdiff
path: root/main.lua
Commit message (Collapse)AuthorAge
* Updated to be compatible with new advtrains file structureHEADmasterGael-de-Sailly2021-05-22
| | | | May be hacky, but works.
* Open the 2 files required in the current save formatMontandalar2020-03-04
|
* Added command-line switch to add world imageGabriel Pérez-Cerezo2019-04-11
|
* Added option to add trains to a pre-generated map.Gabriel Pérez-Cerezo2019-02-22
| | | | | | | | | | | | This should save lots of cpu time by removing the higly cpu-intensive map generating steps. Benchmark: Generating map completely: 30.493s Adding trains: 0.157s This benchmark was obtained from the data of the Linuxworks server, which has about 500k nodes and about 600 trains.
* Draw trainsGabriel Pérez-Cerezo2019-02-21
| | | | | Trains get drawn now as small circles, the line number gets drawn next to the train. Moving trains are green, stopped trains are orange.
* Fix tag duplication bug when track begins/ends beyond boundsorwell962018-12-19
|
* Proceed one final node on eot, change color gradient over yelloworwell962018-12-19
|
* Color lines according to depth, add boundsorwell962018-12-19
|
* Progressorwell962018-12-19
|
* Make path configurableorwell962018-12-19
|
* Initial versionorwell962018-12-19