]> git.tdb.fi Git - r2c2.git/history - source/engineer/engineer.cpp
Add a dialog and necessary support code to display departures
[r2c2.git] / source / engineer / engineer.cpp
2015-04-02 Mikko RasaAdd a dialog and necessary support code to display...
2015-03-27 Mikko RasaAdd an option to set simulation speed
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-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-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...
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-15 Mikko RasaImplement an UI for importing locomotives from the...
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-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-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-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-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-04-25 Mikko RasaAdapt event handlers to library changes
2013-04-25 Mikko RasaRemove deprecated header
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 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-04-11 Mikko RasaPass sensor events through blocks
2011-04-06 Mikko RasaOverlay should be rendered with blending enabled
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...
2010-11-23 Mikko RasaSave turnout states and restore them on startup
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-12 Mikko RasaMatch the API change in GLtk
2010-11-04 Mikko RasaAdd some shortcut functions for getting endpoints
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
2010-10-25 Mikko RasaMaintain a Block pointer in Track
2010-10-19 Mikko RasaUse per-layout state files
2010-10-10 Mikko RasaRendering improvements
2010-10-10 Mikko RasaAdd TrainView for viewing the layout from the train...
2010-09-16 Mikko RasaMake better use of GL::Pipeline
2010-04-24 Mikko RasaAdd a UI for editing train timetables
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-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 RasaCompute deterministic IDs for blocks
2009-12-20 Mikko RasaChange a few functions in Train to take Block reference...
2009-12-18 Mikko RasaTake z coordinate into account when computing points...
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-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-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:
next