]> git.tdb.fi Git - r2c2.git/history - source/engineer/trainpanel.cpp
Further adjustments to changes in GLtk
[r2c2.git] / source / engineer / trainpanel.cpp
2013-06-09 Mikko RasaRemove the scripting-based timetable
2013-06-01 Mikko RasaSimplify some interfaces by using track and block iterators
2013-05-29 Mikko RasaNew routing system for trains
2013-02-24 Mikko RasaGet rid of the TrainAI tagging system
2013-02-15 Mikko RasaSeparate train routing logic to a class derived from...
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 RasaUse a typedef for the function map in VehicleType
2011-04-06 Mikko RasaRemove status from Train and turn it into a TrainAI
2011-04-05 Mikko RasaTrainAI framework
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-12 Mikko RasaMatch the API change in GLtk
2010-10-27 Mikko RasaReturn null from Route::find if a route can't be found
2010-10-25 Mikko RasaAdd TrackIter and BlockIter classes
2010-10-25 Mikko RasaMaintain a Block pointer in Track
2010-10-22 Mikko RasaAdd Block::has_track and Route::has_track methods
2010-10-10 Mikko RasaAdd TrainView for viewing the layout from the train...
2010-10-06 Mikko RasaRework the UI elements for a smoother and more uniform...
2010-09-26 Mikko RasaChange the control system to separate speed and reverse
2010-09-26 Mikko RasaFull vehicle unification
2010-04-24 Mikko RasaAdd a UI for editing train timetables
2010-04-16 Mikko RasaEmit signal for control changes initiated by the contro...
2010-04-12 Mikko RasaFoundations of using physics simulation for trains
2010-03-20 Mikko RasaAdd a pathfinder function to Route
2010-03-08 Mikko RasaMajor architecture rework
2009-12-26 Mikko RasaCompute deterministic IDs for blocks
2009-12-18 Mikko RasaMake function toggles 1px wider to have 5 of them fill...
2009-12-13 Mikko RasaExport routes over network
2009-12-13 Mikko RasaSupport setting routes for trains
2009-12-13 Mikko RasaAdd Dialog class to handle common elements of dialogs
2009-12-10 Mikko RasaAdd networking library and a remote control program
2009-12-09 Mikko RasaAdapt to a change in gltk
2009-05-23 Mikko RasaAdd graphics for toggle widget
2009-05-23 Mikko RasaCode reformatting: add spaces around assignment operators
2008-06-06 Mikko RasaAdd Id tags and copyright notices to files
2008-06-04 Mikko RasaAdd locomotive types
2008-06-01 Mikko RasaAdd train status display
2008-05-31 Mikko RasaConvert engineer to use mspgbase instead of SDL
2008-05-30 Mikko RasaMajor code refactoring:
2007-07-15 Mikko RasaAdd Track::get_endpoint_position to avoid duplicating...
2007-07-10 Mikko RasaInitial revision