]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
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
2013-05-25 Mikko RasaAdd the signal to the catalogue layout
2013-05-25 Mikko RasaRegister pre-existing signals in Layout3D constructor
2013-05-25 Mikko RasaDon't force signals to be positioned next to track
2013-05-25 Mikko RasaSnap to segments in both directions
2013-05-25 Mikko RasaRefactor TrackIter::block_iter
2013-05-23 Mikko RasaMake use of the geometry part of libmspmath
2013-05-19 Mikko RasaDon't zero slope for tracks not connected on both ends
2013-05-19 Mikko RasaMake use of the mspmath library
2013-05-13 Mikko RasaRemove the device firmware from here
2013-05-13 Mikko RasaUse Objects in Manipulator::neighbors
2013-05-13 Mikko RasaPerform check_slope automatically with certain operations
2013-05-13 Mikko RasaAdd a generic link interface as well
2013-05-13 Mikko RasaAdd a generic snapping interface in Object
2013-05-06 Mikko RasaMake designer work on generic objects
2013-05-06 Mikko RasaAdd a common base class for tangible objects
2013-05-06 Mikko RasaCorrect ordering of some functions
2013-05-06 Mikko RasaAdd definitions and 3D model for the BR 420
2013-04-27 Mikko RasaFix logic with signals and train direction check
2013-04-26 Mikko RasaAllow rotating the body object of a vehicle
2013-04-26 Mikko RasaFix linking issues with mspnet
2013-04-25 Mikko RasaOne more endpoint mask cleanup
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-24 Mikko RasaRemove some debug messages that managed to sneak in
2013-02-24 Mikko RasaConnect halt checkbox in the remote to the right function
2013-02-23 Mikko RasaAdd utility functions to make endpoint path mask operat...
2013-02-17 Mikko RasaOnly consider arrival when a route is set
2013-02-17 Mikko RasaSet turnout paths synchronously when allocating blocks
2013-02-15 Mikko RasaSeparate train routing logic to a class derived from...
2013-02-15 Mikko RasaRemove diversion logic
2013-02-15 Mikko RasaRearrange block reservations to present consistent...
2013-02-12 Mikko RasaAdd a flag to Track to indicate that its path is changing
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-02-12 Mikko RasaSimulate a delay for switching turnouts in the Dummy...
2013-02-01 Mikko RasaImplement signals in Intellibox driver as well
2013-01-27 Mikko RasaMark turnout blocks before the next sensor as current
2013-01-27 Mikko RasaAdd basic support for signals
2013-01-27 Mikko RasaGeneralize turnouts to magnet accessories in the centra...
2013-01-26 Mikko RasaAdd functions to resolve an arbitrary point to the...
2013-01-26 Mikko RasaAdd a function to get a BlockIter from a TrackIter
2013-01-26 Mikko RasaSet vehicle position from reference if it has no track
2013-01-26 Mikko RasaFix the arrow while picking a position for a train
2013-01-21 Mikko RasaDetect curved turnouts and assign appropriate symbols...
next