]> git.tdb.fi Git - r2c2.git/history - source/engineer
Don't crash if a train has no router
[r2c2.git] / source / engineer /
2015-04-04 Mikko RasaReflect the current state of functions in a newly opene...
2015-04-04 Mikko RasaBetter graphics for the clock
2015-04-03 Mikko RasaPersist most dialogs across runs
2015-04-03 Mikko RasaSome refactoring in preparation for UI persistence
2015-04-03 Mikko RasaRemove some unnecessary proxy functions
2015-04-03 Mikko RasaMinor adjustments to UI code
2015-04-03 Mikko RasaMove user interface code to its own class
2015-04-02 Mikko RasaAdd a dialog and necessary support code to display...
2015-03-29 Mikko RasaKeep UI better in sync with the clock
2015-03-27 Mikko RasaUse add_argument instead of get_args
2015-03-27 Mikko RasaAdd an option to set simulation speed
2015-02-20 Mikko RasaAllow direction to be specified for routing waypoints
2015-02-19 Mikko RasaAdd a dialog to display telemetry data from the driver
2015-02-19 Mikko RasaAdd a common base class for dialogs that need to update...
2015-02-13 Mikko RasaDon't segfault if an emergency doesn't have a block
2015-02-06 Mikko RasaInitialize clock rate field with the current rate
2015-01-30 Mikko RasaAdd a dialog to control the clock
2015-01-28 Mikko RasaAdapt to changes in vector slicing and composing API
2014-05-08 Mikko RasaImprove graphics quality with some shaders and effects
2014-05-07 Mikko RasaReorganize data files into a directory structure
2014-05-04 Mikko RasaConvert Catalogue to a Collection
2014-04-11 Mikko RasaPopulate the target variable when a timetable row is...
2014-04-10 Mikko RasaUse the endpoint closest to the pointer when placing...
2014-04-09 Mikko RasaSet speed slider range from the advertised top speed...
2014-04-09 Mikko RasaPut emergency highlights on a higher layer
2014-04-08 Mikko RasaDisplay blinking red markers on blocks where emergencie...
2014-04-08 Mikko RasaInclude block in the emergency signal
2014-04-08 Mikko RasaAlso use halt in sighandler
2014-04-04 Mikko RasaPrefer is_turnout() when checking if a track is, in...
2014-04-02 Mikko RasaInstead of setting the speed of all locomotives, just...
2014-03-30 Mikko RasaPass goto target with the correct type
2014-03-26 Mikko RasaSupport waypoints in Timetable
2014-03-26 Mikko RasaAlso use TrackChains as target locations in Timetable
2014-03-26 Mikko RasaUse the TrackChain base class as destination in Router
2014-03-22 Mikko RasaOnly create a new highlight if the target actually...
2014-03-22 Mikko RasaNew timetable system, which works like an actual timetable
2014-03-19 Mikko RasaDisplay the current time in the main window
2013-11-24 Mikko RasaCorrect direction of roof viewpoint
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-20 Mikko RasaFix route choices in RouterPanel
2013-11-19 Mikko RasaAdd a missing function for the locomotive import UI
2013-11-18 Mikko RasaPopulate the import list when TrainListDialog is created
2013-11-15 Mikko RasaImplement an UI for importing locomotives from the...
2013-11-15 Mikko RasaBase the train list item on MultiColumnItem
2013-11-14 Mikko RasaDisplay protocol in the train list
2013-11-07 Mikko RasaRename turnout/sensor_id fields in Track and Block...
2013-11-07 Mikko RasaUse a GLtk::Layout with FloatingArrangement to manage...
2013-11-06 Mikko RasaConsider the expander area's with when autosizing Train...
2013-11-06 Mikko RasaKeep the train list dialog up to date whem trains are...
2013-08-30 Mikko RasaUse generic ObjectTypes in Catalogue
2013-08-30 Mikko RasaUse some template magic to deduce the proper 3D type
2013-08-11 Mikko RasaRemove the now-unused async picking code from Engineer
2013-08-11 Mikko RasaMinor fixes
2013-08-11 Mikko RasaMove goto destination picking to RouterPanel
2013-08-09 Mikko RasaUse Widget::find_ancestor to reduce code duplication
2013-08-09 Mikko RasaCorrect camera distance in side view
2013-08-08 Mikko RasaBetter visualization for placing a train
2013-07-21 Mikko RasaMake use of View3D in engineer
2013-07-20 Mikko RasaNew approach for displaying track state
2013-07-07 Mikko RasaOnly create track circuits for blocks that need one
2013-07-06 Mikko RasaUse generic objects in Layout3D
2013-07-01 Mikko RasaComplete rewrite of the engineer UI
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-25 Mikko RasaAngle must be divided by the correct type
2013-06-09 Mikko RasaRemove the scripting-based timetable
2013-06-07 Mikko RasaMake use of the unified storage class for other parts...
2013-06-05 Mikko RasaReduce interface clutter in Layout by storing Objects...
2013-06-04 Mikko RasaHandle sensors in a separate class
2013-06-01 Mikko RasaSimplify some interfaces by using track and block iterators
2013-05-29 Mikko RasaNew routing system for trains
2013-05-23 Mikko RasaMake use of the geometry part of libmspmath
2013-05-19 Mikko RasaMake use of the mspmath library
2013-05-13 Mikko RasaAdd a generic snapping interface in Object
2013-05-06 Mikko RasaAdd a common base class for tangible objects
2013-04-25 Mikko RasaAdapt event handlers to library changes
2013-04-25 Mikko RasaRemove deprecated header
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-02-12 Mikko RasaImprove train color selection to always choose saturate...
2013-02-12 Mikko RasaDelay processing new trains until they are fully loaded
2013-01-26 Mikko RasaFix the arrow while picking a position for a train
2013-01-17 Mikko RasaGive filename to GLtk::Resources constructor
2013-01-17 Mikko RasaRewrite input even handling
2013-01-17 Mikko RasaMscellaneous adaptations to mspgl API changes
2013-01-17 Mikko RasaThe Root widget can now set matrices itself
2013-01-17 Mikko RasaMatch changes in GL::Pipeline API
2013-01-17 Mikko RasaDerive application classes from RegisteredApplication
2013-01-17 Mikko RasaAdd target type to all lexical_casts
2013-01-17 Mikko RasaFix remaining exception class names
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-11 Mikko RasaPass sensor events through blocks
2011-04-06 Mikko RasaOverlay should be rendered with blending enabled
2011-04-06 Mikko RasaRemove status from Train and turn it into a TrainAI
2011-04-05 Mikko RasaTrainAI framework
2011-04-03 Mikko RasaMake use of GL::Renderer in Overlay3D
2011-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2011-03-08 Mikko RasaRename Point to Vector
2011-02-10 Mikko RasaSave state to tempfile an rename to avoid losing it...
next