]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
2010-11-07 Mikko RasaAdd an SVG exporter to Designer
2010-11-07 Mikko RasaAdd framework for generating simple meshes for vehicles
2010-11-07 Mikko RasaPrevent segfault if an exception is thrown while loading
2010-11-07 Mikko RasaFix some GL function calls
2010-11-05 Mikko RasaMake snap limit relative to gauge
2010-11-04 Mikko RasaAdd some shortcut functions for getting endpoints
2010-11-04 Mikko RasaConnect manipulator directly to event signals
2010-11-04 Mikko RasaLoad UI resources with constructor
2010-11-02 Mikko RasaClear end_of_route if we have to free blocks from the end
2010-11-02 Mikko RasaUse ArticleNumber in shoppinglist
2010-11-01 Mikko RasaMove the fitting part of Manipulator::connect to a...
2010-11-01 Mikko RasaEnforce a lower limit for camera distance
2010-11-01 Mikko RasaBetter models of BR 185 and Rs 684
2010-11-01 Mikko RasaAdd a path_changed signal to Track
2010-10-30 Mikko RasaAdd a forward toggle to TrainView
2010-10-30 Mikko RasaUse a single block list in Train
2010-10-29 Mikko RasaAdd Route::get_path to streamline route traversal
2010-10-29 Mikko RasaAdd TrackLoopIter
2010-10-29 Mikko RasaFix some uninitialized variable warnings
2010-10-29 Mikko RasaMake the pathfinder use TrackIter
2010-10-29 Mikko RasaRewrite CameraController to make use of mouse
2010-10-29 Mikko RasaMake Designer::get_layout and get_layout_3d return...
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-27 Mikko RasaRewrite Block::find_paths using TrackIter
2010-10-27 Mikko RasaSupport multiple timers (currently 0 and 1)
2010-10-27 Mikko RasaAdd a feature to autofit straight runs of track
2010-10-27 Mikko RasaHandle separate speed and reverse controls correctly...
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
2010-10-26 Mikko RasaAllow negative counts for writing off tracks
2010-10-26 Mikko RasaLimit Z difference when linking tracks
2010-10-26 Mikko RasaDon't give out a turnout ID that's already in use
2010-10-26 Mikko RasaDo not show path on new tracks
2010-10-25 Mikko RasaSeparate track wrap to its own class
2010-10-25 Mikko RasaMove Endpoint inside TrackType
2010-10-25 Mikko RasaAdd TrackIter and BlockIter classes
2010-10-25 Mikko RasaDisplay the total length of selected tracks in status bar
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-22 Mikko RasaMake Route hold non-const Tracks to match Block
2010-10-21 Mikko RasaUI tweaks
2010-10-21 Mikko RasaAdd a timetable row type to wait for another train
2010-10-21 Mikko RasaBetter lead route generation
2010-10-19 Mikko RasaUse per-layout state files
2010-10-19 Mikko RasaAdd a variant of Route::find that takes a set of tracks
2010-10-15 Mikko RasaReserve two ids for double-address turnouts
2010-10-15 Mikko RasaDo not require unique names for routes
2010-10-14 Mikko RasaGenerate IDs for new turnouts
2010-10-14 Mikko RasaAdd new vehicles:
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-10 Mikko RasaSupport taking trains off the tracks
2010-10-09 Mikko RasaSet correct Z coordinate to vehicle position
2010-10-06 Mikko RasaRework the UI elements for a smoother and more uniform...
2010-10-04 Mikko RasaCreate a more generic version of Train::get_reserved_di...
2010-10-03 Mikko RasaAdd an overload of Block::traverse that takes a Route
2010-10-03 Mikko RasaUse RAII for setting the anti-recursion flags
2010-10-03 Mikko RasaPrevent some undesirable recursive calls
2010-10-02 Mikko RasaAdd error reporting to the Intellibox driver
2010-10-02 Mikko RasaAdd reverse and arrival row types to Timetable
2010-10-02 Mikko RasaFix vacated distance calculation when moving backwards
2010-10-01 Mikko RasaPlace vehicles on the track when attached
2010-09-28 Mikko RasaMake vehicles trigger sensors as they pass over them...
2010-09-27 Mikko RasaMove the TrainControl inside the Controller class
2010-09-27 Mikko RasaRename ControlModel to Controller
2010-09-26 Mikko RasaChange the control system to separate speed and reverse
2010-09-26 Mikko RasaAvoid various problems associated with dead end blocks
2010-09-26 Mikko RasaFull vehicle unification
2010-09-25 Mikko RasaAdd some utility functions for interfacing with hardware
2010-09-16 Mikko RasaMake better use of GL::Pipeline
2010-09-16 Mikko RasaCopy position and rotation when duplicating tracks
2010-05-01 Mikko RasaAdd some new vehicles
2010-04-30 Mikko RasaAdd wireless s88 firmware and schematic
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 RasaDon't reserve blocks when not active
2010-04-23 Mikko RasaImplement train priority system
2010-04-23 Mikko RasaHandle reversing in a way that allows backing out of...
2010-04-23 Mikko RasaDo not render unplaced vehicles
2010-04-23 Mikko RasaRelease non-sensor blocks when the tail end of the...
2010-04-23 Mikko RasaMark train positions as inaccurate on halt
2010-04-23 Mikko RasaFix problems with turnouts
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 RasaAdd a separate double_address flag to TrackType
2010-04-21 Mikko RasaHalt all trains in various unexpected situations
2010-04-19 Mikko RasaAdd some more wagons
2010-04-18 Mikko RasaPlug memory leaks
2010-04-18 Mikko RasaRender vehicles with real 3D models
2010-04-17 Mikko RasaSupport trains with multiple vehicles
2010-04-16 Mikko RasaEmit signal for control changes initiated by the contro...
2010-04-16 Mikko RasaAdd timetable-based operation
2010-04-14 Mikko RasaFix pathfinder to not block itself in some situations
2010-04-12 Mikko RasaFoundations of using physics simulation for trains
2010-04-12 Mikko RasaHandle vehicle positioning while going backwards
2010-04-12 Mikko RasaDon't send redundant loco commands
2010-04-06 Mikko RasaAdd vehicles
2010-04-05 Mikko RasaAdd a set_sensor function to the Driver interface
next