]> git.tdb.fi Git - r2c2.git/history - source/libr2c2
Add signals for adding and removing vehicles
[r2c2.git] / source / libr2c2 /
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 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 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 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 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 RasaAdd a common base class for tangible objects
2013-05-06 Mikko RasaCorrect ordering of some functions
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-25 Mikko RasaOne more endpoint mask cleanup
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-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 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-21 Mikko RasaDetect curved turnouts and assign appropriate symbols...
2013-01-17 Mikko RasaFix an off-by-one comparison error
2013-01-17 Mikko RasaMiscellaneous compilation fixes
2013-01-17 Mikko RasaBasicLoader is now called ObjectLoader
2013-01-17 Mikko RasaAdd target type to all lexical_casts
2013-01-17 Mikko RasaFix remaining exception class names
2013-01-17 Mikko RasaCreate a dedicated exception class for vehicle attachme...
2013-01-17 Mikko RasaUse IO::Serial in the Intellibox driver
2013-01-17 Mikko RasaUse a dedicated exception class for route errors
2013-01-17 Mikko RasaReplace various map lookups with functions from maputils.h
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-05-21 Mikko RasaGet the initial state of s88 modules
2011-05-21 Mikko RasaUse a typedef for the function map in VehicleType
2011-05-21 Mikko RasaAdd a vehicle property for swapping directions
2011-05-21 Mikko RasaDon't use too short speed measurements for quantizer...
2011-05-21 Mikko RasaAvoid deactivating while the controller still has nonze...
2011-05-20 Mikko RasaSilence compiler warnings
2011-04-15 Mikko RasaFix some stuff in Timetable
2011-04-11 Mikko RasaPass sensor events through blocks
2011-04-06 Mikko RasaRemove status from Train and turn it into a TrainAI
2011-04-05 Mikko RasaTrainAI framework
2011-03-28 Mikko RasaMove speed quantization into a separate class
2011-03-16 Mikko RasaRename various get_axle functions to get_fixed_axle
2011-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2011-03-08 Mikko RasaRename Point to Vector
2011-02-20 Mikko RasaFix formatting of goto sensor row type
2011-02-19 Mikko RasaFix some more copyright messages
2011-02-19 Mikko RasaCopy speed only if the preceding train is active
2011-02-19 Mikko RasaAdd a timetable command to travel past a turnout
2011-02-18 Mikko RasaUse different stopping margin depending on whether...
2011-02-13 Mikko RasaIgnore dubious speed measurements when finding speed...
2011-02-13 Mikko RasaCheck track iterators for validity before using
2011-02-10 Mikko RasaFix travel to sensor handling
2011-01-15 Mikko RasaAllow custom objects for tracks
2011-01-14 Mikko RasaEnable Renderer for Endpoint3D and Path3D
2011-01-11 Mikko RasaUpdate Track3D to use GL::Renderer
2011-01-08 Mikko RasaRender tracks through GL::Objects
2010-12-14 Mikko RasaAdd single get_stuff methods with index to VehicleType
next