]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/blockallocator.h
Avoid nested block reservations completely
[r2c2.git] / source / libr2c2 / blockallocator.h
2015-04-08 Mikko RasaAvoid nested block reservations completely
2015-02-11 Mikko RasaDo not allocate blocks while halt is in effect
2014-04-15 Mikko RasaAdd a signal for advancing the rear end of the train
2014-04-11 Mikko RasaUse signal_advanced for train speed measurement and...
2014-04-11 Mikko RasaPut signal_advanced in BlockAllocator
2013-08-09 Mikko RasaReserve enough blocks for the entire train when placing
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-06-26 Mikko RasaMake train advancement logic more robust
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-19 Mikko RasaUse std::find to locate block iterators in BlockAllocator
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