]> git.tdb.fi Git - r2c2.git/history - source/engineer
Don't crash if a train has no router
[r2c2.git] / source / engineer /
2010-12-06 Mikko RasaTexture2D::storage no longer takes border parameter
2010-11-23 Mikko RasaSave turnout states and restore them on startup
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-14 Mikko RasaFix a segfault in removing vehicles when creating a...
2010-11-12 Mikko RasaFramework for supporting multiple control protocols...
2010-11-12 Mikko RasaMatch the API change in GLtk
2010-11-08 Mikko RasaImplement removing vehicles from a train
2010-11-04 Mikko RasaAdd some shortcut functions for getting endpoints
2010-10-30 Mikko RasaAdd a forward toggle to TrainView
2010-10-27 Mikko RasaSupport more complex article numbers
2010-10-27 Mikko RasaReturn null from Route::find if a route can't be found
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
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-21 Mikko RasaUI tweaks
2010-10-19 Mikko RasaUse per-layout state files
2010-10-15 Mikko RasaDo not require unique names for routes
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-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-09-16 Mikko RasaMake better use of GL::Pipeline
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 RasaImplement train priority system
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 RasaHalt all trains in various unexpected situations
2010-04-18 Mikko RasaPlug memory leaks
2010-04-17 Mikko RasaSupport trains with multiple vehicles
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-04-06 Mikko RasaAdd vehicles
2010-04-05 Mikko RasaAdd a set_sensor function to the Driver interface
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-08 Mikko RasaMajor architecture rework
2010-03-03 Mikko RasaEmit various signals from Train when it's loaded
2010-02-21 Mikko RasaUse GL::Renderables and a Pipeline for rendering
2009-12-27 Mikko RasaStop all trains when Engineer exits
2009-12-26 Mikko RasaStore routes in a map by name rather than a set
2009-12-26 Mikko RasaCompute deterministic IDs for blocks
2009-12-20 Mikko RasaChange a few functions in Train to take Block reference...
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-13 Mikko RasaExport routes over network
2009-12-13 Mikko RasaSupport setting routes for trains
2009-12-13 Mikko RasaChange terminology to better distinguish routes on...
2009-12-13 Mikko RasaFix valgrind warnings
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
2009-05-23 Mikko RasaCode reformatting:
2009-05-23 Mikko RasaReplace one more stray load function with DataFile...
2009-05-22 Mikko RasaAllow intercepting and denying turnout route and locomo...
2009-05-21 Mikko RasaAdd state loading and saving to engineer
2009-05-21 Mikko RasaAttempt to estimate the exact positions of trains from...
2009-05-19 Mikko RasaAllow setting sensor ID for multiple tracks at once
2009-03-17 Mikko RasaConvert designer to use mspgbase instead of sdl
2008-06-06 Mikko RasaAdd Id tags and copyright notices to files
2008-06-05 Mikko RasaTrack power status
2008-06-04 Mikko RasaAdd locomotive types
2008-06-01 Mikko RasaAdd train status display
2008-06-01 Mikko RasaStyle fixes, including:
2008-05-31 Mikko RasaConvert engineer to use mspgbase instead of SDL
2008-05-30 Mikko RasaMajor code refactoring:
2007-07-18 Mikko RasaMore code for TrainProperties
2007-07-17 Mikko RasaAdd train properties dialog (unfinished)
2007-07-15 Mikko RasaAdd Track::get_endpoint_position to avoid duplicating...
2007-07-15 Mikko RasaRename Section to Block for a closer match with real...
2007-07-10 Mikko RasaInitial revision