]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/train.cpp
Fix critical block logic
[r2c2.git] / source / libr2c2 / train.cpp
2015-02-12 Mikko RasaFix critical block logic
2015-02-06 Mikko RasaUse max/min for range capping
2014-05-08 Mikko RasaGet rid of some obsolete #includes
2014-05-04 Mikko RasaConvert Catalogue to a Collection
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
2014-04-08 Mikko RasaInclude block in the emergency signal
2014-04-06 Mikko RasaDon't set pure_speed and accurate_position when halted
2014-03-22 Mikko RasaNew timetable system, which works like an actual timetable
2014-03-20 Mikko RasaAdd a maximum speed property for vehicle types
2013-11-07 Mikko RasaRefer to things in the driver with abstract ids instead...
2013-11-07 Mikko RasaRename turnout/sensor_id fields in Track and Block...
2013-08-30 Mikko RasaUse generic ObjectTypes in Catalogue
2013-08-15 Mikko RasaAdd a utility function to get path length from Track
2013-08-09 Mikko RasaReserve enough blocks for the entire train when placing
2013-08-02 Mikko RasaSplit vehicle placement code to a separate class
2013-07-23 Mikko RasaProperly detect blocks as critical when a train is...
2013-07-22 Mikko RasaCreate another track iterator class that holds an offse...
2013-07-10 Mikko RasaUse beam gates for positioning vehicles
2013-07-10 Mikko RasaRefactor and fix vehicle positioning logic
2013-07-08 Mikko RasaBasic support for beam gate sensors
2013-07-07 Mikko RasaAdd a virtual get_block function to Sensor
2013-06-30 Mikko RasaCount reserved distance correctly in reverse direction
2013-06-28 Mikko RasaAdd signals for adding and removing vehicles
2013-06-28 Mikko RasaActivate allocator if an AI intends to move
2013-06-25 Mikko RasaMake vehicles aware of which train they are in
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-09 Mikko RasaMake the simulation independent of wall clock time
2013-06-09 Mikko RasaRemove the scripting-based timetable
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
2013-05-31 Mikko RasaPull the SetFlag class from mspcore
2013-05-29 Mikko RasaNew routing system for trains
2013-02-24 Mikko RasaGet rid of the TrainAI tagging system
2013-02-23 Mikko RasaAdd utility functions to make endpoint path mask operat...
2013-02-17 Mikko RasaSet turnout paths synchronously when allocating blocks
2013-02-15 Mikko RasaSeparate train routing logic to a class derived from...
2013-02-15 Mikko RasaRemove diversion logic
2013-02-15 Mikko RasaRearrange block reservations to present consistent...
2013-01-27 Mikko RasaMark turnout blocks before the next sensor as current
2013-01-27 Mikko RasaAdd basic support for signals
2013-01-17 Mikko RasaBasicLoader is now called ObjectLoader
2013-01-17 Mikko RasaFix remaining exception class names
2013-01-17 Mikko RasaReplace various map lookups with functions from maputils.h
2013-01-17 Mikko RasaUpdate #includes that have been renamed, and remove...
2013-01-08 Mikko RasaStrip Id tags and copyright notices from files
2011-05-21 Mikko RasaAdd a vehicle property for swapping directions
2011-05-21 Mikko RasaDon't use too short speed measurements for quantizer...
2011-05-21 Mikko RasaAvoid deactivating while the controller still has nonze...
2011-04-11 Mikko RasaPass sensor events through blocks
2011-04-06 Mikko RasaRemove status from Train and turn it into a TrainAI
2011-04-05 Mikko RasaTrainAI framework
2011-03-28 Mikko RasaMove speed quantization into a separate class
2011-02-20 Mikko RasaFix formatting of goto sensor row type
2011-02-19 Mikko RasaAdd a timetable command to travel past a turnout
2011-02-18 Mikko RasaUse different stopping margin depending on whether...
2011-02-13 Mikko RasaIgnore dubious speed measurements when finding speed...
2011-02-13 Mikko RasaCheck track iterators for validity before using
2010-11-26 Mikko RasaFix end-of-route handling at end of track
2010-11-24 Mikko RasaEmit signals from loco status command only when all...
2010-11-22 Mikko RasaMove double-address logic to drivers
2010-11-21 Mikko RasaMake AIControl states clearer
2010-11-21 Mikko RasaAdd support for named zones
2010-11-16 Mikko RasaRename the project to R²C²