peter1138 [Sat, 06 May 2006 20:20:02 +0000] rev 3760
 
(svn r4751) - NewGRF: when assigning new texts, ignore the feature byte as some sets use generic feature always. Also, don't add vehicle id shifts if the vehicle id is out of range.
tron [Sat, 06 May 2006 14:32:16 +0000] rev 3759
 
(svn r4750) -Fix: Trains could enter certain sloped rail tiles under bridges with incompatible rail type
peter1138 [Sat, 06 May 2006 09:43:38 +0000] rev 3758
 
(svn r4749) - Newstations: add snowline support to variable 42.
peter1138 [Sat, 06 May 2006 09:40:12 +0000] rev 3757
 
(svn r4748) - Newstations: use custom sprite layout callback for waypoints as well as stations. Supports merging of adjacent waypoints if the GRF supports it (newstatsw.grf)
peter1138 [Sat, 06 May 2006 09:31:06 +0000] rev 3756
 
(svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
KUDr [Fri, 05 May 2006 19:30:09 +0000] rev 3755
 
(svn r4746)  - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
peter1138 [Thu, 04 May 2006 20:00:50 +0000] rev 3754
 
(svn r4742) - Newstations: Add callbacks for building and drawing custom stations.
peter1138 [Thu, 04 May 2006 19:42:50 +0000] rev 3753
 
(svn r4741) - NewGRF: use the correct variable type for the random bit mask
peter1138 [Thu, 04 May 2006 19:27:41 +0000] rev 3752
 
(svn r4740) - Newstations: add function to evaluate station callbacks
peter1138 [Thu, 04 May 2006 19:21:16 +0000] rev 3751
 
(svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally