From: Mikko Rasa Date: Mon, 8 Mar 2010 21:53:29 +0000 (+0000) Subject: Major architecture rework X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=651698847d5293cfb15b6fb23a394701388c0151;hp=651698847d5293cfb15b6fb23a394701388c0151;p=r2c2.git Major architecture rework Create a Driver abstraction to hide the code that talks to the physical equipment Remove TrafficManager and put Blocks and Trains in Layout Dynamically update Blocks as the layout changes Remove Locomotive, Turnout and Sensor classes Tracks now have an active_path property Trains now allows setting functions Move option parsing in Engineer to a separate class Many minor changes ---