frosch
|
3178814a00
|
(svn r23173) -Codechange: Rename GetVehicleCapacity() to Engine::DetermineCapacity().
|
2011-11-09 16:38:50 +00:00 |
|
frosch
|
6365d92776
|
(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts.
|
2011-11-08 17:24:43 +00:00 |
|
michi_cc
|
767f5d39dd
|
(svn r23127) -Fix [FS#4819] (r23086): Don't crash when refitting default vehicles.
|
2011-11-06 22:14:55 +00:00 |
|
michi_cc
|
4be7812fdc
|
(svn r23124) -Change: [NewGRF] Interpret the result of the refit cost callback as a signed value.
|
2011-11-06 15:33:23 +00:00 |
|
michi_cc
|
1497efbd5d
|
(svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting.
|
2011-11-04 15:04:29 +00:00 |
|
michi_cc
|
886bd3c4c7
|
(svn r23087) -Feature: Auto-refitting of vehicles during loading at a station when the vehicle allows it.
|
2011-11-04 00:38:51 +00:00 |
|
michi_cc
|
ffca761cad
|
(svn r23086) -Feature: [NewGRF] Callback to change refit cost depending on old and new cargo type.
|
2011-11-04 00:35:05 +00:00 |
|
frosch
|
ad38f27242
|
(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and Vehicle to simplify code.
|
2011-11-01 00:23:41 +00:00 |
|
frosch
|
e57ba5d0ae
|
(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.
|
2011-11-01 00:21:08 +00:00 |
|
frosch
|
37301ea23d
|
(svn r22985) -Feature: Display autoreplace status in group GUI.
|
2011-10-03 17:26:37 +00:00 |
|
frosch
|
f406385319
|
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
|
2011-10-03 17:23:41 +00:00 |
|
frosch
|
f43290d6af
|
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
|
2011-10-03 17:22:56 +00:00 |
|
rubidium
|
8c335b8db6
|
(svn r22845) -Fix [FS#4745]: perform stricter checks on some commands (monoid)
|
2011-08-26 16:39:02 +00:00 |
|
michi_cc
|
d25840978c
|
(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.
|
2011-08-03 20:55:08 +00:00 |
|
peter1138
|
6660278d5a
|
(svn r22337) -Fix: Overly specific error message
|
2011-04-17 17:28:33 +00:00 |
|
rubidium
|
8183922813
|
(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
|
7b2ab9ba83
|
(svn r21926) -Fix [FS#4450](r21924): v != w.
|
2011-01-29 23:42:40 +00:00 |
|
terkhen
|
0e51dab6a6
|
(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
|
ad6c92bc12
|
(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
|
aab0eff930
|
(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
|
8411b28dcf
|
(svn r21901) -Codechange: Save some bits in p2 of CmdRefitVehicle.
|
2011-01-23 13:25:26 +00:00 |
|
terkhen
|
44a10ac857
|
(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.
|
2011-01-19 18:41:53 +00:00 |
|
terkhen
|
d3dd1b0e2f
|
(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
|
74c061c29a
|
(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.
|
2010-12-14 21:28:45 +00:00 |
|
rubidium
|
e4c8f79f94
|
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
|
2010-12-05 22:25:49 +00:00 |
|
terkhen
|
b4c22e854f
|
(svn r21214) -Add: Display mail capacity when refitting an aircraft to passengers.
|
2010-11-16 20:56:04 +00:00 |
|
alberth
|
063931d435
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
yexo
|
fbff80680f
|
(svn r20795) -Codechange: clarify code/documentation of the start/stop bit in CmdMassStartStopVehicle (Krille)
|
2010-09-13 12:14:22 +00:00 |
|
rubidium
|
eeb53fc575
|
(svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands as well
|
2010-09-08 21:40:00 +00:00 |
|
rubidium
|
fcb4cfedb0
|
(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
|
91ea9c969f
|
(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parameters
|
2010-09-08 21:14:41 +00:00 |
|
rubidium
|
56ebc2359e
|
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot
|
2010-09-08 21:02:12 +00:00 |
|
rubidium
|
db3a6485d7
|
(svn r20768) -Codechange: unify send-to-depot commands
|
2010-09-08 18:55:58 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
frosch
|
de1b7fd8de
|
(svn r20595) -Fix (r20536)[FS#4068]: Autoreplace needs refitting of wagons in free wagon chains.
|
2010-08-22 19:15:47 +00:00 |
|
rubidium
|
bbafd249ca
|
(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
|
b07f2beb67
|
(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
|
0d018b5840
|
(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
|
e7f5780683
|
(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
|
27e45d96a4
|
(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
|
d68d83e76a
|
(svn r20537) -Codechange: make RefitVehicle a static (local) function
|
2010-08-18 00:48:22 +00:00 |
|
rubidium
|
982df3e96b
|
(svn r20536) -Codechange: unify the refitting of vehicles
|
2010-08-18 00:47:31 +00:00 |
|
yexo
|
c144e8e921
|
(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in depot' strings
|
2010-08-18 00:30:12 +00:00 |
|
rubidium
|
9d814f04dd
|
(svn r20533) -Codechange: shuffle a bit with the bits in the sell command
|
2010-08-18 00:03:08 +00:00 |
|
rubidium
|
c57a5b735a
|
(svn r20532) -Codechange: unify selling of vehicles a bit
|
2010-08-17 23:55:22 +00:00 |
|
rubidium
|
253080ad64
|
(svn r20531) -Codechange: unify quite a bit of the vehicle building commands
|
2010-08-17 23:15:55 +00:00 |
|
yexo
|
29a315640d
|
(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
|
b5d5a4e159
|
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
|
2010-08-10 15:54:53 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|