]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/blockallocator.cpp
Basic support for beam gate sensors
[r2c2.git] / source / libr2c2 / blockallocator.cpp
2013-07-08 Mikko RasaBasic support for beam gate sensors
2013-07-08 Mikko RasaSome more refactoring of BlockAllocator
2013-07-07 Mikko RasaRefactor BlockAllocator to be more sensor-oriented
2013-07-07 Mikko RasaAdd a virtual get_block function to Sensor
2013-06-30 Mikko RasaDon't continue reserving until the turnout is done...
2013-06-26 Mikko RasaMake train advancement logic more robust
2013-06-26 Mikko RasaSet pending_block when a block can't be allocated
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-25 Mikko RasaFix BlockAllocator so that it actually compiles
2013-06-19 Mikko RasaFix some issues with BlockAllocator::release_blocks_end
2013-06-19 Mikko RasaUse std::find to locate block iterators in BlockAllocator
2013-06-05 Mikko RasaReduce interface clutter in Layout by storing Objects...
2013-06-04 Mikko RasaHandle sensors in a separate class
2013-06-03 Mikko RasaTighten safety measures
2013-06-03 Mikko RasaImprove the interface and algorithms of BlockAllocator
2013-06-01 Mikko RasaSimplify some interfaces by using track and block iterators
2013-05-31 Mikko RasaSplit block allocation to a separate class