]> git.tdb.fi Git - r2c2.git/history - source/libr2c2
Add a maximum speed property for vehicle types
[r2c2.git] / source / libr2c2 /
2014-03-20 Mikko RasaAdd a maximum speed property for vehicle types
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2014-03-19 Mikko RasaSet routes created by the planner as temporary
2014-03-19 Mikko RasaSave and load clock settings
2014-03-19 Mikko RasaAdditional accessors for Clock
2014-03-19 Mikko RasaDisplay the current time in the main window
2013-11-23 Mikko RasaRender ties between rails on tracks
2013-11-22 Mikko RasaMove track appearance properties into a separate class
2013-11-22 Mikko RasaProperly round negative elevations
2013-11-22 Mikko RasaMake BeamGate compile with older GCC versions
2013-11-22 Mikko RasaProduce more compact saves of terrains
2013-11-22 Mikko RasaSave terrain position and rotation
2013-11-22 Mikko RasaImprove tile axis calculation
2013-11-21 Mikko RasaAutomatically adjust the secondary_axis flag when eleva...
2013-11-21 Mikko RasaEdit a single terrain node at a time if shift is held
2013-11-21 Mikko RasaMore efficient picking of terrain nodes
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-20 Mikko RasaAvoid hogging the serial link with S88 read commands
2013-11-20 Mikko RasaAvoid inserting turnout address zero into routes
2013-11-20 Mikko RasaAvoid advancing to a pending block
2013-11-20 Mikko RasaDon't attempt to set a turnout to the already active...
2013-11-20 Mikko RasaGeneralize TrackProperties to all object types
2013-11-18 Mikko RasaRemember discovered MFX locomotives across runs
2013-11-15 Mikko RasaUse a common implementation for the three different...
2013-11-15 Mikko RasaTerminate the control thread if ArduControl device...
2013-11-15 Mikko RasaMove the sleep in ArduControl baud rate logic to the...
2013-11-13 Mikko RasaStore and export information about detected MFX locomotives
2013-11-13 Mikko RasaAdd interface for importing detected locomotives from...
2013-11-13 Mikko RasaDetect and set arducontrol baud rate on startup
2013-11-08 Mikko RasaFix and improve logic in MfxSearchTask
2013-11-08 Mikko RasaMove further stuff from the ArduControl main class...
2013-11-08 Mikko RasaRestructure ArduControl driver into more manageable...
2013-11-07 Mikko RasaAdd basic MFX support to arducontrol driver
2013-11-07 Mikko RasaRead power state from arducontrol device on startup
2013-11-07 Mikko RasaAdd some more range checks in ArduControl and improve...
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-11-07 Mikko RasaUse simpler logic when dealing with routes in TrackOffs...
2013-11-07 Mikko RasaBreak link from the target track too before re-linking
2013-11-07 Mikko RasaFix a logic error in arducontrol accessory control
2013-10-31 Mikko RasaAdd driver for my custom Arduino-based control device
2013-10-30 Mikko RasaSome variable cleanup
2013-10-30 Mikko RasaDetect conflicting blocks and avoid creating duplicate...
2013-10-30 Mikko RasaTurnout handling fixes
2013-10-30 Mikko RasaDon't collide rays with unplaced vehicles
2013-10-27 Mikko RasaRemove things from the driver when no longer used
2013-10-20 Mikko RasaAllow objects to override the shape specified in their...
2013-08-30 Mikko RasaUse generic ObjectTypes in Catalogue
2013-08-19 Mikko RasaImprove block recreation algorithms
2013-08-15 Mikko RasaAdd a utility function to get path length from Track
2013-08-14 Mikko RasaSupport mirroring only a subset of rods based on a...
2013-08-11 Mikko RasaRemove an unused enum from Vehicle
2013-08-11 Mikko RasaImmediately update rods when a vehicle is created
2013-08-11 Mikko RasaRewrite rod simulation code
2013-08-09 Mikko RasaAvoid infinite loops in VehiclePlacement in certain...
2013-08-09 Mikko RasaFix a crash when reversing certain TrackOffsetIters
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-25 Mikko RasaStore all axles in a single array
2013-07-23 Mikko RasaProperly detect blocks as critical when a train is...
2013-07-23 Mikko RasaIgnore path change events on currently occupied blocks
2013-07-23 Mikko RasaAvoid a temporary inconsistent state while reserving...
2013-07-23 Mikko RasaUse the tilt member in OrientedPoint in certain objects
2013-07-23 Mikko RasaRename TrackPoint to a more generic OrientedPoint
2013-07-22 Mikko RasaCreate another track iterator class that holds an offse...
2013-07-20 Mikko RasaNew approach for displaying track state
2013-07-11 Mikko RasaAdd an out-of-bounds check to SpeedQuantizer::get_speed
2013-07-11 Mikko RasaFix uninitialized variables in Intellibox driver
2013-07-10 Mikko RasaUse beam gates for positioning vehicles
2013-07-10 Mikko RasaRefactor and fix vehicle positioning logic
2013-07-10 Mikko RasaFix block releasing logic
2013-07-08 Mikko RasaMove driver.add_sensor call where it belongs
2013-07-08 Mikko RasaBasic support for beam gate sensors
2013-07-08 Mikko RasaSupport inverted sensors that give low output when...
2013-07-08 Mikko RasaAdd a function to retrieve track attachments in order
2013-07-08 Mikko RasaSome more refactoring of BlockAllocator
2013-07-07 Mikko RasaDon't reset router to free run mode until allocator...
2013-07-07 Mikko RasaRefactor BlockAllocator to be more sensor-oriented
2013-07-07 Mikko RasaKeep TrackAttachment offset within allowed limits
2013-07-07 Mikko RasaAdd a virtual get_block function to Sensor
2013-07-07 Mikko RasaOnly create track circuits for blocks that need one
2013-07-07 Mikko RasaRemove deprecated datafile statement aliases
2013-07-05 Mikko RasaPrevent segfault during layout destruction
2013-07-04 Mikko RasaAdd an abstraction for things that are attached to...
2013-07-04 Mikko RasaUse event-based matrix updates for objects
2013-07-04 Mikko RasaIntroduce a tilt (vertical angle) property to Object
2013-06-30 Mikko RasaDon't continue reserving until the turnout is done...
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-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 RasaGive vehicle types a simple box geometry
2013-06-25 Mikko RasaMake vehicles aware of which train they are in
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-25 Mikko RasaEmit a signal before changing the path of a turnout
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-09 Mikko RasaMake the simulation independent of wall clock time
next