peter1138
|
7b4620d66b
|
(svn r22337) -Fix: Overly specific error message
|
2011-04-17 17:28:33 +00:00 |
|
rubidium
|
1d0d7635e0
|
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
|
2011-02-07 22:49:38 +00:00 |
|
frosch
|
f48838ef3f
|
(svn r21926) -Fix [FS#4450](r21924): v != w.
|
2011-01-29 23:42:40 +00:00 |
|
terkhen
|
734994c9ba
|
(svn r21924) -Codechange: Unify some parts of the articulated vehicle code.
-Cleanup: Avoid conversions to Train and RoadVehicle that are no longer required.
|
2011-01-29 17:30:25 +00:00 |
|
frosch
|
072f6d67ef
|
(svn r21904) -Fix: Include the capacity of non-refittable vehicles in the refitted-capacity, if their cargo matches.
|
2011-01-23 18:31:04 +00:00 |
|
frosch
|
9a1c0f139a
|
(svn r21902) -Fix: Do not count articulated parts when passing the number of vehicles to refit to the command. That may exceed 8 bits.
|
2011-01-23 14:58:54 +00:00 |
|
frosch
|
3f103c35a6
|
(svn r21901) -Codechange: Save some bits in p2 of CmdRefitVehicle.
|
2011-01-23 13:25:26 +00:00 |
|
terkhen
|
cfbbcf1597
|
(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.
|
2011-01-19 18:41:53 +00:00 |
|
terkhen
|
a1ff6859c5
|
(svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command.
|
2010-12-21 13:52:10 +00:00 |
|
terkhen
|
12c86a1391
|
(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.
|
2010-12-14 21:28:45 +00:00 |
|
rubidium
|
ea68039718
|
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
|
2010-12-05 22:25:49 +00:00 |
|
terkhen
|
c96cb9ce37
|
(svn r21214) -Add: Display mail capacity when refitting an aircraft to passengers.
|
2010-11-16 20:56:04 +00:00 |
|
alberth
|
7e48d85104
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
yexo
|
3e64d01a63
|
(svn r20795) -Codechange: clarify code/documentation of the start/stop bit in CmdMassStartStopVehicle (Krille)
|
2010-09-13 12:14:22 +00:00 |
|
rubidium
|
4b605f51ab
|
(svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands as well
|
2010-09-08 21:40:00 +00:00 |
|
rubidium
|
881c6c679f
|
(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle list instead of a string of parameters
|
2010-09-08 21:28:50 +00:00 |
|
rubidium
|
0e840f7360
|
(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parameters
|
2010-09-08 21:14:41 +00:00 |
|
rubidium
|
ea4b40704b
|
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot
|
2010-09-08 21:02:12 +00:00 |
|
rubidium
|
9badab6454
|
(svn r20768) -Codechange: unify send-to-depot commands
|
2010-09-08 18:55:58 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
frosch
|
4b0fa883f1
|
(svn r20595) -Fix (r20536)[FS#4068]: Autoreplace needs refitting of wagons in free wagon chains.
|
2010-08-22 19:15:47 +00:00 |
|
rubidium
|
cc658392eb
|
(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit
|
2010-08-19 20:45:29 +00:00 |
|
rubidium
|
646fbb628a
|
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit
|
2010-08-19 20:42:00 +00:00 |
|
rubidium
|
e89a0fb7f9
|
(svn r20571) -Codechange: free/reserve some bits in the order commands to increase the vehicle pool limit
|
2010-08-19 20:39:12 +00:00 |
|
yexo
|
85740a0283
|
(svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the most northern depot/hangar tile
|
2010-08-19 13:44:41 +00:00 |
|
rubidium
|
926594b599
|
(svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands.
|
2010-08-18 20:48:38 +00:00 |
|
rubidium
|
8118cab6ba
|
(svn r20537) -Codechange: make RefitVehicle a static (local) function
|
2010-08-18 00:48:22 +00:00 |
|
rubidium
|
c5a670037b
|
(svn r20536) -Codechange: unify the refitting of vehicles
|
2010-08-18 00:47:31 +00:00 |
|
yexo
|
eeca1846d6
|
(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in depot' strings
|
2010-08-18 00:30:12 +00:00 |
|
rubidium
|
9b8d7048da
|
(svn r20533) -Codechange: shuffle a bit with the bits in the sell command
|
2010-08-18 00:03:08 +00:00 |
|
rubidium
|
4780cc50b2
|
(svn r20532) -Codechange: unify selling of vehicles a bit
|
2010-08-17 23:55:22 +00:00 |
|
rubidium
|
c14853b72e
|
(svn r20531) -Codechange: unify quite a bit of the vehicle building commands
|
2010-08-17 23:15:55 +00:00 |
|
yexo
|
bf29e5d860
|
(svn r20530) -Cleanup (r13507): p2 bit 0 for CmdBUildRailVehicle is no longer valid so don't use it
|
2010-08-17 22:33:27 +00:00 |
|
rubidium
|
29b489a055
|
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
|
2010-08-10 15:54:53 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
terkhen
|
64e63b72e9
|
(svn r19964) -Add: Show an error message when trying to start a crashed or destroyed vehicle.
|
2010-06-11 20:33:33 +00:00 |
|
terkhen
|
5387d4d87c
|
(svn r19953) -Fix [FS#3874]: Don't show an error message when trying to start/stop a crashed plane.
|
2010-06-10 16:32:39 +00:00 |
|
smatz
|
e3c89df398
|
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
|
2010-04-24 20:55:51 +00:00 |
|
frosch
|
2365a4dea0
|
(svn r19657) -Fix: Add saneness checks for front vehicles.
|
2010-04-17 14:55:49 +00:00 |
|
frosch
|
5ecf2f7f8c
|
(svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested.
|
2010-04-17 14:47:56 +00:00 |
|
frosch
|
75d4bc947d
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
peter1138
|
e188c5d87c
|
(svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning vehicle names.
|
2010-03-21 11:35:41 +00:00 |
|
alberth
|
05d705e077
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
a901ab5392
|
(svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles().
|
2010-03-20 17:22:15 +00:00 |
|
alberth
|
8b785ccb8a
|
(svn r19489) -Codechange: Introduce a had_success variable in SendAllVehiclesToDepot().
|
2010-03-20 17:10:14 +00:00 |
|
alberth
|
073f627930
|
(svn r19482) -Doc: Doxygen additions/updates.
|
2010-03-20 15:23:26 +00:00 |
|
alberth
|
7cc68f493d
|
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
|
2010-03-13 17:11:28 +00:00 |
|
terkhen
|
e4a5a556b4
|
(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.
|
2010-03-06 12:42:53 +00:00 |
|
rubidium
|
8ee4a6e7f2
|
(svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty errors when there were no vehicles
|
2010-02-05 21:51:26 +00:00 |
|