log src/roadstop.cpp @ 17232:5d82f4101601 draft

age author description
Tue, 14 Dec 2010 21:33:53 +0000 terkhen (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Fri, 18 Dec 2009 21:34:06 +0000 rubidium (svn r18531) -Fix [FS#3384] (r18404): for articulated road vehicles only the first part was accounted for, so for extremely short fronts and lots after it the spreading did not work as it should. draft
Tue, 08 Dec 2009 00:16:31 +0000 rubidium (svn r18429) -Fix [FS#3360]: when road vehicles are, because of the 'jam protection' running through eachother more vehicles could be in a road stop than there could be under normal circumstances. As such an assert when the road stop's limits are reached isn't good. draft
Fri, 04 Dec 2009 20:52:19 +0000 rubidium (svn r18404) -Codechange: link drive through stops better together draft
Thu, 03 Dec 2009 00:05:51 +0000 rubidium (svn r18389) -Fix: some minor documentation alignment issues draft
Wed, 02 Dec 2009 23:53:15 +0000 rubidium (svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop draft
Wed, 02 Dec 2009 18:18:56 +0000 rubidium (svn r18385) -Cleanup: remove the now unneeded multistop slot management code draft
Sun, 04 Oct 2009 20:51:50 +0000 smatz (svn r17701) -Codechange: don't start line with a space if it's not inside comment draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 02 Jul 2009 09:06:15 +0000 rubidium (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions draft
Thu, 02 Jul 2009 08:59:27 +0000 rubidium (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle. draft
Fri, 26 Jun 2009 10:45:20 +0000 smatz (svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile() draft
Tue, 23 Jun 2009 21:44:48 +0000 smatz (svn r16640) -Codechange: move roadstop stuff to separate files draft