]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
2010-10-21 Mikko RasaUI tweaks
2010-10-21 Mikko RasaAdd a timetable row type to wait for another train
2010-10-21 Mikko RasaBetter lead route generation
2010-10-19 Mikko RasaUse per-layout state files
2010-10-19 Mikko RasaAdd a variant of Route::find that takes a set of tracks
2010-10-15 Mikko RasaReserve two ids for double-address turnouts
2010-10-15 Mikko RasaDo not require unique names for routes
2010-10-14 Mikko RasaGenerate IDs for new turnouts
2010-10-14 Mikko RasaAdd new vehicles:
2010-10-14 Mikko RasaBugfixes
2010-10-10 Mikko RasaRendering improvements
2010-10-10 Mikko RasaAdd TrainView for viewing the layout from the train...
2010-10-10 Mikko RasaSupport taking trains off the tracks
2010-10-09 Mikko RasaSet correct Z coordinate to vehicle position
2010-10-06 Mikko RasaRework the UI elements for a smoother and more uniform...
2010-10-04 Mikko RasaCreate a more generic version of Train::get_reserved_di...
2010-10-03 Mikko RasaAdd an overload of Block::traverse that takes a Route
2010-10-03 Mikko RasaUse RAII for setting the anti-recursion flags
2010-10-03 Mikko RasaPrevent some undesirable recursive calls
2010-10-02 Mikko RasaAdd error reporting to the Intellibox driver
2010-10-02 Mikko RasaAdd reverse and arrival row types to Timetable
2010-10-02 Mikko RasaFix vacated distance calculation when moving backwards
2010-10-01 Mikko RasaPlace vehicles on the track when attached
2010-09-28 Mikko RasaMake vehicles trigger sensors as they pass over them...
2010-09-27 Mikko RasaMove the TrainControl inside the Controller class
2010-09-27 Mikko RasaRename ControlModel to Controller
2010-09-26 Mikko RasaChange the control system to separate speed and reverse
2010-09-26 Mikko RasaAvoid various problems associated with dead end blocks
2010-09-26 Mikko RasaFull vehicle unification
2010-09-25 Mikko RasaAdd some utility functions for interfacing with hardware
2010-09-16 Mikko RasaMake better use of GL::Pipeline
2010-09-16 Mikko RasaCopy position and rotation when duplicating tracks
2010-05-01 Mikko RasaAdd some new vehicles
2010-04-30 Mikko RasaAdd wireless s88 firmware and schematic
2010-04-26 Mikko RasaDon't clear timetable before all rows are successfully...
2010-04-24 Mikko RasaAdd a UI for editing train timetables
2010-04-24 Mikko RasaFix a compile error
2010-04-23 Mikko RasaDon't reserve blocks when not active
2010-04-23 Mikko RasaImplement train priority system
2010-04-23 Mikko RasaHandle reversing in a way that allows backing out of...
2010-04-23 Mikko RasaDo not render unplaced vehicles
2010-04-23 Mikko RasaRelease non-sensor blocks when the tail end of the...
2010-04-23 Mikko RasaMark train positions as inaccurate on halt
2010-04-23 Mikko RasaFix problems with turnouts
2010-04-23 Mikko RasaMark generated routes as temporary and don't show or...
2010-04-23 Mikko RasaOnly pick once per rendered frame
2010-04-21 Mikko RasaAdd a separate double_address flag to TrackType
2010-04-21 Mikko RasaHalt all trains in various unexpected situations
2010-04-19 Mikko RasaAdd some more wagons
2010-04-18 Mikko RasaPlug memory leaks
2010-04-18 Mikko RasaRender vehicles with real 3D models
2010-04-17 Mikko RasaSupport trains with multiple vehicles
2010-04-16 Mikko RasaEmit signal for control changes initiated by the contro...
2010-04-16 Mikko RasaAdd timetable-based operation
2010-04-14 Mikko RasaFix pathfinder to not block itself in some situations
2010-04-12 Mikko RasaFoundations of using physics simulation for trains
2010-04-12 Mikko RasaHandle vehicle positioning while going backwards
2010-04-12 Mikko RasaDon't send redundant loco commands
2010-04-06 Mikko RasaAdd vehicles
2010-04-05 Mikko RasaAdd a set_sensor function to the Driver interface
2010-04-03 Mikko RasaAdd a program for serial port control and associated...
2010-03-30 Mikko RasaGenerate loco events from the Dummy driver
2010-03-23 Mikko RasaAdd both addresses of a double-address turnout
2010-03-23 Mikko RasaIf a train is not on the specified route, find a route...
2010-03-20 Mikko RasaAdd a pathfinder function to Route
2010-03-16 Mikko RasaShow each train's blocks in a unique color
2010-03-14 Mikko RasaReimplement path display
2010-03-12 Mikko RasaBugfixes
2010-03-12 Mikko RasaTurn TrackPart into a proper class
2010-03-08 Mikko RasaMajor architecture rework
2010-03-07 Mikko RasaForgot to add the new files
2010-03-03 Mikko RasaEmit various signals from Train when it's loaded
2010-03-01 Mikko RasaAdd accessors adding things to a Catalogue from the...
2010-02-28 Mikko RasaRename Input to InputDialog to avoid the conflict with...
2010-02-26 Mikko RasaUse the Root widget for tooltips
2010-02-25 Mikko RasaFix memory leaks and other bad stuff
2010-02-25 Mikko RasaAdd an overlay to display aspects of tracks
2010-02-24 Mikko RasaUse a GL::Camera
2010-02-21 Mikko RasaAdd an internal layout to Catalogue for selecting tracks
2010-02-21 Mikko RasaUse GL::Renderables and a Pipeline for rendering
2010-02-19 Mikko RasaSplit mesh generation from Track3D to TrackType3D
2010-01-27 Mikko RasaFix some problems with loading routes
2009-12-30 Mikko RasaImprove the block allocation algorithm
2009-12-27 Mikko RasaStop all trains when Engineer exits
2009-12-26 Mikko RasaGet rid of Train::try_reserve and listen to signal_bloc...
2009-12-26 Mikko RasaStore routes in a map by name rather than a set
2009-12-26 Mikko RasaImprove the handling of sensor events in Train
2009-12-26 Mikko RasaCompute deterministic IDs for blocks
2009-12-22 Mikko RasaDon't advance the estimated train position outside...
2009-12-22 Mikko RasaMake further use of the traverse functions always retur...
2009-12-21 Mikko RasaCompute Z bounds for Track3D
2009-12-21 Mikko RasaUse Msp::IO::print instead of std::cout
2009-12-20 Mikko RasaChange a few functions in Train to take Block reference...
2009-12-20 Mikko RasaImprove the block reservation algorithm
2009-12-20 Mikko RasaConsider failed track or block traversal a fatal error
2009-12-18 Mikko RasaSimulate commands if no serial device is set to make...
2009-12-18 Mikko RasaMake function toggles 1px wider to have 5 of them fill...
2009-12-18 Mikko RasaTake z coordinate into account when computing points...
2009-12-17 Mikko RasaInitialize Train::route to 0
2009-12-16 Mikko RasaOnly signal turnout path change when the command is...
next