]> git.tdb.fi Git - r2c2.git/history - source/engineer/engineer.h
Move user interface code to its own class
[r2c2.git] / source / engineer / engineer.h
2015-04-03 Mikko RasaMove user interface code to its own class
2015-02-19 Mikko RasaAdd a common base class for dialogs that need to update...
2014-04-08 Mikko RasaDisplay blinking red markers on blocks where emergencie...
2014-04-08 Mikko RasaInclude block in the emergency signal
2013-11-15 Mikko RasaImplement an UI for importing locomotives from the...
2013-11-07 Mikko RasaUse a GLtk::Layout with FloatingArrangement to manage...
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-01 Mikko RasaComplete rewrite of the engineer UI
2013-02-12 Mikko RasaDelay processing new trains until they are fully loaded
2013-01-17 Mikko RasaRewrite input even handling
2013-01-17 Mikko RasaDerive application classes from RegisteredApplication
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-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2010-11-16 Mikko RasaRename the project to R²C²
2010-10-10 Mikko RasaAdd TrainView for viewing the layout from the train...
2010-04-23 Mikko RasaOnly pick once per rendered frame
2010-04-06 Mikko RasaAdd vehicles
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-08 Mikko RasaMajor architecture rework
2010-03-03 Mikko RasaEmit various signals from Train when it's loaded
2009-12-27 Mikko RasaStop all trains when Engineer exits
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-05-23 Mikko RasaCode reformatting:
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:
2007-07-15 Mikko RasaAdd Track::get_endpoint_position to avoid duplicating...
2007-07-10 Mikko RasaInitial revision