]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
2013-08-30 Mikko RasaUse some template magic to deduce the proper 3D type
2013-08-24 Mikko RasaTurn object selection into a tool
2013-08-24 Mikko RasaClean up old clutter from Designer
2013-08-24 Mikko RasaView3D::create_ray should be const
2013-08-24 Mikko RasaGive tools access to the keyboard
2013-08-24 Mikko RasaRefactor Designer::use_tool so tools don't need to...
2013-08-24 Mikko RasaMove common accept/cancel handling to the Tool class
2013-08-24 Mikko RasaFix some bugs in tools
2013-08-19 Mikko RasaImprove algorithms in several editing tools
2013-08-19 Mikko RasaImprove block recreation algorithms
2013-08-19 Mikko RasaSplit the Manipulator class into several Tools
2013-08-15 Mikko RasaAdd a utility function to get path length from Track
2013-08-14 Mikko RasaComplete BR 50's rod setup
2013-08-14 Mikko RasaSupport mirroring only a subset of rods based on a...
2013-08-11 Mikko RasaRemove an unused enum from Vehicle
2013-08-11 Mikko RasaImmediately update rods when a vehicle is created
2013-08-11 Mikko RasaRewrite rod simulation code
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-11 Mikko RasaAdd a utility class to display a TrackChain as a path
2013-08-09 Mikko RasaUse Widget::find_ancestor to reduce code duplication
2013-08-09 Mikko RasaCorrect camera distance in side view
2013-08-09 Mikko RasaAvoid infinite loops in VehiclePlacement in certain...
2013-08-09 Mikko RasaFix a crash when reversing certain TrackOffsetIters
2013-08-09 Mikko RasaReserve enough blocks for the entire train when placing
2013-08-08 Mikko RasaBetter visualization for placing a train
2013-08-02 Mikko RasaFix allocation display when a train is chasing another
2013-08-02 Mikko RasaSplit vehicle placement code to a separate class
2013-07-25 Mikko RasaStore all axles in a single array
2013-07-25 Mikko RasaCreate a common base class for Vehicle3D parts
2013-07-23 Mikko RasaProperly detect blocks as critical when a train is...
2013-07-23 Mikko RasaIgnore path change events on currently occupied blocks
2013-07-23 Mikko RasaAvoid a temporary inconsistent state while reserving...
2013-07-23 Mikko RasaUse the tilt member in OrientedPoint in certain objects
2013-07-23 Mikko RasaRename TrackPoint to a more generic OrientedPoint
2013-07-22 Mikko RasaCreate another track iterator class that holds an offse...
2013-07-21 Mikko RasaMake use of View3D in engineer
2013-07-20 Mikko RasaNew approach for displaying track state
2013-07-11 Mikko RasaAdd an out-of-bounds check to SpeedQuantizer::get_speed
2013-07-11 Mikko RasaFix uninitialized variables in Intellibox driver
2013-07-10 Mikko RasaUse beam gates for positioning vehicles
2013-07-10 Mikko RasaRefactor and fix vehicle positioning logic
2013-07-10 Mikko RasaFix block releasing logic
2013-07-08 Mikko RasaMove driver.add_sensor call where it belongs
2013-07-08 Mikko RasaBasic support for beam gate sensors
2013-07-08 Mikko RasaSupport inverted sensors that give low output when...
2013-07-08 Mikko RasaAdd a non-const overload of Layout3D::get_catalogue
2013-07-08 Mikko RasaAdd a function to retrieve track attachments in order
2013-07-08 Mikko RasaSome more refactoring of BlockAllocator
2013-07-07 Mikko RasaImmediately update the matrix after creating an Object3D
2013-07-07 Mikko RasaDon't reset router to free run mode until allocator...
2013-07-07 Mikko RasaRefactor BlockAllocator to be more sensor-oriented
2013-07-07 Mikko RasaKeep TrackAttachment offset within allowed limits
2013-07-07 Mikko RasaAdd a virtual get_block function to Sensor
2013-07-07 Mikko RasaOnly create track circuits for blocks that need one
2013-07-07 Mikko RasaRemove a hack that is no longer necessary
2013-07-07 Mikko RasaRemove deprecated datafile statement aliases
2013-07-06 Mikko RasaUse generic objects in Layout3D
2013-07-05 Mikko RasaPrevent segfault during layout destruction
2013-07-04 Mikko RasaAdd an abstraction for things that are attached to...
2013-07-04 Mikko RasaUse event-based matrix updates for objects
2013-07-04 Mikko RasaIntroduce a tilt (vertical angle) property to Object
2013-07-01 Mikko RasaComplete rewrite of the engineer UI
2013-07-01 Mikko RasaFurther adjustments to changes in GLtk
2013-06-30 Mikko RasaDon't continue reserving until the turnout is done...
2013-06-30 Mikko RasaCount reserved distance correctly in reverse direction
2013-06-28 Mikko RasaDelete auxiliary objects together with Vehicle3D
2013-06-28 Mikko RasaAdd signals for adding and removing vehicles
2013-06-28 Mikko RasaActivate allocator if an AI intends to move
2013-06-26 Mikko RasaMake train advancement logic more robust
2013-06-26 Mikko RasaSet pending_block when a block can't be allocated
2013-06-25 Mikko RasaGive vehicle types a simple box geometry
2013-06-25 Mikko RasaMake vehicles aware of which train they are in
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-25 Mikko RasaEmit a signal before changing the path of a turnout
2013-06-25 Mikko RasaAngle must be divided by the correct type
2013-06-25 Mikko RasaFix BlockAllocator so that it actually compiles
2013-06-19 Mikko RasaFix some issues with BlockAllocator::release_blocks_end
2013-06-19 Mikko RasaUse std::find to locate block iterators in BlockAllocator
2013-06-09 Mikko RasaArrange widgets in Designer with GLtk::Layout
2013-06-09 Mikko RasaMake the simulation independent of wall clock time
2013-06-09 Mikko RasaRemove the scripting-based timetable
2013-06-08 Mikko RasaBetter algorithms for dealing with turnouts in a Route
2013-06-07 Mikko RasaMake use of the unified storage class for other parts...
2013-06-07 Mikko RasaStreamline various block-related algorithms
2013-06-07 Mikko RasaEnsure that turnout tracks have a turnout id
2013-06-07 Mikko RasaCreate a base class to handle common operations in...
2013-06-05 Mikko RasaReduce interface clutter in Layout by storing Objects...
2013-06-04 Mikko RasaHandle sensors in a separate class
2013-06-03 Mikko RasaTighten safety measures
2013-06-03 Mikko RasaFix a problem with TrackIter::block_iter at end of...
2013-06-03 Mikko RasaImprove the interface and algorithms of BlockAllocator
2013-06-01 Mikko RasaSimplify some interfaces by using track and block iterators
2013-05-31 Mikko RasaSplit block allocation to a separate class
2013-05-31 Mikko RasaPull the SetFlag class from mspcore
2013-05-29 Mikko RasaDon't fail when adding multiple tracks to an initially...
2013-05-29 Mikko RasaReport all missing flags in bad_route
2013-05-29 Mikko RasaNew routing system for trains
2013-05-25 Mikko RasaPlug several memory leaks
next