]> git.tdb.fi Git - r2c2.git/commit
Separate train routing logic to a class derived from TrainAI
authorMikko Rasa <tdb@tdb.fi>
Fri, 15 Feb 2013 14:15:20 +0000 (16:15 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 15 Feb 2013 14:15:20 +0000 (16:15 +0200)
commitd0af7846e05691d65d8021e46c8f81e8ca05199a
tree55eb36cbe5827d823f94006ad7b3e342415d0182
parent66c2c7ca5a4bd369293959bc211b040834343381
Separate train routing logic to a class derived from TrainAI
13 files changed:
source/engineer/routeselect.cpp
source/engineer/trainpanel.cpp
source/engineer/trainproperties.cpp
source/libr2c2/aicontrol.cpp
source/libr2c2/aicontrol.h
source/libr2c2/timetable.cpp
source/libr2c2/timetable.h
source/libr2c2/train.cpp
source/libr2c2/train.h
source/libr2c2/trainrouter.cpp [new file with mode: 0644]
source/libr2c2/trainrouter.h [new file with mode: 0644]
source/network/server.cpp
source/network/server.h