Page 2 of 2
Posted: 08 Jun 2006 15:21
by webfreakz.nl
This patch fails to built under MSVS2005 with the following warning+error:
aircraft_cmd.c
.\aircraft_cmd.c(472) : error C2220: warning treated as error - no 'object' file generated
.\aircraft_cmd.c(472) : warning C4013: 'CheckStoppedInHangar' undefined; assuming extern returning int
And i get the same errors on line 544 (it stops compiling after 472)
So you need to check CheckStoppedInHanger on line 472+544. Thx

Posted: 08 Jun 2006 16:21
by Splatman
I will try to have a look later this evening.
Update: Posted a new version in first post that should compile on newer revisions, I havent checked this. I will see if I can get the patch compiled with the MiniIN branch at some time in the next few days.
Posted: 14 Jul 2006 04:57
by Hazelrah
Hey Splatman,
I know I'm digging this up a bit, but would you consider continuing work on it?
Last week I was getting in some serious game play when I decided to try this patch out. Works great!
But while I was using it, I happened to open of a list of trains that go to a particular station. They were still running old engines so I wanted to just depot those two, and not my entire network. Since the "depot all" button was listed there, I pushed it. But all trains, not just those two, went to the depot.
Would it be possible to change it so that it is sensative to the context of the train list? If the train list is only showing a sub set of trains, only send that sub set to the depot.
-Hazelrah
Posted: 14 Jul 2006 07:01
by Brianetta
Hazelrah wrote:Would it be possible to change it so that it is sensative to the context of the train list? If the train list is only showing a sub set of trains, only send that sub set to the depot.
Now that's an idea with some useful implications! Even if you're not planning to change your trains at all, a contextual button like that could also be used to render a given station free of trains ready for a station redesign.
Posted: 14 Jul 2006 11:33
by Splatman
Funny you should mention that, I was thinking about doing that anyway. I will look into the possibility sometime today.
Posted: 14 Jul 2006 11:55
by richk67
Splatman wrote:Funny you should mention that, I was thinking about doing that anyway. I will look into the possibility sometime today.
Excellent!! Please post any update on the MiniIN thread as well - it would be great to have some finer control over this feature.
Perhaps link into the "Replace Vehicles" screens so that when you click on "Start Replacing", it does "and send to depot" as well. If you have breakdowns off, and "do not visit depots if breakdowns are off", then although the trains are marked for replacing, they never go to depot to do it! This would sort that problem out beautifully.
Posted: 14 Jul 2006 12:36
by Splatman
rich would it be easier for you if for MiniIN I just upload a patch that adds any new addtions only or a full patch?
Posted: 14 Jul 2006 12:39
by gigajum
richk67 wrote:
Perhaps link into the "Replace Vehicles" screens so that when you click on "Start Replacing", it does "and send to depot" as well. If you have breakdowns off, and "do not visit depots if breakdowns are off", then although the trains are marked for replacing, they never go to depot to do it! This would sort that problem out beautifully.
This should be an option which you can turn on and off. For me i do not want to send all vehicles to depot/hangar. They should wait until they drive/fly by a depot/hangar and then replace themself.
I do not want to know what will happen if you send ~30 planes to one single airport and replace them all. I know there is a small bug that planes which wait over 100 days (default service time) in the hangar, roll out of the hangar, roll onto their loading bay and roll back into hangar immediately.
Maybe you can make it turn on and off for each vehicle type individually.
Posted: 14 Jul 2006 12:42
by gigajum
Splatman wrote:rich would it be easier for you if for Mini I just upload a patch that adds any new addtions only or a full patch?
A diff file that only contains the difference to the current miniIN branch should work best. So he hast not to delete lines which already exists or solve any confilcts caused by them.
Posted: 14 Jul 2006 12:53
by richk67
what gigajum said

Posted: 15 Jul 2006 01:34
by Hazelrah
And if you're not exactly sure on how to do this, read the
MiniIN wiki page. It summerizes info that Richk67 posted somewhere in the MiniIN thread.
-Hazelrah
PS. Looking forward to the update!
Posted: 31 Jan 2007 16:02
by dtb1322
What is the status of this patch? Was it incorporated into 0.5.0-RC4?
Posted: 31 Jan 2007 16:06
by glx
This patch is not in 0.5.0-RC4 but something similar is. ("manage list" in vehicle list window)
Posted: 31 Jan 2007 16:07
by Splatman
As far as I am aware it was coded from scratch and put in the trunk, but as to whether its in 0.5 I have no idea.
Posted: 31 Jan 2007 16:11
by dtb1322
Thank you, I will check out "Manage List".
I am looking for a way to just send all the trains that go to a particular station or all the trains that are on this particular route to the depot so that I can upgrade them to maglev.
Posted: 31 Jan 2007 16:27
by glx
You can

Just open the station details, there are some buttons in right bottom of it for opening the list of all vehicles having it in their orders.
Posted: 31 Jan 2007 16:31
by dtb1322
Thank you, that will be most helpful.